rubidium
|
d5eeab43b7
|
(svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files
|
2012-01-03 21:32:51 +00:00 |
|
rubidium
|
6d6be50ae0
|
(svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files
|
2012-01-03 21:32:51 +00:00 |
|
truebrain
|
aa1a0053b0
|
(svn r23640) -Fix: stop using FORCEINLINE (1/3rd of the instances were, the others were still regular inline), but make sure inline is always a 'forced' inline (I am looking at you MSVC)
|
2011-12-20 17:57:56 +00:00 |
|
truebrain
|
1c9bec1999
|
(svn r23640) -Fix: stop using FORCEINLINE (1/3rd of the instances were, the others were still regular inline), but make sure inline is always a 'forced' inline (I am looking at you MSVC)
|
2011-12-20 17:57:56 +00:00 |
|
frosch
|
6e61fee028
|
(svn r23080) -Feature: [NewGRF] Use variable 10 to enable vehicle GRFs to draw different sprites on the map and in various GUIs.
|
2011-11-01 16:51:47 +00:00 |
|
frosch
|
bbc3409942
|
(svn r23080) -Feature: [NewGRF] Use variable 10 to enable vehicle GRFs to draw different sprites on the map and in various GUIs.
|
2011-11-01 16:51:47 +00:00 |
|
rubidium
|
87272273b5
|
(svn r22405) -Document: some more "random-ish" tidbits
|
2011-05-01 19:14:12 +00:00 |
|
rubidium
|
1a515e6344
|
(svn r22405) -Document: some more "random-ish" tidbits
|
2011-05-01 19:14:12 +00:00 |
|
rubidium
|
5ec2bcc0d9
|
(svn r21157) -Codechange: remove information about the text direction out of the language "list"
|
2010-11-13 09:56:25 +00:00 |
|
rubidium
|
30637a8340
|
(svn r21157) -Codechange: remove information about the text direction out of the language "list"
|
2010-11-13 09:56:25 +00:00 |
|
rubidium
|
360d6daf34
|
(svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some headers
|
2010-08-26 22:01:16 +00:00 |
|
rubidium
|
30f2afac9b
|
(svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some headers
|
2010-08-26 22:01:16 +00:00 |
|
rubidium
|
bbafd249ca
|
(svn r20573) -Codechange: free/reserve some bits in the sell vehicle command to increase the vehicle pool limit
|
2010-08-19 20:45:29 +00:00 |
|
rubidium
|
cc658392eb
|
(svn r20573) -Codechange: free/reserve some bits in the sell vehicle command to increase the vehicle pool limit
|
2010-08-19 20:45:29 +00:00 |
|
rubidium
|
c28f639c40
|
(svn r20013) -Fix [FS#3890]: silence some warnings / take the advice of the warnings into account
|
2010-06-23 14:38:17 +00:00 |
|
rubidium
|
52154e097c
|
(svn r20013) -Fix [FS#3890]: silence some warnings / take the advice of the warnings into account
|
2010-06-23 14:38:17 +00:00 |
|
alberth
|
0418fcd988
|
(svn r19888) -Add [FS#3705]: Add highlighting of drag destination in depot gui (sbr).
|
2010-05-23 15:02:26 +00:00 |
|
alberth
|
268bc7d571
|
(svn r19888) -Add [FS#3705]: Add highlighting of drag destination in depot gui (sbr).
|
2010-05-23 15:02:26 +00:00 |
|
rubidium
|
a70fd540fc
|
(svn r19814) -Codechange: give some more unnamed enums a name, in case they consisted of unrelated values use static const (u)int
|
2010-05-13 10:14:29 +00:00 |
|
rubidium
|
062dd0e24c
|
(svn r19814) -Codechange: give some more unnamed enums a name, in case they consisted of unrelated values use static const (u)int
|
2010-05-13 10:14:29 +00:00 |
|
rubidium
|
7127338414
|
(svn r18872) -Codechange: introduce PaletteID and use it
|
2010-01-21 01:38:13 +00:00 |
|
rubidium
|
f94c83a387
|
(svn r18872) -Codechange: introduce PaletteID and use it
|
2010-01-21 01:38:13 +00:00 |
|
rubidium
|
9467b7c6d6
|
(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header
|
2010-01-15 16:41:15 +00:00 |
|
rubidium
|
82fc28f77f
|
(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header
|
2010-01-15 16:41:15 +00:00 |
|
rubidium
|
26b203e3ff
|
(svn r18781) -Codechange: pass the CommandCost to the callback instead of whether it succeeded or not.
-Fix: AIs did update their last cost incorrectly in network games if the cost of the DC_EXEC phase differed from the ~DC_EXEC phase.
|
2010-01-11 18:46:09 +00:00 |
|
rubidium
|
2b97f38cd1
|
(svn r18781) -Codechange: pass the CommandCost to the callback instead of whether it succeeded or not.
-Fix: AIs did update their last cost incorrectly in network games if the cost of the DC_EXEC phase differed from the ~DC_EXEC phase.
|
2010-01-11 18:46:09 +00:00 |
|
rubidium
|
8bdeb2cab6
|
(svn r18779) -Codechange: merge the command callbacks of the primary vehicles; they are identical
|
2010-01-11 18:34:02 +00:00 |
|
rubidium
|
833c6f36f3
|
(svn r18779) -Codechange: merge the command callbacks of the primary vehicles; they are identical
|
2010-01-11 18:34:02 +00:00 |
|
rubidium
|
c0ae932b4d
|
(svn r18344) -Change [FS#2923]: do not split up articulated vehicles in the train details view. If an articulated vehicle it too 'wide' draw the information on the next line and if there are multiple cargos split that over multiple lines too. Based on work by frosch123.
|
2009-11-29 19:31:23 +00:00 |
|
rubidium
|
8a8bf6c53d
|
(svn r18344) -Change [FS#2923]: do not split up articulated vehicles in the train details view. If an articulated vehicle it too 'wide' draw the information on the next line and if there are multiple cargos split that over multiple lines too. Based on work by frosch123.
|
2009-11-29 19:31:23 +00:00 |
|
rubidium
|
8c11679381
|
(svn r18342) -Fix: erroneous spaces before ;
|
2009-11-29 19:20:39 +00:00 |
|
rubidium
|
2e2f72b971
|
(svn r18342) -Fix: erroneous spaces before ;
|
2009-11-29 19:20:39 +00:00 |
|
rubidium
|
3ebe581b4a
|
(svn r18256) -Codechange: make the vehicle details window big font aware
|
2009-11-23 16:18:01 +00:00 |
|
rubidium
|
fabd1b7c50
|
(svn r18256) -Codechange: make the vehicle details window big font aware
|
2009-11-23 16:18:01 +00:00 |
|
rubidium
|
3b7f030fc3
|
(svn r18162) -Fix: rest-of-train train selection
|
2009-11-18 10:45:33 +00:00 |
|
rubidium
|
4b225afad5
|
(svn r18162) -Fix: rest-of-train train selection
|
2009-11-18 10:45:33 +00:00 |
|
rubidium
|
3e1a1f3656
|
(svn r18144) -Codechange: ignore SETX(Y) spacing in vehicle details and graphical glitches due to (incorrect) SETX(Y) usage
|
2009-11-17 15:26:46 +00:00 |
|
rubidium
|
ddffeb791e
|
(svn r18144) -Codechange: ignore SETX(Y) spacing in vehicle details and graphical glitches due to (incorrect) SETX(Y) usage
|
2009-11-17 15:26:46 +00:00 |
|
rubidium
|
60b1ff4075
|
(svn r18142) -Codechange: make the vehicle details RTL (and huge ship/aircraft) aware
|
2009-11-17 15:05:12 +00:00 |
|
rubidium
|
cbc12fdd86
|
(svn r18142) -Codechange: make the vehicle details RTL (and huge ship/aircraft) aware
|
2009-11-17 15:05:12 +00:00 |
|
rubidium
|
16592910ba
|
(svn r18136) -Codechange: support RTL in the vehicle lists
|
2009-11-17 11:36:36 +00:00 |
|
rubidium
|
9bfcf2b615
|
(svn r18136) -Codechange: support RTL in the vehicle lists
|
2009-11-17 11:36:36 +00:00 |
|
rubidium
|
68f146d83c
|
(svn r18133) -Codechange: pass the 'maximum' left/right positions to Draw*Image
|
2009-11-16 22:25:01 +00:00 |
|
rubidium
|
a808623b24
|
(svn r18133) -Codechange: pass the 'maximum' left/right positions to Draw*Image
|
2009-11-16 22:25:01 +00:00 |
|
peter1138
|
4dabc6bd14
|
(svn r18129) -Codechange: Fix up train details window for correct offsets and line spacing.
|
2009-11-16 21:10:23 +00:00 |
|
peter1138
|
d499aa0187
|
(svn r18129) -Codechange: Fix up train details window for correct offsets and line spacing.
|
2009-11-16 21:10:23 +00:00 |
|
rubidium
|
982b8ee5fc
|
(svn r17693) -Cleanup: remove some unneeded includes
|
2009-10-04 17:16:41 +00:00 |
|
rubidium
|
d6cded5380
|
(svn r17693) -Cleanup: remove some unneeded includes
|
2009-10-04 17:16:41 +00:00 |
|
rubidium
|
310465da07
|
(svn r17570) -Fix: a number of Doxygen warnings about missing parameters, which were sometimes missing and sometimes just typos
|
2009-09-19 09:51:14 +00:00 |
|
rubidium
|
e8ddf001c8
|
(svn r17570) -Fix: a number of Doxygen warnings about missing parameters, which were sometimes missing and sometimes just typos
|
2009-09-19 09:51:14 +00:00 |
|