Sat, 01 Oct 2005 17:41:41 +0000 peter1138 (svn r3005) -Fix, NewGRF: Some GRF files don't specify a name or description, in which case the Action 8 is 8 bytes, not 9. (pb_viaduct)
Sat, 01 Oct 2005 17:38:48 +0000 peter1138 (svn r3004) -Feature, NewGRF: Support loading of bridge attributes and tables from GRF. Currently drawing tall pillars uses old data.
Sat, 01 Oct 2005 12:43:34 +0000 tron (svn r3003) Change int, uint, uin16 and byte to EngineID where appropriate, plus some related changes (mostly casts)
Fri, 30 Sep 2005 20:51:20 +0000 peter1138 (svn r3002) -Fix, Newgrf: Max speed of 0xFFFF means no max speed.
Fri, 30 Sep 2005 20:37:25 +0000 tron (svn r3001) s/Player*/const Player*/
Fri, 30 Sep 2005 09:58:59 +0000 miham (svn r3000) [Translations] Updating translations to 2005-09-30 {@457} (15 langs changed)
Fri, 30 Sep 2005 08:57:12 +0000 tron (svn r2999) Do not pass if the HQ gets built for the first time or gets relocated as parameter - the command function has to check this anyway
Thu, 29 Sep 2005 20:20:34 +0000 peter1138 (svn r2998) -Codechange: Split rail drawing code off from DrawTile_Rail into a separate function to be used elsewhere. (Deja vu?)
Thu, 29 Sep 2005 19:59:57 +0000 peter1138 (svn r2997) -Codechange: Split road drawing code off from DrawTile_Road into a separate function to be used elsewhere.
Wed, 28 Sep 2005 21:49:55 +0000 tron (svn r2996) 0xFFFF -> INVALID_STRING_ID
Wed, 28 Sep 2005 19:35:36 +0000 tron (svn r2995) Replace 0xFF/0xFFFF with CT_INVALID/OWNER_SPECTATOR/INVALID_STATION where appropriate
Tue, 27 Sep 2005 20:55:42 +0000 tron (svn r2994) Another small hack regarding currencies: add a #define to emulate a variable, that holds the current currency; again this should increase readability
Tue, 27 Sep 2005 19:16:37 +0000 peter1138 (svn r2993) Fix: Reset aircraft images differently. Fixes assertion introduced in r2991.
Tue, 27 Sep 2005 18:51:04 +0000 tron (svn r2992) Use PlayerID, StationID and INVALID_STATION instead of int, int and -1
Mon, 26 Sep 2005 20:32:13 +0000 peter1138 (svn r2991) Reset vehicle images on game load. Allows savegames with NewGRFs saved prior to r2868 to load.
Mon, 26 Sep 2005 19:01:49 +0000 peter1138 (svn r2990) Remove _engine_original_sprites and replace all uses with references to our (new) original engine/vehicle tables.
Mon, 26 Sep 2005 18:43:58 +0000 peter1138 (svn r2989) - Make engine/vehicle information tables constant. Duplicate them so NewGRF data can be loaded without wiping out the default data.
Mon, 26 Sep 2005 13:38:12 +0000 tron (svn r2988) static where static is due
Mon, 26 Sep 2005 08:11:48 +0000 tron (svn r2987) -Fix: restart_game_date is an UINT16, not a BYTE. Now setting the game restart year via the console should work (Debolaz)
Sun, 25 Sep 2005 19:39:42 +0000 miham (svn r2986) [Translations] Fixed up english.txt (still don't know how Webtranslator screwed it up)
Sun, 25 Sep 2005 09:15:09 +0000 tron (svn r2985) Print warnings and errors in the canonical file:line: form to make life for IDEs easier (ln-)
Sun, 25 Sep 2005 09:04:59 +0000 tron (svn r2984) Use adequate types, this should aid portability a bit
Sat, 24 Sep 2005 20:24:35 +0000 miham (svn r2983) [Translations] Updating translations to 2005-09-24 {@892} (11 langs changed)
Sat, 24 Sep 2005 13:56:39 +0000 peter1138 (svn r2982) Newgrf: Added patch option for wagon speed limits. This is enabled by default.
Sat, 24 Sep 2005 06:43:26 +0000 tron (svn r2981) Remove a no-op
Fri, 23 Sep 2005 23:23:01 +0000 Darkvater (svn r2980) - Add some comments to some setting enums, and fix a 'const' warning.
Fri, 23 Sep 2005 20:20:08 +0000 tron (svn r2979) Avoid unnecessary recursion
Fri, 23 Sep 2005 20:13:48 +0000 tron (svn r2978) Make a global variable local
Fri, 23 Sep 2005 17:37:21 +0000 hackykid (svn r2977) - CodeChange: [pbs] Use a check to see if a rail segment is a pbs segment, instead of letting the pathfinder determine this.
Fri, 23 Sep 2005 14:21:39 +0000 tron (svn r2976) -Fix: Align settings pool items to the size of void* to fix bus errors on 64bit architectures which require aligned variables
Fri, 23 Sep 2005 12:13:58 +0000 tron (svn r2975) Use the correct types, not types which accidently have the same size on 32bit machines
Fri, 23 Sep 2005 07:44:03 +0000 peter1138 (svn r2974) -Fix: Drag and drop selection on drop down boxes didn't select correct item when some items were hidden.
Fri, 23 Sep 2005 06:38:36 +0000 tron (svn r2973) Move a function declaration somewhere where it belongs
Fri, 23 Sep 2005 06:34:06 +0000 tron (svn r2972) Fix the speed of the AI
Thu, 22 Sep 2005 20:58:14 +0000 peter1138 (svn r2971) - Newgrf: Support loading VarAction2 parameter for variables 0x60-0x7F. This parameter isn't used yet.
Thu, 22 Sep 2005 20:35:20 +0000 peter1138 (svn r2970) - Newgrf: Allocate spritegroups dynamically; this allows a cargo ID to reference the previous definition of the same cargo ID, instead of causing loops.
Thu, 22 Sep 2005 10:31:09 +0000 peter1138 (svn r2969) -Newgrf: Show a wagon's speed limit in purchase list.
Wed, 21 Sep 2005 19:07:58 +0000 peter1138 (svn r2968) -Newgrf: Implement current set of action D (ParamSet) operations.
Tue, 20 Sep 2005 19:35:52 +0000 peter1138 (svn r2967) Fix: newgrf: Wagon speed limits don't apply for wagons with livery overrides. Fixes max speed in dbsetxl etc.
Tue, 20 Sep 2005 17:33:57 +0000 peter1138 (svn r2966) Fix: newgrf: Replace special case with a check for the existence of a handler in VehicleChangeInfo.
Tue, 20 Sep 2005 11:07:33 +0000 peter1138 (svn r2965) Fix: newgrf: Add bounds checking to VehicleChangeInfo for vehicles and change
Tue, 20 Sep 2005 09:38:09 +0000 peter1138 (svn r2964) Fix: newgrf: Include missing grf feature canal.
Mon, 19 Sep 2005 16:03:47 +0000 peter1138 (svn r2963) Fix: calculate proportions of non-square giant screenshot correctly.
Sun, 18 Sep 2005 20:56:44 +0000 Darkvater (svn r2962) - const correctness for all Get* functions and most Draw* functions that don't change their pointer parameters
Sat, 17 Sep 2005 13:57:01 +0000 Darkvater (svn r2961) - Fix: [ 1219123 ] Fix for [ 1216203 ] UFO-broken waypoint (lucaspiller)
Sat, 17 Sep 2005 13:15:16 +0000 Darkvater (svn r2960) - Fix: [ 1227779 ] Fix win32 midi volume level control which didn't work (glx)
Fri, 16 Sep 2005 16:03:18 +0000 Darkvater (svn r2959) - Fix: [ 1266036 ] Fix [ 1236317 ] Vehicles with and TRANSFER order don't have that order restored (i_dachev). Also disallow non-train type vehicles to have non-stop orders.
Fri, 16 Sep 2005 10:50:06 +0000 Darkvater (svn r2958) - Feature: [ 1258971 ] Menu option to toggle console. Mainly for MacOS's or PDA's. (toholio)
Fri, 16 Sep 2005 10:37:21 +0000 Darkvater (svn r2957) - Feature: [ 1263280 ] Danish town names (fey_dk)
Fri, 16 Sep 2005 00:33:33 +0000 Darkvater (svn r2956) - Fix: [ 1253736 ] creating many town crash to desktop. Now it 'dies' with an ingame error message informing the gamer if it couldn't generate any towns in user-space. Still if it happens during new-game generation it crashes since we don't yet have actions to do in such a circumstance.
Thu, 15 Sep 2005 22:42:59 +0000 Darkvater (svn r2955) Fix: make ottd start with the last resolution you had set (custom) (win32)
Thu, 15 Sep 2005 21:59:07 +0000 Darkvater (svn r2954) - Force assertion message to be output to a messagebox instead to the console which MinGW32 had the habit of doing. Using undocumented (in mingw) __set_error_mode() function.
Wed, 14 Sep 2005 22:03:27 +0000 Darkvater (svn r2953) - Fix: [ 1257766 ] Cannot make ships go to an oil platform (oilrig has no station). While it is still possible that oilrigs end up without a station, it is only the case where no more stations can be built at all
Wed, 14 Sep 2005 19:22:06 +0000 Darkvater (svn r2952) Querytool output is be 0xAAAA. with leading 0x. Couldn't use # cause that would have written 0X
Wed, 14 Sep 2005 18:03:38 +0000 Darkvater (svn r2951) - Fix: [ 1259345 ] Changing engine in netgame opens train window for everyone
Wed, 14 Sep 2005 17:21:30 +0000 Darkvater (svn r2950) -Fix: [ 1259327 ] Server crash with "say" -command
Tue, 13 Sep 2005 13:30:18 +0000 Darkvater (svn r2949) The AI no longer needs to 'cheat' to build aircraft; eg it builds them now from a hangar. Also, to query the price of a new aircraft tile information is not needed
Tue, 13 Sep 2005 12:19:27 +0000 truelight (svn r2948) -Fix: the old AI needs a special flag that triggers all kind of special
Tue, 13 Sep 2005 09:23:23 +0000 tron (svn r2947) Reorder some code to prepare for future enhancements and get rid of some gotos (peter1138)
Mon, 12 Sep 2005 09:53:56 +0000 tron (svn r2946) Remove redundant calls, simplify a check and terminate the argument list of execlp() as suggested by the manpage to make it correctly work on 64bit platforms