log

age author description
Wed, 16 Jan 2008 18:25:23 +0000 peter1138 (svn r11880) -Codechange: Generate vehicle group action dropdown dynamically, and assign an enum for the function return codes. draft
Wed, 16 Jan 2008 17:43:46 +0000 peter1138 (svn r11879) -Fix: Only update group action drop down list when clicking on the dropdown text/button. Other times is not needed and caused a double free. draft
Wed, 16 Jan 2008 16:52:50 +0000 peter1138 (svn r11878) -Fix: Crash in MP in vehicle group window if the currently selected group is deleted by another player. draft
Wed, 16 Jan 2008 15:48:36 +0000 smatz (svn r11877) -Fix: another way to crash competitors' train in a station draft
Wed, 16 Jan 2008 15:06:48 +0000 frosch (svn r11876) -Fix: Start industry tile animation also for overridden industry tiles. (Will only apply to new games or newly build industries.) draft
Wed, 16 Jan 2008 13:59:08 +0000 bjarni (svn r11875) -Fix: automatically sending aircraft to depot for autoreplace/renew is now triggered by the correct conditions draft
Wed, 16 Jan 2008 11:25:15 +0000 rubidium (svn r11874) -Fix [FS#1655]: all wagons of maglev/monorail trains would get the livery colour of the engine instead of their wagon type. draft
Wed, 16 Jan 2008 02:53:55 +0000 belugas (svn r11873) -Codechange: less a few magical numbers and a tiny bit more comments on town zones draft
Wed, 16 Jan 2008 01:27:24 +0000 bjarni (svn r11872) -Fix (r9874): EngineHasReplacementForPlayer() didn't look in ALL_GROUP draft
Wed, 16 Jan 2008 01:18:15 +0000 smatz (svn r11871) -Fix [FS#1074]: do not update signals after each tile when building/removing a large block of track/signals/station draft
Wed, 16 Jan 2008 00:33:28 +0000 smatz (svn r11870) -Fix: slow down train when approaching tile we can't enter in more cases draft
Tue, 15 Jan 2008 20:44:31 +0000 rubidium (svn r11868) -Fix: some files were still mentioning that beta1 is the latest release when that's not the case. draft
Tue, 15 Jan 2008 18:51:46 +0000 rubidium (svn r11867) -Fix: do not reset changes to persistent storages during world generation. draft
Tue, 15 Jan 2008 18:44:22 +0000 rubidium (svn r11866) -Codechange: swap OFB_* and OF_* so it conceptually in sync with other cases of *B_* vs *_* like VETSB_* and VETS_*. draft
Tue, 15 Jan 2008 16:30:08 +0000 peter1138 (svn r11865) -Feature(tte): Support scrolling of drop down lists when in drag mode by moving the pointer above or below the list. draft
Tue, 15 Jan 2008 15:00:01 +0000 smatz (svn r11864) -Codechange: pass owner whose signals we will update instead of complex detection later draft
Tue, 15 Jan 2008 13:20:58 +0000 peter1138 (svn r11863) -Fix (r11848): One day I'll learn C++... Delete all items in a drop down list before deleting the list. draft
Tue, 15 Jan 2008 13:19:49 +0000 rubidium (svn r11862) -Fix [FS#1559]: when two NewGRFs 'fight' to define the same cargo it could happen that the strings are defined by one cargo and the 'action2' by another and when one assumes that both come from the same NewGRF... So store the GRF ID with the strings. To be extra sure add the same protection mechanism to industries and towns too. draft
Tue, 15 Jan 2008 11:45:29 +0000 smatz (svn r11861) -Fix: do not call rail specific functions when removing road tunnel/bridge draft
Tue, 15 Jan 2008 11:43:06 +0000 peter1138 (svn r11860) -Fix: Test station class validity against number of classes, not abosolute limit. draft
Tue, 15 Jan 2008 10:36:51 +0000 peter1138 (svn r11859) -Codechange: Update newgrf station class dropdown to use new method of generating list. draft
Tue, 15 Jan 2008 08:14:22 +0000 peter1138 (svn r11858) -Fix (r1679): Mask and rule colour in drop down lists using wrong source value. (r1679 partially reverted r1368) draft
Tue, 15 Jan 2008 00:48:14 +0000 rubidium (svn r11857) -Fix: some compile time warnings. draft
Tue, 15 Jan 2008 00:11:28 +0000 glx (svn r11856) -Revert (r11772): since FS#1335 is solved, we do not need the extra checking and such anymore. draft
Tue, 15 Jan 2008 00:03:48 +0000 glx (svn r11855) -Fix [FS#1335]: recompute town population when removing a 'newhouses' grf, or when loading a game with missing 'newhouses' grfs draft
Mon, 14 Jan 2008 20:52:43 +0000 peter1138 (svn r11854) -Fix (r11848): Nightly build farm showed up more compiler warnings... c++ is fun draft
Mon, 14 Jan 2008 20:30:05 +0000 bjarni (svn r11853) -Fix [r11837]: [OSX] reconfigure killed the space in shared-dir draft
Mon, 14 Jan 2008 20:06:18 +0000 miham (svn r11852) -Update: WebTranslator2 update to 2008-01-14 21:05:38 draft
Mon, 14 Jan 2008 18:19:29 +0000 belugas (svn r11851) -Codechange: A few magic numbers removal, plus a little code style draft
Mon, 14 Jan 2008 16:40:31 +0000 peter1138 (svn r11850) -Fix (r11848): forgot to update vc project files draft
Mon, 14 Jan 2008 16:35:49 +0000 peter1138 (svn r11849) -Fix (r11848): Incomplete(?) class broke MSVC/mingw compilation draft
Mon, 14 Jan 2008 16:10:58 +0000 peter1138 (svn r11848) -Codechange: New class-based drop down list functionality. Lists are now dynamically generated, and can include parameters, or be extended however needed. draft
Mon, 14 Jan 2008 14:46:09 +0000 smatz (svn r11847) -Fix: do not affect the speed a train is entering a depot by trackbits behind it draft
Mon, 14 Jan 2008 11:18:43 +0000 peter1138 (svn r11846) -Fix [FS#1651]: implicit conversion from unsigned to signed int caused compilation failure with MSVC. draft
Sun, 13 Jan 2008 23:53:33 +0000 smatz (svn r11845) -Codechange: simplify train collision detection a bit draft
Sun, 13 Jan 2008 22:27:06 +0000 glx (svn r11844) -Fix: road vehicle count was incorrect in network lobby window draft
Sun, 13 Jan 2008 22:12:39 +0000 smatz (svn r11843) -Fix: mark dirty canal tile even in diagonal direction from flooded tile draft
Sun, 13 Jan 2008 22:10:54 +0000 rubidium (svn r11842) -Fix: libtimidity.cpp did not compile anymore. draft
Sun, 13 Jan 2008 22:07:33 +0000 glx (svn r11841) -Fix: win32 compilation draft
Sun, 13 Jan 2008 21:51:53 +0000 rubidium (svn r11840) -Codechange: split network.h so not everything in there needs to be included when wanting to know whether we are a server. draft
Sun, 13 Jan 2008 21:41:24 +0000 rubidium (svn r11839) -Codechange: move some variables from variables.h to a more logical location. draft
Sun, 13 Jan 2008 17:55:00 +0000 smatz (svn r11838) -Fix (r11320): draw correctly canal next to half flooded rail tile draft
Sun, 13 Jan 2008 17:45:29 +0000 bjarni (svn r11837) -Feature: [OSX] added "/Library/Application Support/OpenTTD" to the search paths (based on patch by pv2b) draft
Sun, 13 Jan 2008 17:37:17 +0000 bjarni (svn r11836) -Fix [r11834]: [OSX] fixed compilation draft
Sun, 13 Jan 2008 14:42:28 +0000 smatz (svn r11835) -Fix: mark depot, viewports, vehicle lists and vehicle details dirty when a train crashes draft
Sun, 13 Jan 2008 14:37:30 +0000 rubidium (svn r11834) -Codechange: only include settings_type.h if needed. draft
Sun, 13 Jan 2008 13:53:53 +0000 bjarni (svn r11833) -Cleanup: changed save_params_array into one item for each line in config.lib draft
Sun, 13 Jan 2008 13:36:01 +0000 rubidium (svn r11832) -Codechange: get rid of (quite) some VARDEFs. draft
Sun, 13 Jan 2008 13:11:59 +0000 smatz (svn r11831) -Fix: call TrainConsistChanged() when removing crashed train part to be consistent with saveload process draft
Sun, 13 Jan 2008 12:08:35 +0000 rubidium (svn r11830) -Fix [FS#1625]: road vehicles would not wait in line, but at a single point on bridges. Based on a patch by SmatZ. draft
Sun, 13 Jan 2008 01:39:22 +0000 rubidium (svn r11829) -Feature: allow reloading openttd.cfg when starting a new game on a dedicated server. Patch by dihedral. draft
Sun, 13 Jan 2008 01:21:35 +0000 rubidium (svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h. draft
Sun, 13 Jan 2008 00:28:01 +0000 rubidium (svn r11827) -Codechange: do not include enum_type.hpp unnecessary. draft
Sun, 13 Jan 2008 00:14:29 +0000 glx (svn r11826) -Fix (r10444): at least one instance of dmusic driver is needed for it to be registered and usable draft
Sat, 12 Jan 2008 22:10:00 +0000 rubidium (svn r11825) -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. draft
Sat, 12 Jan 2008 21:25:04 +0000 peter1138 (svn r11824) -Fix (r11822): Converting signs from TTD games incomplete draft
Sat, 12 Jan 2008 21:01:27 +0000 peter1138 (svn r11823) -Fix (r11822): Custom names from old TTD games were not updated. draft
Sat, 12 Jan 2008 19:58:06 +0000 peter1138 (svn r11822) -Codechange: Replaced fixed size custom name array. Names are now attached to their object directly and there is draft
Sat, 12 Jan 2008 19:33:25 +0000 smatz (svn r11821) -Fix (r11802): 'optimization assert' when removing crashed wagon in some cases draft
Sat, 12 Jan 2008 19:24:58 +0000 smatz (svn r11820) -Fix: invalidate depot window when removing crashed train draft
Sat, 12 Jan 2008 19:20:44 +0000 smatz (svn r11819) -Fix: do not access the Vehicle struct that has been already deleted when removing crashed train draft
Sat, 12 Jan 2008 14:10:35 +0000 rubidium (svn r11818) -Codechange: split player.h into smaller pieces. draft
Sat, 12 Jan 2008 13:36:22 +0000 peter1138 (svn r11817) -Codechange: Base vehicle group validity on owner, not name. draft
Sat, 12 Jan 2008 08:34:16 +0000 rubidium (svn r11816) -Fix: forgot clearing one byte, causing the passwords to differ slightly on different platforms. draft
Fri, 11 Jan 2008 22:29:47 +0000 smatz (svn r11815) -Codechange (r11802): some compilers were giving a false warning about uninitialized variable draft
Fri, 11 Jan 2008 18:53:52 +0000 orudge (svn r11814) -Fix: Get OpenTTD compiling again on OS/2 draft
Fri, 11 Jan 2008 17:12:41 +0000 frosch (svn r11813) -Fix [FS#1602]: Switch _screen to the output buffer and disable usage of 32bpp-anim animation buffer during giant screenshots. draft
Fri, 11 Jan 2008 15:10:59 +0000 smatz (svn r11812) -Codechange: introduce TrainExitDir() to simplify some functions draft
Fri, 11 Jan 2008 00:30:32 +0000 rubidium (svn r11811) -Fix: make compilation without networking work again (and thus move the debugdumpcommand stuff out of the network 'area'). draft
Thu, 10 Jan 2008 22:46:04 +0000 smatz (svn r11810) -Fix (r11802): reset sets when leaving prematurely draft
Thu, 10 Jan 2008 21:54:45 +0000 smatz (svn r11809) -Fix [FS#1643]: set expenses type when selling all vehicles in depot draft
Thu, 10 Jan 2008 18:59:16 +0000 smatz (svn r11808) -Fix: remember --with-ccache in config.cache draft
Thu, 10 Jan 2008 18:02:15 +0000 frosch (svn r11807) -Codechange: Make Action5 handler more upwards- and TTDP-compatible by allowing specifiing more sprites than needed. draft
Thu, 10 Jan 2008 15:51:34 +0000 glx (svn r11806) -Fix (r11793) [FS#1638]: sign inversion when updating income and expenses draft
Thu, 10 Jan 2008 13:13:18 +0000 frosch (svn r11805) -Fix [FS#1620]: VEHICLE_TRIGGER_EMPTY was triggered continuously while train waiting in station. draft
Thu, 10 Jan 2008 00:53:17 +0000 belugas (svn r11804) -Fix(r11797,FS#1636): Industry tiles should receive the same medecine as indstries themselves regarding the resolver's object draft
Wed, 09 Jan 2008 23:17:40 +0000 peter1138 (svn r11803) -Fix: unlikely but possible infinite loop leading to undefined behaviour draft
Wed, 09 Jan 2008 23:00:59 +0000 smatz (svn r11802) -Fix [FS#716]: do not crash trains when leaving depot to a very long track draft
Wed, 09 Jan 2008 21:27:39 +0000 rubidium (svn r11801) -Codechange: remove some unneeded includes from some header files. draft
Wed, 09 Jan 2008 21:05:03 +0000 rubidium (svn r11800) -Codechange: move some functions to a more logical location + some type safety. draft
Wed, 09 Jan 2008 20:23:12 +0000 peter1138 (svn r11799) -Codechange: no need to special-case helicopter rotor 'overrides' draft
Wed, 09 Jan 2008 18:35:18 +0000 belugas (svn r11798) -Codechange: add comments and give a more representative function's name draft
Wed, 09 Jan 2008 18:14:29 +0000 belugas (svn r11797) -Fix: Add protection against not already created industry while doing industry callback. draft
Wed, 09 Jan 2008 17:47:05 +0000 glx (svn r11795) -Fix [FS#1616]: take town rating into account when testing if a command can be executed. draft
Wed, 09 Jan 2008 17:09:53 +0000 glx (svn r11794) -Fix [FS#1632]: reversing a train when loading at a station with an adjacent station in the same axis crashed. draft
Wed, 09 Jan 2008 16:55:48 +0000 rubidium (svn r11793) -Codechange: pass the expense type via the CommandCost instead of a global variable. Patch by Noldo (FS#1114). draft
Wed, 09 Jan 2008 16:40:02 +0000 rubidium (svn r11792) -Codechange: move some (virtually) globally included AI related structs to a place where they are only included a few times. draft
Wed, 09 Jan 2008 16:02:13 +0000 peter1138 (svn r11791) -Cleanup: move railtype data into table/, like other data files. draft
Wed, 09 Jan 2008 11:46:40 +0000 rubidium (svn r11790) -Update: apparantly it's 2008 already ;). Patch by Anne Stellingwerf (FS#1613). draft
Wed, 09 Jan 2008 10:15:20 +0000 peter1138 (svn r11789) -Codechange: coding style for global variable names draft
Wed, 09 Jan 2008 09:57:48 +0000 rubidium (svn r11788) -Fix (11787): makedepend doesn't mark delete files as changed... draft
Wed, 09 Jan 2008 09:45:45 +0000 rubidium (svn r11787) -Codechange: more header rewrites. This time related to viewport.h. draft
Wed, 09 Jan 2008 08:12:10 +0000 peter1138 (svn r11786) -Codechange: shuffle more includes draft
Wed, 09 Jan 2008 00:59:02 +0000 rubidium (svn r11785) -Codechange: remove some unneeded includes. draft
Tue, 08 Jan 2008 18:25:51 +0000 peter1138 (svn r11784) -Codechange: set up initial engine data in one place draft
Tue, 08 Jan 2008 18:16:26 +0000 peter1138 (svn r11783) -Codechange: compare engine type with its type property, not by its index draft
Tue, 08 Jan 2008 16:07:32 +0000 peter1138 (svn r11782) -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. draft
Mon, 07 Jan 2008 22:38:30 +0000 peter1138 (svn r11781) -Codechange: variable scope and initialization draft
Mon, 07 Jan 2008 16:41:03 +0000 peter1138 (svn r11780) -Codechange: When compiling a dedicated server build, select the dedicated video driver by default. draft
Mon, 07 Jan 2008 15:35:36 +0000 glx (svn r11779) -Fix: win32 compile failed. Also removed a duplicate include draft
Mon, 07 Jan 2008 15:17:23 +0000 rubidium (svn r11778) -Fix: compiles with ICONV failed. draft
Mon, 07 Jan 2008 14:23:25 +0000 rubidium (svn r11777) -Codechange: split the string header and make do not include it when it's not necessary. draft
Mon, 07 Jan 2008 14:02:26 +0000 rubidium (svn r11776) -Codechange: more header splittings to reduce the dependencies. draft
Mon, 07 Jan 2008 09:19:53 +0000 rubidium (svn r11775) -Codechange: move all autoreplace/autorenew functions to a single location. draft
Mon, 07 Jan 2008 00:57:19 +0000 rubidium (svn r11774) -Change: do not include variables.h in a header when it is not needed. draft
Mon, 07 Jan 2008 00:45:05 +0000 rubidium (svn r11773) -Codechange: move some non-clear-land functions from clear_cmd.cpp to a more correct location. draft
Mon, 07 Jan 2008 00:43:03 +0000 glx (svn r11772) -Change: add some extra checking in the hope to find the cause of FS#1335 draft
Mon, 07 Jan 2008 00:19:09 +0000 rubidium (svn r11771) -Codechange: split settings.h into better separated headers. draft
Sun, 06 Jan 2008 20:54:55 +0000 peter1138 (svn r11770) -Codechange: An engine type's type is EngineID, not byte. draft
Sun, 06 Jan 2008 18:58:55 +0000 miham (svn r11769) -Update: WebTranslator2 update to 2008-01-06 19:58:01 draft
Sun, 06 Jan 2008 18:56:43 +0000 rubidium (svn r11768) -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. draft
Sun, 06 Jan 2008 11:39:40 +0000 smatz (svn r11767) -Fix: do not call rail specific functions when building road bridge draft
Sun, 06 Jan 2008 01:06:12 +0000 belugas (svn r11766) -Codechange: Last fine tunings on smooth economy, by Sirkoz. draft
Sat, 05 Jan 2008 22:34:04 +0000 rubidium (svn r11765) -Fix: compile warning (Roujin). draft
Sat, 05 Jan 2008 22:19:27 +0000 rubidium (svn r11764) -Change: make the 'do characters exist in the current font file(s)' more robust. draft
Sat, 05 Jan 2008 22:04:11 +0000 smatz (svn r11763) -Fix: update signal states after merging a company draft
Sat, 05 Jan 2008 21:42:34 +0000 glx (svn r11762) -Fix: compilation with DEBUG_DUMP_COMMANDS was broken draft
Sat, 05 Jan 2008 15:39:22 +0000 peter1138 (svn r11761) -Codechange: Use appropriate variable types for NewGRF engine overrides, and adjust scope while there. draft
Fri, 04 Jan 2008 19:45:29 +0000 smatz (svn r11760) -Codechange: unify the way how other end of a tunnel/bridge is determined at some places draft
Fri, 04 Jan 2008 18:18:46 +0000 peter1138 (svn r11759) -Feature: Add drag-n-drop support to the raise/lower land tools. Land is raised/lowered at the start and the rest of the area levelled to match. Patch by Roujin. draft