rubidium
|
2972ad372b
|
(svn r15603) -Fix [FS#2696]: crash when using an extraordinarily large sprite as cursor.
|
2009-03-03 20:33:57 +00:00 |
|
rubidium
|
b55ed2e668
|
(svn r15603) -Fix [FS#2696]: crash when using an extraordinarily large sprite as cursor.
|
2009-03-03 20:33:57 +00:00 |
|
rubidium
|
b2def94607
|
(svn r15577) -Codechange: bool _networking belongs in network/ not gfx.cpp
|
2009-02-25 00:48:04 +00:00 |
|
rubidium
|
66a8c0a132
|
(svn r15577) -Codechange: bool _networking belongs in network/ not gfx.cpp
|
2009-02-25 00:48:04 +00:00 |
|
yexo
|
7e818f0456
|
(svn r15576) -Codechange: rename SwitchModes to SwitchMode and don't hardcode the values for that enum.
|
2009-02-25 00:45:52 +00:00 |
|
yexo
|
3bb872e7dd
|
(svn r15576) -Codechange: rename SwitchModes to SwitchMode and don't hardcode the values for that enum.
|
2009-02-25 00:45:52 +00:00 |
|
yexo
|
bd2544b5ea
|
(svn r15575) -Codechange: Rename GameModes to GameMode and store _game_mode as GameMode instead of as byte.
|
2009-02-25 00:14:46 +00:00 |
|
yexo
|
901230bde1
|
(svn r15575) -Codechange: Rename GameModes to GameMode and store _game_mode as GameMode instead of as byte.
|
2009-02-25 00:14:46 +00:00 |
|
rubidium
|
b1a1c022fb
|
(svn r15431) -Fix (r15425): wrongly added assertion due to unneeded & 0xFF. Now use the same method of handling the colour as it would do when drawing a string instead of a character.
|
2009-02-09 10:31:37 +00:00 |
|
rubidium
|
d71ec28edc
|
(svn r15431) -Fix (r15425): wrongly added assertion due to unneeded & 0xFF. Now use the same method of handling the colour as it would do when drawing a string instead of a character.
|
2009-02-09 10:31:37 +00:00 |
|
rubidium
|
89e1afdaa0
|
(svn r15428) -Codechange: consistently use colour instead of having both color and colour.
|
2009-02-09 02:57:15 +00:00 |
|
rubidium
|
c0a8d09ca7
|
(svn r15428) -Codechange: consistently use colour instead of having both color and colour.
|
2009-02-09 02:57:15 +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 |
|
smatz
|
9021c20b5e
|
(svn r15299) -Cleanup: remove many redundant includes
|
2009-01-31 20:16:06 +00:00 |
|
smatz
|
0d3f5e6e74
|
(svn r15299) -Cleanup: remove many redundant includes
|
2009-01-31 20:16:06 +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
|
f98e498771
|
(svn r14668) -Change: use include <> instead of include "" when including ICU's headers.
|
2008-12-12 19:54:54 +00:00 |
|
rubidium
|
0bf775a20a
|
(svn r14668) -Change: use include <> instead of include "" when including ICU's headers.
|
2008-12-12 19:54:54 +00:00 |
|
skidd13
|
9b282b3e51
|
(svn r14555) -Codechange: replace ttd_strlcat and ttd_strlcpy with strecat and strecpy where direct conversion is possible
|
2008-11-02 11:20:15 +00:00 |
|
skidd13
|
706dd0f86c
|
(svn r14555) -Codechange: replace ttd_strlcat and ttd_strlcpy with strecat and strecpy where direct conversion is possible
|
2008-11-02 11:20:15 +00:00 |
|
rubidium
|
c7bd7fb221
|
(svn r14516) -Fix: determine the default text direction based on the language file instead of hardcoding one.
|
2008-10-22 20:21:11 +00:00 |
|
rubidium
|
219abb5235
|
(svn r14516) -Fix: determine the default text direction based on the language file instead of hardcoding one.
|
2008-10-22 20:21:11 +00:00 |
|
rubidium
|
321e40115d
|
(svn r14494) -Fix: few MSVC x64 warnings.
|
2008-10-19 18:47:15 +00:00 |
|
rubidium
|
8cce756f8f
|
(svn r14494) -Fix: few MSVC x64 warnings.
|
2008-10-19 18:47:15 +00:00 |
|
rubidium
|
8ee8e0fac5
|
(svn r14479) -Add: initial (optional) support for handling bidirectional scripts and connecting Arabic characters.
|
2008-10-17 17:14:09 +00:00 |
|
rubidium
|
ae0715e8c3
|
(svn r14479) -Add: initial (optional) support for handling bidirectional scripts and connecting Arabic characters.
|
2008-10-17 17:14:09 +00:00 |
|
rubidium
|
c358955127
|
(svn r14223) -Codechange: make GetSprite aware of the 4 different types of sprites: fonts, recolour, mapgen and normal sprites.
|
2008-09-02 15:20:38 +00:00 |
|
rubidium
|
c8e8911ef6
|
(svn r14223) -Codechange: make GetSprite aware of the 4 different types of sprites: fonts, recolour, mapgen and normal sprites.
|
2008-09-02 15:20:38 +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 |
|
belugas
|
ae15f2e063
|
(svn r14061) -Codechange: constification and move a declaration more logically
|
2008-08-13 02:48:50 +00:00 |
|
belugas
|
c773d33cc3
|
(svn r14061) -Codechange: constification and move a declaration more logically
|
2008-08-13 02:48:50 +00:00 |
|
rubidium
|
2053688226
|
(svn r14054) -Fix (rthebeginning): long strings in the edit box would cause OpenTTD to stop drawing the string. This is especially noticable with low resolutions and the chat input box.
|
2008-08-12 19:29:10 +00:00 |
|
rubidium
|
4ae352d288
|
(svn r14054) -Fix (rthebeginning): long strings in the edit box would cause OpenTTD to stop drawing the string. This is especially noticable with low resolutions and the chat input box.
|
2008-08-12 19:29:10 +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 |
|
belugas
|
5cbd0fb5a4
|
(svn r14049) -Codechange: rename a variable to a somewhat more descriptive one. And constify it too.
|
2008-08-12 02:20:39 +00:00 |
|
belugas
|
61007078b6
|
(svn r14049) -Codechange: rename a variable to a somewhat more descriptive one. And constify it too.
|
2008-08-12 02:20:39 +00:00 |
|
rubidium
|
31d69a49e8
|
(svn r14047) -Codechange: move chatmessage handling to the network directory as that's the only case chat messages are used. Furthermore remove any trace of chatmessages when compiling without network support.
|
2008-08-11 22:45:11 +00:00 |
|
rubidium
|
d0c1a989a4
|
(svn r14047) -Codechange: move chatmessage handling to the network directory as that's the only case chat messages are used. Furthermore remove any trace of chatmessages when compiling without network support.
|
2008-08-11 22:45:11 +00:00 |
|
belugas
|
eb461386ce
|
(svn r14043) -Codechange: Rename a variable to a more obvious name. And a few comments added too.
|
2008-08-11 20:06:57 +00:00 |
|
belugas
|
5f52c44c14
|
(svn r14043) -Codechange: Rename a variable to a more obvious name. And a few comments added too.
|
2008-08-11 20:06:57 +00:00 |
|
belugas
|
ba3d49df40
|
(svn r14042) -Codechange: Rename some structure members to more obvious names. And add a few comments on the _extra_palette_values array.
|
2008-08-11 18:30:52 +00:00 |
|
belugas
|
7f5173bf94
|
(svn r14042) -Codechange: Rename some structure members to more obvious names. And add a few comments on the _extra_palette_values array.
|
2008-08-11 18:30:52 +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
|
82ada4b3d0
|
(svn r14029) -Fix(r14027): reverting the TC_FROMSTRING back to the magical 0xFE number. Exact meaning will need to be found later.
|
2008-08-09 03:30:15 +00:00 |
|
belugas
|
815f08982a
|
(svn r14029) -Fix(r14027): reverting the TC_FROMSTRING back to the magical 0xFE number. Exact meaning will need to be found later.
|
2008-08-09 03:30:15 +00:00 |
|