summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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 ↵terkhen
client to spectators, causing issues in bankruptcy (Rubidium)
2011-02-27(svn r22153) -Fix [FS#4536]: The Greek translation didn't work as it ↵rubidium
breached the 200.000 bytes "limit" for loading language files
2011-02-26(svn r22149) -Fix [FS#4521]: Windows video driver crashed when it couldn't ↵rubidium
go to full screen at the resolution of the configuration file when starting OpenTTD
2011-02-26(svn r22148) -Update from WebTranslator v3.0:translators
basque - 2 changes by Thadah finnish - 1 changes by jpx_ french - 1 changes by Snail_ italian - 35 changes by Snail_ slovenian - 30 changes by
2011-02-26(svn r22146) -Fix: don't run savegame conversion during SlNullPointers; the ↵rubidium
pointer might not be converted or be NULL at that point
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
frisian - 59 changes by Taeke irish - 58 changes by tem slovenian - 30 changes by
2011-02-25(svn r22142) -Fix (r22094): some valid keycodes were ignored along with the ↵yexo
invalid ones
2011-02-24(svn r22141) -Fix (r22135): AI breakpoints were broken at this point. ↵frosch
(thanks Zuu)
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
belarusian - 1 changes by KorneySan frisian - 42 changes by Taeke slovenian - 30 changes by
2011-02-24(svn r22138) -Fix: skipping only the invalid part of an action14 failed, the ↵yexo
rest of the action was skipped instead
2011-02-24(svn r22136) -Fix (r22112): Silence compiler warning about non-virtual ↵planetmaker
destructor
2011-02-23(svn r22135) -Fix [FS#4523]: When commands need to invalidate windows, ↵frosch
process these events asynchronously before the next redraw. Calling window code directly from command scope uses wrong _current_company and might issue nested DoCommands() which interfer with the running command.
2011-02-23(svn r22134) -Codechange: Move ReInit() of the landinfo window from ↵frosch
DeleteNewGRFInspectWindow() into a InvalidateData call.
2011-02-23(svn r22133) -Fix: some coding style.frosch
2011-02-23(svn r22132) -Update from WebTranslator v3.0:translators
frisian - 172 changes by Taeke polish - 1 changes by xaxa slovenian - 40 changes by Necrolyte
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 ↵smatz
orderlist
2011-02-22(svn r22129) -Codechange: use simpler check to test if there any towns in ↵smatz
the game
2011-02-22(svn r22128) -Fix [FS#4530]: Build-station-window showed wrong selection ↵frosch
when reopening. (Regiovogel)
2011-02-22(svn r22127) -Fix: Canals would get drawn as land in the smallmap when using ↵terkhen
the owner window.
2011-02-21(svn r22126) -Update from WebTranslator v3.0:translators
arabic_egypt - 40 changes by Company_director belarusian - 1 changes by KorneySan danish - 19 changes by beruic frisian - 142 changes by Taeke malay - 3 changes by toadhall brazilian_portuguese - 93 changes by Luis_Mizuchiro tamil - 139 changes by sylvesterpious
2011-02-21(svn r22125) -Fix (r9162)[FS#4528]: The animation-ness of two goldmine tiles ↵frosch
were swapped, causing the wheeltower to not work properly, and the bottom corner to show the wrong sprite.
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'; ↵frosch
popping the last item caused the queue to disconnect unless there was only one item.
2011-02-20(svn r22122) -Fix/change: when a NOT_REACHED in saveload can be reached due ↵rubidium
to an invalid savegame, use SlErrorCorrupt instead
2011-02-20(svn r22121) -Fix: In case of high frame_freq one could get commands ↵rubidium
executed after a new network game was started
2011-02-20(svn r22120) -Change: [NoAI] Prevent AIs from getting consistently over ↵rubidium
their allowed amount of operations by subtracting the amount they went over "budget" from the budget for the next "tick".
2011-02-20(svn r22119) -Update from WebTranslator v3.0:translators
frisian - 48 changes by Taeke tamil - 96 changes by sylvesterpious urdu - 36 changes by yasirniazkhan
2011-02-20(svn r22118) -Fix [FS#4525]: The refit window was not correctly updated ↵terkhen
after selecting with Ctrl+Click (Regiovogel).
2011-02-20(svn r22117) -Fix [FS#4523-ish]: CanRemoveRoadWithStop() failed for ↵frosch
_current_company = OWNER_TOWN, and for OWNER_NONE-owned road.
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
danish - 3 changes by beruic frisian - 13 changes by Taeke
2011-02-19(svn r22113) -Codechange: use PoolBase::CleanAll() to clean all pools at ↵smatz
game exit
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 ↵rubidium
not delete items from other pools
2011-02-19(svn r22110) -Codechange: Remove WaterDrawTileStruct and use ↵frosch
DrawTileSprites/DrawTileSeqStruct instead.
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 ↵frosch
less easy to break.
2011-02-19(svn r22107) -Cleanup (r1903): Remove unused struct.frosch
2011-02-19(svn r22106) -Codechange: Add DrawTileSeqStruct::MakeTerminator(), ↵frosch
DrawTileSeqStruct::IsTerminator(), DrawTileSeqStruct::IsParentSprite() to simplify stuff.
2011-02-18(svn r22105) -Fix: crash when copying an orderlist to a vehicle that already ↵yexo
had orders
2011-02-18(svn r22102) -Codechange: Also use the getopt function in strgen.alberth
2011-02-18(svn r22101) -Codechange (r22098): Unify a bit of code.alberth
2011-02-18(svn r22098) -Codechange: Have an array of option data, use it in the option ↵alberth
parsing routine. Adapt openttd option processing too.
2011-02-18(svn r22097) -Fix (r22096): Add files before commit.alberth