rubidium
|
527b72749d
|
(svn r11555) -Codechange: use the new members introduced in r11551.
|
2007-12-02 14:29:48 +00:00 |
|
skidd13
|
c0a2c0c23e
|
(svn r11481) -Codechange: Rename the HASBIT function to fit with the naming style
|
2007-11-19 21:02:30 +00:00 |
|
skidd13
|
71c4325c50
|
(svn r11481) -Codechange: Rename the HASBIT function to fit with the naming style
|
2007-11-19 21:02:30 +00:00 |
|
truelight
|
42180a8f4e
|
(svn r11396) -Fix: GCC 3.3 doesn't like 'static bool inline', should of course be 'static inline bool' (SmatZ)
|
2007-11-09 11:22:17 +00:00 |
|
truelight
|
2493626f21
|
(svn r11396) -Fix: GCC 3.3 doesn't like 'static bool inline', should of course be 'static inline bool' (SmatZ)
|
2007-11-09 11:22:17 +00:00 |
|
truelight
|
f1df43ec21
|
(svn r11382) -Codechange: renamed COUNTBITS to CountBits, as it is no longer a macro (skidd13)
|
2007-11-04 22:47:34 +00:00 |
|
truelight
|
69b1d97c03
|
(svn r11382) -Codechange: renamed COUNTBITS to CountBits, as it is no longer a macro (skidd13)
|
2007-11-04 22:47:34 +00:00 |
|
belugas
|
e2c0f1faf7
|
(svn r11374) -Codechange: Give meaning to the magical number that specifies the color of the text in a DrawString call.
Patch heavily based on BiBB's work (FS#1383)
|
2007-11-04 00:08:57 +00:00 |
|
belugas
|
56e6282f2f
|
(svn r11374) -Codechange: Give meaning to the magical number that specifies the color of the text in a DrawString call.
Patch heavily based on BiBB's work (FS#1383)
|
2007-11-04 00:08:57 +00:00 |
|
bjarni
|
5c3b19ec89
|
(svn r11348) -Fix (r11049): [OSX] killed a warning (don't ask why only OSX showed this one)
|
2007-10-26 21:32:24 +00:00 |
|
bjarni
|
27bf599ae2
|
(svn r11348) -Fix (r11049): [OSX] killed a warning (don't ask why only OSX showed this one)
|
2007-10-26 21:32:24 +00:00 |
|
belugas
|
202b4de279
|
(svn r11304) -Feature: Control-Clicking the Center Main View button on the vehicle window allows the main viewport to follow the chosen vehicle.(stevenh)
|
2007-10-20 00:09:39 +00:00 |
|
belugas
|
705f0ae90c
|
(svn r11304) -Feature: Control-Clicking the Center Main View button on the vehicle window allows the main viewport to follow the chosen vehicle.(stevenh)
|
2007-10-20 00:09:39 +00:00 |
|
rubidium
|
a28b307c95
|
(svn r11173) -Codechange: rename some callback enums so they are more uniform.
|
2007-09-26 17:33:32 +00:00 |
|
rubidium
|
127c7c9b0f
|
(svn r11173) -Codechange: rename some callback enums so they are more uniform.
|
2007-09-26 17:33:32 +00:00 |
|
glx
|
ccf13f3ccc
|
(svn r11088) -Fix (r11063, r11067): MSVC warning C4804: '>' : unsafe use of type 'bool' in operation
|
2007-09-11 17:42:46 +00:00 |
|
glx
|
7b7c66fb6b
|
(svn r11088) -Fix (r11063, r11067): MSVC warning C4804: '>' : unsafe use of type 'bool' in operation
|
2007-09-11 17:42:46 +00:00 |
|
rubidium
|
1f1ce4ac5b
|
(svn r11067) -Codechange: also make it possible to use the advanced vehicle list for other players. Patch by SmatZ.
|
2007-09-09 10:34:32 +00:00 |
|
rubidium
|
efea7622ac
|
(svn r11067) -Codechange: also make it possible to use the advanced vehicle list for other players. Patch by SmatZ.
|
2007-09-09 10:34:32 +00:00 |
|
rubidium
|
305bdb70fd
|
(svn r11060) -Codechange: replace some magic numbers with the right enumified constants.
|
2007-09-08 10:10:31 +00:00 |
|
rubidium
|
82f6a90a56
|
(svn r11060) -Codechange: replace some magic numbers with the right enumified constants.
|
2007-09-08 10:10:31 +00:00 |
|
rubidium
|
07c67183bd
|
(svn r11049) -Codechange: unify a large part of the vehicle details window. Based on a patch by nycom.
|
2007-09-05 23:26:45 +00:00 |
|
rubidium
|
8a161d1488
|
(svn r11049) -Codechange: unify a large part of the vehicle details window. Based on a patch by nycom.
|
2007-09-05 23:26:45 +00:00 |
|
rubidium
|
6f76bc2449
|
(svn r11031) -Codechange: reduce the amount of duplication of bit counting functions. Based on patches by skidd13, SmatZ and Belugas.
|
2007-09-01 08:31:36 +00:00 |
|
rubidium
|
56ab253307
|
(svn r11031) -Codechange: reduce the amount of duplication of bit counting functions. Based on patches by skidd13, SmatZ and Belugas.
|
2007-09-01 08:31:36 +00:00 |
|
rubidium
|
235ad4ab6b
|
(svn r11003) -Codechange: replace Vehicle->next to Vehicle->Next() and Vehicle->SetNext() so we can trap instances that change a next pointer and (in the future) update the first/previous pointers based on that.
|
2007-08-30 13:03:56 +00:00 |
|
rubidium
|
cb7eaff353
|
(svn r11003) -Codechange: replace Vehicle->next to Vehicle->Next() and Vehicle->SetNext() so we can trap instances that change a next pointer and (in the future) update the first/previous pointers based on that.
|
2007-08-30 13:03:56 +00:00 |
|
rubidium
|
c2dcccae16
|
(svn r11001) -Codechange: unify the way to determine whether a vehicle is in a depot.
|
2007-08-29 21:49:08 +00:00 |
|
rubidium
|
a407d53d1b
|
(svn r11001) -Codechange: unify the way to determine whether a vehicle is in a depot.
|
2007-08-29 21:49:08 +00:00 |
|
rubidium
|
a6a9968d16
|
(svn r10997) -Codechange: unify the vehicle view window. Patch by PhilSophus.
|
2007-08-29 20:50:58 +00:00 |
|
rubidium
|
5d628e6135
|
(svn r10997) -Codechange: unify the vehicle view window. Patch by PhilSophus.
|
2007-08-29 20:50:58 +00:00 |
|
rubidium
|
13ab17bca8
|
(svn r10704) -Codechange: provide an infrastructure to have resizable windows that are smaller than the default window size.
|
2007-07-27 12:49:04 +00:00 |
|
rubidium
|
c03cb2c8db
|
(svn r10704) -Codechange: provide an infrastructure to have resizable windows that are smaller than the default window size.
|
2007-07-27 12:49:04 +00:00 |
|
peter1138
|
b60434eb0d
|
(svn r10337) -Fix [FS#880]: Autoreplace is only valid for the standard vehicle list, not station or shared order lists.
|
2007-06-26 08:11:11 +00:00 |
|
peter1138
|
8b314ffd1f
|
(svn r10337) -Fix [FS#880]: Autoreplace is only valid for the standard vehicle list, not station or shared order lists.
|
2007-06-26 08:11:11 +00:00 |
|
peter1138
|
8ee9e8bf1e
|
(svn r10323) -Codechange: reference company name, number and player (president) name
by index
|
2007-06-25 13:30:38 +00:00 |
|
peter1138
|
eb6594caa8
|
(svn r10323) -Codechange: reference company name, number and player (president) name
by index
|
2007-06-25 13:30:38 +00:00 |
|
peter1138
|
3878c55f34
|
(svn r10314) -Codechange: Refer to vehicle names by index
|
2007-06-24 22:42:11 +00:00 |
|
peter1138
|
fc7418d19d
|
(svn r10314) -Codechange: Refer to vehicle names by index
|
2007-06-24 22:42:11 +00:00 |
|
rubidium
|
d0fa4eb9de
|
(svn r10258) -Codechange: as we are now using int64 all over the place, it's better to use int64 variables in the string generating too instead of packing them into two int32s.
-Fix: some displays of money were wrong.
|
2007-06-21 17:25:17 +00:00 |
|
rubidium
|
9c0944aa09
|
(svn r10258) -Codechange: as we are now using int64 all over the place, it's better to use int64 variables in the string generating too instead of packing them into two int32s.
-Fix: some displays of money were wrong.
|
2007-06-21 17:25:17 +00:00 |
|
rubidium
|
1b27095c83
|
(svn r10247) -Fix (r10210): *always* call SetDParamMoney when you want to place money in some string.
|
2007-06-21 14:54:51 +00:00 |
|
rubidium
|
eb1472a82d
|
(svn r10247) -Fix (r10210): *always* call SetDParamMoney when you want to place money in some string.
|
2007-06-21 14:54:51 +00:00 |
|
rubidium
|
0d8e82b7d7
|
(svn r10246) -Fix (r10297): some forgotten money conversions and truncation issues. Thanks to benc for providing the patch.
|
2007-06-21 14:32:27 +00:00 |
|
rubidium
|
f806b46cc9
|
(svn r10246) -Fix (r10297): some forgotten money conversions and truncation issues. Thanks to benc for providing the patch.
|
2007-06-21 14:32:27 +00:00 |
|
rubidium
|
773a7c9cb6
|
(svn r10205) -Codechange: refactor returning of cost, so it can be more easily modified.
|
2007-06-18 19:53:50 +00:00 |
|
rubidium
|
49220cc6f1
|
(svn r10205) -Codechange: refactor returning of cost, so it can be more easily modified.
|
2007-06-18 19:53:50 +00:00 |
|
rubidium
|
82e79b847e
|
(svn r10200) -Codechange: add "shortcut" for !CmdFailed (CmdSucceeded).
|
2007-06-18 16:42:40 +00:00 |
|
rubidium
|
b09431478d
|
(svn r10200) -Codechange: add "shortcut" for !CmdFailed (CmdSucceeded).
|
2007-06-18 16:42:40 +00:00 |
|
rubidium
|
3ccc83e640
|
(svn r10197) -Codechange: replace int32 with CommandCost where appropriate.
|
2007-06-18 10:48:15 +00:00 |
|