37a18c858f(svn r1293) Fixed the bug in translator
miham
2004-12-28 22:36:46 +00:00
2b5ffc7208(svn r1293) Fixed the bug in translator
miham
2004-12-28 22:36:46 +00:00
6735bffd39(svn r1292) -Codechange: also updated the town/industry sort-list to be uint16 compatible
truelight
2004-12-28 17:50:17 +00:00
ba3dedca7b(svn r1292) -Codechange: also updated the town/industry sort-list to be uint16 compatible
truelight
2004-12-28 17:50:17 +00:00
e6a59be8c0(svn r1291) -Codechange: prepared subsidies and towns to become an uint16 (happens after savegame bump)
truelight
2004-12-28 17:40:15 +00:00
3e1a12299c(svn r1291) -Codechange: prepared subsidies and towns to become an uint16 (happens after savegame bump)
truelight
2004-12-28 17:40:15 +00:00
c4d073a4de(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
bjarni
2004-12-28 17:18:46 +00:00
bd580437b8(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
bjarni
2004-12-28 17:18:46 +00:00
5b8c604f47(svn r1289) -Fix: Minor fix for OS/2 message boxes (orudge)
truelight
2004-12-28 12:11:34 +00:00
c476b34b23(svn r1289) -Fix: Minor fix for OS/2 message boxes (orudge)
truelight
2004-12-28 12:11:34 +00:00
c2ee8d70e4(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
2004-12-28 11:51:31 +00:00
2f9e0b8e0c(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
2004-12-28 11:51:31 +00:00
41201f488c(svn r1287) -Fix: reversed 1285, because it is not the solution. This also means that getting a lot of money with shares is back... :(
truelight
2004-12-28 09:55:55 +00:00
16cd779efe(svn r1287) -Fix: reversed 1285, because it is not the solution. This also means that getting a lot of money with shares is back... :(
truelight
2004-12-28 09:55:55 +00:00
c531739602(svn r1286) -Fix: oeps, I clamp'd some numbers wrong :$
truelight
2004-12-28 09:31:38 +00:00
0f856ad408(svn r1286) -Fix: oeps, I clamp'd some numbers wrong :$
truelight
2004-12-28 09:31:38 +00:00
a5a811f767(svn r1285) -Fix: your loan is now substracted from your company value
truelight
2004-12-28 09:29:40 +00:00
968c9ffe60(svn r1285) -Fix: your loan is now substracted from your company value
truelight
2004-12-28 09:29:40 +00:00
15d188d7f8(svn r1284) -Fix: Fixed 'money-cheat' (read: bug which could give people a lot of money)
truelight
2004-12-28 09:24:02 +00:00
bb1ad030e3(svn r1284) -Fix: Fixed 'money-cheat' (read: bug which could give people a lot of money)
truelight
2004-12-28 09:24:02 +00:00
8dcbf2675b(svn r1283) -Add: AutoRenew is now a client-side patch instead of a game-side patch Note: this is the first commit that breaks compatibility with 0.3.5! -Fix: Bufferoverflow with autorenew_money. It is now a 32-bit integer.
truelight
2004-12-27 18:18:44 +00:00
c0eeb710c7(svn r1283) -Add: AutoRenew is now a client-side patch instead of a game-side patch Note: this is the first commit that breaks compatibility with 0.3.5! -Fix: Bufferoverflow with autorenew_money. It is now a 32-bit integer.
truelight
2004-12-27 18:18:44 +00:00
96b36ec01e(svn r1282) -Fix: forget 2 files for the OS/2 patch. And forgot to add: patch by Orudge, great job!!
truelight
2004-12-27 13:40:30 +00:00
36fb04215e(svn r1282) -Fix: forget 2 files for the OS/2 patch. And forgot to add: patch by Orudge, great job!!
truelight
2004-12-27 13:40:30 +00:00
1f4c1e8821(svn r1281) -Fix: the OS/2 is now finished. Fixes: - Networking - File selector issue - Keyboard input - Dedicated server console issue (use dedicated.cmd to open a server) - Plus many other minor issues
truelight
2004-12-27 10:40:04 +00:00
fe16ef6637(svn r1281) -Fix: the OS/2 is now finished. Fixes: - Networking - File selector issue - Keyboard input - Dedicated server console issue (use dedicated.cmd to open a server) - Plus many other minor issues
truelight
2004-12-27 10:40:04 +00:00
f3c8f40c51(svn r1280) -Codechange: made the last patch a bit more... readable (in other words: use that spacebar!!)
truelight
2004-12-27 10:24:38 +00:00
80fde98098(svn r1280) -Codechange: made the last patch a bit more... readable (in other words: use that spacebar!!)
truelight
2004-12-27 10:24:38 +00:00
b01382c20b(svn r1279) Fixed the scrollbar in the network gui(server list). It now updates when scrolling (HackyKid)
bjarni
2004-12-26 22:09:34 +00:00
d1b6768398(svn r1279) Fixed the scrollbar in the network gui(server list). It now updates when scrolling (HackyKid)
bjarni
2004-12-26 22:09:34 +00:00
e4ee040a04(svn r1278) (Applied to trunk/ and branch/map/) -Made media/opentdd.64.png non-executable -Created an xpm version of media/openttd.64.png (required for debian)
matthijs
2004-12-25 20:59:11 +00:00
00a65157cb(svn r1278) (Applied to trunk/ and branch/map/) -Made media/opentdd.64.png non-executable -Created an xpm version of media/openttd.64.png (required for debian)
matthijs
2004-12-25 20:59:11 +00:00
c5cca49117(svn r1276) -Fix: [Network] Bug in bind system. Advertising failed on systems with more then 1 ip, and server_bind active to one of them.
truelight
2004-12-24 08:54:00 +00:00
9ec8692038(svn r1276) -Fix: [Network] Bug in bind system. Advertising failed on systems with more then 1 ip, and server_bind active to one of them.
truelight
2004-12-24 08:54:00 +00:00
7e0f47ff15(svn r1274) Makefile: networking is not longer experimental
bjarni
2004-12-24 00:33:41 +00:00
cd6691dbec(svn r1274) Makefile: networking is not longer experimental
bjarni
2004-12-24 00:33:41 +00:00
4ec9356ba2(svn r1272) -Fix: game compiles again with network disabled
truelight
2004-12-24 00:13:32 +00:00
e6d83cdf3b(svn r1272) -Fix: game compiles again with network disabled
truelight
2004-12-24 00:13:32 +00:00
de597eb7d2(svn r1271) -Fix: set eol-style to native on missing files -Added known_bugs file with open bugs on SF..should be included with installer -Updated installer for 0.3.5
darkvater
2004-12-24 00:00:10 +00:00
9cd50c54fa(svn r1271) -Fix: set eol-style to native on missing files -Added known_bugs file with open bugs on SF..should be included with installer -Updated installer for 0.3.5
darkvater
2004-12-24 00:00:10 +00:00
7d18544b04(svn r1270) Updated all languages so they are ready to be released moved russian, turkish and latvian 'translations' to lang/unfinished so we do not release 'translations' with nearly no translated strings
bjarni
2004-12-23 23:53:13 +00:00
b3d2b586a8(svn r1270) Updated all languages so they are ready to be released moved russian, turkish and latvian 'translations' to lang/unfinished so we do not release 'translations' with nearly no translated strings
bjarni
2004-12-23 23:53:13 +00:00
3b60676e64(svn r1269) - Updated changelog.txt and readme.txt for 0.3.5 - Marked docs/console.txt as out-dated
truelight
2004-12-23 23:32:07 +00:00
b67e2eddd4(svn r1269) - Updated changelog.txt and readme.txt for 0.3.5 - Marked docs/console.txt as out-dated
truelight
2004-12-23 23:32:07 +00:00
d7bc1d776c(svn r1268) -Fix: some warnings in gfx.c fixed -Fix: Makefile now correctly works for cygwin/mingw; altough defining only cygwin does not compile the game -Fix: moved SDL information message from severity 0 to 1. Only errors/severe warnings should be level 0
darkvater
2004-12-23 23:15:07 +00:00
0fcc58b8eb(svn r1268) -Fix: some warnings in gfx.c fixed -Fix: Makefile now correctly works for cygwin/mingw; altough defining only cygwin does not compile the game -Fix: moved SDL information message from severity 0 to 1. Only errors/severe warnings should be level 0
darkvater
2004-12-23 23:15:07 +00:00
1e8cfa10bf(svn r1267) -Fix: fix the wrong language file postfix strings...if you do such a change in english.txt, please also update the other language as well too!
darkvater
2004-12-23 22:45:24 +00:00
194ecb5193(svn r1267) -Fix: fix the wrong language file postfix strings...if you do such a change in english.txt, please also update the other language as well too!
darkvater
2004-12-23 22:45:24 +00:00
b249954538(svn r1266) -Fix: fix some cygwin/mingw warnings -Note: when compiling with MinGW (-mno-cygwin) __MINGW32__ is defined; when compiling without it __CYGWIN32__ is defined. You need to set either -mno-cygwin (MinGW) or -mwin32 (Cygwin) to have WIN32 defined
darkvater
2004-12-23 22:31:46 +00:00
2a0f68a6c5(svn r1266) -Fix: fix some cygwin/mingw warnings -Note: when compiling with MinGW (-mno-cygwin) __MINGW32__ is defined; when compiling without it __CYGWIN32__ is defined. You need to set either -mno-cygwin (MinGW) or -mwin32 (Cygwin) to have WIN32 defined
darkvater
2004-12-23 22:31:46 +00:00
dda14faac5(svn r1265) -Fix: the server can also no longer use the money cheat if the advertise-mode is active
truelight
2004-12-23 21:58:01 +00:00
c19b04efe8(svn r1265) -Fix: the server can also no longer use the money cheat if the advertise-mode is active
truelight
2004-12-23 21:58:01 +00:00
6788a614d1(svn r1264) Fix: Default currency is GBP again and the currency identifier is displayed correctly in the config file
dominik
2004-12-23 20:42:24 +00:00
ff6404c14b(svn r1264) Fix: Default currency is GBP again and the currency identifier is displayed correctly in the config file
dominik
2004-12-23 20:42:24 +00:00
97ec7de9e6(svn r1263) -Fix: [Network] Client-names are limited (serverside) to 25 chars -Fix: You can enter some more chars in the chatbox
truelight
2004-12-23 20:33:57 +00:00
4a5e11cea9(svn r1263) -Fix: [Network] Client-names are limited (serverside) to 25 chars -Fix: You can enter some more chars in the chatbox
truelight
2004-12-23 20:33:57 +00:00
ffed7d6834(svn r1262) -Fix: [1088996] kill some warnings for MinGW (luzi82)
darkvater
2004-12-23 20:23:05 +00:00
b87336f216(svn r1262) -Fix: [1088996] kill some warnings for MinGW (luzi82)
darkvater
2004-12-23 20:23:05 +00:00
c330e4203e(svn r1261) Removed the English strings from danish.txt
bjarni
2004-12-23 19:50:01 +00:00
b8771f511e(svn r1261) Removed the English strings from danish.txt
bjarni
2004-12-23 19:50:01 +00:00
f5b68e2d9d(svn r1259) -Fix: [Network] Network now compiles with glibc 2.1 (MacBaine)
truelight
2004-12-23 19:23:56 +00:00
ef32da999c(svn r1259) -Fix: [Network] Network now compiles with glibc 2.1 (MacBaine)
truelight
2004-12-23 19:23:56 +00:00
58c153b9ac(svn r1255) Renamed "postfix" to "suffix", for strings and variable names
dominik
2004-12-23 18:28:13 +00:00
1fa1a391dc(svn r1255) Renamed "postfix" to "suffix", for strings and variable names
dominik
2004-12-23 18:28:13 +00:00
60052ffb45(svn r1254) - Fix: [ 993500 ] High bridge rendering error - Changed button to open landscaping toolbar
dominik
2004-12-23 18:14:12 +00:00
50d7211494(svn r1254) - Fix: [ 993500 ] High bridge rendering error - Changed button to open landscaping toolbar
dominik
2004-12-23 18:14:12 +00:00
1558948b9b(svn r1253) -Update: updated the multiplayer doc a bit. Via this commit I wanted to thank everyone who helped with this new network, with some people by name: Bjarni, for Endian support, Hackykid, for Masterserver and ingame server-list, Geniusdex, for suggestions and bug reporting, Darkvater, for the Windows testing, Tron, for his comments and suggestions for the network, sign_de, for his general help around the network, orudge, for his kind offer to host our masterserver, dominik, for the network GUI, and all the others I did not mention or forgot. Thank you all :)
truelight
2004-12-23 17:59:37 +00:00
31416a2497(svn r1253) -Update: updated the multiplayer doc a bit. Via this commit I wanted to thank everyone who helped with this new network, with some people by name: Bjarni, for Endian support, Hackykid, for Masterserver and ingame server-list, Geniusdex, for suggestions and bug reporting, Darkvater, for the Windows testing, Tron, for his comments and suggestions for the network, sign_de, for his general help around the network, orudge, for his kind offer to host our masterserver, dominik, for the network GUI, and all the others I did not mention or forgot. Thank you all :)
truelight
2004-12-23 17:59:37 +00:00
c9645885d0(svn r1252) -Add: [Network] With 'set restart_game_date' you can set the date for in which year the server must restart hisself. (0 = disabled, default value)
truelight
2004-12-23 17:37:26 +00:00
824d73be2d(svn r1252) -Add: [Network] With 'set restart_game_date' you can set the date for in which year the server must restart hisself. (0 = disabled, default value)
truelight
2004-12-23 17:37:26 +00:00
3672ae1118(svn r1251) -Fix: [Console] The alias 'clean_company' is now working correctly
truelight
2004-12-23 17:12:30 +00:00
e480efb19d(svn r1251) -Fix: [Console] The alias 'clean_company' is now working correctly
truelight
2004-12-23 17:12:30 +00:00
c48ba54a09(svn r1250) -Fix: a dedicated server could not kick user number 1
truelight
2004-12-23 15:33:47 +00:00
af13f489b9(svn r1250) -Fix: a dedicated server could not kick user number 1
truelight
2004-12-23 15:33:47 +00:00
3f87f29a81(svn r1249) -Fix: new files in the last commit had double content
truelight
2004-12-23 15:08:53 +00:00
4395293d9f(svn r1249) -Fix: new files in the last commit had double content
truelight
2004-12-23 15:08:53 +00:00
a9bb5be49d(svn r1248) -Add: initial OS/2 support (read docs/ReadMe_OS2.txt) (orudge) Works fine, beside some minor stuff: - Network is not working yet - Keyboard is not working - No MIDI support - 'A few file selector bugs involving drives'
truelight
2004-12-23 14:46:16 +00:00
dfc5fdbb92(svn r1248) -Add: initial OS/2 support (read docs/ReadMe_OS2.txt) (orudge) Works fine, beside some minor stuff: - Network is not working yet - Keyboard is not working - No MIDI support - 'A few file selector bugs involving drives'
truelight
2004-12-23 14:46:16 +00:00
d91326fb4a(svn r1247) -Fix: [ 1090313 ] Shares are now also sold when a company goes bankrupt
truelight
2004-12-23 14:02:40 +00:00
3fa05f42b2(svn r1247) -Fix: [ 1090313 ] Shares are now also sold when a company goes bankrupt
truelight
2004-12-23 14:02:40 +00:00
a14a78de34(svn r1246) -Fix: [ 1090099 ] Company-messages did crash the game, because company-index was sent, which should have been the client-index
truelight
2004-12-23 13:53:05 +00:00
2f2842ec05(svn r1246) -Fix: [ 1090099 ] Company-messages did crash the game, because company-index was sent, which should have been the client-index
truelight
2004-12-23 13:53:05 +00:00
533e7a97ef(svn r1244) -Fix: no longer show the current password when 'set company_pw' is called without parameters (technical not possible, sorry DV)
truelight
2004-12-23 13:03:48 +00:00
807b5e5304(svn r1244) -Fix: no longer show the current password when 'set company_pw' is called without parameters (technical not possible, sorry DV)
truelight
2004-12-23 13:03:48 +00:00
b4c80052fe(svn r1243) -Fix: Scenario road-building toolbar also stickified. Thx for the notice teeone
darkvater
2004-12-23 11:36:22 +00:00
8b4288f9cd(svn r1243) -Fix: Scenario road-building toolbar also stickified. Thx for the notice teeone
darkvater
2004-12-23 11:36:22 +00:00