Commit Graph

1430 Commits (9f8c5a97c0d453de3c02969d5a2b8baefd2520cc)

Author SHA1 Message Date
orudge 9f8c5a97c0 (svn r10311) -Fix: I'm not retired, just relatively inactive ;) 17 years ago
orudge f0117974cd (svn r10310) -Fix: Trunk can now be built on OS/2 :) 17 years ago
rubidium 71295c7d9e (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. 17 years ago
rubidium 949fc3d78c (svn r10308) -Codechange: some "cleanup" chunks from B. N. SmatZ!' work on fixing FS#119. 17 years ago
rubidium d92d65a99a (svn r10306) -Fix [FS#890]: the fix in r10219 was not enough to stop this bug from happening. 17 years ago
miham 267a8e0aef (svn r10305) -Update: WebTranslator2 update to 2007-06-24 18:32:39
american   - 33 fixed by WhiteRabbit (33)
brazilian_portuguese - 5 fixed by tucalipe (5)
catalan    - 5 fixed, 7 changed by arnaullv (12)
italian    - 5 fixed by lorenzodv (5)
japanese   - 8 fixed by ickoonite (8)
korean     - 5 fixed, 2 changed by darkttd (7)
norwegian_nynorsk - 36 fixed by pollux (36)
portuguese - 7 fixed by izhirahider (7)
slovenian  - 32 fixed by Necrolyte (32)
traditional_chinese - 78 fixed, 2 changed by xbddc (80)
17 years ago
KUDr 1c41258ec6 (svn r10304) -Fix [YAPF](r10301): removed assert which could violate without danger when searching for the nearest depot. From now on the segment can be closed without reason in that case (peter1138) 17 years ago
KUDr 1983b349f6 (svn r10303) -Fix [YAPF](r10301): warning: unused variable tile_cost (peter1138) 17 years ago
KUDr aa93897197 (svn r10302) -Fix [YAPF, MP]: now (with r10301) it is no longer needed to invalidate the YAPF segment cache every tick in MP. Segment cost now doesn't contain the curves between segments. As a result the cache should be now accurate. 17 years ago
KUDr db6710fb16 (svn r10301) -Fix [FS#901, YAPF]: another assert violation in some special cases (immeR) 17 years ago
rubidium 331c9eec7b (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. 17 years ago
rubidium 5ee292d806 (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. 17 years ago
rubidium 627aa240ba (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. 17 years ago
rubidium 1b07b27af1 (svn r10297) -Codechange: increase the performance of CargoPacket::AllocateRaw using a very simple "caching" system. 17 years ago
miham 7ce68de129 (svn r10296) -Update: WebTranslator2 update to 2007-06-23 20:35:10
brazilian_portuguese - 38 fixed by tucalipe (38)
catalan    - 35 fixed, 10 changed by arnaullv (45)
dutch      - 33 fixed by webfreakz (14), habell (19)
estonian   - 4 fixed by kristjans (4)
french     - 32 fixed by glx (32)
hungarian  - 7 fixed by miham (7)
italian    - 34 fixed, 1 changed by lorenzodv (35)
korean     - 34 fixed by darkttd (34)
romanian   - 59 fixed by kneekoo (59)
russian    - 45 fixed, 11 changed by Smoky555 (56)
swedish    - 29 fixed by giddorah (29)
ukrainian  - 1 fixed by mad (1)
17 years ago
truelight 66c1e299c2 (svn r10295) -Fix [FS#775]: flush stdout on dedicated server output to ensure an update of stdout (Zuu) 17 years ago
truelight d5e6caf58d (svn r10294) -Fix [FS#914]: WKC_PAUSE didn't work in SE (+ some cosmetic) (Smoovious) 17 years ago
truelight 292a75a5ec (svn r10293) -Add [FS#885]: a sticky button for the client list window (oxygene) 17 years ago
KUDr e494b4021f (svn r10292) -Fix: suppress VC 7.1 warning: "\src\texteff.cpp(251) : warning C4258: 'y' : definition from the for loop is ignored; the definition from the enclosing scope is used" which prevents compilation on MSVC 2003 17 years ago
truelight ffd8662fce (svn r10291) -Fix [FS#920]: double click in town-GUI didn't work as expected 17 years ago
truelight b1f60c582f (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) 17 years ago
rubidium f92368109c (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}. 17 years ago
truelight 872ba4e659 (svn r10288) -Fix [FS#202]: also age engines that aren't front-engines (based on a patch by kaan) 17 years ago
rubidium 37e3cbb980 (svn r10287) -Fix (r10266): some surprises from that (almost always) complaining compiler... 17 years ago
truelight b5a9cc0ed8 (svn r10286) -Fix r10284: nice typo (tnx glx) 17 years ago
truelight 9a93718898 (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 ;)) 17 years ago
rubidium f42734a5ff (svn r10283) -Fix [FS#913]: catenary was drawn on bridges when elrail was disabled. Patch by B. N. SmatZ!. 17 years ago
truelight 44a9fea388 (svn r10278) -Fix r10276: make the _realtime_tick less demanding on the CPU 17 years ago
truelight 7bfc7d19e8 (svn r10276) -Codechange: made a counter based on milliseconds and independent of the game-state to base double-click and TGP Generation Process on
-Codechange: renamed _timer_counter to _palette_animation_counter, as that is what it is
17 years ago
glx d5f4251823 (svn r10273) -Change: remove the strings removed in r10270 from the translations 17 years ago
glx ad41b2dbd4 (svn r10272) -Fix (FS#916): remove more invalid characters from savegame names 17 years ago
truelight 28a006ec1f (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) 17 years ago
truelight 80bcbce62b (svn r10270) -Add: prefixed the loading indicator with an arrow, up meaning vehicle is loading, down meaning vehicle is unloading 17 years ago
rubidium db097a94db (svn r10269) -Fix [FS#912]: station ratings were shown for all cargos instead of only the cargos that have been transported. 17 years ago
rubidium 60c61e5116 (svn r10268) -Fix: some old savegames could have the wrong bits unset (follow up of r10147) 17 years ago
glx 68ff3bc90f (svn r10267) -Add: enable double clic to add in 'add newgrf' window 17 years ago
rubidium fc201d4ad8 (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. 17 years ago
truelight dc82eeb2ae (svn r10265) -Feature: allow double-clicking on certain places: build-vehicle and town-action 17 years ago
rubidium 4312cec2c0 (svn r10263) -Fix (r10262): due to 64 bits alignment a struct became a little too large. 17 years ago
rubidium 328d369f64 (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. 17 years ago
rubidium f91e05a66b (svn r10261) -Cleanup: we do not need CURRENCY64 and CURRCOMPACT64 anymore, because everything is already 64 bits by default. 17 years ago
miham 377a5e40c0 (svn r10260) -Update: WebTranslator2 update to 2007-06-21 19:36:07
piglatin   - 12 fixed by adammw (12)
17 years ago
rubidium 75ebd2c5a8 (svn r10259) -Fix (r10258): committed a little too much.. would've made pretty cheap tunnels though :) 17 years ago
rubidium d0fa4eb9de (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.
-Fix: some displays of money were wrong.
17 years ago
miham a482793a32 (svn r10257) -Update: WebTranslator2 update to 2007-06-21 19:15:05
danish     - 25 fixed, 50 changed by ThomasA (75)
finnish    - 117 fixed by habazi (117)
hungarian  - 6 fixed by miham (6)
romanian   - 8 fixed, 9 changed by CrystyB (17)
spanish    - 7 fixed by jfrank (7)
ukrainian  - 28 fixed by mad (25), fevral13 (3)
17 years ago
belugas ad446daf33 (svn r10256) -Add: Addition of IndustryTileOverrideManager 17 years ago
truelight f58ea51e2a (svn r10255) -Codechange: remove some old debug code nobody was using anymore 17 years ago
truelight 66a136be09 (svn r10254) -Feature: loading indicator, which shows in % how full a vehicle is while loading/unloading (TheJosh) 17 years ago
rubidium 21711da99d (svn r10253) -Fix (r10249): putting the < the wrong way around made the new towns pretty small. 17 years ago
rubidium a571d7f954 (svn r10252) -Fix: never overflow when applying exchange rates before drawing the amount of money. 17 years ago