------------------------------------------------------------------------ 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) ------------------------------------------------------------------------ r2959 | Darkvater | 2005-09-16 16:03:18 +0000 (Fri, 16 Sep 2005) | 1 line - 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. ------------------------------------------------------------------------ r2958 | Darkvater | 2005-09-16 10:50:06 +0000 (Fri, 16 Sep 2005) | 1 line - Feature: [ 1258971 ] Menu option to toggle console. Mainly for MacOS's or PDA's. (toholio) ------------------------------------------------------------------------ r2957 | Darkvater | 2005-09-16 10:37:21 +0000 (Fri, 16 Sep 2005) | 1 line - Feature: [ 1263280 ] Danish town names (fey_dk) ------------------------------------------------------------------------ r2956 | Darkvater | 2005-09-16 00:33:33 +0000 (Fri, 16 Sep 2005) | 1 line - 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. ------------------------------------------------------------------------ r2955 | Darkvater | 2005-09-15 22:42:59 +0000 (Thu, 15 Sep 2005) | 1 line Fix: make ottd start with the last resolution you had set (custom) (win32) ------------------------------------------------------------------------ r2954 | Darkvater | 2005-09-15 21:59:07 +0000 (Thu, 15 Sep 2005) | 1 line - 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. ------------------------------------------------------------------------