Age | Commit message (Expand) | Author |
2008-09-03 | (svn r14239) -Fix [FS#2267]: The engine-purchase-list-sorter doubled running-... | frosch |
2008-08-24 | (svn r14157) -Codechange: Add and use string properties for rail types instea... | peter1138 |
2008-08-15 | (svn r14078) -Codechange: Rename *VehicleInfo::base_cost to cost_factor, indi... | peter1138 |
2008-08-13 | (svn r14063) -Codechange: replace some "magic" constants with enumified const... | rubidium |
2008-07-31 | (svn r13887) -Codechange: Replace numbers with Colours enum on autoreplace, b... | belugas |
2008-07-22 | (svn r13784) -Codechange: Truncate vehicle names in purchase list to width of... | peter1138 |
2008-07-20 | (svn r13760) -Codechange: With multiple NewGRF engine sets, engine IDs may no... | peter1138 |
2008-07-13 | (svn r13696) -Fix[GUI]: The Build button of the vehicle list is now hidden, i... | belugas |
2008-07-12 | (svn r13694) -Change: make it more explicit that you've opened the available ... | rubidium |
2008-05-29 | (svn r13325) -Codechange: split the client-side only settings from the settin... | rubidium |
2008-05-28 | (svn r13314) -Codechange: Switch EngineList from std::vector to GUIList | peter1138 |
2008-05-28 | (svn r13306) -Fix (r8362): Pass engine list by pointer instead of making a co... | peter1138 |
2008-05-27 | (svn r13287) -Codechange: move engine list gui code away from engine.cpp (and... | peter1138 |
2008-05-25 | (svn r13251) -Codechange: rename _patches to _settings as that is more logic. | rubidium |
2008-05-19 | (svn r13190) -Cleanup: remove unused variable | smatz |
2008-05-19 | (svn r13185) -Codechange: remove everything related to the WindowProc callbacks. | rubidium |
2008-05-17 | (svn r13140) -Codechange: move the gui-list-sorting out of window_gui.h so wi... | rubidium |
2008-05-17 | (svn r13139) -Codechange: move DrawWindowWidgets and DrawWindowViewport to th... | rubidium |
2008-05-13 | (svn r13074) -Fix: For multiheaded engines, halve power and running cost when... | peter1138 |
2008-05-13 | (svn r13069) -Codechange: it is no longer needed to pass a void *data pointer... | rubidium |
2008-05-13 | (svn r13068) -Codechange: make a class of the BuildVehicleWindow. | rubidium |
2008-05-10 | (svn r13027) -Codechange: use StrEmpty instead of arr[0] == '\0' and remove t... | rubidium |
2008-05-08 | (svn r13019) -Fix [FS#1997]: silence some more MSVC x64 warnings (michi_cc) | glx |
2008-05-08 | (svn r13005) -Codechange: prepare AllocateWindowDescFront for subclassing of ... | rubidium |
2008-05-07 | (svn r12995) -Codechange: use std::vector for EngineList instead of C/C++ wra... | smatz |
2008-05-06 | (svn r12976) -Codechange: use w->SetDirty() instead of SetWindowDirty(w) when... | 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-04-22 | (svn r12843) -Feature [FS#1945]: The autoreplace window is now resizable in b... | bjarni |
2008-04-17 | (svn r12754) -Codechange: split depot.h into depot_map.h, depot_func.h and de... | rubidium |
2008-03-31 | (svn r12490) -Codechange: rename engine.h to engine_func.h and remove unneede... | rubidium |
2008-03-31 | (svn r12489) -Codechange: split station.h into station_base.h and station_fun... | 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-02-16 | (svn r12164) -Fix (r12137, FS#1775]: Variable scope bug crept in | peter1138 |
2008-02-14 | (svn r12137) -Fix [FS#1769]: Show cargo capacity for articulated vehicles cor... | peter1138 |
2008-02-04 | (svn r12054) -Cleanup: Use VehicleType instead of byte for vehicle types... | peter1138 |
2008-01-26 | (svn r11988) -Codechange: Add a generic way of changing a widget's size and a... | peter1138 |
2008-01-23 | (svn r11959) -Codechange: Use macro to loop for specific engine types instead... | peter1138 |
2008-01-18 | (svn r11918) -Codechange: Draw engine lists at widget positions instead of fi... | peter1138 |
2008-01-18 | (svn r11915) -Codechange: Add a function to draw a sort button's up/down arro... | peter1138 |
2008-01-17 | (svn r11904) -Codechange: use dropdown widget in 3 more windows, build vehicl... | peter1138 |
2008-01-14 | (svn r11848) -Codechange: New class-based drop down list functionality. Lists... | peter1138 |
2008-01-13 | (svn r11828) -Codechange: include table/* as the last includes and remove an ... | rubidium |
2008-01-12 | (svn r11818) -Codechange: split player.h into smaller pieces. | rubidium |
2008-01-09 | (svn r11787) -Codechange: more header rewrites. This time related to viewport.h. | rubidium |
2008-01-09 | (svn r11785) -Codechange: remove some unneeded includes. | rubidium |
2008-01-07 | (svn r11781) -Codechange: variable scope and initialization | peter1138 |
2008-01-07 | (svn r11774) -Change: do not include variables.h in a header when it is not n... | rubidium |
2007-12-27 | (svn r11710) -Feature: [build vehicles windows] added sorting for cost, runni... | bjarni |