------------------------------------------------------------------------ r2390 | hackykid | 2005-06-01 11:52:44 +0000 (Wed, 01 Jun 2005) | 2 lines - Codechange: Fix some warnings on GCC 4.0.0 ------------------------------------------------------------------------ r2389 | hackykid | 2005-06-01 11:34:37 +0000 (Wed, 01 Jun 2005) | 3 lines - Feature: [newgrf] Implement the mechanism for handling newgrf callbacks. - Feature: [newgrf] Implement the 'refit capacity' callback. ------------------------------------------------------------------------ r2388 | hackykid | 2005-06-01 10:30:45 +0000 (Wed, 01 Jun 2005) | 2 lines - Fix: [realistic accel] Very slow trains no longer get an increase in maximum speed when part of them is in a depot. ------------------------------------------------------------------------ r2387 | Darkvater | 2005-05-30 22:16:05 +0000 (Mon, 30 May 2005) | 2 lines - CodeChange: made the saveload code more readable and also removed the 'byte' saveload arrays which means you can save an array of more than 255 elements, or bigger structs than 255 bytes. This doesn't yet solve the problem that a chunk can be a maximum of 16384 big. - Fix: also fix an unnoticed error in SlSaveLoadConv() due to wrong types. ------------------------------------------------------------------------ r2386 | matthijs | 2005-05-30 21:46:10 +0000 (Mon, 30 May 2005) | 1 line * Blaat ------------------------------------------------------------------------ r2385 | Darkvater | 2005-05-30 16:03:21 +0000 (Mon, 30 May 2005) | 1 line - Feature: shortcut CTRL + U that clears the commandline of the current input-box. As requested by Tron. ------------------------------------------------------------------------ r2384 | Darkvater | 2005-05-30 15:50:20 +0000 (Mon, 30 May 2005) | 1 line - Fix: Check selling land and setting player colour. Also an extra map-bounds check for terraforming; inspired by the monkey (and Tron :) ) ------------------------------------------------------------------------ r2383 | Darkvater | 2005-05-30 14:45:36 +0000 (Mon, 30 May 2005) | 1 line - Fix: Monkey-testing turned up some command crashes. ------------------------------------------------------------------------ r2382 | Darkvater | 2005-05-30 13:35:39 +0000 (Mon, 30 May 2005) | 1 line - Fix: Check the airport type when building an airport ------------------------------------------------------------------------ r2381 | Darkvater | 2005-05-30 13:06:15 +0000 (Mon, 30 May 2005) | 1 line - Fix: [ 1210610 ] Endgame window on easy difficulty results in infinite loop. Oops. Seperated the window classes of endgame and highscreen. ------------------------------------------------------------------------ r2380 | orudge | 2005-05-30 10:18:18 +0000 (Mon, 30 May 2005) | 1 line - Fix: Build year for mail compartment of planes was not set correctly, affected station ratings (Asterix_) ------------------------------------------------------------------------ r2379 | orudge | 2005-05-29 20:42:01 +0000 (Sun, 29 May 2005) | 1 line - Fix: [newgrf] Note to self, check thoroughly before committing! ------------------------------------------------------------------------ r2378 | orudge | 2005-05-29 20:36:11 +0000 (Sun, 29 May 2005) | 1 line - Fix: [newgrf] Further property stubs, help prevents subsequent incorrect reading of newgrf data ------------------------------------------------------------------------ r2377 | orudge | 2005-05-29 20:05:04 +0000 (Sun, 29 May 2005) | 1 line - Fix: [newgrf] Ignore action 0 prop 0x20 (air drag) ------------------------------------------------------------------------ r2376 | miham | 2005-05-29 16:06:21 +0000 (Sun, 29 May 2005) | 1 line [Translations] Updated to 2005-04-29 (28 strs / 3 langs) ------------------------------------------------------------------------ r2375 | Darkvater | 2005-05-28 19:05:24 +0000 (Sat, 28 May 2005) | 1 line - CodeChange: add the newly added 'all' of server_ip to it's helptext. ------------------------------------------------------------------------ r2374 | Darkvater | 2005-05-28 18:47:05 +0000 (Sat, 28 May 2005) | 1 line - CodeChange: giving server_ip a value of 'all' will make the server listen on any interface (0.0.0.0); also fix a typo in one of the script example files: s/ports/interfaces ------------------------------------------------------------------------ r2373 | Darkvater | 2005-05-28 17:01:26 +0000 (Sat, 28 May 2005) | 1 line - CodeChange: don't redraw the window upon a user-based dirty request if the requested widget is invisible or otherwise not visible (type WWT_EMPTY) ------------------------------------------------------------------------ r2372 | Darkvater | 2005-05-28 16:59:51 +0000 (Sat, 28 May 2005) | 3 lines - Fix (console): update the example scripts in the scripts/ directory to reflect the new console functionality - Fix (console): any line starting with a '#' is a comment so ignore it - Fix (console): The special variables whose value can only be set by a custom process should, also print out their newly set value there, instead of relying on the default printout which is slightly confusing. Eg after you change the value it still printed out 'current value for...' instead of 'XXX changed to...' ------------------------------------------------------------------------ r2371 | matthijs | 2005-05-28 10:32:09 +0000 (Sat, 28 May 2005) | 5 lines - Fix: [ 1144510 ] make install tries to install scenarios in the (non-existing) personal dir when USE_HOMEDIR is specified. This fix solves the issue for now by installing scenarios in the system-wide data dir. - Add: 32x32 xpm format icon, used for debian packaging. - Some minor updates to the os/debian directory. ------------------------------------------------------------------------ r2370 | tron | 2005-05-28 09:29:36 +0000 (Sat, 28 May 2005) | 1 line Replace some magic numbers with symbolic names ------------------------------------------------------------------------ r2369 | tron | 2005-05-27 15:05:54 +0000 (Fri, 27 May 2005) | 1 line Remove _thd_ptr: It always holds the address of _thd ------------------------------------------------------------------------ r2368 | Darkvater | 2005-05-27 13:41:03 +0000 (Fri, 27 May 2005) | 1 line - Fix: Add 'multihead' TTDPatch option to OpenTTD newgrf flags-emulation (DBSETXLW doesn't complain about it anymore) ------------------------------------------------------------------------ r2367 | tron | 2005-05-26 19:43:56 +0000 (Thu, 26 May 2005) | 1 line Remove some unused functions, probably was some debug stuff ------------------------------------------------------------------------ r2366 | tron | 2005-05-26 19:41:58 +0000 (Thu, 26 May 2005) | 1 line Use SetRedErrorSquare() instead of home brewed version ------------------------------------------------------------------------ r2365 | hackykid | 2005-05-26 16:31:32 +0000 (Thu, 26 May 2005) | 4 lines - Change: [refitting] Make refitting capacities for trains newgrf compatible. Train vehicles can now carry twice as much mail/goods as other cargo, and four times as much passengers. - Fix: [refitting] The refit window now shows the correct refit options for the entire consist. Only if at least one of the vehicles in the train can be refitted to a certain cargo, it is shown in the list. - Fix: [refitting] When refitting to a cargo which is already carried by some vehicles in the consist, the capacities of those vehicles are taken into account when calculating the new capacity of the train in the refit window. ------------------------------------------------------------------------