Mercurial > hg > openttd
graph
-
(svn r10314) -Codechange: Refer to vehicle names by index draftSun, 24 Jun 2007 22:42:11 +0000, by peter1138
-
(svn r10313) -Fix (r8546): value for password "protected" was sent toggled for UDP packets, i.e. unpassworded companies showed up passworded and vice versa. draftSun, 24 Jun 2007 22:18:46 +0000, by rubidium
-
(svn r10312) -Fix (r10210): the 64 values in the 'players' console command were not printed properly; they did even "overflow" into the next to-be-printed values. draftSun, 24 Jun 2007 21:58:05 +0000, by rubidium
-
(svn r10311) -Fix: I'm not retired, just relatively inactive ;) draftSun, 24 Jun 2007 20:44:36 +0000, by orudge
-
(svn r10310) -Fix: Trunk can now be built on OS/2 :) draftSun, 24 Jun 2007 20:41:24 +0000, by orudge
-
(svn r10309) -Revert (part of r10308): "fixing" the bounding box for bridge entrances reveals one of the bugs that will be fixed when FS#119 is fixed. draftSun, 24 Jun 2007 20:17:39 +0000, by rubidium
-
(svn r10308) -Codechange: some "cleanup" chunks from B. N. SmatZ!' work on fixing FS#119. draftSun, 24 Jun 2007 20:06:10 +0000, by rubidium
-
(svn r10306) -Fix [FS#890]: the fix in r10219 was not enough to stop this bug from happening. draftSun, 24 Jun 2007 16:44:06 +0000, by rubidium
-
(svn r10305) -Update: WebTranslator2 update to 2007-06-24 18:32:39 draftSun, 24 Jun 2007 16:33:10 +0000, by miham
-
(svn r10303) -Fix [YAPF](r10301): warning: unused variable tile_cost (peter1138) draftSun, 24 Jun 2007 13:30:03 +0000, by KUDr
-
(svn r10301) -Fix [FS#901, YAPF]: another assert violation in some special cases (immeR) draftSun, 24 Jun 2007 13:18:54 +0000, by KUDr
-
(svn r10300) -Fix [FS#917]: give a better explanation why the loading of a savegame failed and do not crash on loading savegames that were altered by patches or branches. draftSun, 24 Jun 2007 12:27:11 +0000, by rubidium
-
(svn r10299) -Codechange [FS#931]: industry foundations should be drawn as all other foundations, i.e. with DrawFoundation, instead of writing the same functionality itself. draftSun, 24 Jun 2007 10:20:05 +0000, by rubidium
-
(svn r10298) -Fix [FS#903]: show the subdirectory below the default data directory in this filename in the newgrf list. The directory was removed in r9560 because then it used to full path instead of the path relative to the data directory, but since the inclusion of "search paths" that is not necessary anymore. draftSat, 23 Jun 2007 21:12:09 +0000, by rubidium
-
(svn r10297) -Codechange: increase the performance of CargoPacket::AllocateRaw using a very simple "caching" system. draftSat, 23 Jun 2007 20:38:28 +0000, by rubidium
-
(svn r10296) -Update: WebTranslator2 update to 2007-06-23 20:35:10 draftSat, 23 Jun 2007 18:35:37 +0000, by miham
-
(svn r10295) -Fix [FS#775]: flush stdout on dedicated server output to ensure an update of stdout (Zuu) draftSat, 23 Jun 2007 14:40:19 +0000, by truelight
-
(svn r10294) -Fix [FS#914]: WKC_PAUSE didn't work in SE (+ some cosmetic) (Smoovious) draftSat, 23 Jun 2007 14:17:31 +0000, by truelight
-
(svn r10293) -Add [FS#885]: a sticky button for the client list window (oxygene) draftSat, 23 Jun 2007 14:13:05 +0000, by truelight
-
(svn r10291) -Fix [FS#920]: double click in town-GUI didn't work as expected draftSat, 23 Jun 2007 00:33:15 +0000, by truelight
-
(svn r10290) -Fix: with smooth_economy, when industry production hit 32, it stayed there for ever. Give it some chance to get out of that uber-lowness (although it is a very slim chance, at least it has one) draftFri, 22 Jun 2007 23:53:16 +0000, by truelight
-
(svn r10289) -Fix [FS#735]: {COMPANY} takes two arguments. As this was not properly accounted for the plural rule used the second argument of {COMPANY} instead of the later {COMMA}. draftFri, 22 Jun 2007 23:41:33 +0000, by rubidium
-
(svn r10288) -Fix [FS#202]: also age engines that aren't front-engines (based on a patch by kaan) draftFri, 22 Jun 2007 22:42:18 +0000, by truelight
-
(svn r10287) -Fix (r10266): some surprises from that (almost always) complaining compiler... draftFri, 22 Jun 2007 22:28:15 +0000, by rubidium
-
(svn r10284) -Fix [FS#899]: in the unlucky event 2 clients join at the same time to start a new company while there is only one spot left, all clients became spectator. Now only make either one of the joining clients spectator (much more game-friendly ;)) draftFri, 22 Jun 2007 22:14:42 +0000, by truelight
-
(svn r10283) -Fix [FS#913]: catenary was drawn on bridges when elrail was disabled. Patch by B. N. SmatZ!. draftFri, 22 Jun 2007 21:48:41 +0000, by rubidium
-
(svn r10278) -Fix r10276: make the _realtime_tick less demanding on the CPU draftFri, 22 Jun 2007 20:07:39 +0000, by truelight
-
(svn r10276) -Codechange: made a counter based on milliseconds and independent of the game-state to base double-click and TGP Generation Process on draftFri, 22 Jun 2007 20:04:21 +0000, by truelight
-
(svn r10273) -Change: remove the strings removed in r10270 from the translations draftFri, 22 Jun 2007 19:42:00 +0000, by glx
-
(svn r10272) -Fix (FS#916): remove more invalid characters from savegame names draftFri, 22 Jun 2007 19:30:59 +0000, by glx
-
(svn r10271) -Fix r9563: move the Transparency Option menu item to the place it should have been in the first place: Option Menu, not Map Menu (go figure :p) draftFri, 22 Jun 2007 18:43:11 +0000, by truelight
-
(svn r10270) -Add: prefixed the loading indicator with an arrow, up meaning vehicle is loading, down meaning vehicle is unloading draftFri, 22 Jun 2007 18:28:44 +0000, by truelight
-
(svn r10269) -Fix [FS#912]: station ratings were shown for all cargos instead of only the cargos that have been transported. draftFri, 22 Jun 2007 17:34:04 +0000, by rubidium
-
(svn r10268) -Fix: some old savegames could have the wrong bits unset (follow up of r10147) draftFri, 22 Jun 2007 17:33:13 +0000, by rubidium
-
(svn r10267) -Add: enable double clic to add in 'add newgrf' window draftFri, 22 Jun 2007 13:10:56 +0000, by glx
-
(svn r10266) -Codechange: keep track of the origin, time of travel and accumulated feeder share (transfers) of individual pieces of cargo. This means that cargo isn't thrown on a big pile when it's put in a station or unloaded at a station, however the GUI does not reflect these changes yet so you will not actually see it. draftFri, 22 Jun 2007 11:58:59 +0000, by rubidium
-
(svn r10265) -Feature: allow double-clicking on certain places: build-vehicle and town-action draftFri, 22 Jun 2007 10:57:53 +0000, by truelight
-
(svn r10264) -Fix: forgot to add texteff.hpp to the project files draftFri, 22 Jun 2007 09:44:21 +0000, by truelight
-
(svn r10263) -Fix (r10262): due to 64 bits alignment a struct became a little too large. draftThu, 21 Jun 2007 19:18:49 +0000, by rubidium
-
(svn r10262) -Fix (r10258): some places that needed to be changed to uint64 were hidden/forgotten, which caused memory corruptions and that in caused all kinds of assertions to trigger. draftThu, 21 Jun 2007 19:08:47 +0000, by rubidium
-
(svn r10261) -Cleanup: we do not need CURRENCY64 and CURRCOMPACT64 anymore, because everything is already 64 bits by default. draftThu, 21 Jun 2007 17:38:59 +0000, by rubidium
-
(svn r10260) -Update: WebTranslator2 update to 2007-06-21 19:36:07 draftThu, 21 Jun 2007 17:36:16 +0000, by miham
-
(svn r10259) -Fix (r10258): committed a little too much.. would've made pretty cheap tunnels though :) draftThu, 21 Jun 2007 17:27:21 +0000, by rubidium
-
(svn r10258) -Codechange: as we are now using int64 all over the place, it's better to use int64 variables in the string generating too instead of packing them into two int32s. draftThu, 21 Jun 2007 17:25:17 +0000, by rubidium
-
(svn r10257) -Update: WebTranslator2 update to 2007-06-21 19:15:05 draftThu, 21 Jun 2007 17:18:33 +0000, by miham
-
(svn r10256) -Add: Addition of IndustryTileOverrideManager draftThu, 21 Jun 2007 17:09:10 +0000, by belugas
-
(svn r10255) -Codechange: remove some old debug code nobody was using anymore draftThu, 21 Jun 2007 16:53:57 +0000, by truelight
-
(svn r10254) -Feature: loading indicator, which shows in % how full a vehicle is while loading/unloading (TheJosh) draftThu, 21 Jun 2007 16:17:47 +0000, by truelight
-
(svn r10253) -Fix (r10249): putting the < the wrong way around made the new towns pretty small. draftThu, 21 Jun 2007 16:12:31 +0000, by rubidium
-
(svn r10252) -Fix: never overflow when applying exchange rates before drawing the amount of money. draftThu, 21 Jun 2007 15:57:14 +0000, by rubidium
-
(svn r10251) -Fix (r10186, FS#907): alt-tab back into openttd could leave the taskbar visible draftThu, 21 Jun 2007 15:48:00 +0000, by glx
-
(svn r10250) -Fix: money is always 64 bits, so always parse those 64 bits. draftThu, 21 Jun 2007 15:37:05 +0000, by rubidium
-
(svn r10249) -Fix [FS#906]: town tried to gather information about the neighbourhood of a tile when it couldn't even *ever* build on that tile. draftThu, 21 Jun 2007 15:13:09 +0000, by rubidium
-
(svn r10248) -Codechange: don't limit the cost of tunnels. draftThu, 21 Jun 2007 14:58:30 +0000, by rubidium
-
(svn r10247) -Fix (r10210): *always* call SetDParamMoney when you want to place money in some string. draftThu, 21 Jun 2007 14:54:51 +0000, by rubidium
-
(svn r10246) -Fix (r10297): some forgotten money conversions and truncation issues. Thanks to benc for providing the patch. draftThu, 21 Jun 2007 14:32:27 +0000, by rubidium