Age | Commit message (Expand) | Author |
2008-07-30 | (svn r13879) -Codechange: Replace numbers with Colours enum on engine, indust... | belugas |
2008-07-26 | (svn r13844) -Fix (r13074, r13591): Power, running cost and capacity of multi... | frosch |
2008-06-28 | (svn r13649) -Codechange: Split the GfxFillRect() special flags from 'color' ... | frosch |
2008-06-20 | (svn r13591) -Codechange: Support CB36 in the vehicle offer window. | peter1138 |
2008-05-28 | (svn r13315) -Fix (r13314): Assert if no engines or wagons available | peter1138 |
2008-05-28 | (svn r13314) -Codechange: Switch EngineList from std::vector to GUIList | peter1138 |
2008-05-27 | (svn r13287) -Codechange: move engine list gui code away from engine.cpp (and... | peter1138 |
2008-05-23 | (svn r13225) -Fix (r13041): Missing calls to FindWindowPlacementAndResize() f... | peter1138 |
2008-05-19 | (svn r13185) -Codechange: remove everything related to the WindowProc callbacks. | rubidium |
2008-05-18 | (svn r13170) -Codechange: make classes of the EnginePreview and BuyCompany wi... | rubidium |
2008-05-17 | (svn r13139) -Codechange: move DrawWindowWidgets and DrawWindowViewport to th... | rubidium |
2008-05-15 | (svn r13102) -Codechange: make a class of the NewsWindow. | rubidium |
2008-05-13 | (svn r13065) -Codechange: remove the need for the news string callbacks. Patc... | rubidium |
2008-05-08 | (svn r13005) -Codechange: prepare AllocateWindowDescFront for subclassing of ... | rubidium |
2008-05-06 | (svn r12975) -Codechange: replace DeleteWindow(w) with delete w. | rubidium |
2008-05-06 | (svn r12971) -Documentation: add @file in files that missed them and add some... | rubidium |
2008-04-29 | (svn r12924) -Feature: Introducing the so called 'engine pool' which primaril... | peter1138 |
2008-03-31 | (svn r12490) -Codechange: rename engine.h to engine_func.h and remove unneede... | rubidium |
2008-03-28 | (svn r12459) -Codechange: split news.h into news_type.h and news_func.h. | rubidium |
2008-02-21 | (svn r12209) -Fix: [NewGRF] Support using any base price for rail and road ve... | peter1138 |
2008-02-20 | (svn r12205) -Codechange: rename RailVehicleInfo::running_cost_base to runnin... | peter1138 |
2008-01-13 | (svn r11828) -Codechange: include table/* as the last includes and remove an ... | rubidium |
2008-01-09 | (svn r11787) -Codechange: more header rewrites. This time related to viewport.h. | rubidium |
2007-12-25 | (svn r11692) -Codechange: move some functions from 'functions.h' to a more lo... | rubidium |
2007-12-22 | (svn r11682) -Codechange: move some 'generic' geometry related types into a s... | rubidium |
2007-12-21 | (svn r11677) -Codechange: move price and command related types/functions to t... | rubidium |
2007-12-21 | (svn r11675) -Codechange: split the string types from the string functions. | rubidium |
2007-12-19 | (svn r11668) -Codechange: more refactoring aimed at reducing compile time and... | rubidium |
2007-12-19 | (svn r11667) -Codechange: split window.h into a header that defines some 'glo... | rubidium |
2007-11-04 | (svn r11374) -Codechange: Give meaning to the magical number that specifies t... | belugas |
2007-10-20 | (svn r11312) -Codechange: implement a overflow safe integer and use that for ... | rubidium |
2007-07-27 | (svn r10704) -Codechange: provide an infrastructure to have resizable windows... | rubidium |
2007-07-16 | (svn r10587) -Codechange: move the string/dparam related stuff from variables... | rubidium |
2007-06-25 | (svn r10324) -Codechange: reference engine names by index | peter1138 |
2007-06-21 | (svn r10258) -Codechange: as we are now using int64 all over the place, it's ... | rubidium |
2007-06-21 | (svn r10247) -Fix (r10210): *always* call SetDParamMoney when you want to pla... | rubidium |
2007-03-18 | (svn r9275) -Fix(r8973, FS#686): Faulty display of aircraft maximum velocity ... | celestar |
2007-03-08 | (svn r9068) -Codechange: capitalize the VEH_Train etc. enums to match the cod... | rubidium |
2007-03-07 | (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; | rubidium |
2007-03-03 | (svn r9001) -Codechange: remove duplication of functions and strings with res... | rubidium |
2007-03-03 | (svn r9000) -Fix [FS#581, r2572]: new locomotive names were not announced in ... | rubidium |
2007-03-02 | (svn r8973) -Feature/Codechange: Changed the internal unit for aircraft veloc... | celestar |
2007-02-23 | (svn r8862) -Cleanup: doxygen changes, again. Mostly @files missing tags and ... | belugas |
2007-02-04 | (svn r8569) -Fix (r8464): revert properly | peter1138 |
2007-02-01 | (svn r8511) -Codechange: make WindowClass an enumerated value. | rubidium |
2007-01-30 | (svn r8455) -Codechange: Give a more meaningful name (railveh_type)to member ... | belugas |
2007-01-24 | (svn r8385) -Fix | tron |
2007-01-14 | (svn r8128) -Codechange: Split sprite and palette remap into separate 32 bit ... | peter1138 |
2007-01-10 | (svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, ... | rubidium |
2007-01-10 | (svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed... | KUDr |