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 |
|
rubidium
|
05199a641a
|
(svn r21890) -Cleanup: remove some unneeded includes
|
2011-01-22 14:52:20 +00:00 |
|
rubidium
|
7eba2bf4d3
|
(svn r21890) -Cleanup: remove some unneeded includes
|
2011-01-22 14:52:20 +00:00 |
|
terkhen
|
b6148914b0
|
(svn r21803) -Cleanup: Remove unnecessary semicolons.
|
2011-01-15 15:36:58 +00:00 |
|
terkhen
|
679cd3c21b
|
(svn r21803) -Cleanup: Remove unnecessary semicolons.
|
2011-01-15 15:36:58 +00:00 |
|
frosch
|
679afa362e
|
(svn r21711) -Change: Display the minimal height of the tile in the LandInfo window instead of the height of the northern corner. So it is more useful for NewGRF and AI developers, and maybe more transparent for players.
|
2011-01-04 13:58:14 +00:00 |
|
frosch
|
6a38f88bd1
|
(svn r21711) -Change: Display the minimal height of the tile in the LandInfo window instead of the height of the northern corner. So it is more useful for NewGRF and AI developers, and maybe more transparent for players.
|
2011-01-04 13:58:14 +00:00 |
|
alberth
|
03aa5395ac
|
(svn r21589) -Codechange: Move PlaceLandBlockInfo() to the right file, introduce a ShowLandInfo() function.
|
2010-12-21 21:46:19 +00:00 |
|
alberth
|
35a8e91d01
|
(svn r21589) -Codechange: Move PlaceLandBlockInfo() to the right file, introduce a ShowLandInfo() function.
|
2010-12-21 21:46:19 +00:00 |
|
rubidium
|
ab630cb5e2
|
(svn r21555) -Fix [FS#4321]: strings for the query window weren't properly terminated to N characters anymore
|
2010-12-21 09:29:01 +00:00 |
|
rubidium
|
e1d62dc81b
|
(svn r21555) -Fix [FS#4321]: strings for the query window weren't properly terminated to N characters anymore
|
2010-12-21 09:29:01 +00:00 |
|
rubidium
|
004b2b6001
|
(svn r21477) -Fix [FS#4300]: tooltips were removed when their related window got closed
|
2010-12-12 14:14:26 +00:00 |
|
rubidium
|
a029b2b83a
|
(svn r21477) -Fix [FS#4300]: tooltips were removed when their related window got closed
|
2010-12-12 14:14:26 +00:00 |
|
rubidium
|
76ce3e4860
|
(svn r21472) -Fix [FS#4298] (r21459-ish): make sure the query window is only opened once per parent window / callback.
|
2010-12-11 20:38:37 +00:00 |
|
rubidium
|
9bc1e35625
|
(svn r21472) -Fix [FS#4298] (r21459-ish): make sure the query window is only opened once per parent window / callback.
|
2010-12-11 20:38:37 +00:00 |
|
rubidium
|
5c2674ec77
|
(svn r21407) -Codechange: prepare the text buffer code for limiting on number of characters besides the number of bytes
|
2010-12-05 22:22:54 +00:00 |
|
rubidium
|
66c7f00b60
|
(svn r21407) -Codechange: prepare the text buffer code for limiting on number of characters besides the number of bytes
|
2010-12-05 22:22:54 +00:00 |
|
rubidium
|
28da832781
|
(svn r21406) -Codechange: rename some textbuf related names to make them a bit more descriptive
|
2010-12-05 22:21:37 +00:00 |
|
rubidium
|
bbaa262b0d
|
(svn r21406) -Codechange: rename some textbuf related names to make them a bit more descriptive
|
2010-12-05 22:21:37 +00:00 |
|
alberth
|
0722492c1b
|
(svn r21331) -Codechange: Make drawing the widgets default behaviour in OnPaint().
|
2010-11-26 15:22:18 +00:00 |
|
alberth
|
f5c6fd1a25
|
(svn r21331) -Codechange: Make drawing the widgets default behaviour in OnPaint().
|
2010-11-26 15:22:18 +00:00 |
|
rubidium
|
663e5f9a26
|
(svn r21255) -Fix (r179): main menu error messages wouldn't show when you had an error message open in the game while whatever triggered you to go back to the main menu
|
2010-11-19 13:24:32 +00:00 |
|
rubidium
|
999246f63e
|
(svn r21255) -Fix (r179): main menu error messages wouldn't show when you had an error message open in the game while whatever triggered you to go back to the main menu
|
2010-11-19 13:24:32 +00:00 |
|
yexo
|
be493aa533
|
(svn r20940) -Fix (r20928): switch to the normal alphabet where 'b' comes before 'p'
|
2010-10-16 06:14:24 +00:00 |
|
yexo
|
178b35d555
|
(svn r20940) -Fix (r20928): switch to the normal alphabet where 'b' comes before 'p'
|
2010-10-16 06:14:24 +00:00 |
|
yexo
|
470312cf35
|
(svn r20928) -Update: we have a new developer
|
2010-10-15 18:32:25 +00:00 |
|
yexo
|
8f9ae44a67
|
(svn r20928) -Update: we have a new developer
|
2010-10-15 18:32:25 +00:00 |
|
yexo
|
d82f1b0bab
|
(svn r20716) -Feature: add airport class and airport name to the land info tool
|
2010-09-01 23:14:15 +00:00 |
|
yexo
|
c07fdab16c
|
(svn r20716) -Feature: add airport class and airport name to the land info tool
|
2010-09-01 23:14:15 +00:00 |
|
rubidium
|
360d6daf34
|
(svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some headers
|
2010-08-26 22:01:16 +00:00 |
|
rubidium
|
30f2afac9b
|
(svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some headers
|
2010-08-26 22:01:16 +00:00 |
|
rubidium
|
d15d8ecde4
|
(svn r20596) -Fix [FS#4066]: crash when the tooltip is wider than the window is
|
2010-08-22 20:25:45 +00:00 |
|
rubidium
|
95d37c8615
|
(svn r20596) -Fix [FS#4066]: crash when the tooltip is wider than the window is
|
2010-08-22 20:25:45 +00:00 |
|
terkhen
|
0d68b98482
|
(svn r20552) -Fix: Never show tooltips when the mouse cursor is outside the window.
|
2010-08-19 08:22:08 +00:00 |
|
terkhen
|
cfc0df152b
|
(svn r20552) -Fix: Never show tooltips when the mouse cursor is outside the window.
|
2010-08-19 08:22:08 +00:00 |
|
frosch
|
4d4cd5ff65
|
(svn r20514) -Fix: Draw error messages in white by default, they may not have a colour code.
|
2010-08-16 12:32:49 +00:00 |
|
frosch
|
ca6aac6a5a
|
(svn r20514) -Fix: Draw error messages in white by default, they may not have a colour code.
|
2010-08-16 12:32:49 +00:00 |
|
terkhen
|
04134c1e51
|
(svn r20289) -Codechange: Unify fall through coding style.
|
2010-08-01 20:52:11 +00:00 |
|
terkhen
|
80c43f52e8
|
(svn r20289) -Codechange: Unify fall through coding style.
|
2010-08-01 20:52:11 +00:00 |
|
frosch
|
c18839704b
|
(svn r20286) -Codechange: Unify end of doxygen comments.
|
2010-08-01 19:44:49 +00:00 |
|
frosch
|
4bd32799f1
|
(svn r20286) -Codechange: Unify end of doxygen comments.
|
2010-08-01 19:44:49 +00:00 |
|
frosch
|
5b86c79fce
|
(svn r20283) -Codechange: Unify start of doygen comments.
|
2010-08-01 19:22:34 +00:00 |
|