rubidium
|
28ea38ae55
|
(svn r14949) -Cleanup: pointer coding style
|
2009-01-10 00:31:47 +00:00 |
|
frosch
|
eec8c04586
|
(svn r14925) -Fix [FS#2500]: Abort dragging of vehicles in the group window when they are deleted.
|
2009-01-08 21:16:19 +00:00 |
|
smatz
|
b00e510140
|
(svn r14807) -Codechange: use INVALID_TILE instead of 0 to mark invalid depots, industries, towns and waypoints
|
2009-01-03 16:06:58 +00:00 |
|
rubidium
|
e83cca7d13
|
(svn r14754) -Codechange: get rid of _cmd_text and just pass it as (optional) parameter.
|
2008-12-28 14:37:19 +00:00 |
|
rubidium
|
e589c7e580
|
(svn r14422) -Codechange: also reflect the changes of r14421 in the filenames.
|
2008-09-30 20:51:04 +00:00 |
|
rubidium
|
f56e630e5c
|
(svn r14421) -Codechange: rename all player variables/types to company *or* client so it is immediatelly clear which one you are working with.
|
2008-09-30 20:39:50 +00:00 |
|
smatz
|
e543181b12
|
(svn r14334) -Feature: ability to reset name to default/automatic value (for vehicles, engines, towns, groups, stations, waypoints, managers and companies)
|
2008-09-15 19:02:50 +00:00 |
|
smatz
|
ffa39caf3d
|
(svn r14331) -Codechange: use an enum as additional parameter for ShowQueryString()
|
2008-09-15 16:29:40 +00:00 |
|
rubidium
|
1c5338cbce
|
(svn r14329) -Fix (r14306): selections in the group GUI weren't shown anymore.
|
2008-09-15 10:02:39 +00:00 |
|
rubidium
|
4ea5308d49
|
(svn r14306) -Codechange: unify the code to draw the vehicle list.
-Fix [FS#2292]: inconsistency between drawn vehicle lists in the vehicle list and group windows.
|
2008-09-13 10:04:36 +00:00 |
|
rubidium
|
ac48a45cb8
|
(svn r14303) -Codechange: make the vehicle list part of the group window look exactly like the vehicle list instead of some buttons being one pixel wider/smaller.
|
2008-09-12 21:59:34 +00:00 |
|
rubidium
|
f60ef76050
|
(svn r14302) -Codechange: simplify and make the vehicle list and group windows behave the same w.r.t. getting wider (by default) for trains than the other vehicles.
|
2008-09-12 21:58:36 +00:00 |
|
rubidium
|
3423721523
|
(svn r14301) -Codechange: give the vehicle list and group list the same relative size and the same absolute height for the vehicle list items.
|
2008-09-12 21:20:12 +00:00 |
|
rubidium
|
c816cc37fd
|
(svn r14063) -Codechange: replace some "magic" constants with enumified constants.
|
2008-08-13 06:05:01 +00:00 |
|
belugas
|
a63bcef135
|
(svn r13879) -Codechange: Replace numbers with Colours enum on engine, industries and group gui
|
2008-07-30 16:13:58 +00:00 |
|
rubidium
|
6898a76c5f
|
(svn r13719) -Codechange: rename IsValidPlayer to IsValidPlayerID in line with all other structs/classes that are in a pool.
|
2008-07-17 20:13:01 +00:00 |
|
skidd13
|
ec261a6456
|
(svn r13587) -Codechange: make some globals members of VehicleListBase since they are used as such
-Cleanup: some small things referring the change
|
2008-06-19 19:58:30 +00:00 |
|
skidd13
|
d85c5f020b
|
(svn r13534) -Codechange: Replace the main part of VehiclesListBase sorting with GUIList function calls
|
2008-06-16 17:09:52 +00:00 |
|
peter1138
|
698a51a41e
|
(svn r13319) -Codechange: Remove use of imaginary horizontal scrollbar in the group vehicle list
|
2008-05-29 07:34:40 +00:00 |
|
smatz
|
33dc3165be
|
(svn r13280) -Fix (r13276): MSVC compilation was broken
|
2008-05-27 00:13:51 +00:00 |
|
skidd13
|
16cee252a7
|
(svn r13271) -Codechange: groups sorting uses GUILists Sort() now
|
2008-05-26 18:30:58 +00:00 |
|
peter1138
|
0434e83e91
|
(svn r13270) -Codechange: There is no need to clear lists in the window constructor
|
2008-05-26 18:25:27 +00:00 |
|
peter1138
|
781b90ac91
|
(svn r13266) -Codechange: Use SmallVector in GUIList
|
2008-05-26 16:23:23 +00:00 |
|
rubidium
|
162e2e074b
|
(svn r13185) -Codechange: remove everything related to the WindowProc callbacks.
|
2008-05-19 09:48:47 +00:00 |
|
rubidium
|
3ee2556585
|
(svn r13165) -Codechange: replace some RebuildXXXList/ResortXXXList+InvalidateWindowXXX with InvalidateWindowXXXData.
|
2008-05-18 16:51:44 +00:00 |
|
rubidium
|
a89b5721a8
|
(svn r13139) -Codechange: move DrawWindowWidgets and DrawWindowViewport to the Window class and remove Window from their naming.
|
2008-05-17 12:48:06 +00:00 |
|
rubidium
|
0d2e74fb71
|
(svn r13078) -Fix: group gui used the vehicle type before it was actually set.
|
2008-05-13 21:50:31 +00:00 |
|
rubidium
|
a7db265bb6
|
(svn r13069) -Codechange: it is no longer needed to pass a void *data pointer with the WE_CREATE message because nothing uses it anymore.
|
2008-05-13 14:43:33 +00:00 |
|
rubidium
|
ee3c14b344
|
(svn r13046) -Codechange: make classes of the VehicleListWindow and the VehicleGroupWindow.
|
2008-05-11 15:00:11 +00:00 |
|
rubidium
|
89a60ce249
|
(svn r13045) -Codechange: make list_d (now GUIList) more generic and uniform.
|
2008-05-11 14:23:45 +00:00 |
|
rubidium
|
92aac531c2
|
(svn r13005) -Codechange: prepare AllocateWindowDescFront for subclassing of Window.
|
2008-05-08 11:50:34 +00:00 |
|
rubidium
|
c28ce39e3c
|
(svn r12987) -Codechange: split viewport and tile selection.
|
2008-05-07 13:10:15 +00:00 |
|
rubidium
|
9db77e3808
|
(svn r12976) -Codechange: use w->SetDirty() instead of SetWindowDirty(w) when it's certain that w != NULL.
|
2008-05-06 22:08:18 +00:00 |
|
rubidium
|
1ce0b03bf0
|
(svn r12971) -Documentation: add @file in files that missed them and add something more than whitespace as description of files that don't have a description.
|
2008-05-06 15:11:33 +00:00 |
|
rubidium
|
8857f5057f
|
(svn r12766) -Add: sorting by road vehicle/train length. Based on a patch by Sir Bob.
|
2008-04-18 10:58:11 +00:00 |
|
rubidium
|
f4b07a78c4
|
(svn r12762) -Fix: tabs after the first non-tab character are generally not okay (or lines starting with a space and then tabs).
|
2008-04-18 04:54:09 +00:00 |
|
rubidium
|
6d063c3ad6
|
(svn r12754) -Codechange: split depot.h into depot_map.h, depot_func.h and depot_base.h and remove quite a lot of unneeded (before this) includes of depot.h.
|
2008-04-17 19:10:30 +00:00 |
|
smatz
|
d0fdbce6d2
|
(svn r12576) -Feature(tte) [FS#337]: highlight vehicle chain when dragging in the group and depot GUI if appropriate
|
2008-04-05 11:27:50 +00:00 |
|
rubidium
|
df1d9bd880
|
(svn r12490) -Codechange: rename engine.h to engine_func.h and remove unneeded inclusions of engine.h and/or replace them with engine_type.h.
|
2008-03-31 00:17:39 +00:00 |
|
rubidium
|
bf54e0ba1c
|
(svn r12469) -Codechange: split type related stuff from group.h (and openttd.h) to group_type.h.
|
2008-03-28 16:34:50 +00:00 |
|
peter1138
|
38be279d3a
|
(svn r12374) -Fix (r11892): Don't close a dropmenu when clicking on a dropdown widget
|
2008-03-15 21:35:48 +00:00 |
|
smatz
|
9bdb194b2a
|
(svn r12197) -Fix [FS#1788](r12134): show correct last year profit when the train had negative income
-Codechange: use GetDisplayProfitThisYear() to convert vehicle profit to readable form
|
2008-02-20 17:06:58 +00:00 |
|
smatz
|
d7a72c7002
|
(svn r12166) -Fix [FS#337]: when drag&drop mode was cancelled by keyboard input, depot/group window wasn't updated (original patch by GrimRC)
|
2008-02-17 12:21:05 +00:00 |
|
smatz
|
fe48d0be21
|
(svn r12134) -Change: count the number of ticks a vehicle was running this day to calculate running cost
-Fix [FS#1739]: vehicle profit is now counted with 8bit fract, so it is now shown properly in the vehicle details window
|
2008-02-13 19:24:40 +00:00 |
|
peter1138
|
04da1e1d45
|
(svn r11915) -Codechange: Add a function to draw a sort button's up/down arrow. Arrows are now drawn in a consistent position based on the widget, instead of randomly positioned by pixel.
|
2008-01-18 10:36:55 +00:00 |
|
peter1138
|
727d07c67e
|
(svn r11904) -Codechange: use dropdown widget in 3 more windows, build vehicle, group vehicle list and station list.
|
2008-01-17 18:49:39 +00:00 |
|
peter1138
|
41df004043
|
(svn r11892) -Fix (r11879): View switched from ungrouped to all vehicles as ungrouped is not technically a valid group, and ensure dropdown is removed
on any click in the window.
|
2008-01-17 13:37:28 +00:00 |
|
peter1138
|
e2724bed6c
|
(svn r11880) -Codechange: Generate vehicle group action dropdown dynamically, and assign an enum for the function return codes.
|
2008-01-16 18:25:23 +00:00 |
|
peter1138
|
389f8e0d8f
|
(svn r11879) -Fix: Only update group action drop down list when clicking on the dropdown text/button. Other times is not needed and caused a double free.
|
2008-01-16 17:43:46 +00:00 |
|
peter1138
|
c2ae2334ec
|
(svn r11878) -Fix: Crash in MP in vehicle group window if the currently selected group is deleted by another player.
|
2008-01-16 16:52:50 +00:00 |
|