rubidium
|
e8d76e79ee
|
(svn r15849) -Codechange: provide easy access to the real height of the used fonts
|
2009-03-25 20:01:34 +00:00 |
|
rubidium
|
e1ca9bbeed
|
(svn r15844) -Codechange: allow text alignment to be forced so the console and ai debug output don't get swapped (those are untranslateable anyways)
|
2009-03-25 01:10:24 +00:00 |
|
rubidium
|
3e93f8adda
|
(svn r15844) -Codechange: allow text alignment to be forced so the console and ai debug output don't get swapped (those are untranslateable anyways)
|
2009-03-25 01:10:24 +00:00 |
|
rubidium
|
8d7635616d
|
(svn r15837) -Codechange: support SETX(Y) with RTL text, swap alignment for RTL text.
|
2009-03-24 21:23:56 +00:00 |
|
rubidium
|
5c44bb6b63
|
(svn r15837) -Codechange: support SETX(Y) with RTL text, swap alignment for RTL text.
|
2009-03-24 21:23:56 +00:00 |
|
rubidium
|
8b47431249
|
(svn r15832) -Codechange: improve the aligning of right aligned/centered strings
|
2009-03-23 14:10:54 +00:00 |
|
rubidium
|
c9e2e22bc0
|
(svn r15832) -Codechange: improve the aligning of right aligned/centered strings
|
2009-03-23 14:10:54 +00:00 |
|
rubidium
|
6d3745a924
|
(svn r15813) -Codechange: remove the last remnants of the old text drawing API.
|
2009-03-22 14:55:49 +00:00 |
|
rubidium
|
e75e1e62cb
|
(svn r15813) -Codechange: remove the last remnants of the old text drawing API.
|
2009-03-22 14:55:49 +00:00 |
|
rubidium
|
31a5457c03
|
(svn r15803) -Codechange: use the new text drawing API for multicenter
-Fix (r15800): off-by-one w.r.t. offsets
|
2009-03-22 09:34:06 +00:00 |
|
rubidium
|
e74dc1e1d6
|
(svn r15803) -Codechange: use the new text drawing API for multicenter
-Fix (r15800): off-by-one w.r.t. offsets
|
2009-03-22 09:34:06 +00:00 |
|
rubidium
|
136bbbea9c
|
(svn r15800) -Codechange: make the engine gui use the new multiline API.
|
2009-03-22 00:15:00 +00:00 |
|
rubidium
|
a07fae67c3
|
(svn r15800) -Codechange: make the engine gui use the new multiline API.
|
2009-03-22 00:15:00 +00:00 |
|
rubidium
|
dcd5ad8b19
|
(svn r15797) -Codechange: make users of the old DrawStringMultiLine use the new one.
|
2009-03-21 23:45:34 +00:00 |
|
rubidium
|
d837fc4d03
|
(svn r15797) -Codechange: make users of the old DrawStringMultiLine use the new one.
|
2009-03-21 23:45:34 +00:00 |
|
rubidium
|
93b0548999
|
(svn r15796) -Codechange: unify multiline drawstrings
|
2009-03-21 23:23:06 +00:00 |
|
rubidium
|
676bf31e82
|
(svn r15796) -Codechange: unify multiline drawstrings
|
2009-03-21 23:23:06 +00:00 |
|
rubidium
|
a1088869f5
|
(svn r15794) -Codechange: remove the DoDrawString part of the old text drawing API
|
2009-03-21 22:46:17 +00:00 |
|
rubidium
|
f11300d1f9
|
(svn r15794) -Codechange: remove the DoDrawString part of the old text drawing API
|
2009-03-21 22:46:17 +00:00 |
|
rubidium
|
2a422e3e95
|
(svn r15791) -Codechange: remove the *RightAligned part of the old text drawing API.
|
2009-03-21 22:22:00 +00:00 |
|
rubidium
|
69decac406
|
(svn r15791) -Codechange: remove the *RightAligned part of the old text drawing API.
|
2009-03-21 22:22:00 +00:00 |
|
rubidium
|
89d614deea
|
(svn r15790) -Codechange: remove the *Centered part of the old text drawing API.
|
2009-03-21 22:00:00 +00:00 |
|
rubidium
|
9003641095
|
(svn r15790) -Codechange: remove the *Centered part of the old text drawing API.
|
2009-03-21 22:00:00 +00:00 |
|
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
|
303a8f9673
|
(svn r15783) -Codechange: make the dropdown draw code pass around the left/right instead of the x and width to make drawing text at offsets easier.
|
2009-03-21 19:31:47 +00:00 |
|
rubidium
|
93fe44a3c5
|
(svn r15783) -Codechange: make the dropdown draw code pass around the left/right instead of the x and width to make drawing text at offsets easier.
|
2009-03-21 19:31:47 +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 |
|
glx
|
f58c95d532
|
(svn r15752) -Fix: don't try to (un)draw the cursor when the screen is not ready
|
2009-03-17 16:28:21 +00:00 |
|
glx
|
e968f5c572
|
(svn r15752) -Fix: don't try to (un)draw the cursor when the screen is not ready
|
2009-03-17 16:28:21 +00:00 |
|
truebrain
|
bc56b0edf7
|
(svn r15637) -Fix: when you try to protect something from doing something it shouldn't be doing, make sure that the actions happening after that, doesn't start doing what it shouldn't be doing. This of course would only happen in rare corner cases.
|
2009-03-07 20:53:32 +00:00 |
|
truebrain
|
3adc0d77b8
|
(svn r15637) -Fix: when you try to protect something from doing something it shouldn't be doing, make sure that the actions happening after that, doesn't start doing what it shouldn't be doing. This of course would only happen in rare corner cases.
|
2009-03-07 20:53:32 +00:00 |
|
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 |
|