summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-12-08(svn r21438) -Fix (r21424): fix triggered an assertion when the build did sup...rubidium
2010-12-08(svn r21437) -Fix: Object newgrf debug data table was outdatedrubidium
2010-12-08(svn r21435) -Fix: NewGRF strings that referenced a value that was set by a s...yexo
2010-12-07(svn r21433) -Fix: [NewGRF] a newgrf with incomplete string codes at the end ...yexo
2010-12-07(svn r21432) -Cleanup: remove the now obsolete strings as wellrubidium
2010-12-07(svn r21431) -Cleanup: remove the build-while-paused cheatrubidium
2010-12-07(svn r21430) -Feature [FS#1521]: building while paused always works in the sc...rubidium
2010-12-07(svn r21429) -Fix [FS#3771]: the server didn't check for the paused state whe...rubidium
2010-12-07(svn r21428) -Fix [FS#4021]: vehicles could be built while the game it paused...rubidium
2010-12-07(svn r21427) -Add: helper function to determine whether a command may be exec...rubidium
2010-12-07(svn r21426) -Change: introduce a setting for the types of commands that are ...rubidium
2010-12-07(svn r21425) -Codechange: add "command types" to all commandsrubidium
2010-12-07(svn r21424) -Fix: CMD_CLEAR_ORDER_BACKUP might not get executed when the use...rubidium
2010-12-07(svn r21423) -Codechange: replace some magic numbers by slightly less magic n...rubidium
2010-12-07(svn r21422) -Update from WebTranslator v3.0:translators
2010-12-06(svn r21421) -Update from WebTranslator v3.0:translators
2010-12-06(svn r21420) -Fix: admins were always given the stats of company 0rubidium
2010-12-06(svn r21418) -Fix: core.h needs config.hrubidium
2010-12-05(svn r21417) -Fix: ofcourse MSVC x64 has something to complain aboutrubidium
2010-12-05(svn r21416) -Codechange: limit vehicle name by amount of characters, not bytesrubidium
2010-12-05(svn r21415) -Codechange: limit station/waypoint name by amount of characters...rubidium
2010-12-05(svn r21414) -Codechange: limit town name by amount of characters, not bytesrubidium
2010-12-05(svn r21413) -Codechange: limit sign name by amount of characters, not bytesrubidium
2010-12-05(svn r21412) -Codechange: limit company name by amount of characters, not bytesrubidium
2010-12-05(svn r21411) -Codechange: limit group name by amount of characters, not bytesrubidium
2010-12-05(svn r21410) -Codechange: limit engine name by amount of characters, not bytesrubidium
2010-12-05(svn r21409) -Codechange: limit depot name by amount of characters, not bytesrubidium
2010-12-05(svn r21408) -Codechange: limit president name by amount of characters, not b...rubidium
2010-12-05(svn r21407) -Codechange: prepare the text buffer code for limiting on number...rubidium
2010-12-05(svn r21406) -Codechange: rename some textbuf related names to make them a bi...rubidium
2010-12-05(svn r21405) -Codechange: prepare sending of company information in the UDP p...rubidium
2010-12-05(svn r21404) -Add: method for getting the length of an Utf8 string in charactersrubidium
2010-12-05(svn r21403) -Change: the maximum size of the string argument of a commandrubidium
2010-12-05(svn r21402) -Update from WebTranslator v3.0:translators
2010-12-05(svn r21401) -Fix: ofcourse MSVC x64 has something to complain about...rubidium
2010-12-05(svn r21400) -Fix [FS#4284]: when loading a savegame takes more than 2 second...rubidium
2010-12-05(svn r21399) -Change/Feature/Fix [FS#4284]: perform the compression of savega...rubidium
2010-12-05(svn r21398) -Change/Feature-ish: when making a savegame to send to a client,...rubidium
2010-12-05(svn r21397) -Change/Feature-ish: when getting a savegame from the server, ju...rubidium
2010-12-05(svn r21396) -Codechange: rename SafeSaveOrLoad to SaveLoad (it only did load...rubidium
2010-12-05(svn r21395) -Codechange: move the save and load filter's interface to a headerrubidium
2010-12-05(svn r21394) -Codechange: split the actual savegame loading from SaveOrLoad a...rubidium
2010-12-05(svn r21393) -Codechange: support resetting of the "base" filters, i.e. reset...rubidium
2010-12-05(svn r21392) -Change: prepare the network protocol for getting the file size ...rubidium
2010-12-05(svn r21391) -Update (r21390): the string names in the translationsrubidium
2010-12-05(svn r21390) -Codechange: prepare the network join progress bar for getting t...rubidium
2010-12-04(svn r21389) -Feature: Use alphabetical order when sorting industries by type...terkhen
2010-12-04(svn r21388) -Feature [FS#4289]: Allow entering of the new year in a text box...alberth
2010-12-04(svn r21387) -Codechange: Add an enum for cheat numbers.alberth
2010-12-04(svn r21386) -Codechange: Use updated value to decide year to cheat to, inste...alberth