Age | Commit message (Expand) | Author |
2009-09-13 | (svn r17530) -Codechange: use QSortT instead of qsort for sorting EngineIDs | rubidium |
2009-09-02 | (svn r17367) -Codechange: make the autoreplace, bridge and build vehicle GUIs... | rubidium |
2009-08-21 | (svn r17248) -Fix: add GPL license notice where appropriate | rubidium |
2009-08-05 | (svn r17075) -Codechange: rename ~750 strings to be more uniform with their r... | rubidium |
2009-07-16 | (svn r16845) -Codechange: Introduction of constants for describing the bits i... | alberth |
2009-07-16 | (svn r16841) -Cleanup: spaces/tabs where they don't belong | rubidium |
2009-06-20 | (svn r16611) -Doc Fix(r16606): "then" became "the" and now is gone. | belugas |
2009-06-20 | (svn r16606) -Doc: Added/fixed doxygen comments. | alberth |
2009-05-26 | (svn r16433) -Codechange: Remove most of CmdSetAutoreplace and replace it wit... | yexo |
2009-05-16 | (svn r16325) -Codechange: replace GetPoolItem(index) by PoolItem::Get(index) | smatz |
2009-05-15 | (svn r16315) -Codechange: move the autorenew settings to a new CompanySetting... | yexo |
2009-04-26 | (svn r16162) -Codechange: remove needless TC_ colours from DrawString when th... | rubidium |
2009-04-21 | (svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had t... | rubidium |
2009-03-29 | (svn r15885) -Codechange: Removed new_size parameter of Window::OnResize() ca... | alberth |
2009-03-28 | (svn r15870) -Codechange: New widgets for the autoreplace window. | yexo |
2009-03-22 | (svn r15807) -Codechange: let the build vehicle gui helper function pass arou... | rubidium |
2009-03-22 | (svn r15802) -Codechange: Complete autoreplace GUI widget numbers and add the... | alberth |
2009-03-21 | (svn r15785) -Codechange: remove the *Truncated part of the old text drawing ... | rubidium |
2009-03-15 | (svn r15723) -Codechange: use a constructor for WindowDescs as that makes exp... | rubidium |
2009-03-15 | (svn r15718) -Cleanup: apply some comment coding style on the rest of the sou... | rubidium |
2009-03-14 | (svn r15711) -Codechange: lots of whitespace cleanup/fixes | rubidium |
2009-02-11 | (svn r15448) -Codechange: Don't show rail types in selection drop downs if th... | peter1138 |
2009-02-09 | (svn r15427) -Codechange: give w->caption_color a more sensible name as it ho... | rubidium |
2009-02-09 | (svn r15423) -Codechange: split widget related types to their own header and ... | rubidium |
2009-02-08 | (svn r15410) -Cleanup: get rid of most of the references to the 'patches' exc... | rubidium |
2009-02-04 | (svn r15338) -Fix [FS#2598]: close all construction related windows whenever ... | rubidium |
2009-01-31 | (svn r15299) -Cleanup: remove many redundant includes | smatz |
2009-01-11 | (svn r14989) -Codechange: remove a lookup table by reordering some items in e... | rubidium |
2008-12-28 | (svn r14754) -Codechange: get rid of _cmd_text and just pass it as (optional)... | rubidium |
2008-09-30 | (svn r14422) -Codechange: also reflect the changes of r14421 in the filenames. | rubidium |
2008-09-30 | (svn r14421) -Codechange: rename all player variables/types to company *or* c... | rubidium |
2008-08-24 | (svn r14157) -Codechange: Add and use string properties for rail types instea... | peter1138 |
2008-08-10 | (svn r14037) -Fix (r8610): The autoreplace gui showed vehicle types for repla... | frosch |
2008-07-31 | (svn r13887) -Codechange: Replace numbers with Colours enum on autoreplace, b... | belugas |
2008-07-27 | (svn r13850) -Fix [FS#2146]: Fix resp. implement refitting of articulated veh... | frosch |
2008-07-26 | (svn r13840) -Fix: Some glitches in the autoreplace GUI. | frosch |
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-05-28 | (svn r13314) -Codechange: Switch EngineList from std::vector to GUIList | peter1138 |
2008-05-28 | (svn r13313) -Fix-ish (r13306): List was copied in another place the autorepl... | 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-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 r13076) -Fix [FS#2012]: the wrong autoreplace window would be shown if t... | rubidium |
2008-05-13 | (svn r13069) -Codechange: it is no longer needed to pass a void *data pointer... | rubidium |
2008-05-11 | (svn r13041) -Fix: calling a virtual function on a not fully constructed obje... | rubidium |
2008-05-10 | (svn r13037) -Codechange: make a class of the ReplaceVehicle window. | rubidium |
2008-05-10 | (svn r13035) -Codechange: remove two needless global-ish variables. | rubidium |