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 |
|
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
|
e89b108161
|
(svn r14016) -Codechange: Remove some magical numbers
|
2008-08-08 02:28:28 +00:00 |
|
belugas
|
a2f590aeec
|
(svn r14016) -Codechange: Remove some magical numbers
|
2008-08-08 02:28:28 +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 |
|
rubidium
|
8113efb0f2
|
(svn r13759) -Fix [FS#2147]: selecting non-full length vehicles in the depot gui would place the "mouse pointer" out of the center of the vehicle making it hard to "aim".
|
2008-07-20 19:21:18 +00:00 |
|
rubidium
|
fec49bcc83
|
(svn r13759) -Fix [FS#2147]: selecting non-full length vehicles in the depot gui would place the "mouse pointer" out of the center of the vehicle making it hard to "aim".
|
2008-07-20 19:21:18 +00:00 |
|
rubidium
|
42d0500f40
|
(svn r13700) -Fix: possible buffer overflow in string truncation code.
|
2008-07-14 18:22:15 +00:00 |
|
rubidium
|
71820bf129
|
(svn r13700) -Fix: possible buffer overflow in string truncation code.
|
2008-07-14 18:22:15 +00:00 |
|
rubidium
|
f6ab930cc0
|
(svn r13699) -Fix: handle SETX(Y) properly when truncating a string instead of ignoring it and returning a too long string.
|
2008-07-14 17:31:41 +00:00 |
|
rubidium
|
b7c69ba5f0
|
(svn r13699) -Fix: handle SETX(Y) properly when truncating a string instead of ignoring it and returning a too long string.
|
2008-07-14 17:31:41 +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
|
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 |
|
skidd13
|
fc648a2b30
|
(svn r13523) -Codechange: replace qsort by the internal typesafe QSortT for resolution sorting
|
2008-06-15 16:40:41 +00:00 |
|
skidd13
|
f95cee3057
|
(svn r13523) -Codechange: replace qsort by the internal typesafe QSortT for resolution sorting
|
2008-06-15 16:40:41 +00:00 |
|
smatz
|
4298508918
|
(svn r13502) -Fix (r11212): drawing of zoomed out partial sprites could cause deadlocks or crashes
|
2008-06-13 00:00:04 +00:00 |
|
smatz
|
e40f835a7e
|
(svn r13502) -Fix (r11212): drawing of zoomed out partial sprites could cause deadlocks or crashes
|
2008-06-13 00:00:04 +00:00 |
|
rubidium
|
e7a501100a
|
(svn r13325) -Codechange: split the client-side only settings from the settings stored in the savegame so there is no need to have a duplicate copy of it for new games.
|
2008-05-29 15:13:28 +00:00 |
|