summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2009-09-15(svn r17546) -Fix (r9617): sign extending of profit calculation didn't workrubidium
2009-09-15(svn r17545) -Fix [FS#3202]: [NoAI] AIs had 'infinite' time when running ↵rubidium
code from the global scope
2009-09-15(svn r17544) -Fix [FS#3202]: [NoAI] Crash when doing commands in the ↵rubidium
'global' scope
2009-09-14(svn r17543) -Fix [FS#3200]: allegro's sound output was worse than exceptedrubidium
2009-09-14(svn r17542) -Fix: don't access variables in the company struct after it has ↵yexo
been deleted -Cleanup: remove some never-used code
2009-09-14(svn r17541) -Feature: Filtering in Add-NewGRF dialog.frosch
2009-09-14(svn r17540) -Codechange: move functionality of PlaceProc_Town() to ↵smatz
FoundTownWindow::OnPlaceObject()
2009-09-14(svn r17539) -Codechange: Replace a magic number.frosch
2009-09-14(svn r17538) -Codechange: Rename STR_CONTENT_FILTER_(OSKTITLE|TOOLTIP) for ↵frosch
more general usage.
2009-09-14(svn r17537) -Fix: don't crash while printing gamelog in crash handler if we ↵smatz
crashed before while gamelog action was active
2009-09-14(svn r17536) -Update from WebTranslator v3.0:translators
english_US - 4 changes by agenthh hungarian - 3 changes by alyr russian - 64 changes by Lone_Wolf vietnamese - 23 changes by nglekhoi
2009-09-14(svn r17535) -Fix: compiling without networking failed; also unhackify the ↵rubidium
crash logger a bit.
2009-09-14(svn r17534) -Codechange: unify the naming of callback masks/flagsrubidium
2009-09-13(svn r17533) -Fix: missing 'const'smatz
2009-09-13(svn r17532) -Codechange: Rename several Invalidate functions to SetDirty ↵frosch
for more consistency and distinguishability.
2009-09-13(svn r17531) -Fix: wrong @file for ai_basestation.hpprubidium
2009-09-13(svn r17530) -Codechange: use QSortT instead of qsort for sorting EngineIDsrubidium
2009-09-13(svn r17529) -Update from WebTranslator v3.0:translators
finnish - 81 changes by jpx_ greek - 207 changes by fumantsu portuguese - 5 changes by SupSuper vietnamese - 55 changes by nglekhoi
2009-09-13(svn r17528) -Codechange: use QSortT instead of qsort for sorting FiosItemsrubidium
2009-09-13(svn r17527) -Codechange: use QSortT instead of qsort for sorting smallmapsrubidium
2009-09-13(svn r17526) -Codechange: use QSortT instead of qsort for sorting the ↵rubidium
language list in the network GUI
2009-09-13(svn r17525) -Cleanup: Remove SetWindowDirty(), it is completely covered by ↵frosch
other functions already.
2009-09-13(svn r17524) -Codechange: use QSortT instead of qsort for sorting NewGRFsrubidium
2009-09-13(svn r17523) -Fix (r17514): InvalidateWindowClasses() only does SetDirty(), ↵frosch
which is no longer enough.
2009-09-13(svn r17522) -Fix: Scroll to selected content after sorting the list and ↵frosch
after updating the scrollbar maximum.
2009-09-13(svn r17521) -Change: don't assume that there is always 'another' industry ↵rubidium
tile after two '0x18' industry tiles
2009-09-13(svn r17518) -Document: some of the callback 'masks'rubidium
2009-09-12(svn r17515) -Fix [FS#3189]: [Squirrel] In some cases the call stack would ↵rubidium
not be cleaned up properly during crash handling. Occasionally this causes asserts to be triggered or crashes.
2009-09-12(svn r17514) -Codechange: Nestify Add-NewGRF dialog.frosch
2009-09-12(svn r17513) -Update from WebTranslator v3.0:translators
catalan - 1 changes by arnau simplified_chinese - 39 changes by EraserKing dutch - 18 changes by habell greek - 55 changes by fumantsu indonesian - 60 changes by prof vietnamese - 7 changes by nglekhoi
2009-09-12(svn r17512) -Add: some basic information about the loaded AIs in the crash logrubidium
2009-09-12(svn r17511) -Codechange: Simplify ShowNewGRFInfo() by passing 'right' ↵frosch
instead of 'width'.
2009-09-12(svn r17510) -Fix [FS#3197]: When loading GRFConfigs from ini file, validate ↵frosch
them wrt. duplicate GRF IDs.
2009-09-12(svn r17509) -Fix [FS#3196]: if building a part fails during cloning, sell ↵rubidium
what was already cloned instead of leaving it 'for free' -Fix: make cloning multiheaded trains possible with with 'max - 1' vehicles existing
2009-09-12(svn r17508) -Fix [FS#3195] (r16859): join station window didn't get updated ↵rubidium
when stations were removed from the pool
2009-09-12(svn r17507) -Codechange: Make some methods of the OrdersWindow non-static.alberth
2009-09-11(svn r17506) -Fix [FS#3191]: signs partly drawn out of the rectangle in 4/8x ↵rubidium
zoom out.
2009-09-11(svn r17505) -Codechange: WWT_EMPTY is not a special case any more for ↵alberth
invalidating widgets.
2009-09-11(svn r17504) -Codechange: un-inlining SetFocusedWidget() as it is not often ↵alberth
used.
2009-09-11(svn r17503) -Fix (r17502): Save all files before commit.alberth
2009-09-11(svn r17502) -Codechange [FS#3184]: Extend QueryStringBaseWindow to support ↵alberth
windows with nested widgets (by Terkhen with a few tweaks).
2009-09-11(svn r17501) -Update from WebTranslator v3.0:translators
catalan - 20 changes by arnau traditional_chinese - 19 changes by josesun
2009-09-11(svn r17500) -Fix (r16502): The wrong value was restored to ↵yexo
SetAllowDoCommand possible resulting in an AI that wasn't allowed to do any actions
2009-09-10(svn r17499) -Fix (r17498): remove 2 unused functions so some compilers stop ↵yexo
warning about them
2009-09-10(svn r17498) -Add [NoAI]: Enable the squirrel std math libraryyexo
2009-09-10(svn r17497) -Codechange: Macrofy AirportMovingData.frosch
2009-09-10(svn r17496) -Update from WebTranslator v3.0:translators
catalan - 39 changes by arnau english_US - 2 changes by agenthh italian - 4 changes by lorenzodv romanian - 5 changes by kkmic russian - 3 changes by Lone_Wolf ukrainian - 42 changes by Madvin
2009-09-10(svn r17495) -Codechange: replace 'Depot::Get(GetDepotIndex(tile))->index' ↵rubidium
with GetDepotIndex(tile)
2009-09-10(svn r17494) -Codechange: improve algorithmic complexitiy of ↵rubidium
Depot::GetByTile from O(n) to O(1)
2009-09-10(svn r17493) -Codechange: store the depot index on the maprubidium