log

age author description
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
Fri, 04 Jan 2008 17:25:53 +0000 peter1138 (svn r11758) -Fix(ette): Populate 'void' cargo slots (unused slots in temperate and arctic) with default data as per pre-newcargo support. These slots are still disabled by default, but some NewGRFs (erroneously?) expect the default data. draft
Fri, 04 Jan 2008 15:39:08 +0000 belugas (svn r11757) -Fix(r11727): Don't use a function's default parameter when the value can be (more adequately, even better) computed from another source. draft
Fri, 04 Jan 2008 13:40:23 +0000 peter1138 (svn r11756) -Fix: Out of bounds access caused if a vehicle's cargo amount was higher than its capacity when resolving sprite groups. draft
Fri, 04 Jan 2008 10:09:57 +0000 peter1138 (svn r11755) -Fix: Debug level string buffer was not long enough to contain all debug levels. draft
Fri, 04 Jan 2008 03:31:08 +0000 belugas (svn r11754) -Fix(r11753): One too much command separator (;). Thanks glx for spotting draft
Fri, 04 Jan 2008 03:11:36 +0000 belugas (svn r11753) -Codechange: re-indent the switch case structures, as to be more code style oriented. draft
Fri, 04 Jan 2008 03:04:19 +0000 belugas (svn r11752) -Fix(r11745): Silence a MSVC warning (glx) draft
Fri, 04 Jan 2008 02:32:58 +0000 belugas (svn r11751) -Codechange: Enumify some widgets (and others) and while at it, apply some code style draft
Thu, 03 Jan 2008 23:54:23 +0000 glx (svn r11750) -Revert (r11749): commited too much draft
Thu, 03 Jan 2008 23:50:58 +0000 glx (svn r11749) -Fix (r11352): when a bankrupted company is bought, reset vehicle color mapping so the vehicles use the new owner color draft
Thu, 03 Jan 2008 14:33:10 +0000 belugas (svn r11748) -Codechange: Remove magic numbers introduced on r11746 and r11727 draft
Thu, 03 Jan 2008 14:04:08 +0000 belugas (svn r11747) -Change: Return of the prodigal son (or something). Little update (but highly noticed) on the OpenTTD Team draft
Thu, 03 Jan 2008 02:39:06 +0000 belugas (svn r11746) -Fix(r11727): Make sure that action 0A does follow the same new ordering of shore sprites. It was not considered in the missing shore patch draft
Wed, 02 Jan 2008 23:59:11 +0000 skidd13 (svn r11745) -Codechange: Unify the spinner widget drawing of the difficulty settings window and make its disabled state min max aware. draft
Wed, 02 Jan 2008 18:42:51 +0000 glx (svn r11744) -Codechange: don't redefine snprintf when using MinGW Runtime 3.14 or superior, as it now have snprintf() and vsnprintf conform to C99 draft
Tue, 01 Jan 2008 22:39:11 +0000 rubidium (svn r11743) -Fix [FS#1614]: group names got not deallocated in the command test run. draft
Tue, 01 Jan 2008 22:34:00 +0000 peter1138 (svn r11742) -Codechange [FS#1319]: Run window tick events when paused, so that news pop-ups and the about window still progress. For other windows the events are ignored when paused. draft
Tue, 01 Jan 2008 22:24:18 +0000 peter1138 (svn r11741) -Feature: Add support for NewGRF's train 'tilt' flag. Trains with tilt capability (specific details are per NewGRF set) will be given a 20% speed limit bonus on curves. draft
Tue, 01 Jan 2008 18:55:15 +0000 egladil (svn r11740) -Fix [FS#1610]: Modify and possibly discard key events for code points in the unicode private use area. draft
Tue, 01 Jan 2008 18:35:31 +0000 peter1138 (svn r11739) -Fix [FS#1609]: Set the new scroll position after zooming in instead of before, as the zoom will cancel it out. draft
Tue, 01 Jan 2008 18:12:17 +0000 peter1138 (svn r11738) -Codechange: Refactor realistic acceleration's curve counting to use DirDiffs instead of local tables, and remove an unnecessary loop. draft
Tue, 01 Jan 2008 17:01:06 +0000 peter1138 (svn r11737) -Fix: Reinstate NewGRF-specified engine list order in autoreplace window. draft
Tue, 01 Jan 2008 16:43:31 +0000 miham (svn r11736) -Update: WebTranslator2 update to 2008-01-01 17:42:54 draft
Tue, 01 Jan 2008 15:06:37 +0000 peter1138 (svn r11735) -Fix [FS#1574]: Don't reset loading indicator IDs when only reloading NewGRFs. draft
Tue, 01 Jan 2008 14:20:48 +0000 belugas (svn r11734) -Change: Allow ToggleFullScreen to return the result of the operation' attempt. Previously, only visual clues were available. draft
Tue, 01 Jan 2008 14:15:28 +0000 peter1138 (svn r11733) -Fix: Max speed for entering stations overrode the max speed of curves draft
Tue, 01 Jan 2008 14:00:31 +0000 peter1138 (svn r11732) -Fix (r4150): elrail merge gave elrail, monorail & maglev unintended speed bonuses for curves, as the bonus was based on the railtype index. The bonus is now specified by a property of the railtype. draft
Mon, 31 Dec 2007 21:51:16 +0000 peter1138 (svn r11731) -Fix [FS#1582]: Clear sprite override data before performing NewGRF wagon attach callback. This stopped draft
Mon, 31 Dec 2007 18:56:39 +0000 miham (svn r11730) -Update: WebTranslator2 update to 2007-12-31 19:55:44 draft
Mon, 31 Dec 2007 11:13:51 +0000 peter1138 (svn r11729) -Codechange: Don't rely on the first railtype's sprite offset being zero when drawing road stations. draft
Mon, 31 Dec 2007 07:14:25 +0000 rubidium (svn r11728) -Fix [FS#1577]: if there are no houses that can be build in a specific year yet, force the houses with the earliest introduction year to be available. draft
Mon, 31 Dec 2007 04:38:11 +0000 belugas (svn r11726) -Feature[newGRF]: Extend the Action 5, feature 0D usage. Patch by BigBB draft
Mon, 31 Dec 2007 02:39:50 +0000 belugas (svn r11725) -Codechange: less a magical number draft
Sun, 30 Dec 2007 21:35:48 +0000 rubidium (svn r11724) -Fix: make it impossible (for users) to circumvent the length checking of the NewGRF 'allow wagon attach' callback by moving several wagons at a time. draft
Sun, 30 Dec 2007 19:32:09 +0000 skidd13 (svn r11723) -Feature: add initial support for Intel C Compiler on linux draft
Sun, 30 Dec 2007 16:34:32 +0000 glx (svn r11722) -Fix (r11703): invalid plural form draft
Sat, 29 Dec 2007 23:49:48 +0000 rubidium (svn r11721) -Fix: do not disable NewGRFs for 'eternity' during games. draft
Sat, 29 Dec 2007 21:06:54 +0000 peter1138 (svn r11720) -Codechange: [NewGRF] Add support for bit 30 of station tile layouts; forcing a sprite to always be opaque. draft
Sat, 29 Dec 2007 09:24:26 +0000 rubidium (svn r11719) -Codechange: split sound.h in a header with types and one with functions. draft
Sat, 29 Dec 2007 05:15:13 +0000 egladil (svn r11718) -Fix [FS#1483]: Show the fullscreen modes available to the cocoa driver in windowed mode too. draft
Fri, 28 Dec 2007 18:25:30 +0000 smatz (svn r11717) -Fix [FS#1590]: make sure invalid players have all shares owned by PLAYER_SPECTATOR draft
Fri, 28 Dec 2007 16:21:29 +0000 glx (svn r11716) -Fix [FS#1561]: don't put more than one Random() in function calls because parameter evaluation order is not guaranteed in the c++ standard (can lead to desyncs) draft
Fri, 28 Dec 2007 15:27:12 +0000 smatz (svn r11715) -Fix: do not use GetTrackBits() for depots and waypoints while converting railtype draft
Fri, 28 Dec 2007 04:20:56 +0000 belugas (svn r11714) -Fix[FS#1569]: Do not allow player inauguration date on scenarios to be bigger than current year. draft
Fri, 28 Dec 2007 03:14:55 +0000 belugas (svn r11713) -Codechange: Move some declarations and definitions in a more logical disposition draft
Thu, 27 Dec 2007 20:49:44 +0000 maedhros (svn r11712) -Fix (r9315): Add more house string id ranges to MapGRFStringID so NewGRFs use the proper string ids. draft
Thu, 27 Dec 2007 17:29:27 +0000 belugas (svn r11711) -Codechange: Name the Save Load Dialog Mode enum draft
Thu, 27 Dec 2007 15:47:08 +0000 bjarni (svn r11710) -Feature: [build vehicles windows] added sorting for cost, running costs and speed to road vehicles and ships build windows draft
Thu, 27 Dec 2007 15:05:46 +0000 bjarni (svn r11709) -Fix [FS#1385 FS#1386]: [OSX] Compiles on Leopard with the default settings draft
Thu, 27 Dec 2007 14:45:10 +0000 egladil (svn r11708) -Fix [FS#1598]: Removed include of variables.h as it was no longer needed and caused compilation to fail. draft
Thu, 27 Dec 2007 14:10:47 +0000 smatz (svn r11707) -Fix: do not allow refitting flooded (destroyed) vehicles draft
Thu, 27 Dec 2007 13:35:39 +0000 rubidium (svn r11706) -Codechange: split vehicle.h and remove another bunch of useless includes. draft
Thu, 27 Dec 2007 13:25:23 +0000 smatz (svn r11705) -Fix [FS#1557]: trains could have sprites with wrong direction when reversing, also was inconsistent with save/load process (possible desyncs) draft
Wed, 26 Dec 2007 23:04:26 +0000 rubidium (svn r11704) -Codechange: remove another bunch of useless includes. draft
Wed, 26 Dec 2007 16:38:34 +0000 miham (svn r11703) -Update: WebTranslator2 update to 2007-12-26 17:33:24 draft
Wed, 26 Dec 2007 13:50:40 +0000 rubidium (svn r11702) -Codechange: move all date related stuff to date*. draft
Wed, 26 Dec 2007 11:45:43 +0000 rubidium (svn r11701) -Codechange: removal unnecessary inclusions of map.h (and split map.h). draft
Tue, 25 Dec 2007 23:42:52 +0000 rubidium (svn r11700) -Codechange: reduce the amount of unnecessary includes. draft
Tue, 25 Dec 2007 18:25:25 +0000 skidd13 (svn r11699) -Cleanup: Remove some headers from the project files which aren't there anymore draft
Tue, 25 Dec 2007 15:56:41 +0000 skidd13 (svn r11698) -Change: Make the abort/accept process of the difficulty window a bit less confusing draft
Tue, 25 Dec 2007 14:08:56 +0000 rubidium (svn r11697) -Fix [FS#1585]: strgen did not (always) compile properly. draft
Tue, 25 Dec 2007 14:03:06 +0000 rubidium (svn r11696) -Fix: remove BUGS as that is not about any real bugs, but rather things noted in the development of the new bridges/elrail. draft
Tue, 25 Dec 2007 13:59:21 +0000 skidd13 (svn r11695) -Codechange: Converted the md5 algorithm to OOP draft
Tue, 25 Dec 2007 13:28:09 +0000 rubidium (svn r11694) -Codechange: move more endianness related stuff to endian_func.hpp. draft
Tue, 25 Dec 2007 11:26:07 +0000 rubidium (svn r11692) -Codechange: move some functions from 'functions.h' to a more logical place and remove about 50% of the includes of 'functions.h' draft
Tue, 25 Dec 2007 09:48:53 +0000 rubidium (svn r11691) -Codechange: move+rename helpers.hpp and only include it when it is really needed. draft
Tue, 25 Dec 2007 01:29:54 +0000 egladil (svn r11690) -Fix: Since indices into the patch array is sent over the network having conditionally compiled entries in the table can cause desyncs. Moving them to the end will hide this issue, but it should really be solved in a better way. draft
Sun, 23 Dec 2007 21:02:40 +0000 smatz (svn r11689) -Fix: compilation error and most of warnings for gcc 4.3 draft
Sun, 23 Dec 2007 18:08:39 +0000 egladil (svn r11688) -Fix [FS#1581]: Compilation was broken on OS X again. draft
Sun, 23 Dec 2007 14:06:03 +0000 skidd13 (svn r11687) -Codechange: move some defines to a better place draft
Sun, 23 Dec 2007 13:31:24 +0000 glx (svn r11686) -Fix (r11684): win32 compilation was broken again :) draft
Sun, 23 Dec 2007 11:20:41 +0000 rubidium (svn r11685) -Codechange: remove a few 'useless' includes. draft
Sun, 23 Dec 2007 10:56:02 +0000 rubidium (svn r11684) -Codechange: split gfx.h in a type and functional header. draft
Sun, 23 Dec 2007 04:31:45 +0000 belugas (svn r11683) -Fix(r11682): win32.cpp still requires gfx.h inclusion, at least for now. draft
Sat, 22 Dec 2007 23:30:28 +0000 rubidium (svn r11682) -Codechange: move some 'generic' geometry related types into a single file and do not include gfx.h everywhere to get a Point type. draft
Sat, 22 Dec 2007 21:01:49 +0000 rubidium (svn r11681) -Fix (r11674): hopefully fix the compile error on big endian machines. draft
Fri, 21 Dec 2007 22:50:51 +0000 rubidium (svn r11680) -Codechange: refactor more out of openttd.h and functions.h. draft
Fri, 21 Dec 2007 22:11:55 +0000 glx (svn r11679) -Add: [newgrf] support for station vars 67 and 68 draft
Fri, 21 Dec 2007 22:08:59 +0000 bjarni (svn r11678) -Fix (r11674): [OSX] fixed compilation draft
Fri, 21 Dec 2007 21:50:46 +0000 rubidium (svn r11677) -Codechange: move price and command related types/functions to their respective places. draft
Fri, 21 Dec 2007 21:16:14 +0000 glx (svn r11676) -Fix (r11674): some references to macros.h were left draft
Fri, 21 Dec 2007 19:49:27 +0000 rubidium (svn r11675) -Codechange: split the string types from the string functions. draft
Fri, 21 Dec 2007 19:21:21 +0000 rubidium (svn r11674) -Codechange: refactor some functions out of macros.h into more logical locations. draft
Fri, 21 Dec 2007 08:34:53 +0000 rubidium (svn r11673) -Codechange: move the overflow safe type to a separate file. draft
Fri, 21 Dec 2007 07:38:36 +0000 rubidium (svn r11672) -Codechange: refactor some stuff out of gui.h. draft
Thu, 20 Dec 2007 22:45:56 +0000 smatz (svn r11671) -Fix: sometimes a vehicle was selected in the vehicle list when it was opened draft
Wed, 19 Dec 2007 23:35:14 +0000 smatz (svn r11670) -Feature [FS#1565]: list neutral stations where the player has service in the station list too draft
Wed, 19 Dec 2007 23:26:02 +0000 rubidium (svn r11669) -Codechange: refactor tile.h -> tile_type.h and tile_map.h draft
Wed, 19 Dec 2007 20:45:46 +0000 rubidium (svn r11668) -Codechange: more refactoring aimed at reducing compile time and making it more logic where function definitions can be found. draft
Wed, 19 Dec 2007 19:44:29 +0000 rubidium (svn r11667) -Codechange: split window.h into a header that defines some 'global' window related types, on that defined 'global' window functions and one that defines functions and types only used by *_gui.cpps. draft
Wed, 19 Dec 2007 02:41:25 +0000 glx (svn r11666) -Fix (r11504): when removing buoys, return to water or canal depending on their owner draft
Tue, 18 Dec 2007 21:25:44 +0000 belugas (svn r11665) -Fix: Animation informations should not be copied from original industry tile spec, while doing an action 00, industry tile, prop 08. draft
Tue, 18 Dec 2007 20:58:12 +0000 rubidium (svn r11664) -Codechange: use more specific ("rail_type.h" instead of "rail.h" that includes way more than only "rail_type.h") includes at some places. draft
Tue, 18 Dec 2007 20:38:16 +0000 rubidium (svn r11663) -Codechange: moving of the road related types and functions. draft
Tue, 18 Dec 2007 20:10:21 +0000 rubidium (svn r11662) -Codechange: move some rail types/related functions around. draft
Tue, 18 Dec 2007 19:52:14 +0000 rubidium (svn r11661) -Codechange: some header reworks in order to try to reduce the compile time of OpenTTD by reduce the amount of circular-ish dependencies. draft
Tue, 18 Dec 2007 18:08:51 +0000 miham (svn r11660) -Change: english -> english (uk), english_us ->english (us) draft
Tue, 18 Dec 2007 18:02:00 +0000 smatz (svn r11659) -Fix [FS#1563]: do not allow modifying non-uniform stations when non-uniform stations are disabled draft
Mon, 17 Dec 2007 23:30:25 +0000 glx (svn r11658) -Fix (r11654): forgot project files draft
Mon, 17 Dec 2007 22:29:27 +0000 smatz (svn r11657) -Fix: show better error message when trying to convert rail draft
Mon, 17 Dec 2007 22:04:07 +0000 smatz (svn r11656) -Codechange: add ZOOM_LVL_BEGIN and postfix operators so ZoomLevel can be used in some iterations draft
Mon, 17 Dec 2007 19:16:53 +0000 miham (svn r11655) -Update: WebTranslator2 update to 2007-12-17 20:16:03 draft
Mon, 17 Dec 2007 18:49:51 +0000 miham (svn r11654) -Change: renaming american languagefile to english_US draft
Mon, 17 Dec 2007 07:47:21 +0000 egladil (svn r11653) -Feature: [OSX] Allow windowed mode subdrivers to be disabled at compile time. draft
Mon, 17 Dec 2007 01:35:45 +0000 smatz (svn r11652) -Codechange: add the svn $ header for several files draft
Sun, 16 Dec 2007 23:10:30 +0000 rubidium (svn r11651) -Codechange [FS#1555]: implement GRF parameter querying for industries and fix a 'bug' as side effect. draft
Sun, 16 Dec 2007 22:21:34 +0000 rubidium (svn r11650) -Fix: 'initialised' NewGRFs could still be deactivated in the later 'activation' pass. draft
Sun, 16 Dec 2007 19:30:42 +0000 smatz (svn r11649) -Codechange: some code can be simplified thanks to changes in r11642 draft
Sun, 16 Dec 2007 19:28:07 +0000 rubidium (svn r11648) -Fix [FS#1560]: the company password was not set when one pressed the enter key. draft
Sun, 16 Dec 2007 19:21:28 +0000 rubidium (svn r11647) -Fix (r11646): it did not compile without freetype... draft
Sun, 16 Dec 2007 18:38:19 +0000 rubidium (svn r11646) -Codechange: check whether (some) characters are missing in the current 'font' for the 'currently' chosen language and give a warning when that does happen. draft
Sun, 16 Dec 2007 17:50:09 +0000 glx (svn r11645) -Fix (r8128): station ground tiles may have transparency or company colour draft
Sun, 16 Dec 2007 15:38:51 +0000 smatz (svn r11644) -Codechange: merge some functions from tunnel_map.h and bridge_map.h into tunnelbridge_map.h draft
Sun, 16 Dec 2007 10:54:08 +0000 rubidium (svn r11643) -Codechange: conform with the coding style for the WP macro uses. draft
Sat, 15 Dec 2007 23:11:18 +0000 smatz (svn r11642) -Codechange: VehicleFromPos does check for v->tile == tile, so remove useless checks draft
Sat, 15 Dec 2007 22:42:12 +0000 rubidium (svn r11641) -Add: configure time parameter to enable some desync debugging functionality. draft
Sat, 15 Dec 2007 22:05:02 +0000 rubidium (svn r11640) -Fix: missed change of include when moving stuff to random_func.cpp draft
Sat, 15 Dec 2007 20:30:43 +0000 smatz (svn r11639) -Codechange: simplify EnsureNoVehicleOnGround draft
Sat, 15 Dec 2007 19:46:34 +0000 smatz (svn r11638) -Codechange: use faster check in SignalVehicleCheck for tunnel/bridge draft
Sat, 15 Dec 2007 16:11:29 +0000 smatz (svn r11637) -Fix: mark viewports dirty when removing visible vehicle chain draft
Sat, 15 Dec 2007 13:59:38 +0000 smatz (svn r11636) -Fix: it was possible to build/remove road/tram in tunnel/bridge when there was vehicle in it draft
Sat, 15 Dec 2007 03:42:41 +0000 belugas (svn r11635) -Codechange: Give a more informative debug message when encountering unknown newgrf feature in action 00 handling.(FS#1551, Bilbo) draft
Sat, 15 Dec 2007 00:04:01 +0000 smatz (svn r11634) -Fix: update signals when deleting crashed train on a bridge, update even when train is rotated draft
Fri, 14 Dec 2007 23:21:20 +0000 smatz (svn r11633) -Codechange: merge CheckTunnelEmpty and IsVehicleOnBridge into GetVehicleTunnelBridge draft
Fri, 14 Dec 2007 21:11:30 +0000 rubidium (svn r11632) -Fix [FS#1541]: vehicles were still followed when sold. draft
Fri, 14 Dec 2007 00:25:00 +0000 glx (svn r11631) -Fix (r11585, r11626): remove MSVC warnings draft
Thu, 13 Dec 2007 23:26:00 +0000 rubidium (svn r11630) -Fix [FS#1544] (r11556): the chat GUI got broken. draft
Thu, 13 Dec 2007 18:46:04 +0000 rubidium (svn r11629) -Fix [FS#1527]: many viewports could crash the scenario editor. draft
Thu, 13 Dec 2007 08:53:09 +0000 miham (svn r11628) -Update: WebTranslator2 update to 2007-12-13 09:47:23 draft
Thu, 13 Dec 2007 02:04:09 +0000 glx (svn r11627) -Fix [FS#1532] (r11145): poping from text reference stack must be done in a precise order. But some compiler (MSVC) over optimised it and inverted this order. draft
Wed, 12 Dec 2007 21:56:10 +0000 skidd13 (svn r11626) -Fix [FS#1529]: Pause state wasn't set correctly in multiplayer saves draft
Wed, 12 Dec 2007 14:37:35 +0000 smatz (svn r11625) -Codechange: add CO_* enum at some places, add includes of order.h too draft
Wed, 12 Dec 2007 02:28:08 +0000 belugas (svn r11624) -Fix[FS#1530]: An error in the translation of bitset to scroll directions made it so that up-down-right arrow keys did scrolled up, while it should have scrolled right instead. It was initially interpreted as left-right-up. draft
Tue, 11 Dec 2007 22:50:13 +0000 smatz (svn r11623) -Fix [FS#1533] (r11619): assert when train is going over two crossings next to each other draft
Tue, 11 Dec 2007 21:25:48 +0000 rubidium (svn r11622) -Codechange: support the unicode version of the 'control' characters. draft
Tue, 11 Dec 2007 20:28:53 +0000 rubidium (svn r11621) -Fix [FS#1525]: there were still some cases where one could not build a tram track, but the tram could become blocked. draft
Tue, 11 Dec 2007 19:59:53 +0000 belugas (svn r11620) -Change: Some are going, some are coming, some we do not know exactly. Little update on the OpenTTD Team draft
Tue, 11 Dec 2007 19:09:36 +0000 smatz (svn r11619) -Fix [FS#1531]: do not make crossing red behind depot the train is entering draft
Tue, 11 Dec 2007 17:44:55 +0000 glx (svn r11618) -Fix: buoys are just waypoints, so don't allow load/unload/transfert for them draft
Tue, 11 Dec 2007 03:41:33 +0000 belugas (svn r11617) -Feature(ette): Add the same game-mode keyboard shortcuts in scenario more.(Bilbo) draft
Mon, 10 Dec 2007 22:26:24 +0000 rubidium (svn r11616) -Fix [FS#1526]: sometimes large values could go off the chart. draft
Mon, 10 Dec 2007 17:26:49 +0000 glx (svn r11615) -Fix (r11609): temperate banks can only be built in towns (over a house) draft
Sun, 09 Dec 2007 22:14:41 +0000 skidd13 (svn r11614) -Fix: The about dialog scrolling was connected to the mouse instead of the internal ticks draft
Sun, 09 Dec 2007 21:23:20 +0000 rubidium (svn r11612) -Change: update some documentation. draft
Sun, 09 Dec 2007 21:20:21 +0000 glx (svn r11611) -Codechange: it is now possible to use a define to enable asserts and show them in crash.log for MSVC release builds draft
Sun, 09 Dec 2007 20:20:52 +0000 glx (svn r11610) -Cleanup (r8572): remove orphan comment draft
Sun, 09 Dec 2007 18:51:25 +0000 rubidium (svn r11609) -Fix [FS#1524]: wrong error messages were shown when trying to build some industries in the scenario editor. draft
Sun, 09 Dec 2007 18:27:40 +0000 rubidium (svn r11608) -Fix: do not trigger industries, but only the industry's tiles. draft