summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2010-02-25(svn r19256) -Codechange: use a constructor/destructor for GRFConfig to make ↵yexo
sure all members are properly initialized
2010-02-25(svn r19255) -Codechange: encapsulate GRFIdentifier in GRFConfig instead of ↵yexo
subclassing it
2010-02-25(svn r19254) -Codechange: simplify newgrf text code by introducing a few ↵yexo
helper functions
2010-02-25(svn r19253) -Update from WebTranslator v3.0:translators
afrikaans - 1 changes by Kayos traditional_chinese - 5 changes by Kwokfu croatian - 8 changes by VoyagerOne czech - 2 changes by SmatZ danish - 21 changes by beruic, silentStatic dutch - 1 changes by habell esperanto - 13 changes by kristjan french - 1 changes by glx hungarian - 1 changes by IPG korean - 1 changes by junho2813 lithuanian - 1 changes by Devastator norwegian_bokmal - 17 changes by mantaray norwegian_nynorsk - 135 changes by mantaray portuguese - 8 changes by SupSuper brazilian_portuguese - 24 changes by Tucalipe, leandromoh russian - 2 changes by Lone_Wolf slovenian - 1 changes by ntadej swedish - 19 changes by daishan turkish - 4 changes by niw3 vietnamese - 5 changes by myquartz
2010-02-25(svn r19252) -Fix [FS#3639]: writing (console) output to a file failed on ↵rubidium
Windows if the date would not be logged.
2010-02-25(svn r19251) -Codechange: add a contructor to GRFError and use it to ↵yexo
allocating errors more uniform. -Fix: some grf error messages didn't free the previous error messages, creating a memory leak
2010-02-25(svn r19250) -Fix [FS#3643]: with RTL languages clicking a horizontal ↵rubidium
scrollbar that could not scroll could cause a crash
2010-02-25(svn r19249) -Fix [FS#3642](r18803): start and end tiles were swapped in ↵smatz
CMD_REMOVE_LONG_ROAD
2010-02-25(svn r19248) -Fix: DOS 'port' did not compile anymorerubidium
2010-02-25(svn r19247) -Codechange: Rename methods to fit better to common style (skidd13)yexo
2010-02-25(svn r19246) -Doc: CBinaryHeapT (skidd13)yexo
2010-02-25(svn r19245) -Codechange: apply coding style to binary heap (skidd13)yexo
2010-02-25(svn r19244) -Codechange: Remove function call if consistency-check is not ↵yexo
used (skidd13)
2010-02-25(svn r19243) -Codechange: rename var's to fit better to common style (skidd13)yexo
2010-02-25(svn r19242) -Codechange: Perfer pointer instead of reference (skidd13)yexo
-Cleanup: merge PopHead() and RemoveHead() into Shift()
2010-02-25(svn r19241) -Cleanup: Move the HeapifyUp code into its own method (skidd13)yexo
2010-02-25(svn r19240) -Codechange: Unify HeapifyUp code (skidd13)yexo
2010-02-25(svn r19239) -Cleanup: Move the HeapifyDown code into its own method (skidd13)yexo
2010-02-25(svn r19238) -Codechange: Unify the HeapifyDown code (skidd13)yexo
2010-02-25(svn r19237) -Codechange: use types directly and prefer uint instead of int ↵yexo
(skidd13)
2010-02-25(svn r19236) -Codechange: move method code into class definition (skidd13)yexo
2010-02-25(svn r19235) -Add: [NewGRF] Add 2 bits of pseudo-random data for rail types, ↵peter1138
based on tile location.
2010-02-24(svn r19233) -Fix: the -M command line option did not workrubidium
2010-02-24(svn r19232) -Fix (r19231): Forbid overbuilding drive-through stops using a ↵terkhen
different orientation.
2010-02-24(svn r19231) -Feature: Allow overbuilding of road stops.terkhen
2010-02-24(svn r19230) -Feature: Allow to remove multiple road stops using drag and drop.terkhen
2010-02-24(svn r19229) -Feature: Allow to build multiple road stops using drag and ↵terkhen
drop (Based on Wolf01 work)
2010-02-24(svn r19228) -Codechange: Move an additional check from CmdBuildRoadStop to ↵terkhen
CheckFlatLandRoadStop.
2010-02-24(svn r19227) -Codechange: Reorganization of parameters at CmdBuildRoadStop.terkhen
2010-02-24(svn r19226) -Update from WebTranslator v3.0:translators
afrikaans - 31 changes by Kayos catalan - 9 changes by arnau dutch - 7 changes by habell esperanto - 112 changes by Ailanto german - 1 changes by planetmaker italian - 6 changes by lorenzodv korean - 2 changes by junho2813 portuguese - 2 changes by JayCity russian - 1 changes by Lone_Wolf serbian - 3 changes by etran slovak - 67 changes by keso53
2010-02-24(svn r19225) -Feature: show warnings and errors in console as well, not only ↵smatz
in a message box
2010-02-24(svn r19224) -Codechange: change parameters passed to ShowErrorMessage() a bitsmatz
2010-02-23(svn r19221) -Update from WebTranslator v3.0:translators
afrikaans - 44 changes by Kayos croatian - 4 changes by VoyagerOne finnish - 7 changes by jpx_ french - 6 changes by glx frisian - 35 changes by Fopper galician - 45 changes by Condex german - 1 changes by planetmaker hebrew - 12 changes by dnd_man hungarian - 8 changes by IPG, alyr italian - 5 changes by lorenzodv lithuanian - 8 changes by BlinK_ norwegian_bokmal - 13 changes by mantaray norwegian_nynorsk - 29 changes by mantaray brazilian_portuguese - 2 changes by leandromoh romanian - 3 changes by kkmic russian - 6 changes by Lone_Wolf slovenian - 14 changes by ntadej spanish - 8 changes by Terkhen vietnamese - 2 changes by myquartz
2010-02-23(svn r19219) -Fix: having OpenMSX's files in a subdirectory did not work as ↵rubidium
it should.
2010-02-22(svn r19218) -Feature: [NewGRF] Add CB36 support for aircraft properties 0F ↵frosch
and 11. (Eddi)
2010-02-22(svn r19217) -Codechange: Unify punctuation marks.frosch
2010-02-22(svn r19216) -Feature: Scroll to current order destination when ↵frosch
ctrl+clicking the start/stop bar.
2010-02-22(svn r19215) -Codechange: Add Order::GetLocation() to deduplicate code.frosch
2010-02-22(svn r19213) -Change: warn if a fallback sound set is loaded and tell the ↵yexo
user where to download a proper sound setd
2010-02-22(svn r19212) -Fix: base graphics set with an empty filename in the obg file ↵yexo
caused segfaults
2010-02-22(svn r19211) -Change: allow sound sets without a sample.cat file (blathijs)yexo
2010-02-22(svn r19210) -Fix: GetDestination() is invalid for nearest-depot orders.frosch
2010-02-22(svn r19209) -Update from WebTranslator v3.0:translators
traditional_chinese - 2 changes by josesun dutch - 6 changes by habell finnish - 1 changes by jpx_ french - 2 changes by glx german - 1 changes by planetmaker hebrew - 5 changes by dnd_man hungarian - 1 changes by alyr korean - 1 changes by junho2813 norwegian_bokmal - 69 changes by mantaray norwegian_nynorsk - 56 changes by mantaray serbian - 4 changes by etran slovak - 16 changes by keso53 slovenian - 9 changes by ntadej spanish - 1 changes by Terkhen thai - 151 changes by m_vanillaconix, nirakanz vietnamese - 1 changes by nglekhoi
2010-02-22(svn r19208) -Codechange: fix a gcc warningyexo
2010-02-22(svn r19207) -Fix (r19127): compilation was broken for gcc 3.3smatz
2010-02-22(svn r19206) -Add: concept of fallback base sets, i.e. do not automatically ↵rubidium
load the NoMusic/NoSound sets when there is another set
2010-02-22(svn r19205) -Codechange: move AirportSpec to newgrf_airport.h/cppyexo
2010-02-22(svn r19204) -Fix (r1919x): airport tiles without animation had an ↵yexo
incomplete contructor
2010-02-22(svn r19203) -Codechange: silence some gcc warningssmatz
2010-02-22(svn r19201) -Codechange: airport tiles now have 4 random bits per tile.yexo