celestar [Wed, 29 Dec 2004 11:00:34 +0000] rev 825
(svn r1296) Cleanup for MSVC files (bociusz)
truelight [Wed, 29 Dec 2004 08:42:30 +0000] rev 824
(svn r1295) -Fix: [ 1092499 ] Copy order was fucked up, because memcpy said:
sizeof(uint16), instead of sizeof(Order).
miham [Tue, 28 Dec 2004 22:46:09 +0000] rev 823
(svn r1294) Daily langfile updates (automatic)
miham [Tue, 28 Dec 2004 22:36:46 +0000] rev 822
(svn r1293) Fixed the bug in translator
truelight [Tue, 28 Dec 2004 17:50:17 +0000] rev 821
(svn r1292) -Codechange: also updated the town/industry sort-list to be uint16 compatible
truelight [Tue, 28 Dec 2004 17:40:15 +0000] rev 820
(svn r1291) -Codechange: prepared subsidies and towns to become an uint16 (happens
after savegame bump)
bjarni [Tue, 28 Dec 2004 17:18:46 +0000] rev 819
(svn r1290) Added type to typedef struct Engine and filled in the same data as in type in vehicle
it was kind of lame that you should use AircraftVehInfo(), ShipVehInfo() etc. if you wanted to know what type the engine is
truelight [Tue, 28 Dec 2004 12:11:34 +0000] rev 818
(svn r1289) -Fix: Minor fix for OS/2 message boxes (orudge)
truelight [Tue, 28 Dec 2004 11:51:31 +0000] rev 817
(svn r1288) -Codechange: changed _map2 to an uint16. It is still saved and loaded as
an uint8 till the savegame version is bumped to version 5. Then it works
automaticly as a fully uint16. So _stations[] can not be increased till
after the bump!!
truelight [Tue, 28 Dec 2004 09:55:55 +0000] rev 816
(svn r1287) -Fix: reversed 1285, because it is not the solution. This also means
that getting a lot of money with shares is back... :(