tron [Sat, 24 Dec 2005 12:47:31 +0000] rev 2785
(svn r3333) Remove some the unimplemented option DISPLAY_WARNINGS from the config writer
tron [Sat, 24 Dec 2005 12:16:56 +0000] rev 2784
(svn r3332) Fix r3317, a few things got messed up in the translator system
tron [Sat, 24 Dec 2005 10:16:34 +0000] rev 2783
(svn r3331) CMD_PLACE_SIGN doesn't use p1, so don't pass anything seemingly meaningful
matthijs [Wed, 21 Dec 2005 13:53:44 +0000] rev 2782
(svn r3329) - Doc: Some documentation cleanups.
- Add: TracksOverlap() (from the map branch), TrackdirBitsToTrackBits(), DiagdirReachesTrackdirs(), DiagdirReachesTracks().
- Fix: Infinite loop in the pathfinder introduces in r3321.
Darkvater [Wed, 21 Dec 2005 01:43:26 +0000] rev 2781
(svn r3328) - Fix: [ 1352739 ] landscape_grid.html showing wrong bit usage (belugas)
Darkvater [Wed, 21 Dec 2005 01:40:41 +0000] rev 2780
(svn r3327) - Fix: [ 1373581 ] landscape.html documentation. Railway types are stored in m3, not m4. According to the mask (RAILTYPE_MASK), this is should be 0..1 but 0..3 are actually reserved. (egladil)
Darkvater [Wed, 21 Dec 2005 01:19:03 +0000] rev 2779
(svn r3326) - Fix: [ 1226832 ] Build fails if SDL is built without pthread support (dst)
Darkvater [Wed, 21 Dec 2005 01:14:01 +0000] rev 2778
(svn r3325) - Fix: You couldn't send an airplane to a hangar for mandatory servicing, the NON_STOP flag failed the command.
Darkvater [Tue, 20 Dec 2005 21:59:34 +0000] rev 2777
(svn r3324) - Codechange: set native eol-style on missing files not yet set so
Darkvater [Tue, 20 Dec 2005 21:24:50 +0000] rev 2776
(svn r3323) - Fix: automatically enable new AI when turning on the AI in multiplayer feature (it only works that way and we all know users don't read).