Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-01-10 | (svn r14949) -Cleanup: pointer coding style | rubidium | |
2009-01-03 | (svn r14819) -Change: make details and order menu stickyable, like the ↵ | rubidium | |
timetable window. Also let the detail/order/timetable window close eachther, like the detail and order windows already did, when not stickied. | |||
2009-01-03 | (svn r14807) -Codechange: use INVALID_TILE instead of 0 to mark invalid ↵ | smatz | |
depots, industries, towns and waypoints | |||
2009-01-03 | (svn r14801) -Codechange: don't reference Vehicle::num_orders directly but ↵ | rubidium | |
through a method GetNumOrders() (PhilSophus) | |||
2009-01-02 | (svn r14785) -Fix [FS#2132]: vehicle list for station gets closed when ↵ | rubidium | |
station view is closed even when the vehicle list is stickied. Other vehicle lists are not deleted when their 'opening' window gets closed so do the same with the station view. | |||
2009-01-02 | (svn r14784) -Change: don't close and reopen the vehicle order/detail ↵ | rubidium | |
windows, just refocus them instead. | |||
2008-12-28 | (svn r14754) -Codechange: get rid of _cmd_text and just pass it as ↵ | rubidium | |
(optional) parameter. | |||
2008-12-16 | (svn r14683) -Change: only say a engine/vehicle is refittable when it can be ↵ | rubidium | |
refitted to at least two cargo type or when it has subcargos. NOTE: it is still possible that a vehicle is marked refittable when there is nothing to refit to, e.g. when only one subcargo is available but that cannot be determined without a vehicle chain. | |||
2008-11-20 | (svn r14599) -Fix (r14598)[FS#2417]: Show again group-membership in the ↵ | frosch | |
vehicle-lists. (Based on patch by PhilSophus) | |||
2008-10-24 | (svn r14524) -Add: stop-in-depot as part of orders (PhilSophus) | 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* ↵ | rubidium | |
client so it is immediatelly clear which one you are working with. | |||
2008-09-24 | (svn r14395) -Fix [FS#2285]: crashes and GUI desyncs when order is ↵ | smatz | |
deleted/modified while the timetable window is open -Fix: close any dropdown and child windows in the Order and Timetable windows when selected order is deselected, deleted, ... | |||
2008-09-17 | (svn r14352) -Feature: Allow sorting vehicles by remaining life time. | belugas | |
Patch by yorick | |||
2008-09-15 | (svn r14337) -Codechange: use CmdRename* and CMD_RENAME_* for vehicle, ↵ | smatz | |
president and company renaming commands, too | |||
2008-09-15 | (svn r14334) -Feature: ability to reset name to default/automatic value (for ↵ | smatz | |
vehicles, engines, towns, groups, stations, waypoints, managers and companies) | |||
2008-09-15 | (svn r14331) -Codechange: use an enum as additional parameter for ↵ | smatz | |
ShowQueryString() | |||
2008-09-15 | (svn r14329) -Fix (r14306): selections in the group GUI weren't shown anymore. | rubidium | |
2008-09-13 | (svn r14306) -Codechange: unify the code to draw the vehicle list. | rubidium | |
-Fix [FS#2292]: inconsistency between drawn vehicle lists in the vehicle list and group windows. | |||
2008-09-12 | (svn r14302) -Codechange: simplify and make the vehicle list and group ↵ | rubidium | |
windows behave the same w.r.t. getting wider (by default) for trains than the other vehicles. | |||
2008-09-12 | (svn r14301) -Codechange: give the vehicle list and group list the same ↵ | rubidium | |
relative size and the same absolute height for the vehicle list items. | |||
2008-08-24 | (svn r14150) -Add: Add the count of trains using the current waypoint in the ↵ | belugas | |
vehicle list window's caption | |||
2008-08-23 | (svn r14135) -Codechange: Add owner to waypoints. Previously, it was guessed ↵ | belugas | |
from rail underneath it. | |||
2008-08-22 | (svn r14133) -Fix [FS#2249]: close the 'manage vehicles' dropdown once the ↵ | rubidium | |
number of vehicles in the list reaches 0. | |||
2008-08-21 | (svn r14118) -Fix(r14104): typos creeping like bugs | belugas | |
2008-08-20 | (svn r14104) -Feature: Add a window for waypoints, allowing to view all the ↵ | belugas | |
trains having the selected waypoint in their orders. Changing its name is also supported from the same new window. Gui based on work done by Satyap, on FS#2025. | |||
2008-08-17 | (svn r14097) -Fix [FS#2085]: one couldn't get a list of vehicles sharing an ↵ | rubidium | |
order when the number of orders was 0; you could see that the vehicles had a shared order though. | |||
2008-08-15 | (svn r14076) -Codechange: Merge the four start/stop commands into a single ↵ | frosch | |
CMD_START_STOP_VEHICLE. | |||
2008-08-13 | (svn r14063) -Codechange: replace some "magic" constants with enumified ↵ | rubidium | |
constants. | |||
2008-08-12 | (svn r14058) -Fix [FS#2224]: NewGRF callback 23 didn't use the NewGRF ↵ | rubidium | |
compatible text stack (minime) | |||
2008-08-06 | (svn r14007) -Fix [FS#2098]: Notify vehicle windows when their internal ↵ | frosch | |
state is botched up from outside. | |||
2008-08-06 | (svn r14006) -Codechange: Deduplicate some code. | frosch | |
2008-08-02 | (svn r13950) -Add [YAPP]: Trains can now also be in a 'stuck' state when ↵ | rubidium | |
waiting on a path reservation. (michi_cc) | |||
2008-08-02 | (svn r13919) -Codechange: Replace numbers with Colours enum on osk(forgot 2 ↵ | belugas | |
assignations), statusbar, subsidy, terraform, timetable, toolbar, town, tree and vehicle guis. | |||
2008-07-17 | (svn r13720) -Fix (r13715): string wasn't correctly passed to draw function. | rubidium | |
2008-07-17 | (svn r13719) -Codechange: rename IsValidPlayer to IsValidPlayerID in line ↵ | rubidium | |
with all other structs/classes that are in a pool. | |||
2008-07-17 | (svn r13715) -Fix [FS#2129]: C-like strings had to be rebound each time they ↵ | rubidium | |
were printed, otherwise the text could change due to the few number of slots that could be used to bind. -Codechange: remove all BindCString and related functions and replace it by RAW_STRING which prints the C-string raw pointer that is on the 'print stack'. | |||
2008-06-24 | (svn r13623) -Codechange: only show the 'load' of articulated RV parts that ↵ | rubidium | |
have a capacity instead of showing 'empty' parts when a vehicle is completely full. | |||
2008-06-24 | (svn r13622) -Fix [FS#2109]: only the front of a RV would be considered when ↵ | rubidium | |
determining to what cargos a vehicle can be refitted instead of all cargos. | |||
2008-06-20 | (svn r13593) -Fix [FS#2095](r13524): sorting by cargo capacity was broken | smatz | |
2008-06-19 | (svn r13587) -Codechange: make some globals members of VehicleListBase since ↵ | skidd13 | |
they are used as such -Cleanup: some small things referring the change | |||
2008-06-16 | (svn r13534) -Codechange: Replace the main part of VehiclesListBase sorting ↵ | skidd13 | |
with GUIList function calls | |||
2008-06-15 | (svn r13524) -Codechange: use the typesafe QSort for vehicle sortings | skidd13 | |
-Prepare: vehicles sorting for convsersion to GUIList | |||
2008-05-29 | (svn r13325) -Codechange: split the client-side only settings from the ↵ | rubidium | |
settings stored in the savegame so there is no need to have a duplicate copy of it for new games. | |||
2008-05-28 | (svn r13307) -Codechange: Separate VehicleList and its two functions so only ↵ | peter1138 | |
the 3 users include it, reducing dependencies on misc/smallvec.h | |||
2008-05-27 | (svn r13291) -Fix (r13266): qsort passed wrong sizeof data | peter1138 | |
2008-05-26 | (svn r13270) -Codechange: There is no need to clear lists in the window ↵ | peter1138 | |
constructor | |||
2008-05-26 | (svn r13266) -Codechange: Use SmallVector in GUIList | peter1138 | |
2008-05-25 | (svn r13251) -Codechange: rename _patches to _settings as that is more logic. | rubidium | |
-Codechange: move all Settings into substructs of _settings in a way that they are logically grouped. | |||
2008-05-25 | (svn r13248) -Codechange: Use VehicleList for depot GUI. | peter1138 | |