Age | Commit message (Expand) | Author |
2008-05-28 | (svn r13307) -Codechange: Separate VehicleList and its two functions so only ... | peter1138 |
2008-05-25 | (svn r13248) -Codechange: Use VehicleList for depot GUI. | peter1138 |
2008-05-25 | (svn r13240) -Codechange: More const-ness for GUI code. | peter1138 |
2008-05-24 | (svn r13239) -Fix: certain compilers give false warning about uninitialized v... | smatz |
2008-05-19 | (svn r13185) -Codechange: remove everything related to the WindowProc callbacks. | rubidium |
2008-05-17 | (svn r13151) -Codechange: use an enum instead of bool as return type of OnKey... | 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-15 | (svn r13098) -Fix [FS#2016]: segmentation fault on opening an already opened ... | rubidium |
2008-05-14 | (svn r13091) -Fix: certain compilers give false warning about uninitialized v... | smatz |
2008-05-13 | (svn r13079) -Fix: certain compilers give false warning about uninitialized v... | smatz |
2008-05-13 | (svn r13069) -Codechange: it is no longer needed to pass a void *data pointer... | rubidium |
2008-05-13 | (svn r13067) -Codechange: make a class of the DepotWindow. | rubidium |
2008-05-11 | (svn r13051) -Codechange: depot_d belongs in depot_gui.cpp. | rubidium |
2008-05-08 | (svn r13005) -Codechange: prepare AllocateWindowDescFront for subclassing of ... | rubidium |
2008-05-07 | (svn r12987) -Codechange: split viewport and tile selection. | rubidium |
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-05-05 | (svn r12953) -Feature: Open a new viewport when ctrl-clicking on a 'Location'... | peter1138 |
2008-04-29 | (svn r12924) -Feature: Introducing the so called 'engine pool' which primaril... | peter1138 |
2008-04-29 | (svn r12917) -Codechange: standardise variable names called with FOR_ALL_ENGI... | peter1138 |
2008-04-18 | (svn r12761) -Codechange: lots of minor whitespace coding style fixes around ... | rubidium |
2008-04-17 | (svn r12754) -Codechange: split depot.h into depot_map.h, depot_func.h and de... | rubidium |
2008-04-05 | (svn r12576) -Feature(tte) [FS#337]: highlight vehicle chain when dragging in... | smatz |
2008-03-30 | (svn r12488) -Codechange: split order.h into order_base.h and order_func.h. | rubidium |
2008-02-17 | (svn r12166) -Fix [FS#337]: when drag&drop mode was cancelled by keyboard inp... | smatz |
2008-02-04 | (svn r12054) -Cleanup: Use VehicleType instead of byte for vehicle types... | 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 r11801) -Codechange: remove some unneeded includes from some header files. | rubidium |
2008-01-09 | (svn r11787) -Codechange: more header rewrites. This time related to viewport.h. | rubidium |
2007-12-27 | (svn r11706) -Codechange: split vehicle.h and remove another bunch of useless... | 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-16 | (svn r11643) -Codechange: conform with the coding style for the WP macro uses. | rubidium |
2007-12-08 | (svn r11596) -Codechange: Use the Window member HandleButtonClick and remove ... | belugas |
2007-12-07 | (svn r11588) -Codechange: use the new member introduced in r11551 | glx |
2007-12-02 | (svn r11555) -Codechange: use the new members introduced in r11551. | rubidium |
2007-11-24 | (svn r11513) -Codechange: enumerize some depot GUI actions | smatz |
2007-11-18 | (svn r11471) -Codechange: one more variable retyped to enum ViewportHighlight... | smatz |
2007-11-15 | (svn r11440) -Codechange: replace magic numbers with enumified WindowHighligh... | rubidium |
2007-11-04 | (svn r11374) -Codechange: Give meaning to the magical number that specifies t... | belugas |
2007-09-28 | (svn r11184) -Codechange: cleanup the code related to backup orders. | rubidium |
2007-09-09 | (svn r11068) -Codechange: remove Vehicle::HasFront as all vehicles have the V... | rubidium |
2007-08-30 | (svn r11011) -Fix [FS#1129]: GetFirstVehicleInChain did change the game state... | rubidium |
2007-08-30 | (svn r11003) -Codechange: replace Vehicle->next to Vehicle->Next() and Vehicl... | rubidium |
2007-08-29 | (svn r10997) -Codechange: unify the vehicle view window. Patch by PhilSophus. | rubidium |