summaryrefslogtreecommitdiff
path: root/source.list
AgeCommit message (Expand)Author
2007-11-10(svn r11399) -Feature(ette): transparency settings can now be saved and thus ...belugas
2007-09-26(svn r11172) -Codechange: rewrite of town road building and addition of the p...rubidium
2007-09-26(svn r11165) -Fix(r11164): an unwelcome change in MSVC projects/openttd_vs80....belugas
2007-09-22(svn r11138) -Codechange: prepare some subsystems for persistent storage for ...rubidium
2007-09-14(svn r11107) -Feature: some tool so one can still build tunnels under rails (...rubidium
2007-09-12(svn r11089) -Codechange: add revision detection to MSVC.rubidium
2007-09-09(svn r11078) -Add: added 32bpp-optimized, which is almost twice as fast as 32...truelight
2007-07-16(svn r10601) -Codechange: store (and use) the type of stations instead of har...rubidium
2007-07-16(svn r10590) -Fix: cargo_packet.* were not sorted correctly in project filesglx
2007-07-05(svn r10444) -Codechange: switch to c++ classes and inheritance for sound/mus...peter1138
2007-06-29(svn r10391) -Add: debug support - structured dump of variables/classes/struc...KUDr
2007-06-29(svn r10389) -Add: CStrA, CStrCiA, CStrW, CStrCiW - case sensitive/insensitiv...KUDr
2007-06-22(svn r10266) -Codechange: keep track of the origin, time of travel and accumu...rubidium
2007-06-22(svn r10264) -Fix: forgot to add texteff.hpp to the project filestruelight
2007-06-20(svn r10236) -Feature: Introduce a form of timetabling for vehicles.maedhros
2007-06-20(svn r10231) -Cleanup: MSVC project filesglx
2007-06-19(svn r10227) -Add: added 32bpp-anim blitter, a 32bpp blitter that does palett...truelight
2007-06-18(svn r10211) -Feature: [NewGRF] Add support for action 0Fglx
2007-06-17(svn r10190) -Codechange: merged renderer and blitter to one single class API...truelight
2007-06-17(svn r10179) -Fix: spritecache wasn't in source.list, thus wasn't in the MSVC...rubidium
2007-06-16(svn r10170) -Codechange: remove some duplication of code.rubidium
2007-06-13(svn r10148) -Fix r10143: make --without-png to compile againtruelight
2007-06-13(svn r10143) -Add: store the filename of the grfs opened and allow easy acces...truelight
2007-06-13(svn r10132) -Codechange: split out the last direct video-buffer read access ...truelight
2007-06-13(svn r10127) -Add: Addition of basic structure for industry tiles callbacks (...belugas
2007-06-12(svn r10121) -Codechange: split renderer from rest of code; no longer any cod...truelight
2007-06-11(svn r10101) -Codechange: the class is named 8bppSimple, so name the files li...truelight
2007-06-11(svn r10092) -Codechange: code-seperated the spriteloader and blitter from th...truelight
2007-06-09(svn r10074) -Add: Addition of IndustryOverrideManager as well as the basic (...belugas
2007-06-01(svn r10010) -Fix (r10008): Add articulated_vehicles.h to the project files.maedhros
2007-06-01(svn r10008) -Codechange: Move a couple of functions related to articulated v...maedhros
2007-05-19(svn r9874) -Feature: advanced vehicle lists a.k.a. group interface. Now you ...rubidium
2007-05-15(svn r9850) -Codechange: Introduction of the Override/Substitute manager. Cu...belugas
2007-05-15(svn r9844) -Codechange: replace zoomlevel with an enumtruelight
2007-05-06(svn r9797) -Feature: [NewGRF] Add action 1, 2 and 3 support for canals.peter1138
2007-04-05(svn r9564) -Fix (r9563): When adding files remember to add them...peter1138
2007-04-05(svn r9563) -Feature: Add more finer control to transparency options, includi...peter1138
2007-04-04(svn r9557) -Codechange: Add a forgotten file to the project listsbelugas
2007-03-28(svn r9522) -Fix (r9073): the entries in source.list are supposed to be sorte...rubidium
2007-03-23(svn r9418) -Codechange: Implement actions 1/2/3 for cargos, callback handler...peter1138
2007-03-19(svn r9315) -Merge: The newhouses branch. With this merge comes almost comple...maedhros
2007-03-08(svn r9073) -Codechange: moved autoreplace to a file of it's own (now autorep...bjarni
2007-03-02(svn r8969) -Codechange: rework of the player face bits.rubidium
2007-02-22(svn r8849) -Codechange: Replace hardcoded global/climate cargo mapping table...peter1138
2007-02-21(svn r8832) -Change: rewrite the solution file generator a little so it makes...rubidium
2007-02-20(svn r8826) -Codechange: Replace _cargoc's separate arrays with a regular str...peter1138
2007-02-16(svn r8757) -Add: added libtimidity music driver (it is a nice small library ...truelight
2007-02-05(svn r8605) -Codechange: [OSX] changed all objective C to objective C++bjarni
2007-01-28(svn r8435) -Regression (r7759?): Readd aircraft.h to the project files which...Darkvater
2007-01-26(svn r8414) -Codechange: Use own AutoPtrT instead of std::auto_ptr.KUDr