Age | Commit message (Expand) | Author |
2008-05-29 | (svn r13325) -Codechange: split the client-side only settings from the settin... | rubidium |
2008-05-25 | (svn r13251) -Codechange: rename _patches to _settings as that is more logic. | rubidium |
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-17 | (svn r13139) -Codechange: move DrawWindowWidgets and DrawWindowViewport to th... | rubidium |
2008-05-16 | (svn r13119) -Codechange: make a class of the timetable window. | rubidium |
2008-05-10 | (svn r13027) -Codechange: use StrEmpty instead of arr[0] == '\0' and remove t... | rubidium |
2008-05-08 | (svn r13005) -Codechange: prepare AllocateWindowDescFront for subclassing of ... | 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-04-17 | (svn r12754) -Codechange: split depot.h into depot_map.h, depot_func.h and de... | rubidium |
2008-04-14 | (svn r12699) -Codechange: Unify the order drawing code for orders and timetab... | maedhros |
2008-04-12 | (svn r12670) -Add: unconditional/always order 'jump/skip' variable. | rubidium |
2008-04-12 | (svn r12667) -Feature: conditional 'skip/jump' orders. | rubidium |
2008-04-12 | (svn r12666) -Fix: the time table GUI did not show some data in the correct m... | rubidium |
2008-04-11 | (svn r12663) -Codechange: move the definition from 'order_d' to a more approp... | rubidium |
2008-04-11 | (svn r12661) -Add: ability to send a vehicle (using default orders) to the ne... | rubidium |
2008-04-11 | (svn r12660) -Codechange: make the creation of depot order strings a little m... | rubidium |
2008-04-09 | (svn r12643) -Codechange: be more explicit about the orders a vehicle has (no... | rubidium |
2008-04-07 | (svn r12615) -Codechange: rename some enums related to depot orders to make i... | rubidium |
2008-04-07 | (svn r12600) -Codechange: make GetNonStopType return a more augmented type; n... | rubidium |
2008-04-06 | (svn r12593) -Codechange: hide Order's flags in most of the code. | rubidium |
2008-04-06 | (svn r12588) -Codechange: do not access the destination of an order directly. | rubidium |
2008-04-05 | (svn r12584) -Codechange: do not access the order type directly. | rubidium |
2008-03-31 | (svn r12490) -Codechange: rename engine.h to engine_func.h and remove unneede... | rubidium |
2008-03-27 | (svn r12441) -Feature: open the time table when pressing the order button whi... | rubidium |
2008-03-23 | (svn r12397) -Codechange [FS#1856]: enumify widget number for time tables. Pa... | rubidium |
2008-01-27 | (svn r11994) -Codechange: Remove numbers from string names where the strings ... | maedhros |
2008-01-15 | (svn r11866) -Codechange: swap OFB_* and OF_* so it conceptually in sync with... | rubidium |
2008-01-13 | (svn r11834) -Codechange: only include settings_type.h if needed. | rubidium |
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 |
2008-01-07 | (svn r11777) -Codechange: split the string header and make do not include it ... | rubidium |
2007-12-27 | (svn r11706) -Codechange: split vehicle.h and remove another bunch of useless... | rubidium |
2007-12-26 | (svn r11702) -Codechange: move all date related stuff to date*. | rubidium |
2007-12-25 | (svn r11692) -Codechange: move some functions from 'functions.h' to a more lo... | 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-12-16 | (svn r11643) -Codechange: conform with the coding style for the WP macro uses. | rubidium |
2007-12-02 | (svn r11555) -Codechange: use the new members introduced in r11551. | rubidium |
2007-11-19 | (svn r11481) -Codechange: Rename the HASBIT function to fit with the naming s... | skidd13 |
2007-11-04 | (svn r11374) -Codechange: Give meaning to the magical number that specifies t... | belugas |
2007-07-27 | (svn r10704) -Codechange: provide an infrastructure to have resizable windows... | rubidium |
2007-07-23 | (svn r10664) -Codechange: simplify a small piece of code (skidd13) | truelight |
2007-07-16 | (svn r10587) -Codechange: move the string/dparam related stuff from variables... | rubidium |
2007-06-26 | (svn r10338) -Codechange: Show the total time that the timetable will take. | maedhros |