Mercurial > hg > openttd
graph
-
(svn r23963) -Fix [FS#5072]: do not look for missing sprites twice during startup draftSat, 18 Feb 2012 17:42:27 +0000, by rubidium
-
(svn r23962) -Fix [FS#5068]: [Script] Infinite recursion within a script wasn't caught properly, so they could cause crashes of OpenTTD instead of the AI draftFri, 17 Feb 2012 21:49:53 +0000, by rubidium
-
(svn r23960) -Fix/Change: [NewGRF] Make the properties for always/never refittable cargo types not behave incremental, but reset them on reassignment. draftThu, 16 Feb 2012 22:22:45 +0000, by frosch
-
(svn r23959) -Change: make regression less faily when spurious warnings are shown draftThu, 16 Feb 2012 21:08:32 +0000, by rubidium
-
(svn r23958) -Fix: don't allow chat messages from pre-active clients. As they haven't got the savegame yet, they won't have the interface to send them either (dihedral) draftThu, 16 Feb 2012 20:45:03 +0000, by rubidium
-
(svn r23957) -Fix [FS#4990]: allow sending chat to pre-active clients as the clients start accepting once they send 'map ok' to the server, which is the same moment we change their status to pre-active draftThu, 16 Feb 2012 20:44:03 +0000, by rubidium
-
(svn r23956) -Fix (r23949): Fix wrong position argument in translated timetable strings. draftThu, 16 Feb 2012 18:50:17 +0000, by michi_cc
-
(svn r23954) -Fix (r23952): Update required grfcodec version. draftWed, 15 Feb 2012 21:39:10 +0000, by michi_cc
-
(svn r23953) -Fix [FS#5062]: When the population of a town changes the town view might even have to change size due to different cargo requirements. draftWed, 15 Feb 2012 21:34:58 +0000, by frosch
-
(svn r23952) -Feature: [NewGRF] Customisable tunnel portals for rail types (sprites by Snail). draftWed, 15 Feb 2012 21:23:48 +0000, by michi_cc
-
(svn r23950) -Fix (r23731) [FS#5063]: never show GSGoal::Question() to spectators. Accidently INVALID_COMPANY == COMPANY_SPECTATOR draftWed, 15 Feb 2012 15:18:38 +0000, by truebrain
-
(svn r23949) -Fix (r23947): Wrong positional parameter for timetable string. draftWed, 15 Feb 2012 12:11:06 +0000, by michi_cc
-
(svn r23947) -Feature: Timetabled maximum travel speeds for non-flying vehicles. draftTue, 14 Feb 2012 17:04:06 +0000, by michi_cc
-
(svn r23946) -Codechange: Pass a proper enum instead of a bit flag to CmdChangeTimetable for indicating what to change. draftTue, 14 Feb 2012 17:04:01 +0000, by michi_cc
-
(svn r23945) -Fix: Better rounding when converting internal speed to displayed speed. draftTue, 14 Feb 2012 17:03:56 +0000, by michi_cc
-
(svn r23943) -Fix (r23835) [FS#5061]: Also list DEITY signs in the signlist in SE. draftMon, 13 Feb 2012 17:34:53 +0000, by frosch
-
(svn r23942) -Fix: infrastructure cache of standard road stops would get messed up when buying a company with them draftMon, 13 Feb 2012 17:18:20 +0000, by rubidium
-
(svn r23940) -Codechange: remove superfluous semicolons draftSun, 12 Feb 2012 19:46:40 +0000, by smatz
-
(svn r23938) -Codechange: declare ScriptScanner::Initialize() and make it abstract, make the other overloaded Initialize() protected draftSun, 12 Feb 2012 17:29:58 +0000, by smatz
-
(svn r23937) -Change: improve the wording of some of the timeout related "error" messages draftSun, 12 Feb 2012 11:39:29 +0000, by rubidium
-
(svn r23936) -Feature [FS#5047]: readme/licence/changelog viewer for AI and game scripts (LordAro) draftSun, 12 Feb 2012 10:58:18 +0000, by rubidium
-
(svn r23934) -Update: other language files w.r.t. the previous change draftSun, 12 Feb 2012 10:42:46 +0000, by rubidium
-
(svn r23933) -Codechange: make the text file window strings more generic (LordAro) draftSun, 12 Feb 2012 10:35:15 +0000, by rubidium
-
(svn r23932) -Codechange: split the NewGRF text window into its own source files draftSun, 12 Feb 2012 10:32:41 +0000, by rubidium
-
(svn r23931) -Change: Scale infrastructure cost of rail tracks by the total number of all tracks and not independently for each rail type. draftSat, 11 Feb 2012 22:43:39 +0000, by michi_cc
-
(svn r23930) -Fix [FS#4944]: [Script] Do not close the parameter window when a script starts draftSat, 11 Feb 2012 22:25:20 +0000, by rubidium
-
(svn r23929) -Doc [FS#4966]: document, in a tooltip, that depot orders disable automatic servicing draftSat, 11 Feb 2012 21:47:34 +0000, by rubidium
-
(svn r23928) -Fix [FS#5053]: don't accelerate, for smoke purposes, when you reached the track's maximum speed draftSat, 11 Feb 2012 20:25:21 +0000, by rubidium
-
(svn r23927) -Fix [FS#5056]: 32bpp animated blitter was optimised a bit too far regarding not needing to update the colour mapping when (re)initialising the palette draftSat, 11 Feb 2012 20:08:31 +0000, by rubidium
-
(svn r23926) -Update [FS#5055]: some missing Latin-ish characters as some translations started using them (PaulC) draftSat, 11 Feb 2012 19:46:47 +0000, by rubidium
-
(svn r23925) -Fix (r23924): remove some remnants from generated files as well draftSat, 11 Feb 2012 19:44:02 +0000, by rubidium
-
(svn r23924) -Fix [FS#5054]: [NoGo] "Some" news messages would cause an assertion to be triggered due to a missing proper location for the viewport of the news message, so only allow building when valid data for the viewport is provided or no viewport is used draftSat, 11 Feb 2012 19:42:33 +0000, by rubidium
-
(svn r23923) -Update [FS#5044]: rpm specs (Ammler) draftSat, 11 Feb 2012 19:25:53 +0000, by rubidium
-
(svn r23920) -Fix: Consider only the middle tile of a lock for lock-infrastructure costs. The other two tiles may be owned by other companies. Also do not count the middle tile of a lock as canal, independent of whether it is build on ground or river slope. draftThu, 09 Feb 2012 22:38:39 +0000, by frosch
-
(svn r23917) -Fix (r11252,, r23914, r23915): Also use the CTT for refitmasks for version 6 GRFs. I.e. fix the cursed GetCargoTranslation() function for the fourth time. draftWed, 08 Feb 2012 18:11:49 +0000, by frosch
-
(svn r23916) -Fix (r23145): When determining the first refittable cargotype according to CTT order, do not rely on the GRF assigning the refit_mask property. Also check for GRFs setting the default_cargo or refittable-cargo-classes or -types properties. draftTue, 07 Feb 2012 22:59:30 +0000, by frosch
-
(svn r23915) -Codechange: Translate refitmask directly after reading it from the GRF. draftTue, 07 Feb 2012 22:48:09 +0000, by frosch
-
(svn r23914) -Fix (r11252, r13855): Don't test validity of cargobits using a mask of cargoslots. draftTue, 07 Feb 2012 22:46:26 +0000, by frosch
-
(svn r23912) -Fix: When testing whether a engine shall only carry the default cargo, check ctt_include_mask for being empty before applying cargo translation. draftTue, 07 Feb 2012 22:03:03 +0000, by frosch
-
(svn r23910) -Fix: [SDL] Handle the SDL_VIDEOEXPOSE event. draftTue, 07 Feb 2012 10:27:48 +0000, by matthijs
-
(svn r23909) -Fix: [SDL] Fix keyboard-related segfault when compiling against SDL 1.3. draftTue, 07 Feb 2012 10:12:11 +0000, by matthijs
-
(svn r23908) -Fix (r22910): [Makefile] Make sure bin/baseset/openttd.32.bmp is removed on make clean. draftTue, 07 Feb 2012 10:09:09 +0000, by matthijs
-
(svn r23907) -Fix: [Makefile] Let "make clean --dry-run" not delete Makefiles. draftTue, 07 Feb 2012 09:57:08 +0000, by matthijs
-
(svn r23906) -Codechange: replace magic numbers with named constants (adf88) draftMon, 06 Feb 2012 20:47:47 +0000, by rubidium
-
(svn r23905) -Fix [FS#5045]: OpenMSX got downloaded to and extracted in the wrong (non-existent) folder draftMon, 06 Feb 2012 20:11:00 +0000, by rubidium