summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-12-11(svn r21460) -Change [FS#3975]: place the bridge building window under the ↵rubidium
mouse instead of somewhere randomly on the screen and change the default sort order
2010-12-10(svn r21459) -Feature(tte) [FS#3217]: Hotkey Ctrl+W for returning to the ↵planetmaker
main menu
2010-12-10(svn r21458) -Fix [FS#4180]: possible crash when news item gets removed at ↵rubidium
just the wrong moment
2010-12-10(svn r21457) -Feature(tte) [FS#4215]: scroll to the inserted order (thror)rubidium
2010-12-10(svn r21456) -Fix: [NewGRF] make sure the parameter for house var 60 is the ↵yexo
id of an original house
2010-12-10(svn r21455) -Feature [NewGRF]: selecting of different views of an objectrubidium
2010-12-10(svn r21454) -Codechange: add support for object variable 48rubidium
2010-12-10(svn r21453) -Codechange: add the view of an object to the savegamerubidium
2010-12-10(svn r21452) -Codechange: read object property 17 (number of views)rubidium
2010-12-10(svn r21451) -Fix (r21449): make sure the matrix's child widget's size is ↵rubidium
updated with the right widget index
2010-12-10(svn r21450) -Update from WebTranslator v3.0:translators
romanian - 14 changes by kkmic ukrainian - 6 changes by Fixer
2010-12-10(svn r21449) -Change: make the waypoint window make use the generic "matrix" ↵rubidium
widget
2010-12-10(svn r21448) -Add: generic widget for creating a scrollable (one direction) ↵rubidium
and resizable (both directions) area with same sized widgets
2010-12-10(svn r21447) -Add: accessor function to get the direction of a scrollbarrubidium
2010-12-09(svn r21446) -Doc: doxygen comments for some functions in strings.cppyexo
2010-12-09(svn r21445) -Fix: [NewGRF] fix gender choice lists in newgrf strings.yexo
Change: strgen no longer writes the type of a string for a gender choice list
2010-12-09(svn r21444) -Codechange: compute the type of elements in the argv string ↵yexo
array on the fly and compare it with the type set by strgen
2010-12-09(svn r21443) -Update from WebTranslator v3.0:translators
croatian - 6 changes by VoyagerOne english_US - 8 changes by Rubidium german - 9 changes by planetmaker hungarian - 1 changes by IPG serbian - 6 changes by etran
2010-12-09(svn r21442) -Fix [FS#4293] (r21412): don't use the current company for ↵rubidium
awarding subsidies; it's not quite valid there
2010-12-09(svn r21441) -Codechange: check all accesses to the argv array so a bad ↵yexo
NewGRF can 'only' trigger an assert but no longer cause an invalid memory read
2010-12-09(svn r21440) -Codechange: pass a pointer to just past the end of the argv ↵yexo
array around in FormatString and friends
2010-12-08(svn r21439) -Update from WebTranslator v3.0:translators
belarusian - 6 changes by KorneySan dutch - 6 changes by habell finnish - 6 changes by jpx_ french - 6 changes by glx hungarian - 7 changes by IPG italian - 6 changes by lorenzodv polish - 6 changes by voythas russian - 6 changes by Lone_Wolf slovenian - 6 changes by ntadej spanish - 6 changes by Terkhen vietnamese - 6 changes by nglekhoi
2010-12-08(svn r21438) -Fix (r21424): fix triggered an assertion when the build did ↵rubidium
support networking
2010-12-08(svn r21437) -Fix: Object newgrf debug data table was outdatedrubidium
2010-12-08(svn r21436) -Fix: LTO was no longer detected for GCC 4.6smatz
2010-12-08(svn r21435) -Fix: NewGRF strings that referenced a value that was set by a ↵yexo
string command later in the string failed
2010-12-07(svn r21433) -Fix: [NewGRF] a newgrf with incomplete string codes at the end ↵yexo
of a string could cause invalid memory reads
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 ↵rubidium
scenario editor
2010-12-07(svn r21429) -Fix [FS#3771]: the server didn't check for the paused state ↵rubidium
when allowing to execute commands
2010-12-07(svn r21428) -Fix [FS#4021]: vehicles could be built while the game it ↵rubidium
paused. Now you can enable or disable that with a setting
2010-12-07(svn r21427) -Add: helper function to determine whether a command may be ↵rubidium
executed
2010-12-07(svn r21426) -Change: introduce a setting for the types of commands that are ↵rubidium
allowed to be executed while paused
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 ↵rubidium
user pressed the shift key
2010-12-07(svn r21423) -Codechange: replace some magic numbers by slightly less magic ↵rubidium
numbers
2010-12-07(svn r21422) -Update from WebTranslator v3.0:translators
belarusian - 1 changes by KorneySan estonian - 6 changes by Jaanus italian - 1 changes by lorenzodv brazilian_portuguese - 41 changes by Tucalipe russian - 3 changes by KorneySan, Lone_Wolf thai - 18 changes by kenny
2010-12-06(svn r21421) -Update from WebTranslator v3.0:translators
belarusian - 2 changes by KorneySan catalan - 3 changes by arnau croatian - 1 changes by VoyagerOne dutch - 21 changes by habell french - 1 changes by glx irish - 2 changes by tem korean - 1 changes by junho2813 polish - 2 changes by voythas romanian - 7 changes by kneekoo russian - 2 changes by KorneySan serbian - 25 changes by etran slovenian - 3 changes by ntadej ukrainian - 2 changes by Fixer vietnamese - 2 changes by myquartz, nglekhoi
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 ↵rubidium
characters, not bytes
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