rubidium
|
c1aabd9842
|
(svn r15785) -Codechange: remove the *Truncated part of the old text drawing API.
|
2009-03-21 20:12:12 +00:00 |
|
rubidium
|
45f189fdca
|
(svn r15785) -Codechange: remove the *Truncated part of the old text drawing API.
|
2009-03-21 20:12:12 +00:00 |
|
glx
|
583c756679
|
(svn r15784) -Fix (r15779): TextAlignment and TA_* already exist on windows
|
2009-03-21 20:06:00 +00:00 |
|
glx
|
9fcff01850
|
(svn r15784) -Fix (r15779): TextAlignment and TA_* already exist on windows
|
2009-03-21 20:06:00 +00:00 |
|
rubidium
|
b3b4be2dde
|
(svn r15782) -Codechange: replace some calls to the all text drawing API to the new one.
|
2009-03-21 19:10:26 +00:00 |
|
rubidium
|
8a758beec3
|
(svn r15782) -Codechange: replace some calls to the all text drawing API to the new one.
|
2009-03-21 19:10:26 +00:00 |
|
rubidium
|
83ebb4ed74
|
(svn r15779) -Codechange: unify (most) of the text drawing "API".
|
2009-03-21 18:28:01 +00:00 |
|
rubidium
|
a22559ff95
|
(svn r15779) -Codechange: unify (most) of the text drawing "API".
|
2009-03-21 18:28:01 +00:00 |
|
rubidium
|
a7693c6059
|
(svn r15425) -Codechange: some color->colour changes and type safety.
|
2009-02-09 02:09:47 +00:00 |
|
rubidium
|
8dae160d0f
|
(svn r15425) -Codechange: some color->colour changes and type safety.
|
2009-02-09 02:09:47 +00:00 |
|
rubidium
|
72b0341ed0
|
(svn r15126) -Feature: downloading content from a central server (content.openttd.org) where authors can upload they NewGRFS/AI etc. This should make joining servers that use only NewGRFs that are distributed via this system easier as the players can download the NewGRFs from in the game. It should also make it easier to see whether there are updates for NewGRFs and make the necessary updates.
|
2009-01-17 16:53:32 +00:00 |
|
rubidium
|
3a13b75e37
|
(svn r15126) -Feature: downloading content from a central server (content.openttd.org) where authors can upload they NewGRFS/AI etc. This should make joining servers that use only NewGRFs that are distributed via this system easier as the players can download the NewGRFs from in the game. It should also make it easier to see whether there are updates for NewGRFs and make the necessary updates.
|
2009-01-17 16:53:32 +00:00 |
|
rubidium
|
28ea38ae55
|
(svn r14949) -Cleanup: pointer coding style
|
2009-01-10 00:31:47 +00:00 |
|
rubidium
|
11da45ee55
|
(svn r14949) -Cleanup: pointer coding style
|
2009-01-10 00:31:47 +00:00 |
|
rubidium
|
9ca1972e01
|
(svn r14229) -Feature: allow overriding the palette of the base GRFs. This way you can play with NewGRFs made for the Windows palette with the DOS palettes base GRFs (and vice versa). Note that for this to work correctly ALL NewGRFs must use the same palette; mix and match is not yet supported.
|
2008-09-02 18:45:15 +00:00 |
|
rubidium
|
fc216aeeb8
|
(svn r14229) -Feature: allow overriding the palette of the base GRFs. This way you can play with NewGRFs made for the Windows palette with the DOS palettes base GRFs (and vice versa). Note that for this to work correctly ALL NewGRFs must use the same palette; mix and match is not yet supported.
|
2008-09-02 18:45:15 +00:00 |
|
rubidium
|
0742de717f
|
(svn r14152) -Fix (r14146): Apple decided to use a name I wanted to use... thus making compilation fail on OSX (planetmaker)
|
2008-08-24 09:48:21 +00:00 |
|
rubidium
|
a4854aaddc
|
(svn r14152) -Fix (r14146): Apple decided to use a name I wanted to use... thus making compilation fail on OSX (planetmaker)
|
2008-08-24 09:48:21 +00:00 |
|
rubidium
|
07c20252c3
|
(svn r14146) -Codechange: allow palette override in both ways and remove some unneeded '(x == 0) ? 0 : 1' constructs.
|
2008-08-23 20:16:54 +00:00 |
|
rubidium
|
200f405706
|
(svn r14146) -Codechange: allow palette override in both ways and remove some unneeded '(x == 0) ? 0 : 1' constructs.
|
2008-08-23 20:16:54 +00:00 |
|
rubidium
|
b76620939d
|
(svn r14051) -Codechange: enumify the DrawString buffer length.
|
2008-08-12 11:21:37 +00:00 |
|
rubidium
|
a3910ced70
|
(svn r14051) -Codechange: enumify the DrawString buffer length.
|
2008-08-12 11:21:37 +00:00 |
|
frosch
|
3c2128dedb
|
(svn r14030) -Fix (r14027): true != false, also rename the parameter to make 'true' and 'false' more intuitively useable.
|
2008-08-09 11:04:42 +00:00 |
|
frosch
|
92afb4d9bd
|
(svn r14030) -Fix (r14027): true != false, also rename the parameter to make 'true' and 'false' more intuitively useable.
|
2008-08-09 11:04:42 +00:00 |
|
belugas
|
b4b9626172
|
(svn r14028) -Fix(r14027): Wrong value for the multiline_skipping. Just the other way around.
|
2008-08-09 02:54:06 +00:00 |
|
belugas
|
9e883ca48f
|
(svn r14028) -Fix(r14027): Wrong value for the multiline_skipping. Just the other way around.
|
2008-08-09 02:54:06 +00:00 |
|
belugas
|
b714273706
|
(svn r14027) -Codechange: Document a bit the DoDrawString function while removing yet som more magic numbers and one "false" colour
|
2008-08-09 02:11:46 +00:00 |
|
belugas
|
e3ea3c8fbe
|
(svn r14027) -Codechange: Document a bit the DoDrawString function while removing yet som more magic numbers and one "false" colour
|
2008-08-09 02:11:46 +00:00 |
|
belugas
|
39c92f9068
|
(svn r13994) -Codechange: replace a few rogue magic numbers with Colours enum values
|
2008-08-04 17:27:06 +00:00 |
|
belugas
|
5c3a18fa90
|
(svn r13994) -Codechange: replace a few rogue magic numbers with Colours enum values
|
2008-08-04 17:27:06 +00:00 |
|
rubidium
|
019a519446
|
(svn r13910) -Document: string drawing related functions and types (Alberth)
|
2008-08-01 09:34:34 +00:00 |
|
rubidium
|
c5a4e90338
|
(svn r13910) -Document: string drawing related functions and types (Alberth)
|
2008-08-01 09:34:34 +00:00 |
|
smatz
|
766e57df5f
|
(svn r13787) -Codechange: resize the red error message box if needed
|
2008-07-22 19:25:47 +00:00 |
|
smatz
|
06a52be95c
|
(svn r13787) -Codechange: resize the red error message box if needed
|
2008-07-22 19:25:47 +00:00 |
|
frosch
|
cfdc710104
|
(svn r13649) -Codechange: Split the GfxFillRect() special flags from 'color' into their own parameter.
|
2008-06-28 15:44:24 +00:00 |
|
frosch
|
ecc5d648df
|
(svn r13649) -Codechange: Split the GfxFillRect() special flags from 'color' into their own parameter.
|
2008-06-28 15:44:24 +00:00 |
|
smatz
|
5259d13da7
|
(svn r13571) -Codechange: define channels in struct Colour in different order on LE and BE machines
|
2008-06-18 21:19:04 +00:00 |
|
smatz
|
7a7ff65ac5
|
(svn r13571) -Codechange: define channels in struct Colour in different order on LE and BE machines
|
2008-06-18 21:19:04 +00:00 |
|
smatz
|
e00df941fa
|
(svn r13537) -Fix [FS#2090](r13523): QSortT won't work this way, use Dimension instead of uint16[2] for resolutions
|
2008-06-16 19:38:41 +00:00 |
|
smatz
|
2299181c4b
|
(svn r13537) -Fix [FS#2090](r13523): QSortT won't work this way, use Dimension instead of uint16[2] for resolutions
|
2008-06-16 19:38:41 +00:00 |
|
rubidium
|
c27f3cfa62
|
(svn r12977) -Codechange: remove quite some redundant (duplicate) function declarations.
|
2008-05-06 22:17:12 +00:00 |
|
rubidium
|
402a1e24ba
|
(svn r12977) -Codechange: remove quite some redundant (duplicate) function declarations.
|
2008-05-06 22:17:12 +00:00 |
|
rubidium
|
a606fe9610
|
(svn r12425) -Feature [FS#1846]: On Screen Keyboard for input fields so someone without a keyboard can enter text too. Patch by Dominik.
|
2008-03-26 10:08:17 +00:00 |
|
rubidium
|
327e870962
|
(svn r12425) -Feature [FS#1846]: On Screen Keyboard for input fields so someone without a keyboard can enter text too. Patch by Dominik.
|
2008-03-26 10:08:17 +00:00 |
|
smatz
|
d3d126f999
|
(svn r12167) -Feature(tte): change colour of autorail and autoroad selection when Ctrl is pressed
|
2008-02-17 17:00:43 +00:00 |
|
smatz
|
8b56e7544e
|
(svn r12167) -Feature(tte): change colour of autorail and autoroad selection when Ctrl is pressed
|
2008-02-17 17:00:43 +00:00 |
|
rubidium
|
3f104194d6
|
(svn r12003) -Codechange: don't declare InteractiveRandom[Range] in multiple places.
|
2008-01-29 00:26:31 +00:00 |
|
rubidium
|
fde33b5547
|
(svn r12003) -Codechange: don't declare InteractiveRandom[Range] in multiple places.
|
2008-01-29 00:26:31 +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
|
68707808c0
|
(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 |
|