truebrain
|
c73649512b
|
(svn r23536) -Codechange: document and rename widgets to be consistent and understandable
|
2011-12-16 16:49:53 +00:00 |
|
truebrain
|
05af1d176b
|
(svn r23536) -Codechange: document and rename widgets to be consistent and understandable
|
2011-12-16 16:49:53 +00:00 |
|
truebrain
|
49e88dcbf0
|
(svn r23528) -Codechange: move widget enums to widgets/NNN_type.h
|
2011-12-15 22:22:55 +00:00 |
|
truebrain
|
2aa774e831
|
(svn r23528) -Codechange: move widget enums to widgets/NNN_type.h
|
2011-12-15 22:22:55 +00:00 |
|
truebrain
|
da63ce43fa
|
(svn r23525) -Codechange: make Window::flags4 WindowFlags instead of uint16, with only values known in WindowFlags (and move out 2 timers to their own variable)
-Codechange: rename Window::flags4 to Window::flags
-Codechange: move some non-inline functions from .hpp to .cpp
|
2011-12-15 19:54:23 +00:00 |
|
truebrain
|
df0afdf0dc
|
(svn r23525) -Codechange: make Window::flags4 WindowFlags instead of uint16, with only values known in WindowFlags (and move out 2 timers to their own variable)
-Codechange: rename Window::flags4 to Window::flags
-Codechange: move some non-inline functions from .hpp to .cpp
|
2011-12-15 19:54:23 +00:00 |
|
rubidium
|
9aab2dc861
|
(svn r23474) -Codechange: move the declaration error related functions to error.h
|
2011-12-10 13:54:10 +00:00 |
|
rubidium
|
58423b26d1
|
(svn r23474) -Codechange: move the declaration error related functions to error.h
|
2011-12-10 13:54:10 +00:00 |
|
rubidium
|
b9a1468fde
|
(svn r23471) -Codechange: move the error related code out of misc_gui.cpp into error_gui.cpp
|
2011-12-10 08:49:42 +00:00 |
|
rubidium
|
6cbeb9e745
|
(svn r23471) -Codechange: move the error related code out of misc_gui.cpp into error_gui.cpp
|
2011-12-10 08:49:42 +00:00 |
|
truebrain
|
c641efc387
|
(svn r23375) -Change: that name I haven't used for several years. Let it die out now finally, please?
|
2011-11-29 23:47:49 +00:00 |
|
truebrain
|
1902803b6e
|
(svn r23375) -Change: that name I haven't used for several years. Let it die out now finally, please?
|
2011-11-29 23:47:49 +00:00 |
|
yexo
|
7f7cab9ec5
|
(svn r23130) -Change [FS#4825]: open the query string window centered as it (almost) always requires your attention
|
2011-11-08 12:16:17 +00:00 |
|
yexo
|
d5539f76d3
|
(svn r23130) -Change [FS#4825]: open the query string window centered as it (almost) always requires your attention
|
2011-11-08 12:16:17 +00:00 |
|
rubidium
|
1a54b7733c
|
(svn r23102) -Codechange: remove the remaining pointless multiplications by TILE_HEIGHT
|
2011-11-04 10:31:46 +00:00 |
|
rubidium
|
798f5a8608
|
(svn r23102) -Codechange: remove the remaining pointless multiplications by TILE_HEIGHT
|
2011-11-04 10:31:46 +00:00 |
|
rubidium
|
de980ef0f9
|
(svn r23091) -Codechange: rename some Get*Z functions to Get*PixelZ functions if they return the Z in pixels (like TilePixelHeight)
|
2011-11-04 10:18:13 +00:00 |
|
rubidium
|
7757a2ed40
|
(svn r23091) -Codechange: rename some Get*Z functions to Get*PixelZ functions if they return the Z in pixels (like TilePixelHeight)
|
2011-11-04 10:18:13 +00:00 |
|
yexo
|
7196157d2d
|
(svn r22932) -Fix [FS#4766]: disable the white border on window creation for several windows (based on patch by monoid)
|
2011-09-15 13:26:27 +00:00 |
|
yexo
|
ad232bd497
|
(svn r22932) -Fix [FS#4766]: disable the white border on window creation for several windows (based on patch by monoid)
|
2011-09-15 13:26:27 +00:00 |
|
rubidium
|
efd49756aa
|
(svn r22766) -Add: river graphics for the original base set (andythenorth)
|
2011-08-20 12:52:45 +00:00 |
|
rubidium
|
e8a9bb3c0d
|
(svn r22766) -Add: river graphics for the original base set (andythenorth)
|
2011-08-20 12:52:45 +00:00 |
|
frosch
|
ef5b18ab3b
|
(svn r22629) -Fix [FS#4599]: Remove all usages of the ErrorRefStack. It was continuously overwritten by e.g. industry prospection without closing the old error window; also StopTextRefStackUsage() was not called for errors returned by commands (which caused FS#4599). Now return in the CommandCost result whether the textref stack needs to be used, and store a copy of the stack values in the error window just like for the normal string parameters.
|
2011-07-03 14:32:15 +00:00 |
|
frosch
|
2a55273291
|
(svn r22629) -Fix [FS#4599]: Remove all usages of the ErrorRefStack. It was continuously overwritten by e.g. industry prospection without closing the old error window; also StopTextRefStackUsage() was not called for errors returned by commands (which caused FS#4599). Now return in the CommandCost result whether the textref stack needs to be used, and store a copy of the stack values in the error window just like for the normal string parameters.
|
2011-07-03 14:32:15 +00:00 |
|
frosch
|
7b251297c9
|
(svn r22429) -Add: some constants for specific palette colours used in the GUI.
|
2011-05-06 21:13:29 +00:00 |
|
frosch
|
5e449b8fae
|
(svn r22429) -Add: some constants for specific palette colours used in the GUI.
|
2011-05-06 21:13:29 +00:00 |
|
frosch
|
7cc3d3e143
|
(svn r22421) -Fix: Replace various references to Windows palette greyscale indices with the DOS palette indices.
|
2011-05-04 17:45:16 +00:00 |
|
frosch
|
22286bd7b6
|
(svn r22421) -Fix: Replace various references to Windows palette greyscale indices with the DOS palette indices.
|
2011-05-04 17:45:16 +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 |
|
terkhen
|
edf65f427c
|
(svn r22346) -Cleanup: Textbuf::max_pixels is not required anymore.
|
2011-04-17 18:45:36 +00:00 |
|
terkhen
|
8bc9925ade
|
(svn r22346) -Cleanup: Textbuf::max_pixels is not required anymore.
|
2011-04-17 18:45:36 +00:00 |
|
terkhen
|
23f42e5769
|
(svn r22345) -Change: Remove pixel limiter for text buffers.
|
2011-04-17 18:44:09 +00:00 |
|
terkhen
|
5bb7a48cd2
|
(svn r22345) -Change: Remove pixel limiter for text buffers.
|
2011-04-17 18:44:09 +00:00 |
|
terkhen
|
a88fe7c2aa
|
(svn r22343) -Change: Remove pixel limiter for query strings.
|
2011-04-17 18:42:17 +00:00 |
|
terkhen
|
10caf391a1
|
(svn r22343) -Change: Remove pixel limiter for query strings.
|
2011-04-17 18:42:17 +00:00 |
|
frosch
|
2a4c4ab528
|
(svn r22248) -Codechange: Make OnInvalidateData() process 'delete this;' already in command scope.
|
2011-03-13 21:34:49 +00:00 |
|
frosch
|
141f2eba50
|
(svn r22248) -Codechange: Make OnInvalidateData() process 'delete this;' already in command scope.
|
2011-03-13 21:34:49 +00:00 |
|
frosch
|
4b4a40a72e
|
(svn r22241) -Codechange: Add additional to-be-used parameter to OnInvalidateData().
|
2011-03-13 21:31:29 +00:00 |
|
frosch
|
ec9540a12a
|
(svn r22241) -Codechange: Add additional to-be-used parameter to OnInvalidateData().
|
2011-03-13 21:31:29 +00:00 |
|
frosch
|
074548f8f3
|
(svn r22135) -Fix [FS#4523]: When commands need to invalidate windows, process these events asynchronously before the next redraw. Calling window code directly from command scope uses wrong _current_company and might issue nested DoCommands() which interfer with the running command.
|
2011-02-23 20:54:55 +00:00 |
|
frosch
|
19b7249ade
|
(svn r22135) -Fix [FS#4523]: When commands need to invalidate windows, process these events asynchronously before the next redraw. Calling window code directly from command scope uses wrong _current_company and might issue nested DoCommands() which interfer with the running command.
|
2011-02-23 20:54:55 +00:00 |
|
frosch
|
b7e7dcd01e
|
(svn r22134) -Codechange: Move ReInit() of the landinfo window from DeleteNewGRFInspectWindow() into a InvalidateData call.
|
2011-02-23 20:45:52 +00:00 |
|
frosch
|
40cc3324fa
|
(svn r22134) -Codechange: Move ReInit() of the landinfo window from DeleteNewGRFInspectWindow() into a InvalidateData call.
|
2011-02-23 20:45:52 +00:00 |
|
frosch
|
eeeb70a82e
|
(svn r22133) -Fix: some coding style.
|
2011-02-23 20:29:48 +00:00 |
|
frosch
|
1a3a1e3b0c
|
(svn r22133) -Fix: some coding style.
|
2011-02-23 20:29:48 +00:00 |
|
planetmaker
|
6d031d0867
|
(svn r22080) -Doc: Add doxygen comments to a few functions and improve a few existing comments
|
2011-02-14 19:52:26 +00:00 |
|
planetmaker
|
914f8e9f1d
|
(svn r22080) -Doc: Add doxygen comments to a few functions and improve a few existing comments
|
2011-02-14 19:52:26 +00:00 |
|
terkhen
|
d9d14be125
|
(svn r22053) -Fix: The land area information window was not updated after a language change.
|
2011-02-10 20:49:36 +00:00 |
|
terkhen
|
24983ec629
|
(svn r22053) -Fix: The land area information window was not updated after a language change.
|
2011-02-10 20:49:36 +00:00 |
|