summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-04-25(svn r19723) -Add: a simple sprite alignment helper. It does not store the ne...rubidium
2010-04-25(svn r19722) -Fix: crash when using restart via rcon.rubidium
2010-04-25(svn r19721) -Change: Set the new base costs to better values.terkhen
2010-04-25(svn r19720) -Feature: New base costs for building/clearing canals, building/...terkhen
2010-04-25(svn r19719) -Codechange: When building a lock, do not add the cost of buildi...terkhen
2010-04-25(svn r19718) -Fix: The cost of clearing tiles was not taken into account when...terkhen
2010-04-25(svn r19717) -Fix: The cost of the first bridge type was added when building ...terkhen
2010-04-25(svn r19716) -Documentation: Add comments for lock building and removal funct...terkhen
2010-04-24(svn r19715) -Codechange: Rename all appareances of shiplift to lock.terkhen
2010-04-24(svn r19714) -Feature: ctrl+click on a vehicle to start/stop itsmatz
2010-04-24(svn r19713) -Fix [NewGRF]: passing some invalid data to industry variable 67...rubidium
2010-04-24(svn r19712) -Fix (r19708): if the parent was a town, the parent wasn't shownrubidium
2010-04-24(svn r19711) -Update from WebTranslator v3.0:translators
2010-04-24(svn r19710) -Codechange: deduplicate GUI code for starting/stopping vehiclessmatz
2010-04-24(svn r19709) -Feature: NewGRF debugging/inspecting of (primarily) enabled cal...rubidium
2010-04-24(svn r19708) -Add: NewGRF "debugging" window and data tables; should be a use...rubidium
2010-04-24(svn r19707) -Add: helper functions to instantiate/fill ResolverObjectsrubidium
2010-04-24(svn r19706) -Add: support for the (NewGRF) debug boxrubidium
2010-04-24(svn r19705) -Change: reinitialise the windows when changing the newgrf_devel...rubidium
2010-04-24(svn r19704) -Codechange: unify the style of GSF enums; now they're plural in...rubidium
2010-04-24(svn r19703) -Add: hexadecimal string filterrubidium
2010-04-24(svn r19702) -Add: {HEX} to strgenrubidium
2010-04-23(svn r19701) -Fix [FS#3787]: Check for industry availability more thoroughly ...frosch
2010-04-23(svn r19700) -Update from WebTranslator v3.0:translators
2010-04-23(svn r19699) -Codechange: Use InvalidateData at the refit window.terkhen
2010-04-23(svn r19698) -Add: macros to get the size/length of a variable within a classrubidium
2010-04-23(svn r19697) -Add: sprite for NewGRF some debuging featuresrubidium
2010-04-22(svn r19696) -Fix [FS#3781]: Avoid showing building toolbars behind the main ...terkhen
2010-04-22(svn r19695) -Fix: leaking a file descriptorrubidium
2010-04-22(svn r19694) -Update from WebTranslator v3.0:translators
2010-04-22(svn r19693) -Codechange: split STATUS_INACTIVE to two statessmatz
2010-04-21(svn r19689) -Update from WebTranslator v3.0:translators
2010-04-21(svn r19688) -Codechange: run CheckCaches after the debug desync save, so we ...rubidium
2010-04-21(svn r19687) -Fix: desync when joining the game because of using the wrong va...rubidium
2010-04-21(svn r19686) -Fix (r15126): truncated archives were not detected when using z...smatz
2010-04-20(svn r19685) -Fix (r19679): off-by-one erroryexo
2010-04-20(svn r19684) -Fix [FS#3779]: don't show an error message when trying to give ...yexo
2010-04-20(svn r19683) -Fix (r19654): towns with 3x3 and 2x2 road layouts couldn't expandsmatz
2010-04-20(svn r19682) -Update from WebTranslator v3.0:translators
2010-04-20(svn r19680) -Fix [FS#3775] (r19648): when joining a MP game all clients with...rubidium
2010-04-20(svn r19679) -Fix: [NewGRF] make sure newgrfs can't overwrite sound effect pr...yexo
2010-04-19(svn r19678) -Fix (r19607): client status was shown incorrect in the consolerubidium
2010-04-19(svn r19677) -Update from WebTranslator v3.0:translators
2010-04-19(svn r19674) -Fix [FS#3774]: crash when the music/graphics metadata files wer...rubidium
2010-04-18(svn r19673) -Codechange: Optimize calculation of graph grid size (method by ...terkhen
2010-04-18(svn r19672) -Update from WebTranslator v3.0:translators
2010-04-18(svn r19671) -Fix (r19670): RoundDiv() needs to deal with signed numerators.frosch
2010-04-18(svn r19670) -Codechange: Add CeilDiv() and RoundDiv() to simplify integer di...frosch
2010-04-17(svn r19669) -Fix: don't display an error message when double clicking on a v...yexo
2010-04-17(svn r19668) -Codechange: Use WaterClass in parameters of CMD_BUILD_CANAL.frosch