Mercurial > hg > openttd
graph
-
(svn r11792) -Codechange: move some (virtually) globally included AI related structs to a place where they are only included a few times. draftWed, 09 Jan 2008 16:40:02 +0000, by rubidium
-
(svn r11791) -Cleanup: move railtype data into table/, like other data files. draftWed, 09 Jan 2008 16:02:13 +0000, by peter1138
-
(svn r11790) -Update: apparantly it's 2008 already ;). Patch by Anne Stellingwerf (FS#1613). draftWed, 09 Jan 2008 11:46:40 +0000, by rubidium
-
(svn r11789) -Codechange: coding style for global variable names draftWed, 09 Jan 2008 10:15:20 +0000, by peter1138
-
(svn r11788) -Fix (11787): makedepend doesn't mark delete files as changed... draftWed, 09 Jan 2008 09:57:48 +0000, by rubidium
-
(svn r11787) -Codechange: more header rewrites. This time related to viewport.h. draftWed, 09 Jan 2008 09:45:45 +0000, by rubidium
-
(svn r11785) -Codechange: remove some unneeded includes. draftWed, 09 Jan 2008 00:59:02 +0000, by rubidium
-
(svn r11784) -Codechange: set up initial engine data in one place draftTue, 08 Jan 2008 18:25:51 +0000, by peter1138
-
(svn r11783) -Codechange: compare engine type with its type property, not by its index draftTue, 08 Jan 2008 18:16:26 +0000, by peter1138
-
(svn r11781) -Codechange: variable scope and initialization draftMon, 07 Jan 2008 22:38:30 +0000, by peter1138
-
(svn r11780) -Codechange: When compiling a dedicated server build, select the dedicated video driver by default. draftMon, 07 Jan 2008 16:41:03 +0000, by peter1138
-
(svn r11779) -Fix: win32 compile failed. Also removed a duplicate include draftMon, 07 Jan 2008 15:35:36 +0000, by glx
-
(svn r11777) -Codechange: split the string header and make do not include it when it's not necessary. draftMon, 07 Jan 2008 14:23:25 +0000, by rubidium
-
(svn r11776) -Codechange: more header splittings to reduce the dependencies. draftMon, 07 Jan 2008 14:02:26 +0000, by rubidium
-
(svn r11775) -Codechange: move all autoreplace/autorenew functions to a single location. draftMon, 07 Jan 2008 09:19:53 +0000, by rubidium
-
(svn r11774) -Change: do not include variables.h in a header when it is not needed. draftMon, 07 Jan 2008 00:57:19 +0000, by rubidium
-
(svn r11773) -Codechange: move some non-clear-land functions from clear_cmd.cpp to a more correct location. draftMon, 07 Jan 2008 00:45:05 +0000, by rubidium
-
(svn r11772) -Change: add some extra checking in the hope to find the cause of FS#1335 draftMon, 07 Jan 2008 00:43:03 +0000, by glx
-
(svn r11771) -Codechange: split settings.h into better separated headers. draftMon, 07 Jan 2008 00:19:09 +0000, by rubidium
-
(svn r11770) -Codechange: An engine type's type is EngineID, not byte. draftSun, 06 Jan 2008 20:54:55 +0000, by peter1138
-
(svn r11769) -Update: WebTranslator2 update to 2008-01-06 19:58:01 draftSun, 06 Jan 2008 18:58:55 +0000, by miham
-
(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. draftSun, 06 Jan 2008 18:56:43 +0000, by rubidium
-
(svn r11767) -Fix: do not call rail specific functions when building road bridge draftSun, 06 Jan 2008 11:39:40 +0000, by smatz
-
(svn r11766) -Codechange: Last fine tunings on smooth economy, by Sirkoz. draftSun, 06 Jan 2008 01:06:12 +0000, by belugas
-
(svn r11764) -Change: make the 'do characters exist in the current font file(s)' more robust. draftSat, 05 Jan 2008 22:19:27 +0000, by rubidium
-
(svn r11763) -Fix: update signal states after merging a company draftSat, 05 Jan 2008 22:04:11 +0000, by smatz
-
(svn r11762) -Fix: compilation with DEBUG_DUMP_COMMANDS was broken draftSat, 05 Jan 2008 21:42:34 +0000, by glx
-
(svn r11761) -Codechange: Use appropriate variable types for NewGRF engine overrides, and adjust scope while there. draftSat, 05 Jan 2008 15:39:22 +0000, by peter1138
-
(svn r11760) -Codechange: unify the way how other end of a tunnel/bridge is determined at some places draftFri, 04 Jan 2008 19:45:29 +0000, by smatz
-
(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. draftFri, 04 Jan 2008 18:18:46 +0000, by peter1138
-
(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. draftFri, 04 Jan 2008 15:39:08 +0000, by belugas
-
(svn r11756) -Fix: Out of bounds access caused if a vehicle's cargo amount was higher than its capacity when resolving sprite groups. draftFri, 04 Jan 2008 13:40:23 +0000, by peter1138
-
(svn r11755) -Fix: Debug level string buffer was not long enough to contain all debug levels. draftFri, 04 Jan 2008 10:09:57 +0000, by peter1138
-
(svn r11754) -Fix(r11753): One too much command separator (;). Thanks glx for spotting draftFri, 04 Jan 2008 03:31:08 +0000, by belugas
-
(svn r11753) -Codechange: re-indent the switch case structures, as to be more code style oriented. draftFri, 04 Jan 2008 03:11:36 +0000, by belugas
-
(svn r11752) -Fix(r11745): Silence a MSVC warning (glx) draftFri, 04 Jan 2008 03:04:19 +0000, by belugas
-
(svn r11751) -Codechange: Enumify some widgets (and others) and while at it, apply some code style draftFri, 04 Jan 2008 02:32:58 +0000, by belugas
-
(svn r11749) -Fix (r11352): when a bankrupted company is bought, reset vehicle color mapping so the vehicles use the new owner color draftThu, 03 Jan 2008 23:50:58 +0000, by glx
-
(svn r11748) -Codechange: Remove magic numbers introduced on r11746 and r11727 draftThu, 03 Jan 2008 14:33:10 +0000, by belugas
-
(svn r11747) -Change: Return of the prodigal son (or something). Little update (but highly noticed) on the OpenTTD Team draftThu, 03 Jan 2008 14:04:08 +0000, by 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 draftThu, 03 Jan 2008 02:39:06 +0000, by belugas
-
(svn r11745) -Codechange: Unify the spinner widget drawing of the difficulty settings window and make its disabled state min max aware. draftWed, 02 Jan 2008 23:59:11 +0000, by skidd13
-
(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 draftWed, 02 Jan 2008 18:42:51 +0000, by glx
-
(svn r11743) -Fix [FS#1614]: group names got not deallocated in the command test run. draftTue, 01 Jan 2008 22:39:11 +0000, by rubidium
-
(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. draftTue, 01 Jan 2008 22:34:00 +0000, by 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. draftTue, 01 Jan 2008 22:24:18 +0000, by peter1138
-
(svn r11740) -Fix [FS#1610]: Modify and possibly discard key events for code points in the unicode private use area. draftTue, 01 Jan 2008 18:55:15 +0000, by egladil
-
(svn r11739) -Fix [FS#1609]: Set the new scroll position after zooming in instead of before, as the zoom will cancel it out. draftTue, 01 Jan 2008 18:35:31 +0000, by peter1138
-
(svn r11738) -Codechange: Refactor realistic acceleration's curve counting to use DirDiffs instead of local tables, and remove an unnecessary loop. draftTue, 01 Jan 2008 18:12:17 +0000, by peter1138
-
(svn r11737) -Fix: Reinstate NewGRF-specified engine list order in autoreplace window. draftTue, 01 Jan 2008 17:01:06 +0000, by peter1138
-
(svn r11736) -Update: WebTranslator2 update to 2008-01-01 17:42:54 draftTue, 01 Jan 2008 16:43:31 +0000, by miham
-
(svn r11735) -Fix [FS#1574]: Don't reset loading indicator IDs when only reloading NewGRFs. draftTue, 01 Jan 2008 15:06:37 +0000, by peter1138
-
(svn r11734) -Change: Allow ToggleFullScreen to return the result of the operation' attempt. Previously, only visual clues were available. draftTue, 01 Jan 2008 14:20:48 +0000, by belugas
-
(svn r11733) -Fix: Max speed for entering stations overrode the max speed of curves draftTue, 01 Jan 2008 14:15:28 +0000, by peter1138
-
(svn r11731) -Fix [FS#1582]: Clear sprite override data before performing NewGRF wagon attach callback. This stopped draftMon, 31 Dec 2007 21:51:16 +0000, by peter1138
-
(svn r11730) -Update: WebTranslator2 update to 2007-12-31 19:55:44 draftMon, 31 Dec 2007 18:56:39 +0000, by miham
-
(svn r11729) -Codechange: Don't rely on the first railtype's sprite offset being zero when drawing road stations. draftMon, 31 Dec 2007 11:13:51 +0000, by peter1138
-
(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. draftMon, 31 Dec 2007 07:14:25 +0000, by rubidium
-
(svn r11726) -Feature[newGRF]: Extend the Action 5, feature 0D usage. Patch by BigBB draftMon, 31 Dec 2007 04:38:11 +0000, by belugas
-
(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. draftSun, 30 Dec 2007 21:35:48 +0000, by rubidium
-
(svn r11723) -Feature: add initial support for Intel C Compiler on linux draftSun, 30 Dec 2007 19:32:09 +0000, by skidd13
-
(svn r11721) -Fix: do not disable NewGRFs for 'eternity' during games. draftSat, 29 Dec 2007 23:49:48 +0000, by rubidium
-
(svn r11720) -Codechange: [NewGRF] Add support for bit 30 of station tile layouts; forcing a sprite to always be opaque. draftSat, 29 Dec 2007 21:06:54 +0000, by peter1138
-
(svn r11719) -Codechange: split sound.h in a header with types and one with functions. draftSat, 29 Dec 2007 09:24:26 +0000, by rubidium
-
(svn r11718) -Fix [FS#1483]: Show the fullscreen modes available to the cocoa driver in windowed mode too. draftSat, 29 Dec 2007 05:15:13 +0000, by egladil
-
(svn r11717) -Fix [FS#1590]: make sure invalid players have all shares owned by PLAYER_SPECTATOR draftFri, 28 Dec 2007 18:25:30 +0000, by smatz
-
(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) draftFri, 28 Dec 2007 16:21:29 +0000, by glx
-
(svn r11715) -Fix: do not use GetTrackBits() for depots and waypoints while converting railtype draftFri, 28 Dec 2007 15:27:12 +0000, by smatz
-
(svn r11714) -Fix[FS#1569]: Do not allow player inauguration date on scenarios to be bigger than current year. draftFri, 28 Dec 2007 04:20:56 +0000, by belugas
-
(svn r11713) -Codechange: Move some declarations and definitions in a more logical disposition draftFri, 28 Dec 2007 03:14:55 +0000, by belugas
-
(svn r11712) -Fix (r9315): Add more house string id ranges to MapGRFStringID so NewGRFs use the proper string ids. draftThu, 27 Dec 2007 20:49:44 +0000, by maedhros
-
(svn r11711) -Codechange: Name the Save Load Dialog Mode enum draftThu, 27 Dec 2007 17:29:27 +0000, by belugas
-
(svn r11710) -Feature: [build vehicles windows] added sorting for cost, running costs and speed to road vehicles and ships build windows draftThu, 27 Dec 2007 15:47:08 +0000, by bjarni
-
(svn r11709) -Fix [FS#1385 FS#1386]: [OSX] Compiles on Leopard with the default settings draftThu, 27 Dec 2007 15:05:46 +0000, by bjarni
-
(svn r11708) -Fix [FS#1598]: Removed include of variables.h as it was no longer needed and caused compilation to fail. draftThu, 27 Dec 2007 14:45:10 +0000, by egladil
-
(svn r11707) -Fix: do not allow refitting flooded (destroyed) vehicles draftThu, 27 Dec 2007 14:10:47 +0000, by smatz
-
(svn r11706) -Codechange: split vehicle.h and remove another bunch of useless includes. draftThu, 27 Dec 2007 13:35:39 +0000, by rubidium
-
(svn r11705) -Fix [FS#1557]: trains could have sprites with wrong direction when reversing, also was inconsistent with save/load process (possible desyncs) draftThu, 27 Dec 2007 13:25:23 +0000, by smatz
-
(svn r11704) -Codechange: remove another bunch of useless includes. draftWed, 26 Dec 2007 23:04:26 +0000, by rubidium
-
(svn r11703) -Update: WebTranslator2 update to 2007-12-26 17:33:24 draftWed, 26 Dec 2007 16:38:34 +0000, by miham
-
(svn r11702) -Codechange: move all date related stuff to date*. draftWed, 26 Dec 2007 13:50:40 +0000, by rubidium
-
(svn r11701) -Codechange: removal unnecessary inclusions of map.h (and split map.h). draftWed, 26 Dec 2007 11:45:43 +0000, by rubidium
-
(svn r11700) -Codechange: reduce the amount of unnecessary includes. draftTue, 25 Dec 2007 23:42:52 +0000, by rubidium
-
(svn r11699) -Cleanup: Remove some headers from the project files which aren't there anymore draftTue, 25 Dec 2007 18:25:25 +0000, by skidd13
-
(svn r11698) -Change: Make the abort/accept process of the difficulty window a bit less confusing draftTue, 25 Dec 2007 15:56:41 +0000, by skidd13
-
(svn r11697) -Fix [FS#1585]: strgen did not (always) compile properly. draftTue, 25 Dec 2007 14:08:56 +0000, by 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. draftTue, 25 Dec 2007 14:03:06 +0000, by rubidium
-
(svn r11695) -Codechange: Converted the md5 algorithm to OOP draftTue, 25 Dec 2007 13:59:21 +0000, by skidd13
-
(svn r11694) -Codechange: move more endianness related stuff to endian_func.hpp. draftTue, 25 Dec 2007 13:28:09 +0000, by 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' draftTue, 25 Dec 2007 11:26:07 +0000, by rubidium
-
(svn r11691) -Codechange: move+rename helpers.hpp and only include it when it is really needed. draftTue, 25 Dec 2007 09:48:53 +0000, by rubidium
-
(svn r11689) -Fix: compilation error and most of warnings for gcc 4.3 draftSun, 23 Dec 2007 21:02:40 +0000, by smatz
-
(svn r11688) -Fix [FS#1581]: Compilation was broken on OS X again. draftSun, 23 Dec 2007 18:08:39 +0000, by egladil
-
(svn r11687) -Codechange: move some defines to a better place draftSun, 23 Dec 2007 14:06:03 +0000, by skidd13
-
(svn r11686) -Fix (r11684): win32 compilation was broken again :) draftSun, 23 Dec 2007 13:31:24 +0000, by glx
-
(svn r11685) -Codechange: remove a few 'useless' includes. draftSun, 23 Dec 2007 11:20:41 +0000, by rubidium
-
(svn r11684) -Codechange: split gfx.h in a type and functional header. draftSun, 23 Dec 2007 10:56:02 +0000, by rubidium
-
(svn r11683) -Fix(r11682): win32.cpp still requires gfx.h inclusion, at least for now. draftSun, 23 Dec 2007 04:31:45 +0000, by belugas
-
(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. draftSat, 22 Dec 2007 23:30:28 +0000, by rubidium
-
(svn r11681) -Fix (r11674): hopefully fix the compile error on big endian machines. draftSat, 22 Dec 2007 21:01:49 +0000, by rubidium
-
(svn r11680) -Codechange: refactor more out of openttd.h and functions.h. draftFri, 21 Dec 2007 22:50:51 +0000, by rubidium
-
(svn r11679) -Add: [newgrf] support for station vars 67 and 68 draftFri, 21 Dec 2007 22:11:55 +0000, by glx
-
(svn r11678) -Fix (r11674): [OSX] fixed compilation draftFri, 21 Dec 2007 22:08:59 +0000, by bjarni
-
(svn r11677) -Codechange: move price and command related types/functions to their respective places. draftFri, 21 Dec 2007 21:50:46 +0000, by rubidium
-
(svn r11676) -Fix (r11674): some references to macros.h were left draftFri, 21 Dec 2007 21:16:14 +0000, by glx
-
(svn r11675) -Codechange: split the string types from the string functions. draftFri, 21 Dec 2007 19:49:27 +0000, by rubidium
-
(svn r11674) -Codechange: refactor some functions out of macros.h into more logical locations. draftFri, 21 Dec 2007 19:21:21 +0000, by rubidium
-
(svn r11673) -Codechange: move the overflow safe type to a separate file. draftFri, 21 Dec 2007 08:34:53 +0000, by rubidium
-
(svn r11672) -Codechange: refactor some stuff out of gui.h. draftFri, 21 Dec 2007 07:38:36 +0000, by rubidium
-
(svn r11671) -Fix: sometimes a vehicle was selected in the vehicle list when it was opened draftThu, 20 Dec 2007 22:45:56 +0000, by smatz