summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2007-09-23(svn r11150) -Fix [FS#1202]: NewGRF action 3 does not necessarily need an act...rubidium
2007-09-23(svn r11149) -Fix [FS#1225]: Draw building stages for new house ground sprites.maedhros
2007-09-23(svn r11147) -Fix [FS#1247] (r11105): reallow bounding boxes with x/y/z-exten...rubidium
2007-09-22(svn r11145) -Codechange: add support for "decoding" TTDPs string codes wrt t...rubidium
2007-09-22(svn r11144) -Codechange: add support for newgrf callbacks 29 and 35glx
2007-09-22(svn r11143) -Fix: the random bits were not set for the production callback w...rubidium
2007-09-22(svn r11142) -Codechange: prepare industry production change code for newgrf ...glx
2007-09-22(svn r11141) -Codechange: add support for NewGRF's varaction2 operators 11, 1...rubidium
2007-09-22(svn r11140) -Update: WebTranslator2 update to 2007-09-22 20:52:32miham
2007-09-22(svn r11139) -Codechange: add support for persistent storage for NewGRFs.rubidium
2007-09-22(svn r11138) -Codechange: prepare some subsystems for persistent storage for ...rubidium
2007-09-22(svn r11137) -Feature: [NewGRF] Add support for bit 17 of property 1A for Ind...belugas
2007-09-21(svn r11134) -Fix [FS#1238]: vehicles got removed twice from the group list w...rubidium
2007-09-20(svn r11133) -Fix (r11102) [FS#1245]: in some cases vehicles would be drawn o...rubidium
2007-09-19(svn r11132) -Fix: NewGRFs seem to assume that STR_NULL is an empty string or...rubidium
2007-09-19(svn r11131) -Fix (r11126): forgot to commit the changes that performed the a...rubidium
2007-09-19(svn r11130) -Fix [FS#1207]: towns build roads that weren't connected to any ...rubidium
2007-09-19(svn r11129) -Fix: update some TextID to StringID 'translations' to reflect c...glx
2007-09-19(svn r11128) -Fix: a lot of graphical glitches by changing some bounding boxe...rubidium
2007-09-18(svn r11127) -Fix: truncate the result of 8 bits callbacks.rubidium
2007-09-18(svn r11126) -Fix: the algorithm to determine the closest water/land was flawed.rubidium
2007-09-17(svn r11125) -Documentation: add/update the documentation of news*. Based on ...rubidium
2007-09-17(svn r11124) -Documentation: of tree_map.h and tree_cmd.cpp. Patch by Progman.rubidium
2007-09-17(svn r11123) -Update: WebTranslator2 update to 2007-09-17 12:45:29miham
2007-09-17(svn r11122) -Fix [FS#1234]: crash when building a NewGRF vehicle when the ar...rubidium
2007-09-16(svn r11121) -Fix: clear the temporary NewGRF storage every time we perform a...rubidium
2007-09-16(svn r11120) -Codechange: remove the arbitrary limit of 10 articulated parts ...rubidium
2007-09-16(svn r11119) -Codechange: analyze .tar files upon loading, remembering their ...truelight
2007-09-15(svn r11118) -Fix: sample.cat can now be in a tar-file too, how nice!truelight
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 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 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