------------------------------------------------------------------------ r11851 | belugas | 2008-01-14 18:19:29 +0000 (Mon, 14 Jan 2008) | 1 line -Codechange: A few magic numbers removal, plus a little code style ------------------------------------------------------------------------ r11850 | peter1138 | 2008-01-14 16:40:31 +0000 (Mon, 14 Jan 2008) | 2 lines -Fix (r11848): forgot to update vc project files ------------------------------------------------------------------------ r11849 | peter1138 | 2008-01-14 16:35:49 +0000 (Mon, 14 Jan 2008) | 2 lines -Fix (r11848): Incomplete(?) class broke MSVC/mingw compilation ------------------------------------------------------------------------ r11848 | peter1138 | 2008-01-14 16:10:58 +0000 (Mon, 14 Jan 2008) | 2 lines -Codechange: New class-based drop down list functionality. Lists are now dynamically generated, and can include parameters, or be extended however needed. ------------------------------------------------------------------------ r11847 | smatz | 2008-01-14 14:46:09 +0000 (Mon, 14 Jan 2008) | 1 line -Fix: do not affect the speed a train is entering a depot by trackbits behind it ------------------------------------------------------------------------ r11846 | peter1138 | 2008-01-14 11:18:43 +0000 (Mon, 14 Jan 2008) | 2 lines -Fix [FS#1651]: implicit conversion from unsigned to signed int caused compilation failure with MSVC. ------------------------------------------------------------------------ r11845 | smatz | 2008-01-13 23:53:33 +0000 (Sun, 13 Jan 2008) | 1 line -Codechange: simplify train collision detection a bit ------------------------------------------------------------------------ r11844 | glx | 2008-01-13 22:27:06 +0000 (Sun, 13 Jan 2008) | 1 line -Fix: road vehicle count was incorrect in network lobby window ------------------------------------------------------------------------ r11843 | smatz | 2008-01-13 22:12:39 +0000 (Sun, 13 Jan 2008) | 1 line -Fix: mark dirty canal tile even in diagonal direction from flooded tile ------------------------------------------------------------------------ r11842 | rubidium | 2008-01-13 22:10:54 +0000 (Sun, 13 Jan 2008) | 2 lines -Fix: libtimidity.cpp did not compile anymore. ------------------------------------------------------------------------ r11841 | glx | 2008-01-13 22:07:33 +0000 (Sun, 13 Jan 2008) | 1 line -Fix: win32 compilation ------------------------------------------------------------------------ r11840 | rubidium | 2008-01-13 21:51:53 +0000 (Sun, 13 Jan 2008) | 2 lines -Codechange: split network.h so not everything in there needs to be included when wanting to know whether we are a server. ------------------------------------------------------------------------ r11839 | rubidium | 2008-01-13 21:41:24 +0000 (Sun, 13 Jan 2008) | 2 lines -Codechange: move some variables from variables.h to a more logical location. ------------------------------------------------------------------------ r11838 | smatz | 2008-01-13 17:55:00 +0000 (Sun, 13 Jan 2008) | 1 line -Fix (r11320): draw correctly canal next to half flooded rail tile ------------------------------------------------------------------------ r11837 | bjarni | 2008-01-13 17:45:29 +0000 (Sun, 13 Jan 2008) | 4 lines -Feature: [OSX] added "/Library/Application Support/OpenTTD" to the search paths (based on patch by pv2b) It is possible to set this to something else setting shared-dir with config This works on other OSes as well but it's off by default (and not really tested) ------------------------------------------------------------------------ r11836 | bjarni | 2008-01-13 17:37:17 +0000 (Sun, 13 Jan 2008) | 2 lines -Fix [r11834]: [OSX] fixed compilation ------------------------------------------------------------------------ r11835 | smatz | 2008-01-13 14:42:28 +0000 (Sun, 13 Jan 2008) | 1 line -Fix: mark depot, viewports, vehicle lists and vehicle details dirty when a train crashes ------------------------------------------------------------------------ r11834 | rubidium | 2008-01-13 14:37:30 +0000 (Sun, 13 Jan 2008) | 2 lines -Codechange: only include settings_type.h if needed. ------------------------------------------------------------------------ r11833 | bjarni | 2008-01-13 13:53:53 +0000 (Sun, 13 Jan 2008) | 3 lines -Cleanup: changed save_params_array into one item for each line in config.lib This should increase readability and conflict solving ------------------------------------------------------------------------ r11832 | rubidium | 2008-01-13 13:36:01 +0000 (Sun, 13 Jan 2008) | 2 lines -Codechange: get rid of (quite) some VARDEFs. ------------------------------------------------------------------------ r11831 | smatz | 2008-01-13 13:11:59 +0000 (Sun, 13 Jan 2008) | 1 line -Fix: call TrainConsistChanged() when removing crashed train part to be consistent with saveload process ------------------------------------------------------------------------ r11830 | rubidium | 2008-01-13 12:08:35 +0000 (Sun, 13 Jan 2008) | 2 lines -Fix [FS#1625]: road vehicles would not wait in line, but at a single point on bridges. Based on a patch by SmatZ. ------------------------------------------------------------------------ r11829 | rubidium | 2008-01-13 01:39:22 +0000 (Sun, 13 Jan 2008) | 2 lines -Feature: allow reloading openttd.cfg when starting a new game on a dedicated server. Patch by dihedral. ------------------------------------------------------------------------ r11828 | rubidium | 2008-01-13 01:21:35 +0000 (Sun, 13 Jan 2008) | 2 lines -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h. ------------------------------------------------------------------------ r11827 | rubidium | 2008-01-13 00:28:01 +0000 (Sun, 13 Jan 2008) | 2 lines -Codechange: do not include enum_type.hpp unnecessary. ------------------------------------------------------------------------ r11826 | glx | 2008-01-13 00:14:29 +0000 (Sun, 13 Jan 2008) | 1 line -Fix (r10444): at least one instance of dmusic driver is needed for it to be registered and usable ------------------------------------------------------------------------ r11825 | rubidium | 2008-01-12 22:10:00 +0000 (Sat, 12 Jan 2008) | 2 lines -Fix (FS#1627): an articulated road vehicle could split up when it turned around at a corner and then would enter a drive through station at the next tile. ------------------------------------------------------------------------ r11824 | peter1138 | 2008-01-12 21:25:04 +0000 (Sat, 12 Jan 2008) | 2 lines -Fix (r11822): Converting signs from TTD games incomplete ------------------------------------------------------------------------ r11823 | peter1138 | 2008-01-12 21:01:27 +0000 (Sat, 12 Jan 2008) | 2 lines -Fix (r11822): Custom names from old TTD games were not updated. ------------------------------------------------------------------------ r11822 | peter1138 | 2008-01-12 19:58:06 +0000 (Sat, 12 Jan 2008) | 4 lines -Codechange: Replaced fixed size custom name array. Names are now attached to their object directly and there is no limit to the amount of names. -Fix: NewGRF engines could not be renamed. ------------------------------------------------------------------------ r11821 | smatz | 2008-01-12 19:33:25 +0000 (Sat, 12 Jan 2008) | 1 line -Fix (r11802): 'optimization assert' when removing crashed wagon in some cases ------------------------------------------------------------------------ r11820 | smatz | 2008-01-12 19:24:58 +0000 (Sat, 12 Jan 2008) | 1 line -Fix: invalidate depot window when removing crashed train ------------------------------------------------------------------------ r11819 | smatz | 2008-01-12 19:20:44 +0000 (Sat, 12 Jan 2008) | 1 line -Fix: do not access the Vehicle struct that has been already deleted when removing crashed train ------------------------------------------------------------------------ r11818 | rubidium | 2008-01-12 14:10:35 +0000 (Sat, 12 Jan 2008) | 2 lines -Codechange: split player.h into smaller pieces. ------------------------------------------------------------------------ r11817 | peter1138 | 2008-01-12 13:36:22 +0000 (Sat, 12 Jan 2008) | 2 lines -Codechange: Base vehicle group validity on owner, not name. ------------------------------------------------------------------------ r11816 | rubidium | 2008-01-12 08:34:16 +0000 (Sat, 12 Jan 2008) | 2 lines -Fix: forgot clearing one byte, causing the passwords to differ slightly on different platforms. ------------------------------------------------------------------------ r11815 | smatz | 2008-01-11 22:29:47 +0000 (Fri, 11 Jan 2008) | 1 line -Codechange (r11802): some compilers were giving a false warning about uninitialized variable ------------------------------------------------------------------------ r11814 | orudge | 2008-01-11 18:53:52 +0000 (Fri, 11 Jan 2008) | 1 line -Fix: Get OpenTTD compiling again on OS/2 ------------------------------------------------------------------------ r11813 | frosch | 2008-01-11 17:12:41 +0000 (Fri, 11 Jan 2008) | 1 line -Fix [FS#1602]: Switch _screen to the output buffer and disable usage of 32bpp-anim animation buffer during giant screenshots. ------------------------------------------------------------------------ r11812 | smatz | 2008-01-11 15:10:59 +0000 (Fri, 11 Jan 2008) | 1 line -Codechange: introduce TrainExitDir() to simplify some functions ------------------------------------------------------------------------ r11811 | rubidium | 2008-01-11 00:30:32 +0000 (Fri, 11 Jan 2008) | 2 lines -Fix: make compilation without networking work again (and thus move the debugdumpcommand stuff out of the network 'area'). ------------------------------------------------------------------------ r11810 | smatz | 2008-01-10 22:46:04 +0000 (Thu, 10 Jan 2008) | 1 line -Fix (r11802): reset sets when leaving prematurely ------------------------------------------------------------------------ r11809 | smatz | 2008-01-10 21:54:45 +0000 (Thu, 10 Jan 2008) | 1 line -Fix [FS#1643]: set expenses type when selling all vehicles in depot ------------------------------------------------------------------------ r11808 | smatz | 2008-01-10 18:59:16 +0000 (Thu, 10 Jan 2008) | 2 lines -Fix: remember --with-ccache in config.cache -Codechange: shuffle params a bit, sort params in save_params_array in the same order as the table above ------------------------------------------------------------------------ r11807 | frosch | 2008-01-10 18:02:15 +0000 (Thu, 10 Jan 2008) | 1 line -Codechange: Make Action5 handler more upwards- and TTDP-compatible by allowing specifiing more sprites than needed. ------------------------------------------------------------------------ r11806 | glx | 2008-01-10 15:51:34 +0000 (Thu, 10 Jan 2008) | 1 line -Fix (r11793) [FS#1638]: sign inversion when updating income and expenses ------------------------------------------------------------------------ r11805 | frosch | 2008-01-10 13:13:18 +0000 (Thu, 10 Jan 2008) | 1 line -Fix [FS#1620]: VEHICLE_TRIGGER_EMPTY was triggered continuously while train waiting in station. ------------------------------------------------------------------------ r11804 | belugas | 2008-01-10 00:53:17 +0000 (Thu, 10 Jan 2008) | 2 lines -Fix(r11797,FS#1636): Industry tiles should receive the same medecine as indstries themselves regarding the resolver's object ------------------------------------------------------------------------ r11803 | peter1138 | 2008-01-09 23:17:40 +0000 (Wed, 09 Jan 2008) | 2 lines -Fix: unlikely but possible infinite loop leading to undefined behaviour ------------------------------------------------------------------------ r11802 | smatz | 2008-01-09 23:00:59 +0000 (Wed, 09 Jan 2008) | 2 lines -Fix [FS#716]: do not crash trains when leaving depot to a very long track -Codechange: use dedicated pathfinder for signal updating, resulting in better performance and possible future improvements ------------------------------------------------------------------------ r11801 | rubidium | 2008-01-09 21:27:39 +0000 (Wed, 09 Jan 2008) | 2 lines -Codechange: remove some unneeded includes from some header files. ------------------------------------------------------------------------ r11800 | rubidium | 2008-01-09 21:05:03 +0000 (Wed, 09 Jan 2008) | 2 lines -Codechange: move some functions to a more logical location + some type safety. ------------------------------------------------------------------------ r11799 | peter1138 | 2008-01-09 20:23:12 +0000 (Wed, 09 Jan 2008) | 2 lines -Codechange: no need to special-case helicopter rotor 'overrides' ------------------------------------------------------------------------ r11798 | belugas | 2008-01-09 18:35:18 +0000 (Wed, 09 Jan 2008) | 3 lines -Codechange: add comments and give a more representative function's name ------------------------------------------------------------------------ r11797 | belugas | 2008-01-09 18:14:29 +0000 (Wed, 09 Jan 2008) | 4 lines -Fix: Add protection against not already created industry while doing industry callback. Some variables used were linked to invalid industry. ------------------------------------------------------------------------ r11795 | glx | 2008-01-09 17:47:05 +0000 (Wed, 09 Jan 2008) | 1 line -Fix [FS#1616]: take town rating into account when testing if a command can be executed. ------------------------------------------------------------------------ r11794 | glx | 2008-01-09 17:09:53 +0000 (Wed, 09 Jan 2008) | 1 line -Fix [FS#1632]: reversing a train when loading at a station with an adjacent station in the same axis crashed. ------------------------------------------------------------------------ r11793 | rubidium | 2008-01-09 16:55:48 +0000 (Wed, 09 Jan 2008) | 2 lines -Codechange: pass the expense type via the CommandCost instead of a global variable. Patch by Noldo (FS#1114). ------------------------------------------------------------------------ r11792 | rubidium | 2008-01-09 16:40:02 +0000 (Wed, 09 Jan 2008) | 2 lines -Codechange: move some (virtually) globally included AI related structs to a place where they are only included a few times. ------------------------------------------------------------------------ r11791 | peter1138 | 2008-01-09 16:02:13 +0000 (Wed, 09 Jan 2008) | 2 lines -Cleanup: move railtype data into table/, like other data files. ------------------------------------------------------------------------ r11790 | rubidium | 2008-01-09 11:46:40 +0000 (Wed, 09 Jan 2008) | 2 lines -Update: apparantly it's 2008 already ;). Patch by Anne Stellingwerf (FS#1613). ------------------------------------------------------------------------ r11789 | peter1138 | 2008-01-09 10:15:20 +0000 (Wed, 09 Jan 2008) | 2 lines -Codechange: coding style for global variable names ------------------------------------------------------------------------ r11788 | rubidium | 2008-01-09 09:57:48 +0000 (Wed, 09 Jan 2008) | 2 lines -Fix (11787): makedepend doesn't mark delete files as changed... ------------------------------------------------------------------------ r11787 | rubidium | 2008-01-09 09:45:45 +0000 (Wed, 09 Jan 2008) | 2 lines -Codechange: more header rewrites. This time related to viewport.h. ------------------------------------------------------------------------ r11786 | peter1138 | 2008-01-09 08:12:10 +0000 (Wed, 09 Jan 2008) | 2 lines -Codechange: shuffle more includes ------------------------------------------------------------------------ r11785 | rubidium | 2008-01-09 00:59:02 +0000 (Wed, 09 Jan 2008) | 2 lines -Codechange: remove some unneeded includes. ------------------------------------------------------------------------ r11784 | peter1138 | 2008-01-08 18:25:51 +0000 (Tue, 08 Jan 2008) | 2 lines -Codechange: set up initial engine data in one place ------------------------------------------------------------------------ r11783 | peter1138 | 2008-01-08 18:16:26 +0000 (Tue, 08 Jan 2008) | 2 lines -Codechange: compare engine type with its type property, not by its index ------------------------------------------------------------------------ r11782 | peter1138 | 2008-01-08 16:07:32 +0000 (Tue, 08 Jan 2008) | 2 lines -Codechange: e->type was used before being properly initialized (it relied on previous runs) but there is no need to invalidate window data during game load as the windows in question cannot be open. ------------------------------------------------------------------------ r11781 | peter1138 | 2008-01-07 22:38:30 +0000 (Mon, 07 Jan 2008) | 2 lines -Codechange: variable scope and initialization ------------------------------------------------------------------------