summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-06-30(svn r16702) -Change: don't implicitly fall back to the null/dedicated (video...rubidium
2009-06-30(svn r16701) -Fix [FS#3001]: limit the screen's resolution to 65535x65535 so ...rubidium
2009-06-30(svn r16700) -Fix: if allegro fails to start or fails open a window or sound ...rubidium
2009-06-30(svn r16699) -Fix [FS#3001]: if SDL fails to allocate a surface due to it bei...rubidium
2009-06-30(svn r16697) -Fix (r16696): don't silently introduce old ##case for some lang...translators
2009-06-30(svn r16696) -Change: make order of pragmas identical for all languages (and ...translators
2009-06-30(svn r16695) -Update: WebTranslator2 update to 2009-06-30 10:00:57translators
2009-06-29(svn r16694) -Fix [FS#2995] (rgradual loading, rnewindustries): only pay for ...rubidium
2009-06-29(svn r16693) -Fix [FS#3004] (r16883): cargo income was not added to the vehic...rubidium
2009-06-29(svn r16692) -Update from WebTranslator v3.0:translators
2009-06-29(svn r16691) -Codechange: what's the point of getting the fifth dparam and th...rubidium
2009-06-28(svn r16690) -Fix [FS#3002]: Missing debug string for ESRB_SAFE_TILE in YAPF ...michi_cc
2009-06-28(svn r16689) -Codechange: Allow for rendering of parameterized text of nested...alberth
2009-06-28(svn r16688) -Codechange: Some cleanup of intro screen and town directory.alberth
2009-06-28(svn r16687) -Codechange: Perform re-initialization of windows with nested wi...alberth
2009-06-28(svn r16686) -Update from WebTranslator v3.0:translators
2009-06-28(svn r16685) -Update: WebTranslator2 update to 2009-06-28 17:40:12translators
2009-06-28(svn r16684) -Codechange: Add maxdim function for Dimension struct.alberth
2009-06-28(svn r16683) -Codechange: move the cargo payment handling to a seperate class...rubidium
2009-06-28(svn r16682) -Codechange: make (static) industry list used to trigger the ind...rubidium
2009-06-28(svn r16681) -Codechange: only resolve the company once for vehicle payment i...rubidium
2009-06-28(svn r16680) -Codechange: don't go through all the station unloading stuff wh...rubidium
2009-06-27(svn r16679) -Codechange: Let GetCapacityOfArticulatedParts() return a CargoA...frosch
2009-06-27(svn r16678) -Codechange: Turn CargoArray into a class, so one does not have ...frosch
2009-06-27(svn r16677) -Codechange: Dimension width and height are unsigned.alberth
2009-06-27(svn r16676) -Codechange: Rename AcceptedCargo to CargoArray and its instance...frosch
2009-06-27(svn r16675) -Update from WebTranslator v3.0:translators
2009-06-27(svn r16674) -Update: WebTranslator2 update to 2009-06-27 17:32:13translators
2009-06-27(svn r16673) -Codechange: rename GetProducedCargo() to AddProducedCargo() and...smatz
2009-06-27(svn r16672) -Codechange: Add functions to compute size of strings and sprites.alberth
2009-06-26(svn r16671) -Doc: Documenting Sprite structure.alberth
2009-06-26(svn r16670) -Codechange: Containers with equally sized children are useful t...alberth
2009-06-26(svn r16669) -Cleanup (r1): Only animated tiles are... animated.frosch
2009-06-26(svn r16668) -Update from WebTranslator v3.0:translators
2009-06-26(svn r16667) -Codechange: replace GetRandomTown() and GetRandomIndustry() by ...smatz
2009-06-26(svn r16666) -Codechange: replace GetHouseSpecs() by HouseSpec::Get(), hide _...smatz
2009-06-26(svn r16665) -Codechange: replace GetTownByTile() by Town::GetByTile()smatz
2009-06-26(svn r16664) -Codechange: move house-related stuff from town.h and town_type....smatz
2009-06-26(svn r16663) -Codechange: make removing of railway station tiles fastersmatz
2009-06-26(svn r16662) -Codechange: replace GetRoadStopByTile() by RoadStop::GetByTile()smatz
2009-06-25(svn r16661) -Codechange: move definition of few very short functions to head...smatz
2009-06-25(svn r16660) -Codechange: get rid of more dummy tile_type_procssmatz
2009-06-25(svn r16659) -Codechange: rename GetAcceptedCargo() to AddAcceptedCargo() and...smatz
2009-06-25(svn r16658) -Update from WebTranslator v3.0:translators
2009-06-25(svn r16657) -Update: WebTranslator2 update to 2009-06-25 16:41:10translators
2009-06-25(svn r16656) -Fix (r16655): strange things happensmatz
2009-06-25(svn r16655) -Codechange: use IsRailwayStationTile() moresmatz
2009-06-25(svn r16654) -Codechange: cache industries in station's coverage area instead...smatz
2009-06-25(svn r16653) -Fix (r16269): TOC() macro was brokensmatz
2009-06-24(svn r16652) -Codechange: use less strict, but faster check for quickly baili...smatz