Darkvater [Tue, 22 Feb 2005 19:38:44 +0000] rev 1401
(svn r1905) - Fix: [ 1118810 ] openttd: ship_cmd.c:642 ... Assertion failed. Mapwrap fixed in ship_cmd.c (was implicitely ok before biggermaps).
- CodeChange: rename all vehicle controllers to ...Controller for their similar behaviour
tron [Tue, 22 Feb 2005 18:28:20 +0000] rev 1400
(svn r1904) Remove some more unused stuff
tron [Tue, 22 Feb 2005 18:27:57 +0000] rev 1399
(svn r1903) Replace some casts and macro magic with proper typing, similar to r1902
tron [Tue, 22 Feb 2005 15:39:45 +0000] rev 1398
(svn r1902) Replace some casts with proper typing
Darkvater [Tue, 22 Feb 2005 14:52:20 +0000] rev 1397
(svn r1901) - Fix: unwanted behaviour of the savegame dialog, as well as a bug with a sloppy termination of a string. When any editbox is open, scrolling is disabled. If any new types of editboxes come up, please use SET/CLRBIT of _no_scroll with its unique identifier (ttd.h)
tron [Tue, 22 Feb 2005 14:37:52 +0000] rev 1396
(svn r1900) Simplify a piece of code in the oldloader
Darkvater [Tue, 22 Feb 2005 13:13:57 +0000] rev 1395
(svn r1899) - Fix: fix braindead strcmp from previous commit. /me bangs head into the wall
tron [Tue, 22 Feb 2005 12:48:03 +0000] rev 1394
(svn r1898) Remove some unused macros from macros.h and move some others to more appropriate headers
Darkvater [Tue, 22 Feb 2005 12:27:33 +0000] rev 1393
(svn r1897) - Fix: [ 1120424 ] Set name overwrites same name. Renamings because your name is in use are virtual though so if name "b" is in use your name will become "b #1", renaming yourself again to "b" will become "b #2", and will toggle between these two.
Darkvater [Tue, 22 Feb 2005 11:33:13 +0000] rev 1392
(svn r1896) - Fix: remove Translated by hack since it's not used