Mercurial > hg > openttd
graph
-
(svn r16717) -Codechange: make IsFrontEngine() member of Train draftWed, 01 Jul 2009 22:22:01 +0000, by smatz
-
(svn r16716) -Codechange: reduce code duplication in DrawCompanyVehiclesAmount() draftWed, 01 Jul 2009 21:33:06 +0000, by smatz
-
(svn r16715) -Codechange: add attribute to assert_compile(), so it doesn't warn when used inside function draftWed, 01 Jul 2009 21:29:03 +0000, by smatz
-
(svn r16714) -Codechange: use pool-like accessors for Subsidy draftWed, 01 Jul 2009 18:45:05 +0000, by smatz
-
(svn r16711) -Codechange: use FOR_ALL_SUBSIDIES macro when iterating over all subsidies draftWed, 01 Jul 2009 17:43:26 +0000, by smatz
-
(svn r16710) -Fix: invalidate subsidies with invalid source or destination when converting older savegames draftWed, 01 Jul 2009 15:08:43 +0000, by smatz
-
(svn r16709) -Fix [FS#2994]: the list of animated tiles could have duplicates (only for old savegames) and tiles that weren't animated draftWed, 01 Jul 2009 14:51:05 +0000, by rubidium
-
(svn r16707) -Fix [FS#3007] (r16693): under some circumstances vehicles would skip loading as they thought nothing could be unloaded or loaded. draftWed, 01 Jul 2009 09:50:52 +0000, by rubidium
-
(svn r16706) -Fix (r16694): acquiring a subsidy resulted in an assertion. draftWed, 01 Jul 2009 09:45:30 +0000, by rubidium
-
(svn r16702) -Change: don't implicitly fall back to the null/dedicated (video) drivers, but show an error message that no driver could be found. You can still explicitly start the null drivers thought. draftTue, 30 Jun 2009 16:20:16 +0000, by rubidium
-
(svn r16701) -Fix [FS#3001]: limit the screen's resolution to 65535x65535 so the dirty pixels stay within bounds of a 32 bits integer draftTue, 30 Jun 2009 12:42:43 +0000, by rubidium
-
(svn r16700) -Fix: if allegro fails to start or fails open a window or sound card fall back to another driver draftTue, 30 Jun 2009 12:38:18 +0000, by rubidium
-
(svn r16699) -Fix [FS#3001]: if SDL fails to allocate a surface due to it being too large (and SDL doesn't crash!) fall back to another video driver. draftTue, 30 Jun 2009 12:36:24 +0000, by rubidium
-
(svn r16698) -Document: update documentation pointing to the old translator tool. draftTue, 30 Jun 2009 10:26:28 +0000, by rubidium
-
(svn r16697) -Fix (r16696): don't silently introduce old ##case for some languages draftTue, 30 Jun 2009 10:19:14 +0000, by translators
-
(svn r16696) -Change: make order of pragmas identical for all languages (and to what strgen defines it to be) draftTue, 30 Jun 2009 10:14:17 +0000, by translators
-
(svn r16695) -Update: WebTranslator2 update to 2009-06-30 10:00:57 draftTue, 30 Jun 2009 10:01:05 +0000, by translators
-
(svn r16694) -Fix [FS#2995] (rgradual loading, rnewindustries): only pay for whatever has been actually unloaded and perform the payment when unloading has finished. This fixes, amongst others: draftMon, 29 Jun 2009 19:55:36 +0000, by rubidium
-
(svn r16693) -Fix [FS#3004] (r16883): cargo income was not added to the vehicle's profit. draftMon, 29 Jun 2009 19:17:23 +0000, by rubidium
-
(svn r16691) -Codechange: what's the point of getting the fifth dparam and then using that as the second dparam later on? Especially when the fifth dparam is never set and the second dparam is never used. draftMon, 29 Jun 2009 09:32:58 +0000, by rubidium
-
(svn r16690) -Fix [FS#3002]: Missing debug string for ESRB_SAFE_TILE in YAPF debugging helper. draftSun, 28 Jun 2009 22:42:19 +0000, by michi_cc
-
(svn r16689) -Codechange: Allow for rendering of parameterized text of nested widgets in Window::DrawWidget, adapt intro and town directory windows. draftSun, 28 Jun 2009 22:23:26 +0000, by alberth
-
(svn r16688) -Codechange: Some cleanup of intro screen and town directory. draftSun, 28 Jun 2009 21:23:37 +0000, by alberth
-
(svn r16687) -Codechange: Perform re-initialization of windows with nested widgets after a language change. draftSun, 28 Jun 2009 20:09:40 +0000, by alberth
-
(svn r16685) -Update: WebTranslator2 update to 2009-06-28 17:40:12 draftSun, 28 Jun 2009 17:40:14 +0000, by translators
-
(svn r16684) -Codechange: Add maxdim function for Dimension struct. draftSun, 28 Jun 2009 15:16:57 +0000, by alberth
-
(svn r16683) -Codechange: move the cargo payment handling to a seperate class. Based on ideas of fonso/fonsinchen. draftSun, 28 Jun 2009 15:12:59 +0000, by rubidium
-
(svn r16682) -Codechange: make (static) industry list used to trigger the industries' production compile unit static instead of passing it around as pointer draftSun, 28 Jun 2009 14:36:25 +0000, by rubidium
-
(svn r16681) -Codechange: only resolve the company once for vehicle payment instead of each time a cargo packet is delivered draftSun, 28 Jun 2009 14:33:10 +0000, by rubidium
-
(svn r16680) -Codechange: don't go through all the station unloading stuff when there is no vehicle at the station draftSun, 28 Jun 2009 14:29:58 +0000, by rubidium
-
(svn r16679) -Codechange: Let GetCapacityOfArticulatedParts() return a CargoArray instead of a pointer to a static array. draftSat, 27 Jun 2009 21:36:04 +0000, by frosch
-
(svn r16678) -Codechange: Turn CargoArray into a class, so one does not have to deal with sizeof() wrt. typedef-ed arrays. draftSat, 27 Jun 2009 21:06:58 +0000, by frosch
-
(svn r16677) -Codechange: Dimension width and height are unsigned. draftSat, 27 Jun 2009 20:53:45 +0000, by alberth
-
(svn r16676) -Codechange: Rename AcceptedCargo to CargoArray and its instances to more meaningful names. draftSat, 27 Jun 2009 18:26:50 +0000, by frosch
-
(svn r16674) -Update: WebTranslator2 update to 2009-06-27 17:32:13 draftSat, 27 Jun 2009 17:32:18 +0000, by translators
-
(svn r16673) -Codechange: rename GetProducedCargo() to AddProducedCargo() and change its behaviour accordingly draftSat, 27 Jun 2009 17:05:20 +0000, by smatz
-
(svn r16672) -Codechange: Add functions to compute size of strings and sprites. draftSat, 27 Jun 2009 11:45:05 +0000, by alberth
-
(svn r16670) -Codechange: Containers with equally sized children are useful to have. draftFri, 26 Jun 2009 21:25:25 +0000, by alberth
-
(svn r16669) -Cleanup (r1): Only animated tiles are... animated. draftFri, 26 Jun 2009 20:03:16 +0000, by frosch
-
(svn r16667) -Codechange: replace GetRandomTown() and GetRandomIndustry() by Town::GetRandom() and Industry::GetRandom() draftFri, 26 Jun 2009 15:08:54 +0000, by smatz
-
(svn r16666) -Codechange: replace GetHouseSpecs() by HouseSpec::Get(), hide _house_specs[] draftFri, 26 Jun 2009 14:02:27 +0000, by smatz
-
(svn r16665) -Codechange: replace GetTownByTile() by Town::GetByTile() draftFri, 26 Jun 2009 13:46:23 +0000, by smatz
-
(svn r16664) -Codechange: move house-related stuff from town.h and town_type.h to separate files draftFri, 26 Jun 2009 13:44:14 +0000, by smatz
-
(svn r16663) -Codechange: make removing of railway station tiles faster draftFri, 26 Jun 2009 12:25:53 +0000, by smatz
-
(svn r16662) -Codechange: replace GetRoadStopByTile() by RoadStop::GetByTile() draftFri, 26 Jun 2009 10:45:20 +0000, by smatz
-
(svn r16661) -Codechange: move definition of few very short functions to header files draftThu, 25 Jun 2009 23:49:59 +0000, by smatz
-
(svn r16660) -Codechange: get rid of more dummy tile_type_procs draftThu, 25 Jun 2009 20:08:59 +0000, by smatz
-
(svn r16659) -Codechange: rename GetAcceptedCargo() to AddAcceptedCargo() and change its behaviour accordingly draftThu, 25 Jun 2009 19:23:09 +0000, by smatz
-
(svn r16657) -Update: WebTranslator2 update to 2009-06-25 16:41:10 draftThu, 25 Jun 2009 16:41:13 +0000, by translators
-
(svn r16655) -Codechange: use IsRailwayStationTile() more draftThu, 25 Jun 2009 15:54:06 +0000, by smatz
-
(svn r16654) -Codechange: cache industries in station's coverage area instead of searching them everytime payment is made draftThu, 25 Jun 2009 15:42:03 +0000, by smatz
-
(svn r16652) -Codechange: use less strict, but faster check for quickly bailing out in FindTrainCollideEnum() (Bilbo) draftWed, 24 Jun 2009 23:59:20 +0000, by smatz
-
(svn r16651) -Fix: When there is no AI version that can load data from the savegame, load the latest version of the same AI instead of a random AI. draftWed, 24 Jun 2009 23:34:30 +0000, by yexo
-
(svn r16649) -Fix: When the exact AI version a game was saved with is no longer available and the latest version of the AI can't load data from that AI version, use the latest available version of the AI that can load the data instead of the first found version that can load the data. draftWed, 24 Jun 2009 23:23:08 +0000, by yexo
-
(svn r16648) -Codechange: move some more includes around draftWed, 24 Jun 2009 22:38:47 +0000, by yexo
-
(svn r16647) -Codechange: remove newgrf.h include from newgrf_engine.h to prevent unnecessary inclusion newgrf.h anyway draftWed, 24 Jun 2009 21:33:11 +0000, by yexo
-
(svn r16646) -Codechange: rename GetDepotByTile() to Depot::GetByTile() draftWed, 24 Jun 2009 19:26:41 +0000, by smatz
-
(svn r16644) -Update: WebTranslator2 update to 2009-06-24 17:43:08 draftWed, 24 Jun 2009 17:43:13 +0000, by translators
-
(svn r16643) -Codechange: replace GetStationByTile() by Station::GetByTile() draftWed, 24 Jun 2009 17:39:54 +0000, by smatz
-
(svn r16642) -Codechange: use map size limits enum at one more place draftTue, 23 Jun 2009 23:42:37 +0000, by smatz
-
(svn r16641) -Codechange: reduce number of multiplications done in FindTrainCollideEnum() to minimum draftTue, 23 Jun 2009 23:31:43 +0000, by smatz
-
(svn r16640) -Codechange: move roadstop stuff to separate files draftTue, 23 Jun 2009 21:44:48 +0000, by smatz
-
(svn r16639) -Codechange: enumify RoadStop::status, move definition of short functions to header file draftTue, 23 Jun 2009 21:12:48 +0000, by smatz
-
(svn r16637) -Cleanup: remove unused _debug_station_level draftTue, 23 Jun 2009 20:39:41 +0000, by smatz
-
(svn r16636) -Codechange: no need to initialize already zeroed variables by zero in station and rs constructors, remove debug output draftTue, 23 Jun 2009 20:32:51 +0000, by smatz
-
(svn r16635) -Fix: a couple of MSVC 64 bits warnings draftTue, 23 Jun 2009 20:29:59 +0000, by rubidium
-
(svn r16634) -Codechange: use Company::IsHumanID() instead of IsHumanCompany() draftTue, 23 Jun 2009 12:11:35 +0000, by smatz
-
(svn r16633) -Codechange: remove checks for consistency of newpool draftTue, 23 Jun 2009 10:44:46 +0000, by smatz
-
(svn r16632) -Codechange: rename Town::flags12 to Town::flags draftTue, 23 Jun 2009 09:52:26 +0000, by smatz
-
(svn r16631) -Fix (r1826)(r1881)(r9613): loading of some town data from old savegames was broken draftTue, 23 Jun 2009 09:46:29 +0000, by smatz
-
(svn r16627) -Fix: warning about comparing signed and unsigned types draftMon, 22 Jun 2009 22:04:48 +0000, by smatz
-
(svn r16626) -Change: split the part of config.lib that generates the 'warning' CFLAGS into a function and use that function to set the right 'warning' CFLAGS for both the host and build compiler, i.e. also let GCC warn for strgen, depend and endian_check. draftMon, 22 Jun 2009 20:38:10 +0000, by rubidium
-
(svn r16625) -Fix: unsigned vs signed warning in strgen draftMon, 22 Jun 2009 20:35:14 +0000, by rubidium
-
(svn r16624) -Fix: depend was compiled with the same compiler as the OpenTTD binary, causing depend to silently fail during cross-compiles draftMon, 22 Jun 2009 20:33:15 +0000, by rubidium
-
(svn r16623) -Change: remove CC_CFLAGS as we're not using a C compiler anywhere at all draftMon, 22 Jun 2009 20:22:04 +0000, by rubidium
-
(svn r16622) -Fix: {CARGO} only consumes 1 argument draftMon, 22 Jun 2009 19:09:48 +0000, by rubidium
-
(svn r16621) -Update: WebTranslator2 update to 2009-06-22 17:28:43 draftMon, 22 Jun 2009 17:28:50 +0000, by translators
-
(svn r16620) -Fix (r16619): sometimes one misses the obvious :( draftSun, 21 Jun 2009 21:08:20 +0000, by rubidium
-
(svn r16619) -Cleanup: more coding style in airport stuff. draftSun, 21 Jun 2009 21:05:06 +0000, by rubidium
-
(svn r16614) -Codechange: Make the airport min/max available year a property of the Airport class. draftSun, 21 Jun 2009 13:26:30 +0000, by yexo
-
(svn r16613) -Fix [NewGRF]: some of the var action 2 80+ variables contained wrong results due to OpenTTD codechanges draftSun, 21 Jun 2009 10:11:04 +0000, by yexo
-
(svn r16612) -Fix (r16605): ASCII_LETTERSTART should be defined unconditionally (leeus) draftSun, 21 Jun 2009 08:35:05 +0000, by alberth
-
(svn r16611) -Doc Fix(r16606): "then" became "the" and now is gone. draftSat, 20 Jun 2009 23:22:46 +0000, by belugas
-
(svn r16609) -Codechange: Introduction of widget sizes and offsets used while drawing. draftSat, 20 Jun 2009 18:06:37 +0000, by alberth
-
(svn r16607) -Update: WebTranslator2 update to 2009-06-20 17:50:41 draftSat, 20 Jun 2009 17:50:44 +0000, by translators
-
(svn r16605) -Codechange: Move ASCII_LETTERSTART to the right source file. draftSat, 20 Jun 2009 15:25:28 +0000, by alberth
-
(svn r16604) -Codechange: Use FS_BEGIN for iterating over fonts. draftSat, 20 Jun 2009 15:05:59 +0000, by alberth
-
(svn r16603) -Codechange: enumify map size limits (based on a patch by Bilbo) draftSat, 20 Jun 2009 11:25:39 +0000, by smatz
-
(svn r16602) -Fix (r13831): Antialiased fonts broken; check pixel_mode instead of palette_mode. (Why did it work at some point?) draftSat, 20 Jun 2009 09:35:22 +0000, by peter1138
-
(svn r16601) -Fix [FS#2880]: try 2... hopefully better this time draftFri, 19 Jun 2009 20:26:18 +0000, by rubidium
-
(svn r16600) -Fix: Give a more meaningful error message when console commands expect an integer but don't get one. draftFri, 19 Jun 2009 15:48:13 +0000, by frosch
-
(svn r16599) -Fix [FS#2987] (r16584): reset the 'current' font size after drawing, this way we won't draw other strings too small; only caused problems when tiny/big text strings would use SETX. draftFri, 19 Jun 2009 12:08:44 +0000, by rubidium
-
(svn r16596) -Fix (r16378): there were several hundreds of empty signs above tile 0 after loading TTO/TTD savegame draftThu, 18 Jun 2009 18:13:38 +0000, by smatz
-
(svn r16595) -Update: WebTranslator2 update to 2009-06-18 17:50:03 draftThu, 18 Jun 2009 17:50:05 +0000, by translators
-
(svn r16594) -Fix [FS#2969]: mouse would under some circumstances not be undrawn when drawing the first chat line causing two mouse pointers to be visible. draftThu, 18 Jun 2009 17:16:29 +0000, by rubidium
-
(svn r16593) -Cleanup: realign the TTDP flags table. draftThu, 18 Jun 2009 15:59:21 +0000, by rubidium
-
(svn r16592) -Fix [FS#2880]: 'connection lost' was also shown when the client was 'leaving'. draftThu, 18 Jun 2009 15:05:45 +0000, by rubidium