------------------------------------------------------------------------ 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. ------------------------------------------------------------------------ r2963 | peter1138 | 2005-09-19 16:03:47 +0000 (Mon, 19 Sep 2005) | 2 lines Fix: calculate proportions of non-square giant screenshot correctly. ------------------------------------------------------------------------ r2962 | Darkvater | 2005-09-18 20:56:44 +0000 (Sun, 18 Sep 2005) | 3 lines - const correctness for all Get* functions and most Draw* functions that don't change their pointer parameters - change a lot of byte player types to PlayerID - beautify header files, same "#endif /* filename */" ending ------------------------------------------------------------------------ r2961 | Darkvater | 2005-09-17 13:57:01 +0000 (Sat, 17 Sep 2005) | 1 line - Fix: [ 1219123 ] Fix for [ 1216203 ] UFO-broken waypoint (lucaspiller) ------------------------------------------------------------------------ r2960 | Darkvater | 2005-09-17 13:15:16 +0000 (Sat, 17 Sep 2005) | 1 line - Fix: [ 1227779 ] Fix win32 midi volume level control which didn't work (glx) ------------------------------------------------------------------------