summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2009-08-07(svn r17107) -Codechange: store type of subsidy source and destination in ↵smatz
the Subsidy struct instead of determining it every time it's needed
2009-08-07(svn r17106) -Codechange: move computation of station's catchment rectagle ↵smatz
to separate function
2009-08-07(svn r17105) -Codechange: no need to reset list of industries nearby that ↵smatz
often, clearing is enough
2009-08-07(svn r17104) -Codechange: move code related to subsidy awarding to separate ↵smatz
procedure
2009-08-07(svn r17103) -Update: pretranslate a bunch of strings that can't be translatedrubidium
2009-08-07(svn r17102) -Update from WebTranslator v3.0:translators
polish - 69 changes by Adam123 spanish - 1 changes by Terkhen
2009-08-07(svn r17101) -Revert [FS#3065](r16546): large table on stack caused stack ↵smatz
overflow on some architectures
2009-08-06(svn r17097) -Fix [FS#3092] (r13256): make restart command work again and ↵rubidium
make the help show how it works and how it doesn't work
2009-08-06(svn r17096) -Fix [FS#3091]: news message about ordered refits failing ↵rubidium
wasn't very clear
2009-08-06(svn r17095) -Codechange: make ParseStringChoice a bit saferrubidium
2009-08-06(svn r17094) -Update: AI changelogrubidium
2009-08-06(svn r17092) -Update from WebTranslator v3.0:translators
simplified_chinese - 2 changes by Gavin frisian - 36 changes by huddekul german - 57 changes by Roujin spanish - 48 changes by Terkhen
2009-08-06(svn r17091) -Fix (r17089)(r17090): regression test was rightsmatz
2009-08-06(svn r17089) -Codechange: move RunVehicleDayProc() to vehicle.cppsmatz
2009-08-06(svn r17088) -Codechange: split IncreaseDate() to more proceduressmatz
2009-08-06(svn r17086) -Cleanup (r16654): remove code used only for debuggingsmatz
2009-08-06(svn r17085) -Codechange: unify the place where vehicle's cargo agessmatz
2009-08-06(svn r17084) -Codechange: _age_cargo_skip_counter is common to all vehicle typessmatz
2009-08-05(svn r17076) -Update: reflect the changes Rubidium made in the last few days ↵translators
to all languages
2009-08-05(svn r17075) -Codechange: rename ~750 strings to be more uniform with their ↵rubidium
relatives
2009-08-05(svn r17074) -Update from WebTranslator v3.0:translators
simplified_chinese - 8 changes by Gavin dutch - 50 changes by Rubidium, TrueBrain finnish - 4 changes by jpx_ french - 47 changes by glx frisian - 38 changes by huddekul galician - 20 changes by Condex german - 2 changes by Roujin indonesian - 7 changes by fanioz romanian - 9 changes by kkmic russian - 51 changes by Lone_Wolf, MajestiC spanish - 1 changes by Terkhen
2009-08-05(svn r17073) -Codechange: constify iec_prefixes[], change the code around a bitsmatz
2009-08-05(svn r17072) -Fix: don't let squirrel export make a 'stub' for ai_changelog.hpprubidium
2009-08-05(svn r17071) -Fix: give a better error message when trying to make road ↵smatz
one-way when it doesn't belong to you
2009-08-05(svn r17070) -Codechange: some minor fixes to the order in english.txtrubidium
2009-08-05(svn r17069) -Fix (r17004): invalid read when converting old waypointssmatz
2009-08-05(svn r17068) -Change: make a number of strings more consistent with their ↵rubidium
relatives
2009-08-05(svn r17067) -Fix (r17064): local authority window got messed up a bit; also ↵rubidium
move OS names to a more logical place.
2009-08-05(svn r17066) -Codechange: unify the order of {TINYFONT}/{BIGFONT} and {<colour>}rubidium
2009-08-05(svn r17065) -Codechange: reorder last 1/3 of the strings. Hope it makes a ↵rubidium
bit more sense now
2009-08-04(svn r17064) -Codechange: reorder another 1/3 of the stringsrubidium
2009-08-04(svn r17063) -Fix: terraform toolbar had the wrong tooltip for building trees.rubidium
2009-08-04(svn r17062) -Change: unify the naming of some 125 stringsrubidium
2009-08-04(svn r17061) -Update from WebTranslator v3.0:translators
dutch - 313 changes by TrueBrain, Yexo english_US - 5 changes by agenthh korean - 24 changes by telk5093 portuguese - 112 changes by SupSuper serbian - 98 changes by etran swedish - 20 changes by hgj turkish - 50 changes by niw3
2009-08-04(svn r17060) -Codechange: reorder 1/3 of the strings so they are more ↵rubidium
logically grouped (rest still needs to be done)
2009-08-03(svn r17059) -Codechange: Rename a few strings to reflect their usageyexo
2009-08-03(svn r17058) -Codechange: magic numbers removal.belugas
Two values used intead of just one, as it gives more possibilities to those who dare...
2009-08-03(svn r17057) -Update from WebTranslator v3.0:translators
arabic_egypt - 28 changes by kasakg simplified_chinese - 4 changes by Gavin dutch - 12 changes by habell english_US - 54 changes by agenthh finnish - 9 changes by jpx_ french - 8 changes by glx frisian - 65 changes by huddekul russian - 9 changes by Lone_Wolf serbian - 126 changes by etran slovak - 9 changes by James
2009-08-03(svn r17056) -Codechange: Reduce width of the drop-down in the bridge gui.alberth
2009-08-03(svn r17055) -Codechange: Improve aligning of bridge sprites and ↵alberth
descriptions in bridge gui.
2009-08-03(svn r17054) -Codechange: Bridge gui uses nested widgets only.alberth
2009-08-03(svn r17053) -Codechange: pass a Rect to DrawGraph so it knows where to drawrubidium
2009-08-03(svn r17052) -Codechange: move state changes out of OnPaint for the graph ↵rubidium
windows
2009-08-03(svn r17051) -Codechange: make the graph legend window use nested widgetsrubidium
2009-08-03(svn r17050) -Codechange: replace custom implementation of TILE_LOOP with ↵rubidium
TILE_LOOP.
2009-08-02(svn r17049) -Fix [NoAI]: documentation of AITile::LevelTiles was wrongyexo
2009-08-02(svn r17048) -Codechange: Airport toolbar and airport builder window use ↵alberth
nested widgets.
2009-08-02(svn r17047) -Fix: Mark house tiles dirty when triggers were triggered.frosch
2009-08-02(svn r17046) -Fix (r11411) [FS#3085]: Trigger house trigger 02 only for the ↵frosch
north tile.
2009-08-02(svn r17045) -Fix (r16867) [FS#3084]: Also 'p's can be important.frosch