summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2010-12-04(svn r21385) -Codechange: Added a missing 'this' prefix, and some documentati...alberth
2010-12-04(svn r21384) -Fix: failure of WT3 to properly validate some string...rubidium
2010-12-04(svn r21383) -Update from WebTranslator v3.0:translators
2010-12-04(svn r21382) -Fix (r21153) [FS#4290]: the road vehicle's frame wasn't properl...rubidium
2010-12-04(svn r21381) -Fix (r21377,r21375): some compilers have to spoil the fun...rubidium
2010-12-04(svn r21380) -Codechange: move ThreadedSave variables to a more logical place...rubidium
2010-12-04(svn r21379) -Codechange: move the actual save code into a separate functionrubidium
2010-12-04(svn r21378) -Codechange: move the logic for reading bytes from a savegame in...rubidium
2010-12-04(svn r21377) -Codechange: rewrite the savegame decompressors to behave more l...rubidium
2010-12-04(svn r21376) -Codechange: generalise ClearMemoryDumperrubidium