summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-05-02(svn r16200) -Codechange: Moving news-type description to NewsTypeData array.alberth
2009-05-02(svn r16199) -Codechange: Pass OrderNonStopFlags also to MakeGoToDepotOrder().frosch
2009-05-01(svn r16198) -Fix/Change (r16187): 'Go to nearest depot'-orders are fulfilled...frosch
2009-05-01(svn r16197) -Codechange: Structure buttons of train order window based on re...alberth
2009-05-01(svn r16196) -Codechange: Added nested widgets for non-train and other-compan...alberth
2009-05-01(svn r16195) -Codechange: Even empty widgets should live within window bounda...alberth
2009-05-01(svn r16194) -Update: WebTranslator2 update to 2009-05-01 17:45:47translators
2009-05-01(svn r16193) -Codechange: Added nested widgets for smallmap and extra viewpor...alberth
2009-05-01(svn r16192) -Codechange: Moving smallmap and extra viewport widget enums out...alberth
2009-04-30(svn r16191) -Codechange: Added nested widgets of one order window.alberth
2009-04-30(svn r16190) -Codechange: Allow stacking of nested widgets.alberth
2009-04-30(svn r16189) -Doc: Additions and improvement of (mainly) nested widgets/widge...alberth
2009-04-30(svn r16188) -Fix [FS#2874] (r16124): printing the first 4 bytes worth of a 8...rubidium
2009-04-29(svn r16187) -Fix [FS#2871]: do mark the "go to depot X" order fulfilled when...rubidium
2009-04-29(svn r16186) -Codechange: Adding nested widgets to _newgrf_desc and _newgrf_a...alberth
2009-04-29(svn r16185) -Codechange: Moving the ShowNewGRFStateWidgets and AddNewGRFWind...alberth
2009-04-29(svn r16184) -Update: WebTranslator2 update to 2009-04-29 17:32:47translators
2009-04-29(svn r16183) -Fix [FS#2872]: wrong string alignment for error messages with facerubidium
2009-04-29(svn r16182) -Fix: hardcoded (old sized) MAX_COMPANIES constantrubidium
2009-04-28(svn r16181) -Fix [Squirrel]: the traps variable wasn't restored, causing try...yexo
2009-04-27(svn r16180) -Update: WebTranslator2 update to 2009-04-27 17:43:43translators
2009-04-27(svn r16179) -Update: WebTranslator2 update to 2009-04-27 17:41:22translators
2009-04-27(svn r16178) -Fix [FS#2866]: don't try to reserve path for trains crashed in ...smatz
2009-04-27(svn r16177) -Fix (r15892): [OSX] fixed linking error regarding _select$1050 ...bjarni
2009-04-26(svn r16176) -Fix: forbid joining AI companies via the 'move' and 'join' cons...yexo
2009-04-26(svn r16175) -Fix: Disable the join button in the multiplayer lobby for AI co...yexo
2009-04-26(svn r16174) -Fix (r16093) [FS#2863]: crash when starting a game/loading a ga...yexo
2009-04-26(svn r16173) -Update: WebTranslator2 update to 2009-04-26 17:38:31translators
2009-04-26(svn r16172) -Fix (r16171): typo (thanks SmatZ)yexo
2009-04-26(svn r16171) -Add [NoAI]: two new error codes to AITile: ERR_AREA_ALREADY_FLA...yexo
2009-04-26(svn r16170) -Codechange: Added nested widgets to OSK.alberth
2009-04-26(svn r16169) -Codechange: Completing OSK widget numbers.alberth
2009-04-26(svn r16168) -Codechange: Removing unused WWT_EMPTY widget.alberth
2009-04-26(svn r16167) -Codechange: Added empty-ness test to nested widget containers.alberth
2009-04-26(svn r16166) -Add [NoAI]: AITile::Get(Min|Max|Corner)Heightfrosch
2009-04-26(svn r16165) -Add [FS#2801] [NoAI]: several functions to AIOrder to check the...yexo
2009-04-26(svn r16163) -Codechange: instead of SetDParamStr(0, string); DrawString(...,...rubidium
2009-04-26(svn r16162) -Codechange: remove needless TC_ colours from DrawString when th...rubidium
2009-04-26(svn r16161) -Fix (r16128): AILoadConfig() could not handle NULL settings.frosch
2009-04-26(svn r16160) -Codechange: remove the need for explicit TC_FROMSTRING for Draw...rubidium
2009-04-26(svn r16159) -Change [FS#2846]: warn when multiline strings are drawn with Dr...rubidium
2009-04-26(svn r16158) -Codechange: fix the string alignment in all .hpp.sq filesyexo
2009-04-26(svn r16157) -Fix: wrong truncation of refit cost/graph x labels because they...rubidium
2009-04-26(svn r16156) -Codechange: make the parameters of DrawStringMultiline the same...rubidium
2009-04-26(svn r16155) -Codechange: remove MarkTileDirty, use MarkTileDirtyByTile insteadsmatz
2009-04-26(svn r16154) -Codechange: Added nested widgets for sign list and sign edit wi...alberth
2009-04-26(svn r16153) -Codechange: Completing QueryEditSignWidgets enum.alberth
2009-04-26(svn r16152) -Codechange: Added nested widgets for advanced settings and for ...alberth
2009-04-25(svn r16151) -Codechange: move some includes around to prevent including half...yexo
2009-04-25(svn r16150) -Fix [NoAI]: Change WAYPOINT_INVALID to 0xFFFF from -1 as that's...yexo