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 |
|
smatz
|
254e19da91
|
(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
|
87e5a8b52b
|
(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
|
b650a86e58
|
(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 |
|
rubidium
|
3b798599b6
|
(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
|
1266b1a73f
|
(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 |
|
smatz
|
606f4defdc
|
(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
|
1ce4e5721b
|
(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
|
fc62d736f7
|
(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
|
3b4d15d35b
|
(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
|
3384638e36
|
(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
|
560e5560f1
|
(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 |
|
rubidium
|
97c184f8f8
|
(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 |
|
belugas
|
4cc5da9409
|
(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 |
|
rubidium
|
d06529ef4d
|
(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
|
32c2041f89
|
(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 |
|
skidd13
|
0a19f738bc
|
(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 |
|
peter1138
|
8ea996e246
|
(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 |
|
smatz
|
e424367938
|
(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 |
|
skidd13
|
0972b3dd15
|
(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
|
4c69d11f5e
|
(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 |
|
peter1138
|
02b5ffa13f
|
(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
|
27c38052b7
|
(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
|
9defec7876
|
(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
|
8b54212900
|
(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
|
cf91f6bf3e
|
(svn r13078) -Fix: group gui used the vehicle type before it was actually set.
|
2008-05-13 21:50:31 +00:00 |
|