summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2010-02-10(svn r19093) -Codechange: do not prefix console debug output with 'condbg', ↵smatz
[console] is enough
2010-02-10(svn r19091) -Cleanup: remove some unneeded zeroingrubidium
2010-02-10(svn r19090) -Codechange: some comment coding style fixesrubidium
2010-02-10(svn r19089) -Codechange: some minor coding stylerubidium
2010-02-10(svn r19088) -Fix: some typos/spelling errors in the base 'translation'rubidium
2010-02-10(svn r19087) -Codechange: some typos in StringIDsrubidium
2010-02-10(svn r19086) -Update from WebTranslator v3.0:translators
traditional_chinese - 4 changes by josesun dutch - 4 changes by habell french - 3 changes by glx german - 2 changes by planetmaker greek - 4 changes by fumantsu hebrew - 29 changes by dnd_man hungarian - 2 changes by alyr italian - 4 changes by lorenzodv japanese - 25 changes by PouncingAnt lithuanian - 34 changes by BlinK_ luxembourgish - 178 changes by Phreeze romanian - 4 changes by kkmic slovenian - 2 changes by ntadej spanish - 2 changes by Terkhen
2010-02-10(svn r19085) -Codechange: simplify hooking of console commandssmatz
2010-02-10(svn r19084) -Codechange: minor coding-style fixupssmatz
2010-02-10(svn r19083) -Cleanup: remove support for modifying variables from consolesmatz
2010-02-10(svn r19082) -Codechange: make 'developer' a regular settingsmatz
2010-02-10(svn r19081) -Codechange: make it possible to disable compilation of the ↵rubidium
AI+Squirrel
2010-02-10(svn r19080) -Cleanup: remove unused _debug_ntp_level and _debug_ms_levelsmatz
2010-02-10(svn r19079) -Codechange: use _debug_console_level instead of ↵smatz
_stdlib_con_developer
2010-02-10(svn r19078) -Update: add cases to Hebrew (dnd_man)rubidium
2010-02-10(svn r19077) -Codechange: remove company_pw from console varssmatz
2010-02-10(svn r19076) -Codechange: Move graph functions to their own header.terkhen
2010-02-10(svn r19075) -Codechange: unhackify NetworkChangeCompanyPassword()smatz
2010-02-10(svn r19074) -Change: when filtering list of settings and console commands, ↵smatz
use strstr() instead of strncmp()
2010-02-09(svn r19073) -Fix (r15027): -a is not a command line parameterrubidium
2010-02-09(svn r19072) -Fix [FS#3599]: possible read/write after free when the client ↵rubidium
triggered the server to close the connection
2010-02-09(svn r19071) -Codechange: update the other language files for r19070 (sbr)rubidium
2010-02-09(svn r19070) -Fix [FS#3607]: the station coverage text was not RTL language ↵rubidium
aware (sbr)
2010-02-09(svn r19068) -Update from WebTranslator v3.0:translators
finnish - 4 changes by jpx_ french - 4 changes by glx german - 4 changes by planetmaker hebrew - 14 changes by dnd_man hungarian - 4 changes by IPG, Petert, alyr japanese - 16 changes by PouncingAnt korean - 4 changes by junho2813 luxembourgish - 59 changes by Phreeze norwegian_bokmal - 5 changes by mantaray norwegian_nynorsk - 5 changes by mantaray portuguese - 1 changes by JayCity brazilian_portuguese - 49 changes by Tucalipe, leandromoh russian - 5 changes by Lone_Wolf serbian - 4 changes by etran slovenian - 4 changes by ntadej spanish - 4 changes by Terkhen vietnamese - 4 changes by nglekhoi
2010-02-09(svn r19067) -Fix [FS#3604]: remove Bidi control characters from the ↵glx
reordered text
2010-02-09(svn r19066) -Fix: settings that are part of the "ttdpatch flags" can cause ↵yexo
desyncs if they're changed in network games
2010-02-09(svn r19065) -Fix [FS#3605]: Station offset multiplier was wrong.peter1138
2010-02-08(svn r19064) -Feature: Allow to select different land colours for the ↵terkhen
smallmap (reworked by Alberth).
2010-02-08(svn r19063) -Codechange: type in constant name (andythenorth)yexo
2010-02-08(svn r19062) -Codechange: Move smallmap related functions to their own header.terkhen
2010-02-08(svn r19061) -Update from WebTranslator v3.0:translators
esperanto - 6 changes by Ailanto galician - 37 changes by Condex hebrew - 33 changes by dnd_man luxembourgish - 57 changes by Phreeze brazilian_portuguese - 53 changes by Tucalipe
2010-02-08(svn r19060) -Codechange: Draw custom depot sprites in GUI.peter1138
2010-02-07(svn r19056) -Add: [NewGRF] Action 3/2/1 (i.e. new graphics) support for ↵peter1138
rail types. (To be documented...)
2010-02-07(svn r19055) -Update from WebTranslator v3.0:translators
basque - 8 changes by Thadah danish - 22 changes by beruic esperanto - 15 changes by Ailanto hungarian - 1 changes by alyr japanese - 15 changes by PouncingAnt polish - 6 changes by xaxa
2010-02-07(svn r19054) -Fix [FS#3598]: when banning yourself via rcon do not send the ↵rubidium
'command response' to the client as the connection has already been terminated
2010-02-07(svn r19053) -Codechange: Add an enum for the special flags of industry ↵frosch
tiles. (based on andythenorth' work)
2010-02-07(svn r19052) -Codechange: Remove the _smallmap_draw_procs array.alberth
2010-02-06(svn r19051) -Codechange: Variable scope.frosch
2010-02-06(svn r19050) -Fix: Don't call callbacks for disabled industrytypes.frosch
2010-02-06(svn r19049) -Codechange: Deduplicate computing number of initial industries.frosch
2010-02-06(svn r19048) -Codechange: Pass the already queried effective tile type to ↵alberth
the GetSmallMapPixels routines.
2010-02-06(svn r19047) -Codechange: Use GetEffectiveTileType() in all ↵alberth
GetSmallMapPixels routines.
2010-02-06(svn r19046) -Codechange: Move retrieval of tile colour data in smallmap.alberth
2010-02-06(svn r19045) -Update from WebTranslator v3.0:translators
danish - 1 changes by beruic japanese - 38 changes by PouncingAnt turkish - 77 changes by niw3 ukrainian - 1 changes by Madvin vietnamese - 154 changes by myquartz
2010-02-06(svn r19044) -Codechange: don't load the 'new game' NewGRFs when you're ↵rubidium
certain the savegame wouldn't have been saved with them, i.e. don't load the 'new game' NewGRFs for TTO savegames.
2010-02-06(svn r19043) -Doc: Dcoumenting the GetSmallMapPixels typedef.alberth
2010-02-06(svn r19042) -Add: Allow mousewheel zooming in smallmap.alberth
2010-02-06(svn r19041) -Codechange: Improve selection of tile to draw in zoomed-out ↵alberth
smallmaps.
2010-02-06(svn r19040) -Codechange: Introduce inverse function of RemapCoords.alberth
2010-02-06(svn r19039) -Feature: Add zoom-out to smallmap.alberth