You can subscribe to this list here.
| 2000 |
Jan
|
Feb
|
Mar
(2) |
Apr
(3) |
May
(1) |
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
(1) |
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
(1) |
| 2002 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2003 |
Jan
|
Feb
|
Mar
(1) |
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2004 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2005 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
| 2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
| 2008 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
| 2010 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(3) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
(2) |
| 2012 |
Jan
(4) |
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
(2) |
| 2013 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
(1) |
Dec
(1) |
| 2014 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2016 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2017 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2025 |
Jan
|
Feb
|
Mar
|
Apr
(2) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2026 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Bernhard W. <be...@bl...> - 2026-04-10 11:57:53
|
Hi all TORCS version 1.3.9 is available, enjoy:-) Kind regards Bernhard Changes since 1.3.8 ------------------- - Updated .gitignore for vscode in Linux (Bernhard). - Add description of source code setup with vscode in Linux (Bernhard). - Removed legacy module shutdown code from linuxspec.cpp, due to problem discovered by Botond István Horváth (Botond, Bernhard). - Added changelogs to doxygen (Bernhard). - VS 2022 compatibility, see TORCS_VS2022.sln, project files and dependencies. Beware, this will break the VS 2008 build, because of the updated libpng headers (Bernhard). - Replaced GLUT with FreeGLUT in Windows (Bernhard). - Cleanup VS 2022 build, diabled warnings 4244 and 4305 for now (Bernhard). - Removed VS 6.0 projects and libraries (Bernhard). - Added change to FreeGLUT to behave the same like GLUT on the F10 key. FreeGLUT does respect that Windows wants to open the menubar menu if TORCS runs in a window, so TORCS seems to hang when the button is not pressed again. See also https://github.com/freeglut/freeglut/issues/73 (Bernhard). - Updated ogg and vorbis libraries (Bernhard). - Added manifest to wtorcs.exe with "Per Monitor High DPI Aware", this should fix full screen scaling issues with multi monitor systems and other than 100% dpi settings (Bernhard). - Removed VS 2008 projects and libraries (Bernhard). - Changed naming of precompiled libraries for Windows build, in preparation for having 64 bit libraries in a different folder, but with the same names (Bernhard). - Renamed TORCS_VS2022.sln to TORCS.sln (because of removal of other VS builds) (Bernhard). - Added Directory.Build.props to define $(TorcsRuntimeDir) depending on the build type, either runtime (Release) or runtimed (Debug), adopted post build steps (Bernhard). - Replaced copy with xcopy in post build steps to get more verbose output (Bernhard). - Prepared 64 bit libraries and dll's, except ALut and OpenAL, coming next (Bernhard). - Updated OpenAL with open-soft 1.24.3, including libraries and headers for 32 bit, replaced ALut with FreeAlut (Bernhard). - Built and added 64 bit version of FreeALut (Bernhard). - Added initial 64 bit builds for Windows, select x64 as target in VS 2022. The build goes then as with Win32 into runtime for Release, and into runtimed for Debug (Bernhard). - Complete rework of 155-DTM (Philipp Körber, Bernhard). - Fix for track normal calculations in pathological cases with broken geometry, specific for track ole-dirt (Bernhard). - Updated version number to 1.3.9-test1 (Bernhard). - Added googletest 1.17.0 for future unit tests (Bernhard). - Added proof of concept for normal and parameterized tests, see robottools_test project (Berhard). - Litte refactoring of RtTrackSideNormalG (Bernhard). - Added unittests for simuv2/susp.cpp (Bernhard). - Added AGENTS.md and build skill for open code (Bernhard). - Added unittests for simuv2/brake.cpp (Bernhard). - Added unittests for simuv2/axle.cpp and simuv2/differential.cpp (Bernhard). - Brake, added scaling of hardcoded constants with simulation timestep (Bernhard). - Got rid of some more warnings on the x64 build (Bernhard). - Added unittests for simuv2/engine.cpp (Bernhard). - Added skill for test writing regarding floating point checks (Bernhard). - Added unittests for simuv2/transmission.cpp (Bernhard). - Added unittests for simuv2/aero.cpp (Bernhard). - Little refactoring of simuv2/differential.cpp, collected duplictaed code into new applyBrakeToSpinVel function (Bernhard). - Added unittests for simuv2/steer.cpp (Bernhard). - Added FAQ to doxygen documentation (Bernhard). - Wrote and added new track manual (Bernhard). - Added new configuration to build 64 bit windows installer, it is able to detect and clean up old 32 bit installations (Bernhard). - Updated version number to 1.3.9 (Bernhard). |
|
From: Bernhard W. <be...@bl...> - 2025-04-25 18:23:07
|
Hi all Tomorrow I will do a release live stream with TORCS 1.3.8. Here is the link to the Stream: https://youtube.com/live/G-vnkZyDghA See you tomorrow, Bernhard. |
|
From: Bernhard W. <be...@bl...> - 2025-04-25 12:27:38
|
Hi all TORCS version 1.3.8 is available, see README for details: https://sourceforge.net/p/torcs/code/ci/v1.3.8/tree/torcs/torcs/READMEtorcs/torcs/README. Enjoy, Bernhard. |
|
From: Bernhard W. <be...@bl...> - 2017-03-04 10:17:14
|
Hi all TORCS version 1.3.8-test1 is available, visit www.torcs.org for details. Enjoy, Bernhard. |
|
From: Bernhard W. <be...@bl...> - 2016-05-26 12:31:14
|
Hi all TORCS version 1.3.7 "documented" is available for download. The most important changes in version 1.3.7 are the much improved api documentation (available as separate tarball), improved handling of configuration files, improvements in the racing rules, blacklisting of input device buttons, improvements in the suspension code and as usual bugfixes and code cleanups. Visit www.torcs.org for details. Enjoy, Bernhard |
|
From: Bernhard W. <be...@bl...> - 2016-03-06 22:10:58
|
Hi all I set up the 2016 championships, as usual there are is a test championship and the real one: http://www.berniw.org/trb/events/event_view.php?vieweventid=23 http://www.berniw.org/trb/events/event_view.php?vieweventid=22 The last years competitors sources can be downloaded here and can be used as starting point: http://www.berniw.org/trb/events/event_view.php?vieweventid=20 Hope to meet you on the track. Kind regards Bernhard |
|
From: Bernhard W. <be...@bl...> - 2014-04-24 15:54:42
|
Hi all The most important changes in version 1.3.6 are new racing rules, new race manager configuration options (e.g. a fuel consumption factor from 0 to 5), better handling of penalties, more input device adjustments in the player options GUI, historic car setup adjustments based on real world data, and as usual bug fixes and code cleanups. To learn more about the new configuration options or to review the full set of changes visit www.torcs.org. Kind regards Bernhard |
|
From: Bernhard W. <be...@bl...> - 2013-12-31 13:30:12
|
Hi all I put together a package with my favourite tracks from the track generator and I set up the 2014 championship, it is ready to sign in. Visit www.torcs.org for details. I wish you all and your families a happy new year. Kind regards Bernhard |
|
From: Bernhard W. <be...@bl...> - 2013-11-15 13:57:13
|
Hi all TORCS version 1.3.5 is available, visit www.torcs.org for details. Enjoy, Bernhard. |
|
From: Bernhard W. <be...@bl...> - 2013-09-07 10:31:47
|
Hi all There is a new TORCS version available, visit www.torcs.org for details. Enjoy, Bernhard |
|
From: Bernhard W. <be...@bl...> - 2012-12-22 19:52:05
|
Hi all I set up up the 2013 championship, visit www.torcs.org for details. I put up as well a little "Christmas gift". Best regards Bernhard |
|
From: Bernhard W. <be...@bl...> - 2012-12-05 05:41:29
|
Hi If you like to support TORCS to get the project of the month vote here: http://twtpoll.com/9mtfaj Best regards Bernhard |
|
From: Bernhard W. <be...@bl...> - 2012-10-19 17:41:19
|
Hi all Visit www.torcs.org for details. Enjoy, Bernhard. |
|
From: Bernhard W. <be...@bl...> - 2012-02-17 09:09:16
|
Hi all TORCS 1.3.3 has been released, visit www.torcs.org for details. Enjoy, Bernhard |
|
From: Bernhard W. <be...@bl...> - 2012-01-26 01:43:12
|
The TORCS Endurance World Championship 2012 is set up and will be ready for signing in tomorrow. We use TORCS 1.3.2 to start the season, have a look at the README for a list of changes. The most important changes regarding the championship are: - reduced drag advantage for the leading car when slipstreaming - ground effect drops quickly when air flow is not parallel to driving direction - new car available (car8-trb1) - some Gf* API functions operate now with const char* instead of char* I set up a test championship to make the competitors familiar with the process and to give the opportunity to iron out problems and getting used to the people before the real championship starts: http://www.berniw.org/trb/events/event_view.php?vieweventid=14 And here you can join the real championship: http://www.berniw.org/trb/events/event_view.php?vieweventid=15 So, I hope to meet you on the track and that you enjoy the 2012 season. Have fun, Bernhard |
|
From: Bernhard W. <be...@bl...> - 2012-01-08 21:52:22
|
Hi all TORCS 1.3.2 has been released, visit www.torcs.org for details. Enjoy, Bernhard |
|
From: Bernhard W. <be...@bl...> - 2012-01-04 15:19:28
|
Hi all You can find the installer here: http://sourceforge.net/projects/torcs/files/torcs-test/1.3.2-test2/ Enjoy, Bernhard. |
|
From: Bernhard W. <be...@bl...> - 2012-01-04 01:24:37
|
Hi all I wish you all and your families a happy new year. The torcs-1.3.2-test2 source package is available on sf.net. If you find problems please let me know. Later this week a Windows installer for 1.3.2-test2 will follow, then I will do some documentation updates, after that I will roll out 1.3.2. Best regards Bernhard |
|
From: Bernhard W. <be...@bl...> - 2011-12-31 06:57:37
|
Hi all
I forgot to mention where it is, you need to check out r1-3-1 ("cvs ...
co -r r1-3-1 -P torcs).
Best regards
Bernhard
|
|
From: Bernhard W. <be...@bl...> - 2011-12-31 06:55:47
|
Hi all Finally I commited some more work into the CVS, see the README for details, one part is the VS 2008 adoption. 1.3.2-test2 will follow in a few days I think, but most likely as 1.4.0 or 2.0 (to motivate the 1.3.0 users to switch finally, I guess 1.3.1 was an understatement...). Enjoy, Bernhard. |
|
From: Pier L. L. <la...@el...> - 2011-09-28 17:14:37
|
Looking for new exciting TORCS tracks? Visit our website (http://trackgen.pierlucalanzi.net), rank the tracks, and download the ones you like choosing from five different scenarios! The TORCS Track Generator (http://trackgen.pierlucalanzi.net) is an interactive collaborative tool, based on a genetic algorithm, for the generation of racing tracks. Fresh new tracks are available every day based on users’ preferences: just let evolution do the job! The TORCS track generator is an experiment in procedural content generation using interactive genetic algorithms. The application has been developed at the Politecnico di Milano, Dipartimento di Elettronica e Informazione, by Luigi Cardamone, Pier Luca Lanzi and Daniele Loiacono. More details are available in the following papers: Luigi Cardamone, Daniele Loiacono, Pier Luca Lanzi: Interactive evolution for the procedural generation of tracks in a high-end racing game. GECCO 2011: 395-402 http://trackgen.pierlucalanzi.net/gecco2011trackgen.pdf Daniele Loiacono, Luigi Cardamone, Pier Luca Lanzi: Automatic Track Generation for High-End Racing Games Using Evolutionary Computation. IEEE Transactions on Computational Intelligence and AI in Games 3(3) http://ieeexplore.ieee.org/xpl/tocresult.jsp?isnumber=6017217 An early version is also available at: http://trackgen.pierlucalanzi.net/trackgen2010.pdf For additional information and suggestions, please email tra...@pi... Luigi, Pier Luca and Daniele Politecnico di Milano |
|
From: Hans-Gerd H. <use...@xi...> - 2010-07-22 07:33:28
|
Guten Tag, ich möchte Sie gerne in mein XING-Netzwerk einladen! Kontakte werden immer wichtiger, wenn es um Entscheidungen geht. Über XING lassen sich Kontakte sehr einfach pflegen, ausbauen und nutzen. Ich freue mich, Sie als Kontakt in meinem Netzwerk begrüßen zu dürfen. Viele Grüße Hans-Gerd Hoyer ----------------------------------------------------------------------- Hans-Gerd Hoyer lädt Sie in sein Netzwerk auf der Plattform XING ein: http://www.xing.com/go/inv/29743978.b38e67?reagent=systemmail/regreminder Ich möchte keine Einladungen mehr zu XING erhalten: http://www.xing.com/go/opt_out_invite/U2FsdGVkX1-CnXLHeMczr1Q-dbOqwn88rcUO1uTw3XUOUUKKJx7mceK71mlHPZEK_bPTI65g4g5p2Lm2QZsK_Q |
|
From: Hans-Gerd H. <use...@xi...> - 2010-07-14 13:49:50
|
Hallo, ich möchte Sie gern in mein XING-Netzwerk einladen. So können wir ganz einfach in Kontakt bleiben und netzwerken. Viele Grüße Hans-Gerd Hoyer ----------------------------------------------------------------------- Hans-Gerd Hoyer lädt Sie in sein Netzwerk auf der Plattform XING ein: http://www.xing.com/go/inv/29743978.b38e67?reagent=systemmail/invite Ich möchte keine Einladungen mehr zu XING erhalten: http://www.xing.com/go/opt_out_invite/U2FsdGVkX18cpXp0XbWL2DSH7SneOEGPejqsrZ0LTDBrauzZXxlmzMza5W9fsigm_c98S-j8yFCqSpmBFuc4-Q |
|
From: hghoyer <ma...@hg...> - 2010-07-09 06:43:14
|
Hi, I study Sound Studies - Acoustic Communication at the University of the Arts in Berlin / Germany. I deal scientifically with the future of engine noise computer games and real cars. I have one small survey min (second) prepared. Here is the link... http://research.hghoyer.de/index.php?sid=71581&lang=en Thank you for your support in my work. If interested I will send to the results. Best regards, H.-G. Hoyer |
|
From: Bernhard W. <be...@bl...> - 2008-12-16 23:53:53
|
Hi all TORCS 1.3.1 is now available for download, visit www.torcs.org for details. Bye, have fun, Bernhard. |