Age | Commit message (Expand) | Author |
2009-10-24 | (svn r17858) -Codechange: Unindent some code. | frosch |
2009-10-24 | (svn r17857) -Fix (r10442): [NewGRF] 'subtract-in' is also signed for product... | frosch |
2009-10-24 | (svn r17856) -Codechange: Don't get the selected cargo as a sife effect of dr... | alberth |
2009-10-24 | (svn r17855) -Codechange: Remove or move var declarations in DrawVehicleRefit... | alberth |
2009-10-24 | (svn r17854) -Codechange: Merge different cases of setting widget data togeth... | alberth |
2009-10-24 | (svn r17853) -Codechange: remove the 'delta' parameter from OnResize; it was ... | rubidium |
2009-10-24 | (svn r17852) -Codechange: Use viewport nested widget in the view-vehicle window. | alberth |
2009-10-24 | (svn r17851) -Codechange: Use pure nested widgets for the view-vehicle window. | alberth |
2009-10-24 | (svn r17850) -Codechange: remove most usage of delta on OnResize | rubidium |
2009-10-23 | (svn r17849) -Codechange: make the saveload windows nested | rubidium |
2009-10-23 | (svn r17848) -Codechange: allow overriding (some) settings of STACKED_SELECTI... | rubidium |
2009-10-23 | (svn r17847) -Update from WebTranslator v3.0: | translators |
2009-10-22 | (svn r17846) -Codechange: make the network content window nested | rubidium |
2009-10-22 | (svn r17843) -Codechange: move the details drawing code of the content window... | rubidium |
2009-10-22 | (svn r17842) -Fix: DrawStringMultiLine would in some corner case, top = botto... | rubidium |
2009-10-22 | (svn r17841) -Codechange: move state changes from OnPaint to OnInvalidate for... | rubidium |
2009-10-21 | (svn r17840) -Codechange: use the new pool's concepts (caching + not zeroing)... | rubidium |
2009-10-21 | (svn r17839) -Codechange: implement the concept of 'caching' pool items to po... | rubidium |
2009-10-21 | (svn r17838) -Document: the Pool struct's template parameters | rubidium |
2009-10-21 | (svn r17837) -Fix (r17812): comment erroneously mentioned feeder share | rubidium |
2009-10-20 | (svn r17836) -Codechange: split the CargoPacket constructor for creating 'rea... | rubidium |
2009-10-20 | (svn r17835) -Codechange: constify few variables | smatz |
2009-10-20 | (svn r17834) -Fix [FS#3274] (r17808): you got paid a bit too much... ofcourse... | rubidium |
2009-10-20 | (svn r17833) -Codechange: Depot gui should use relative widget coordinates fo... | alberth |
2009-10-20 | (svn r17832) -Codechange: make Alberth happier | smatz |
2009-10-20 | (svn r17831) -Codechange: move code used for adding map indicators of the sma... | smatz |
2009-10-20 | (svn r17830) -Fix [FS#3276]: Some windows already need their window_number wh... | frosch |
2009-10-20 | (svn r17829) -Codechange: move code used for adding vehicles and town names t... | smatz |
2009-10-20 | (svn r17828) -Codechange: Variable declaration code style, and a few comment ... | alberth |
2009-10-20 | (svn r17827) -Codechange: Deduplicate some lines of code. | frosch |
2009-10-20 | (svn r17826) -Codechange: GetRoadVehLength() is only used in one file, make i... | frosch |
2009-10-20 | (svn r17825) -Change: 'animate' the 'center to current position' button in Sm... | smatz |
2009-10-20 | (svn r17824) -Fix (r4594): _date_fract runs from 0 to 73 since r2041. Variabl... | frosch |
2009-10-20 | (svn r17823) -Codechange: Use top of the matrix widget as offset for row calc... | alberth |
2009-10-20 | (svn r17822) -Codechange: move 'extra viewport' code from smallmap_gui.cpp to... | smatz |
2009-10-20 | (svn r17821) -Codechange: make more mathods of SmallMapWindow private | smatz |
2009-10-20 | (svn r17820) -Update from WebTranslator v3.0: | translators |
2009-10-20 | (svn r17819) -Codechange: replace magic constant by symbolic constant | smatz |
2009-10-20 | (svn r17818) -Codechange: iterate the cargo list from the back when trying to... | rubidium |
2009-10-20 | (svn r17817) -Codechange: MakeWater actually made sea tiles, so rename it to ... | rubidium |
2009-10-20 | (svn r17816) -Codechange: move the CargoList invalidation-after-saveload to t... | rubidium |
2009-10-19 | (svn r17815) -Fix [SDL]: asynchronious drawing caused extra unresponsiveness ... | rubidium |
2009-10-19 | (svn r17814) -Codechange: there's no need to invalidate the cache in the cons... | rubidium |
2009-10-19 | (svn r17813) -Codechange: unify the CargoPacket related coding style | rubidium |
2009-10-19 | (svn r17812) -Codechange: move the feeder_share cache from CargoList to Vehic... | rubidium |
2009-10-18 | (svn r17811) -Codechange: make HasEditBoxFocus a private function of QueryStr... | rubidium |
2009-10-18 | (svn r17810) -Codechange/Fix: Add assert_tcompile() and use it. | frosch |
2009-10-18 | (svn r17809) -Fix: MSVC compilation. | frosch |
2009-10-18 | (svn r17808) -Codechange: remove write 'access' from all of CargoPacket's var... | rubidium |
2009-10-18 | (svn r17807) -Codechange: move all 'updates' just after the 'load' constructo... | rubidium |