------------------------------------------------------------------------ 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 ------------------------------------------------------------------------ r11780 | peter1138 | 2008-01-07 16:41:03 +0000 (Mon, 07 Jan 2008) | 2 lines -Codechange: When compiling a dedicated server build, select the dedicated video driver by default. ------------------------------------------------------------------------ r11779 | glx | 2008-01-07 15:35:36 +0000 (Mon, 07 Jan 2008) | 1 line -Fix: win32 compile failed. Also removed a duplicate include ------------------------------------------------------------------------ r11778 | rubidium | 2008-01-07 15:17:23 +0000 (Mon, 07 Jan 2008) | 2 lines -Fix: compiles with ICONV failed. ------------------------------------------------------------------------ r11777 | rubidium | 2008-01-07 14:23:25 +0000 (Mon, 07 Jan 2008) | 2 lines -Codechange: split the string header and make do not include it when it's not necessary. ------------------------------------------------------------------------ r11776 | rubidium | 2008-01-07 14:02:26 +0000 (Mon, 07 Jan 2008) | 2 lines -Codechange: more header splittings to reduce the dependencies. ------------------------------------------------------------------------ r11775 | rubidium | 2008-01-07 09:19:53 +0000 (Mon, 07 Jan 2008) | 2 lines -Codechange: move all autoreplace/autorenew functions to a single location. ------------------------------------------------------------------------ r11774 | rubidium | 2008-01-07 00:57:19 +0000 (Mon, 07 Jan 2008) | 2 lines -Change: do not include variables.h in a header when it is not needed. ------------------------------------------------------------------------ r11773 | rubidium | 2008-01-07 00:45:05 +0000 (Mon, 07 Jan 2008) | 2 lines -Codechange: move some non-clear-land functions from clear_cmd.cpp to a more correct location. ------------------------------------------------------------------------ r11772 | glx | 2008-01-07 00:43:03 +0000 (Mon, 07 Jan 2008) | 1 line -Change: add some extra checking in the hope to find the cause of FS#1335 ------------------------------------------------------------------------ r11771 | rubidium | 2008-01-07 00:19:09 +0000 (Mon, 07 Jan 2008) | 2 lines -Codechange: split settings.h into better separated headers. ------------------------------------------------------------------------ r11770 | peter1138 | 2008-01-06 20:54:55 +0000 (Sun, 06 Jan 2008) | 2 lines -Codechange: An engine type's type is EngineID, not byte. ------------------------------------------------------------------------ r11769 | miham | 2008-01-06 18:58:55 +0000 (Sun, 06 Jan 2008) | 17 lines -Update: WebTranslator2 update to 2008-01-06 19:58:01 brazilian_portuguese - 2 fixed, 15 changed by fukumori (17) bulgarian - 29 fixed, 10 changed by groupsky (39) croatian - 13 fixed by knovak (13) czech - 2 fixed by Hadez (2) dutch - 1 fixed by habell (1) estonian - 1 fixed by kristjans (1) french - 1 fixed, 1 changed by glx (2) galician - 38 fixed by Condex (38) italian - 1 fixed by lorenzodv (1) japanese - 1 fixed by ickoonite (1) norwegian_bokmal - 1 fixed by brygge_2 (1) romanian - 1 fixed by kneekoo (1) slovak - 1 fixed by lengyel (1) swedish - 2 fixed by daishan (2) ukrainian - 2 fixed by mad (2) ------------------------------------------------------------------------ r11768 | rubidium | 2008-01-06 18:56:43 +0000 (Sun, 06 Jan 2008) | 2 lines -Codechange: move some terraform related gui stuff from main_gui.cpp to terraform_gui.cpp (and introduce terraform_gui.h). Based on a patch by Roujin. ------------------------------------------------------------------------ r11767 | smatz | 2008-01-06 11:39:40 +0000 (Sun, 06 Jan 2008) | 2 lines -Fix: do not call rail specific functions when building road bridge -Fix: missing space in terraform_gui.cpp ------------------------------------------------------------------------ r11766 | belugas | 2008-01-06 01:06:12 +0000 (Sun, 06 Jan 2008) | 2 lines -Codechange: Last fine tunings on smooth economy, by Sirkoz. ------------------------------------------------------------------------ r11765 | rubidium | 2008-01-05 22:34:04 +0000 (Sat, 05 Jan 2008) | 2 lines -Fix: compile warning (Roujin). ------------------------------------------------------------------------ r11764 | rubidium | 2008-01-05 22:19:27 +0000 (Sat, 05 Jan 2008) | 2 lines -Change: make the 'do characters exist in the current font file(s)' more robust. ------------------------------------------------------------------------ r11763 | smatz | 2008-01-05 22:04:11 +0000 (Sat, 05 Jan 2008) | 1 line -Fix: update signal states after merging a company ------------------------------------------------------------------------ r11762 | glx | 2008-01-05 21:42:34 +0000 (Sat, 05 Jan 2008) | 1 line -Fix: compilation with DEBUG_DUMP_COMMANDS was broken ------------------------------------------------------------------------