Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-28 | (svn r19295) -Codechange: introduce wrapper functions for GRFConfig::name/info | yexo | |
2010-02-28 | (svn r19294) -Change: [NoAI] Remove HasNext() from all lists/iterators and ↵ | frosch | |
add IsEnd() instead. | |||
2010-02-28 | (svn r19293) -Fix [FS#3566]: Some methods of AIAbstractList left invalid ↵ | frosch | |
iterators. | |||
2010-02-28 | (svn r19292) -Update from WebTranslator v3.0: | translators | |
afrikaans - 1 changes by Kayos croatian - 1 changes by VoyagerOne danish - 1 changes by silentStatic esperanto - 46 changes by Ailanto, kristjan french - 1 changes by glx hebrew - 1 changes by dnd_man hungarian - 8 changes by Petert italian - 1 changes by lorenzodv lithuanian - 1 changes by BlinK_ norwegian_bokmal - 18 changes by mantaray norwegian_nynorsk - 54 changes by mantaray polish - 64 changes by silver_777 portuguese - 2 changes by JayCity romanian - 1 changes by tonny serbian - 3 changes by etran slovak - 1 changes by keso53 spanish - 1 changes by Terkhen vietnamese - 1 changes by nglekhoi | |||
2010-02-28 | (svn r19291) -Codechange: Rename HasVehicleOnTunnelBridge() to ↵ | alberth | |
TunnelBridgeIsFree() and return a CommandCost status. | |||
2010-02-28 | (svn r19289) -Codechange: Move _error_message assignment from check routine ↵ | alberth | |
to caller. | |||
2010-02-28 | (svn r19288) -Codechange: Move EnsureNoVehicleOnGround() and ↵ | alberth | |
HasVehicleOnTunnelBridge() functions. | |||
2010-02-28 | (svn r19287) -Fix [FS#3650] (r19263): Don't store a boolean in a CommandCost. | alberth | |
2010-02-28 | (svn r19286) -Fix (r18648): [YAPP] If reversing at path signals was ↵ | michi_cc | |
disabled, a train would not reverse when hitting the back of an one-way signal. | |||
2010-02-27 | (svn r19283) -Fix (r19256): GRFConfig is not zeroed for non-dynamic ↵ | frosch | |
construction. GRFIdentifier is sufficient though. | |||
2010-02-27 | (svn r19282) -Doc: Add some doxygen doc markup. | alberth | |
2010-02-27 | (svn r19281) -Fix (r19280): typo in Hungarian caused compile failure of the ↵ | rubidium | |
language | |||
2010-02-27 | (svn r19280) -Update from WebTranslator v3.0: | translators | |
catalan - 10 changes by arnau esperanto - 89 changes by Ailanto, kristjan finnish - 1 changes by jpx_ greek - 17 changes by vesnikos hebrew - 1 changes by dnd_man hungarian - 507 changes by IPG russian - 1 changes by Lone_Wolf slovenian - 1 changes by ntadej turkish - 1 changes by niw3 ukrainian - 6 changes by Madvin | |||
2010-02-27 | (svn r19279) -Codechange: CheckIfAuthorityAllowsNewStation() returns ↵ | alberth | |
CommandCost. | |||
2010-02-27 | (svn r19277) -Fix [FS#3646]: [NewGRF] Ensure prices can't be set to zero. ↵ | rubidium | |
Zero prices break a lot of the internal logic to determine whether something has been done. | |||
2010-02-27 | (svn r19276) -Fix [FS#3649](r19229): Newly built road stops were not always ↵ | terkhen | |
repainted. | |||
2010-02-27 | (svn r19275) -Codechange: CanExpandRailStation() returns a CommandCost. | alberth | |
2010-02-27 | (svn r19274) -Codechange: CmdBuildAirport() returns the 'too spread out' ↵ | alberth | |
error via CommandCost, if needed. | |||
2010-02-27 | (svn r19273) -Codechange: Return station joining error message when error is ↵ | alberth | |
detected. | |||
2010-02-27 | (svn r19272) -Doc: successfull -> successful. | alberth | |
2010-02-27 | (svn r19271) -Fix (r19270): Secondary error messages start with ... . | alberth | |
2010-02-27 | (svn r19270) -Codechange: Forward CommandCost results through ↵ | alberth | |
CreateNewIndustryHelper(). | |||
2010-02-27 | (svn r19269) -Codechange: PerformIndustryTileSlopeCheck() returns a ↵ | alberth | |
succeeded or failed command. | |||
2010-02-26 | (svn r19268) -Update from WebTranslator v3.0: | translators | |
traditional_chinese - 4 changes by elleryq esperanto - 272 changes by Ailanto, kristjan finnish - 1 changes by jpx_ german - 1 changes by planetmaker indonesian - 11 changes by fanioz italian - 1 changes by lorenzodv polish - 11 changes by amateja romanian - 15 changes by kkmic, kneekoo serbian - 21 changes by etran slovak - 2 changes by keso53 spanish - 1 changes by Terkhen | |||
2010-02-26 | (svn r19265) -Fix [FS#3618]: "Can't build <industry> here... <industry> in ↵ | rubidium | |
the way" showed the to-be-built industry twice, instead of the to-be-built industry and the industry that's in the way | |||
2010-02-26 | (svn r19264) -Fix (r19179): strgen segfaults when trying to lookup the ↵ | rubidium | |
command for a non-existing command | |||
2010-02-26 | (svn r19263) -Fix (r19184): some specific industry creation errors got ↵ | rubidium | |
replaced by 'site unsuitable'. | |||
2010-02-26 | (svn r19262) -Feature: finalise BaNaNaS support for music sets | rubidium | |
2010-02-25 | (svn r19260) -Codechange: another minor coding style fix | smatz | |
2010-02-25 | (svn r19259) -Fix (r19230): Road stops were not removed in case of bankruptcy. | terkhen | |
2010-02-25 | (svn r19257) -Codechange: minor coding style fix | smatz | |
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 anymore | rubidium | |
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 | |