------------------------------------------------------------------------ r2988 | tron | 2005-09-26 13:38:12 +0000 (Mon, 26 Sep 2005) | 2 lines static where static is due ------------------------------------------------------------------------ r2987 | tron | 2005-09-26 08:11:48 +0000 (Mon, 26 Sep 2005) | 1 line -Fix: restart_game_date is an UINT16, not a BYTE. Now setting the game restart year via the console should work (Debolaz) ------------------------------------------------------------------------ r2986 | miham | 2005-09-25 19:39:42 +0000 (Sun, 25 Sep 2005) | 2 lines [Translations] Fixed up english.txt (still don't know how Webtranslator screwed it up) ------------------------------------------------------------------------ r2985 | tron | 2005-09-25 09:15:09 +0000 (Sun, 25 Sep 2005) | 1 line Print warnings and errors in the canonical file:line: form to make life for IDEs easier (ln-) ------------------------------------------------------------------------ r2984 | tron | 2005-09-25 09:04:59 +0000 (Sun, 25 Sep 2005) | 1 line Use adequate types, this should aid portability a bit ------------------------------------------------------------------------ r2983 | miham | 2005-09-24 20:24:35 +0000 (Sat, 24 Sep 2005) | 1 line [Translations] Updating translations to 2005-09-24 {@892} (11 langs changed) ------------------------------------------------------------------------ r2982 | peter1138 | 2005-09-24 13:56:39 +0000 (Sat, 24 Sep 2005) | 2 lines Newgrf: Added patch option for wagon speed limits. This is enabled by default. ------------------------------------------------------------------------ r2981 | tron | 2005-09-24 06:43:26 +0000 (Sat, 24 Sep 2005) | 1 line Remove a no-op ------------------------------------------------------------------------ r2980 | Darkvater | 2005-09-23 23:23:01 +0000 (Fri, 23 Sep 2005) | 2 lines - Add some comments to some setting enums, and fix a 'const' warning. - Add settings.h to VS.NET project. ------------------------------------------------------------------------ r2979 | tron | 2005-09-23 20:20:08 +0000 (Fri, 23 Sep 2005) | 1 line Avoid unnecessary recursion ------------------------------------------------------------------------ r2978 | tron | 2005-09-23 20:13:48 +0000 (Fri, 23 Sep 2005) | 1 line Make a global variable local ------------------------------------------------------------------------ r2977 | hackykid | 2005-09-23 17:37:21 +0000 (Fri, 23 Sep 2005) | 2 lines - CodeChange: [pbs] Use a check to see if a rail segment is a pbs segment, instead of letting the pathfinder determine this. ------------------------------------------------------------------------ r2976 | tron | 2005-09-23 14:21:39 +0000 (Fri, 23 Sep 2005) | 1 line -Fix: Align settings pool items to the size of void* to fix bus errors on 64bit architectures which require aligned variables ------------------------------------------------------------------------ r2975 | tron | 2005-09-23 12:13:58 +0000 (Fri, 23 Sep 2005) | 1 line Use the correct types, not types which accidently have the same size on 32bit machines ------------------------------------------------------------------------ r2974 | peter1138 | 2005-09-23 07:44:03 +0000 (Fri, 23 Sep 2005) | 3 lines -Fix: Drag and drop selection on drop down boxes didn't select correct item when some items were hidden. -Separate disabled and hidden masks in drop downs to support both hidden and disabled items. ------------------------------------------------------------------------ r2973 | tron | 2005-09-23 06:38:36 +0000 (Fri, 23 Sep 2005) | 1 line Move a function declaration somewhere where it belongs ------------------------------------------------------------------------ r2972 | tron | 2005-09-23 06:34:06 +0000 (Fri, 23 Sep 2005) | 1 line Fix the speed of the AI ------------------------------------------------------------------------ r2971 | peter1138 | 2005-09-22 20:58:14 +0000 (Thu, 22 Sep 2005) | 2 lines - Newgrf: Support loading VarAction2 parameter for variables 0x60-0x7F. This parameter isn't used yet. ------------------------------------------------------------------------ r2970 | peter1138 | 2005-09-22 20:35:20 +0000 (Thu, 22 Sep 2005) | 2 lines - Newgrf: Allocate spritegroups dynamically; this allows a cargo ID to reference the previous definition of the same cargo ID, instead of causing loops. ------------------------------------------------------------------------ r2969 | peter1138 | 2005-09-22 10:31:09 +0000 (Thu, 22 Sep 2005) | 2 lines -Newgrf: Show a wagon's speed limit in purchase list. ------------------------------------------------------------------------ r2968 | peter1138 | 2005-09-21 19:07:58 +0000 (Wed, 21 Sep 2005) | 2 lines -Newgrf: Implement current set of action D (ParamSet) operations. ------------------------------------------------------------------------ r2967 | peter1138 | 2005-09-20 19:35:52 +0000 (Tue, 20 Sep 2005) | 2 lines Fix: newgrf: Wagon speed limits don't apply for wagons with livery overrides. Fixes max speed in dbsetxl etc. ------------------------------------------------------------------------ r2966 | peter1138 | 2005-09-20 17:33:57 +0000 (Tue, 20 Sep 2005) | 2 lines Fix: newgrf: Replace special case with a check for the existence of a handler in VehicleChangeInfo. ------------------------------------------------------------------------ r2965 | peter1138 | 2005-09-20 11:07:33 +0000 (Tue, 20 Sep 2005) | 3 lines Fix: newgrf: Add bounds checking to VehicleChangeInfo for vehicles and change station special case to vehicle special case. ------------------------------------------------------------------------ r2964 | peter1138 | 2005-09-20 09:38:09 +0000 (Tue, 20 Sep 2005) | 2 lines Fix: newgrf: Include missing grf feature canal. ------------------------------------------------------------------------