summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-02-27(svn r22156) -Update from WebTranslator v3.0:translators
2011-02-27(svn r22155) -Codechange: one comment in saveload/station_sl.cpp was wrongsmatz
2011-02-27(svn r22154) -Fix [FS#4529]: _current_company was modified when moving a clie...terkhen
2011-02-27(svn r22153) -Fix [FS#4536]: The Greek translation didn't work as it breached...rubidium
2011-02-26(svn r22149) -Fix [FS#4521]: Windows video driver crashed when it couldn't go...rubidium
2011-02-26(svn r22148) -Update from WebTranslator v3.0:translators
2011-02-26(svn r22147) -Fix: remove all generated .o files in objs/lang upon cleanrubidium
2011-02-26(svn r22146) -Fix: don't run savegame conversion during SlNullPointers; the p...rubidium
2011-02-25(svn r22145) -Codechange: Do explicit test for non-bool values.alberth
2011-02-25(svn r22144) -Codechange: Unify 'while (true)' to 'for (;;)'alberth
2011-02-25(svn r22143) -Update from WebTranslator v3.0:translators
2011-02-25(svn r22142) -Fix (r22094): some valid keycodes were ignored along with the i...yexo
2011-02-24(svn r22141) -Fix (r22135): AI breakpoints were broken at this point. (thanks...frosch
2011-02-24(svn r22140) -Fix (r22135): I like the letter 'l' nevertheless. (Alberth)frosch
2011-02-24(svn r22139) -Update from WebTranslator v3.0:translators
2011-02-24(svn r22138) -Fix: skipping only the invalid part of an action14 failed, the ...yexo
2011-02-24(svn r22137) -Codechange: enable -Wnon-virtual-dtor for all GCC versionssmatz
2011-02-24(svn r22136) -Fix (r22112): Silence compiler warning about non-virtual destru...planetmaker
2011-02-23(svn r22135) -Fix [FS#4523]: When commands need to invalidate windows, proces...frosch
2011-02-23(svn r22134) -Codechange: Move ReInit() of the landinfo window from DeleteNew...frosch
2011-02-23(svn r22133) -Fix: some coding style.frosch
2011-02-23(svn r22132) -Update from WebTranslator v3.0:translators
2011-02-23(svn r22131) -Fix: Spectators had trouble closing buoy windows. (Terkhen)frosch
2011-02-23(svn r22130) -Fix: failed assert when loading savegame with empty shared orde...smatz
2011-02-22(svn r22129) -Codechange: use simpler check to test if there any towns in the...smatz
2011-02-22(svn r22128) -Fix [FS#4530]: Build-station-window showed wrong selection when...frosch
2011-02-22(svn r22127) -Fix: Canals would get drawn as land in the smallmap when using ...terkhen
2011-02-21(svn r22126) -Update from WebTranslator v3.0:translators
2011-02-21(svn r22125) -Fix (r9162)[FS#4528]: The animation-ness of two goldmine tiles ...frosch
2011-02-20(svn r22124) -Codechange: move comment to its logical placerubidium
2011-02-20(svn r22123) -Fix [FS#4522]: CommandQueue::Pop() did not update 'last'; poppi...frosch
2011-02-20(svn r22122) -Fix/change: when a NOT_REACHED in saveload can be reached due t...rubidium
2011-02-20(svn r22121) -Fix: In case of high frame_freq one could get commands executed...rubidium
2011-02-20(svn r22120) -Change: [NoAI] Prevent AIs from getting consistently over their...rubidium
2011-02-20(svn r22119) -Update from WebTranslator v3.0:translators
2011-02-20(svn r22118) -Fix [FS#4525]: The refit window was not correctly updated after...terkhen
2011-02-20(svn r22117) -Fix [FS#4523-ish]: CanRemoveRoadWithStop() failed for _current_...frosch
2011-02-19(svn r22116) -Codechange: use PoolBase::Clean() at more placessmatz
2011-02-19(svn r22115) -Fix (r22114): some comments and code ordering were wrongsmatz
2011-02-19(svn r22114) -Update from WebTranslator v3.0:translators
2011-02-19(svn r22113) -Codechange: use PoolBase::CleanAll() to clean all pools at game...smatz
2011-02-19(svn r22112) -Codechange: register all pools in a pool vectorsmatz
2011-02-19(svn r22111) -Codechange/fix-ish: upon cleaning a pool a destructor should no...rubidium
2011-02-19(svn r22110) -Codechange: Remove WaterDrawTileStruct and use DrawTileSprites/...frosch
2011-02-19(svn r22109) -Fix (r21269, 21272): Missing undeffing of macros.frosch
2011-02-19(svn r22108) -Codechange: Replace some magic with some other magic though les...frosch
2011-02-19(svn r22107) -Cleanup (r1903): Remove unused struct.frosch
2011-02-19(svn r22106) -Codechange: Add DrawTileSeqStruct::MakeTerminator(), DrawTileSe...frosch
2011-02-18(svn r22105) -Fix: crash when copying an orderlist to a vehicle that already ...yexo
2011-02-18(svn r22102) -Codechange: Also use the getopt function in strgen.alberth