------------------------------------------------------------------------ r1292 | truelight | 2004-12-28 17:50:17 +0000 (Tue, 28 Dec 2004) | 2 lines -Codechange: also updated the town/industry sort-list to be uint16 compatible ------------------------------------------------------------------------ r1291 | truelight | 2004-12-28 17:40:15 +0000 (Tue, 28 Dec 2004) | 3 lines -Codechange: prepared subsidies and towns to become an uint16 (happens after savegame bump) ------------------------------------------------------------------------ r1290 | bjarni | 2004-12-28 17:18:46 +0000 (Tue, 28 Dec 2004) | 2 lines 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 ------------------------------------------------------------------------ r1289 | truelight | 2004-12-28 12:11:34 +0000 (Tue, 28 Dec 2004) | 2 lines -Fix: Minor fix for OS/2 message boxes (orudge) ------------------------------------------------------------------------ r1288 | truelight | 2004-12-28 11:51:31 +0000 (Tue, 28 Dec 2004) | 5 lines -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!! ------------------------------------------------------------------------ r1287 | truelight | 2004-12-28 09:55:55 +0000 (Tue, 28 Dec 2004) | 3 lines -Fix: reversed 1285, because it is not the solution. This also means that getting a lot of money with shares is back... :( ------------------------------------------------------------------------ r1286 | truelight | 2004-12-28 09:31:38 +0000 (Tue, 28 Dec 2004) | 2 lines -Fix: oeps, I clamp'd some numbers wrong :$ ------------------------------------------------------------------------ r1285 | truelight | 2004-12-28 09:29:40 +0000 (Tue, 28 Dec 2004) | 2 lines -Fix: your loan is now substracted from your company value ------------------------------------------------------------------------ r1284 | truelight | 2004-12-28 09:24:02 +0000 (Tue, 28 Dec 2004) | 2 lines -Fix: Fixed 'money-cheat' (read: bug which could give people a lot of money) ------------------------------------------------------------------------ r1283 | truelight | 2004-12-27 18:18:44 +0000 (Mon, 27 Dec 2004) | 4 lines -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. ------------------------------------------------------------------------ r1282 | truelight | 2004-12-27 13:40:30 +0000 (Mon, 27 Dec 2004) | 3 lines -Fix: forget 2 files for the OS/2 patch. And forgot to add: patch by Orudge, great job!! ------------------------------------------------------------------------ r1281 | truelight | 2004-12-27 10:40:04 +0000 (Mon, 27 Dec 2004) | 8 lines -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 ------------------------------------------------------------------------ r1280 | truelight | 2004-12-27 10:24:38 +0000 (Mon, 27 Dec 2004) | 3 lines -Codechange: made the last patch a bit more... readable (in other words: use that spacebar!!) ------------------------------------------------------------------------ r1279 | bjarni | 2004-12-26 22:09:34 +0000 (Sun, 26 Dec 2004) | 1 line Fixed the scrollbar in the network gui(server list). It now updates when scrolling (HackyKid) ------------------------------------------------------------------------ r1278 | matthijs | 2004-12-25 20:59:11 +0000 (Sat, 25 Dec 2004) | 5 lines (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) ------------------------------------------------------------------------ r1277 | miham | 2004-12-25 17:08:56 +0000 (Sat, 25 Dec 2004) | 1 line Daily langfile updates (automatic) ------------------------------------------------------------------------ r1276 | truelight | 2004-12-24 08:54:00 +0000 (Fri, 24 Dec 2004) | 3 lines -Fix: [Network] Bug in bind system. Advertising failed on systems with more then 1 ip, and server_bind active to one of them. ------------------------------------------------------------------------ r1274 | bjarni | 2004-12-24 00:33:41 +0000 (Fri, 24 Dec 2004) | 1 line Makefile: networking is not longer experimental ------------------------------------------------------------------------ r1273 | miham | 2004-12-24 00:24:13 +0000 (Fri, 24 Dec 2004) | 1 line Daily langfile updates (automatic) ------------------------------------------------------------------------ r1272 | truelight | 2004-12-24 00:13:32 +0000 (Fri, 24 Dec 2004) | 2 lines -Fix: game compiles again with network disabled ------------------------------------------------------------------------ r1271 | darkvater | 2004-12-24 00:00:10 +0000 (Fri, 24 Dec 2004) | 3 lines -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 ------------------------------------------------------------------------ r1270 | bjarni | 2004-12-23 23:53:13 +0000 (Thu, 23 Dec 2004) | 2 lines 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 ------------------------------------------------------------------------ r1269 | truelight | 2004-12-23 23:32:07 +0000 (Thu, 23 Dec 2004) | 3 lines - Updated changelog.txt and readme.txt for 0.3.5 - Marked docs/console.txt as out-dated ------------------------------------------------------------------------ r1268 | darkvater | 2004-12-23 23:15:07 +0000 (Thu, 23 Dec 2004) | 3 lines -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 ------------------------------------------------------------------------ r1267 | darkvater | 2004-12-23 22:45:24 +0000 (Thu, 23 Dec 2004) | 1 line -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! ------------------------------------------------------------------------ r1266 | darkvater | 2004-12-23 22:31:46 +0000 (Thu, 23 Dec 2004) | 2 lines -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 ------------------------------------------------------------------------ r1265 | truelight | 2004-12-23 21:58:01 +0000 (Thu, 23 Dec 2004) | 3 lines -Fix: the server can also no longer use the money cheat if the advertise-mode is active ------------------------------------------------------------------------ r1264 | dominik | 2004-12-23 20:42:24 +0000 (Thu, 23 Dec 2004) | 2 lines Fix: Default currency is GBP again and the currency identifier is displayed correctly in the config file ------------------------------------------------------------------------ r1263 | truelight | 2004-12-23 20:33:57 +0000 (Thu, 23 Dec 2004) | 3 lines -Fix: [Network] Client-names are limited (serverside) to 25 chars -Fix: You can enter some more chars in the chatbox ------------------------------------------------------------------------ r1262 | darkvater | 2004-12-23 20:23:05 +0000 (Thu, 23 Dec 2004) | 1 line -Fix: [1088996] kill some warnings for MinGW (luzi82) ------------------------------------------------------------------------ r1261 | bjarni | 2004-12-23 19:50:01 +0000 (Thu, 23 Dec 2004) | 1 line Removed the English strings from danish.txt ------------------------------------------------------------------------ r1260 | darkvater | 2004-12-23 19:33:17 +0000 (Thu, 23 Dec 2004) | 1 line -Fix: [1090357] Patch for braindead MinGW compiler (luzi82) ------------------------------------------------------------------------ r1259 | truelight | 2004-12-23 19:23:56 +0000 (Thu, 23 Dec 2004) | 2 lines -Fix: [Network] Network now compiles with glibc 2.1 (MacBaine) ------------------------------------------------------------------------ r1255 | dominik | 2004-12-23 18:28:13 +0000 (Thu, 23 Dec 2004) | 2 lines Renamed "postfix" to "suffix", for strings and variable names ------------------------------------------------------------------------ r1254 | dominik | 2004-12-23 18:14:12 +0000 (Thu, 23 Dec 2004) | 3 lines - Fix: [ 993500 ] High bridge rendering error - Changed button to open landscaping toolbar ------------------------------------------------------------------------ r1253 | truelight | 2004-12-23 17:59:37 +0000 (Thu, 23 Dec 2004) | 10 lines -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 :) ------------------------------------------------------------------------ r1252 | truelight | 2004-12-23 17:37:26 +0000 (Thu, 23 Dec 2004) | 3 lines -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) ------------------------------------------------------------------------ r1251 | truelight | 2004-12-23 17:12:30 +0000 (Thu, 23 Dec 2004) | 2 lines -Fix: [Console] The alias 'clean_company' is now working correctly ------------------------------------------------------------------------ r1250 | truelight | 2004-12-23 15:33:47 +0000 (Thu, 23 Dec 2004) | 2 lines -Fix: a dedicated server could not kick user number 1 ------------------------------------------------------------------------ r1249 | truelight | 2004-12-23 15:08:53 +0000 (Thu, 23 Dec 2004) | 2 lines -Fix: new files in the last commit had double content ------------------------------------------------------------------------ r1248 | truelight | 2004-12-23 14:46:16 +0000 (Thu, 23 Dec 2004) | 7 lines -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' ------------------------------------------------------------------------ r1247 | truelight | 2004-12-23 14:02:40 +0000 (Thu, 23 Dec 2004) | 2 lines -Fix: [ 1090313 ] Shares are now also sold when a company goes bankrupt ------------------------------------------------------------------------ r1246 | truelight | 2004-12-23 13:53:05 +0000 (Thu, 23 Dec 2004) | 3 lines -Fix: [ 1090099 ] Company-messages did crash the game, because company-index was sent, which should have been the client-index ------------------------------------------------------------------------ r1244 | truelight | 2004-12-23 13:03:48 +0000 (Thu, 23 Dec 2004) | 3 lines -Fix: no longer show the current password when 'set company_pw' is called without parameters (technical not possible, sorry DV) ------------------------------------------------------------------------ r1243 | darkvater | 2004-12-23 11:36:22 +0000 (Thu, 23 Dec 2004) | 1 line -Fix: Scenario road-building toolbar also stickified. Thx for the notice teeone ------------------------------------------------------------------------ r1242 | darkvater | 2004-12-23 11:31:06 +0000 (Thu, 23 Dec 2004) | 1 line -Fix: fix some morhpos warnings (tokai) ------------------------------------------------------------------------ r1241 | darkvater | 2004-12-23 00:33:44 +0000 (Thu, 23 Dec 2004) | 1 line -To get empty password, '*' is not needed in the gui; forgot to remove it from the tooltip...it's late already. ------------------------------------------------------------------------ r1240 | darkvater | 2004-12-23 00:24:44 +0000 (Thu, 23 Dec 2004) | 3 lines -Fix: OpenTTD once again compiles if ENABLE_NETWORK is disabled. -Fix: removed some warnings -Enabled ENABLE_NETWORK on windows again which I accidentally commented out. ------------------------------------------------------------------------ r1239 | darkvater | 2004-12-22 23:24:53 +0000 (Wed, 22 Dec 2004) | 3 lines -Feature: Added gui option of setting company password. It can be found in the 'company information' window -Spiced up 'set company_pw' a bit, where if no pw is typed, it shows the current one. -Added a space between company name and player; looks better ------------------------------------------------------------------------ r1238 | bjarni | 2004-12-22 22:52:06 +0000 (Wed, 22 Dec 2004) | 1 line Changelog update with the mac specific stuff since 0.3.4 ------------------------------------------------------------------------ r1237 | darkvater | 2004-12-22 21:37:28 +0000 (Wed, 22 Dec 2004) | 1 line -Fix: Viewports crash when too many viewports are open. Their amount was not updated to reflect the updated windows amount (thx lefti) ------------------------------------------------------------------------ r1236 | bjarni | 2004-12-22 21:12:36 +0000 (Wed, 22 Dec 2004) | 2 lines MorphOS: added make release like in OSX (tokai) MorphOS: cleaned up the code telling the difference between AmigaOS and MorphOS (tokai) ------------------------------------------------------------------------ r1235 | miham | 2004-12-22 21:09:45 +0000 (Wed, 22 Dec 2004) | 1 line Daily langfile updates (automatic) ------------------------------------------------------------------------ r1233 | dominik | 2004-12-22 19:48:27 +0000 (Wed, 22 Dec 2004) | 2 lines Fixed several currency issues. Now currencies should work correctly again. ------------------------------------------------------------------------ r1232 | tron | 2004-12-22 19:16:56 +0000 (Wed, 22 Dec 2004) | 1 line Plug memory leak ------------------------------------------------------------------------ r1231 | truelight | 2004-12-22 19:16:10 +0000 (Wed, 22 Dec 2004) | 2 lines -Fix: missing header file for console_cmds.c ------------------------------------------------------------------------ r1228 | truelight | 2004-12-22 18:56:52 +0000 (Wed, 22 Dec 2004) | 3 lines -Add: [Network] When a server normally shuts down, it removed itself from the server-list ------------------------------------------------------------------------ r1227 | truelight | 2004-12-22 18:42:56 +0000 (Wed, 22 Dec 2004) | 5 lines -Add: Ingame Server-list (select Internet, then Find Servers) -Fix: UDPListener was launched wrongly -Fix: Not all sockets have broadcast enabled anymore -Fix: Server-advertise retries 3 times before giving up ------------------------------------------------------------------------ r1225 | darkvater | 2004-12-22 17:37:21 +0000 (Wed, 22 Dec 2004) | 2 lines -Feature: SHIFT+DEL now deletes all non-vital windows (only status bar and main bar remain) -Fix: For everyone who tried to crash the game by opening a huge amount of windows and stickying all of them; bad luck. It's fixed now (thanks Tron for the helpful criticism). First all normal windows are a candidate for replacement, then if none are found, sticky windows. Then..well that should not happen :) ------------------------------------------------------------------------ r1222 | dominik | 2004-12-22 16:54:55 +0000 (Wed, 22 Dec 2004) | 2 lines Currency cleanup. Changed some currency symbols according to forum suggestions (thx ChrisCF) and rearranged the currencies alphabetically (except for the major ones). ------------------------------------------------------------------------ r1219 | darkvater | 2004-12-22 15:45:41 +0000 (Wed, 22 Dec 2004) | 1 line -Fix: compilation for windows release build (forgotten VARDEF) ------------------------------------------------------------------------ r1218 | dominik | 2004-12-22 15:32:50 +0000 (Wed, 22 Dec 2004) | 2 lines Fix: Autosaves go to the correct folder again with keep_all_autosave enabled ------------------------------------------------------------------------ r1215 | dominik | 2004-12-22 13:19:26 +0000 (Wed, 22 Dec 2004) | 2 lines Feature: You can now make a custom currency by chosing "Custom..." ------------------------------------------------------------------------ r1214 | darkvater | 2004-12-22 01:32:30 +0000 (Wed, 22 Dec 2004) | 2 lines -Feature: Stickified Industries (list & window), Smallmaps (all three), Stations (list & window) and Towns (list & window). I hope I didn't forget to update a widget somewhere :O -Feature: With the sticky windows on and some unfortunate resizing of your game it the 'close' button might go outside of the playing field, making it impossible to close. Added an option to the Options menu that closes all windows, even if they are stickified ("Close ALL windows") ------------------------------------------------------------------------ r1213 | darkvater | 2004-12-22 00:45:05 +0000 (Wed, 22 Dec 2004) | 1 line -Feature: Stickified vehicle lists ------------------------------------------------------------------------ r1212 | darkvater | 2004-12-22 00:18:40 +0000 (Wed, 22 Dec 2004) | 1 line -Feature: sticky windows all build-toolbars ------------------------------------------------------------------------ r1211 | darkvater | 2004-12-21 23:27:58 +0000 (Tue, 21 Dec 2004) | 1 line -Feature: Introduce sticky windows to all vehicle windows...Just make sure you do not sticky more than 23 at a time. Also a lot of places in the code invalidated the 'status bar' of the vehicle, referring to it as widget 4. This is now widget 5 and has been #definitized ------------------------------------------------------------------------ r1210 | miham | 2004-12-21 22:53:55 +0000 (Tue, 21 Dec 2004) | 1 line Daily langfile updates (automatic) ------------------------------------------------------------------------ r1209 | truelight | 2004-12-21 19:39:21 +0000 (Tue, 21 Dec 2004) | 2 lines -Fix: fix compiler warning (sorry) ------------------------------------------------------------------------ r1208 | truelight | 2004-12-21 19:37:10 +0000 (Tue, 21 Dec 2004) | 3 lines -Fix: the owner-check introduced in r1203 now also works correctly for bridges (the middle-parts don't have any owner) ------------------------------------------------------------------------ r1207 | celestar | 2004-12-21 19:07:23 +0000 (Tue, 21 Dec 2004) | 2 lines -Fix: Compiler warning due to the modified catchment areas ------------------------------------------------------------------------