summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-09-15(svn r11117) -Add: add support for 7z .tar files, which are in the 'old' (dep...truelight
2007-09-15(svn r11116) -Fix (r11106): tar loader was not compiled for WIN32glx
2007-09-15(svn r11115) -Merge: release changes from 0.5.rubidium
2007-09-15(svn r11112) -Fix (r11107) [FS#1229]: in some cases one could destroy (parts ...rubidium
2007-09-15(svn r11111) -Fix (r11106): missing const broke compilation with MSVCglx
2007-09-14(svn r11110) -Fix (r11107): somebody forgot to update project files ;)glx
2007-09-14(svn r11109) -Fix r11106: it is silly to use a std::list for something that i...truelight
2007-09-14(svn r11108) -Fix (r11107): somebody forgot to add some file ;) Spoils the fu...rubidium
2007-09-14(svn r11107) -Feature: some tool so one can still build tunnels under rails (...rubidium
2007-09-14(svn r11106) -Add: added .tar support; you can pack all files in your data/ d...truelight
2007-09-14(svn r11105) -Codechange [FS#1223]: add some support for tuning of the boundi...rubidium
2007-09-14(svn r11104) -Fix: bounding boxes also overlap when the min of a bounding box...rubidium
2007-09-14(svn r11103) -Codechange: remove pointless comparison as it can never ever be...rubidium
2007-09-14(svn r11102) -Codechange: remove some pointless addition+substractions. Patch...rubidium
2007-09-13(svn r11101) -Fix r11099: the check: file_pos == 0, no longer works; adjust t...truelight
2007-09-13(svn r11100) -Fix r11099: darn typos...truelight
2007-09-13(svn r11099) -Codechange: allow on opening of a file via FioFOpenFile to requ...truelight
2007-09-13(svn r11098) -Fix r11096: forgot spaces before commentstruelight
2007-09-13(svn r11097) -Codechange: for easy future extension of NewGRF Scanning, split...truelight
2007-09-13(svn r11096) -Fix: when 2 different GRF-files had the same name (e.g.: ""), t...truelight
2007-09-13(svn r11095) -Codechange: don't abuse 'file_pos' by storing the file_slot in ...truelight
2007-09-13(svn r11094) -Documentation: Add comments on viewport structures and change a...belugas
2007-09-13(svn r11093) -Fix r11092: also add a DEBUG(driver, 1) if the blitter is loade...truelight
2007-09-13(svn r11092) -Add: allow 'blitter=<value>' in openttd.cfg to set the blitter ...truelight
2007-09-12(svn r11091) -Codechange: Partial rewrite of the road management code of town...belugas
2007-09-12(svn r11090) -Fix (r11089): incorrect version format and failure with paths c...glx
2007-09-12(svn r11089) -Codechange: add revision detection to MSVC.rubidium
2007-09-11(svn r11088) -Fix (r11063, r11067): MSVC warning C4804: '>' : unsafe use of t...glx
2007-09-10(svn r11087) -Update: WebTranslator2 update to 2007-09-10 22:36:01miham
2007-09-10(svn r11086) -Fix/Revert (r11053, r10984): "fixing" r11053 made the accelerat...rubidium
2007-09-10(svn r11085) -Fix-ish (r11084): some tabs that did not show up in the diff, w...rubidium
2007-09-10(svn r11084) -Documentation [FS#1219]: of command.*. Patch by Progman.rubidium
2007-09-10(svn r11083) -Fix r11078: don't clear the anim buffer when alpha = 0 (tnx to ...truelight
2007-09-10(svn r11082) -Fix r11081: save before commit (yeah, whitelines are important ...truelight
2007-09-10(svn r11081) -Fix r11080: now solved the problem in a pretty way: don't do an...truelight
2007-09-09(svn r11080) -Fix r11079: fix it, still dirty, correctly, as the last commit ...truelight
2007-09-09(svn r11079) -Fix: dirty fix to allow big-screenshots with 32bpp-animtruelight
2007-09-09(svn r11078) -Add: added 32bpp-optimized, which is almost twice as fast as 32...truelight
2007-09-09(svn r11076) -Fix: MakeTransparent of 32bpp blitter used 0..100; using 0..255...truelight
2007-09-09(svn r11072) -Fix [FS#1045]: when a vehicle had a service order, the goto-dep...rubidium
2007-09-09(svn r11070) -Fix [FS#1217]: due to making an Action2 variable work properly,...rubidium
2007-09-09(svn r11069) -Codechange: allow slopes under statues. Patch by kaan.rubidium
2007-09-09(svn r11068) -Codechange: remove Vehicle::HasFront as all vehicles have the V...rubidium
2007-09-09(svn r11067) -Codechange: also make it possible to use the advanced vehicle l...rubidium
2007-09-09(svn r11066) -Documentation [FS#1091]: of map.*. Patch by Progman.rubidium
2007-09-09(svn r11065) -Documentation [FS#1186]: of the dirty marking/repainting subsys...rubidium
2007-09-08(svn r11064) -Fix [FS#553]: when autorenew is enabled and it cannot renew the...rubidium
2007-09-08(svn r11063) -Codechange: make it possible for people to view the loading ind...rubidium
2007-09-08(svn r11062) -Update: WebTranslator2 update to 2007-09-08 22:37:00miham
2007-09-08(svn r11061) -Fix [FS#1086]: [win32] some keys were handled twiceglx