------------------------------------------------------------------------ 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. ------------------------------------------------------------------------ r2953 | Darkvater | 2005-09-14 22:03:27 +0000 (Wed, 14 Sep 2005) | 1 line - 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 ------------------------------------------------------------------------ r2952 | Darkvater | 2005-09-14 19:22:06 +0000 (Wed, 14 Sep 2005) | 1 line Querytool output is be 0xAAAA. with leading 0x. Couldn't use # cause that would have written 0X ------------------------------------------------------------------------ r2951 | Darkvater | 2005-09-14 18:03:38 +0000 (Wed, 14 Sep 2005) | 2 lines - Fix: [ 1259345 ] Changing engine in netgame opens train window for everyone - Add IsLocalPlayer() which substitutes _local_player == _current_player ------------------------------------------------------------------------ r2950 | Darkvater | 2005-09-14 17:21:30 +0000 (Wed, 14 Sep 2005) | 1 line -Fix: [ 1259327 ] Server crash with "say" -command ------------------------------------------------------------------------ r2949 | Darkvater | 2005-09-13 13:30:18 +0000 (Tue, 13 Sep 2005) | 1 line 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 ------------------------------------------------------------------------ r2948 | truelight | 2005-09-13 12:19:27 +0000 (Tue, 13 Sep 2005) | 5 lines -Fix: the old AI needs a special flag that triggers all kind of special abilities you really don't want to know about (free bridges, etc..) I removed this flag some revisions ago, but the Aircraft part depends on it, so I re-enabled it again.. ------------------------------------------------------------------------ r2947 | tron | 2005-09-13 09:23:23 +0000 (Tue, 13 Sep 2005) | 1 line Reorder some code to prepare for future enhancements and get rid of some gotos (peter1138) ------------------------------------------------------------------------