Mercurial > hg > openttd
graph
-
(svn r24006) -Fix [FS#5088]: AI used in names in API for GSOrder draftSun, 04 Mar 2012 16:40:06 +0000, by rubidium
-
(svn r23995) -Fix [FS#5079]: Improve rounding when converting display speeds to internal speeds. draftMon, 27 Feb 2012 13:22:38 +0000, by michi_cc
-
(svn r23993) -Cleanup: remove some disable directives from the NFO as they aren't needed anymore with newer GRFCodec/NFORenum draftSun, 26 Feb 2012 08:23:32 +0000, by rubidium
-
(svn r23991) -Fix [FS#5076]: Also display the cargo subtype for vehicles which have no capacity, but a subtype. draftSat, 25 Feb 2012 20:47:16 +0000, by frosch
-
(svn r23989) -Fix-ish: Zero the offsets of disabled zoomlevels. draftSat, 25 Feb 2012 17:39:34 +0000, by frosch
-
(svn r23987) -Fix (r23000): Also reset the font glyph cache when switching blitters. draftSat, 25 Feb 2012 17:20:02 +0000, by frosch
-
(svn r23986) -Fix (r23889): Invalid reads when scaling an odd-sized sprite smaller. draftSat, 25 Feb 2012 17:18:17 +0000, by frosch
-
(svn r23985) -Fix [FS#5074]: inconsistent quit/abandon/exit game/scenario/editor strings draftSat, 25 Feb 2012 13:58:06 +0000, by rubidium
-
(svn r23984) -Fix [FS#5082]: fix the order of lights on the helipad (PaulC) draftSat, 25 Feb 2012 08:45:48 +0000, by rubidium
-
(svn r23983) -Fix [FS#5083]: tarred heightmaps wouldn't be found draftSat, 25 Feb 2012 08:42:39 +0000, by rubidium
-
(svn r23982) -Codechange: use NFO v32 for the extra graphics draftFri, 24 Feb 2012 22:29:44 +0000, by rubidium
-
(svn r23981) -Codechange: reduce GRF size by a few percent by letting GRFCodec determine the best compression draftFri, 24 Feb 2012 22:19:45 +0000, by rubidium
-
(svn r23980) -Fix (r23977): crash when starting with the 32bpp anim blitter draftThu, 23 Feb 2012 21:10:08 +0000, by rubidium
-
(svn r23978) -Fix: [SDL] Palette update was done too late making switching from 8bpp -> 32bpp look ugly draftThu, 23 Feb 2012 16:23:09 +0000, by rubidium
-
(svn r23977) -Fix: don't load a game during UpdateWindows as that might trigger changing the blitter which triggers re-entrant locking draftThu, 23 Feb 2012 16:22:20 +0000, by rubidium
-
(svn r23976) -Fix (r23889): Sprites of different zoom levels were not always padded correctly to a common size. draftThu, 23 Feb 2012 12:13:30 +0000, by michi_cc
-
(svn r23973) -Fix (r23947): Also save the maximum travel speed for the current vehicle order. draftTue, 21 Feb 2012 17:25:17 +0000, by michi_cc
-
(svn r23967) -Fix-ish: don't fix road ownership of standard road stops each time you load a savegame, only when loading an old one draftSun, 19 Feb 2012 19:05:57 +0000, by rubidium
-
(svn r23965) -Fix [FS#5070]: Refittability should never depend on the current capacity of a vehicle. draftSun, 19 Feb 2012 18:34:24 +0000, by frosch
-
(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