tron [Mon, 12 Sep 2005 09:53:56 +0000] rev 2420
(svn r2946) Remove redundant calls, simplify a check and terminate the argument list of execlp() as suggested by the manpage to make it correctly work on 64bit platforms
Darkvater [Sun, 11 Sep 2005 18:36:22 +0000] rev 2419
(svn r2945) Add 'del' alias to rm console command
Darkvater [Sun, 11 Sep 2005 18:20:32 +0000] rev 2418
(svn r2944) Add Revision keyword to the file for --version/-v
Darkvater [Sun, 11 Sep 2005 17:55:32 +0000] rev 2417
(svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Remove release build of strgen, since it is never used.
Add current ottd version to resource file. Don't forget to update when we make a release :)
tron [Sun, 11 Sep 2005 15:01:00 +0000] rev 2416
(svn r2942) Staticise some functions
tron [Sun, 11 Sep 2005 14:57:56 +0000] rev 2415
(svn r2941) -Feature: Implement the console command rm to remove savegames
Darkvater [Sun, 11 Sep 2005 14:20:46 +0000] rev 2414
(svn r2940) (Internal) Remove the need for the 'tmp' variable for _sl.buf, instead operate on _sl.buf_ori which is not changed for init/deinit.
Darkvater [Sun, 11 Sep 2005 14:17:21 +0000] rev 2413
(svn r2939) Fix racing condition when using threaded saving (last one I hope).
When game is saved and you save again you get an error message (not when autosaving) and it's aborted. When a game is loaded in the meanwhile execution pauses until saving thread finishes.
tron [Sun, 11 Sep 2005 09:24:17 +0000] rev 2412
(svn r2938) -Fix: Exit the child of the extmidi backend with _exit() instead of exit(), because we don't want any atexit handlers - especially flushing output streams - to run, if exec() fails
Half a credit is due to Darkvater (;
tron [Sat, 10 Sep 2005 15:52:19 +0000] rev 2411
(svn r2937) Add sprites for {, |, } and ~