Darkvater [Wed, 14 Sep 2005 18:03:38 +0000] rev 2425
(svn r2951) - Fix: [ 1259345 ] Changing engine in netgame opens train window for everyone
- Add IsLocalPlayer() which substitutes _local_player == _current_player
Darkvater [Wed, 14 Sep 2005 17:21:30 +0000] rev 2424
(svn r2950) -Fix: [ 1259327 ] Server crash with "say" -command
Darkvater [Tue, 13 Sep 2005 13:30:18 +0000] rev 2423
(svn r2949) The AI no longer needs to 'cheat' to build aircraft; eg it builds them now from a hangar. Also, to query the price of a new aircraft tile information is not needed
truelight [Tue, 13 Sep 2005 12:19:27 +0000] rev 2422
(svn r2948) -Fix: the old AI needs a special flag that triggers all kind of special
abilities you really don't want to know about (free bridges, etc..)
I removed this flag some revisions ago, but the Aircraft part
depends on it, so I re-enabled it again..
tron [Tue, 13 Sep 2005 09:23:23 +0000] rev 2421
(svn r2947) Reorder some code to prepare for future enhancements and get rid of some gotos (peter1138)
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