truebrain
|
cb8e37197d
|
(svn r23534) -Codechange: document and rename widgets to be consistent and understandable
|
2011-12-16 16:39:48 +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 |
|
rubidium
|
24263638bf
|
(svn r23526) -Codechange: unify cargos vs cargoes
|
2011-12-15 21:56:00 +00:00 |
|
rubidium
|
3d88c74389
|
(svn r23526) -Codechange: unify cargos vs cargoes
|
2011-12-15 21:56:00 +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 |
|
frosch
|
930c6c7779
|
(svn r23146) -Change: [NewGRF v8] Make callback 22 return a probability to use instead of property 18.
|
2011-11-08 17:26:13 +00:00 |
|
frosch
|
b98c7763de
|
(svn r23146) -Change: [NewGRF v8] Make callback 22 return a probability to use instead of property 18.
|
2011-11-08 17:26:13 +00:00 |
|
frosch
|
6365d92776
|
(svn r23142) -Change: [NewGRF v8] Unify the return values of callbacks returning D0xx texts.
|
2011-11-08 17:24:43 +00:00 |
|
frosch
|
d8f8909f85
|
(svn r23142) -Change: [NewGRF v8] Unify the return values of callbacks returning D0xx texts.
|
2011-11-08 17:24:43 +00:00 |
|
frosch
|
c6783955aa
|
(svn r22725) -Fix: Always draw NewGRF supplied texts with a default colour.
|
2011-08-06 13:56:27 +00:00 |
|
frosch
|
ba7356b520
|
(svn r22725) -Fix: Always draw NewGRF supplied texts with a default colour.
|
2011-08-06 13:56:27 +00:00 |
|
frosch
|
e43d74c438
|
(svn r22631) -Fix: Additional text in fund industry window is NewGRF supplied and thus should have a default colour.
|
2011-07-03 14:49:19 +00:00 |
|
frosch
|
98a9d30bfe
|
(svn r22631) -Fix: Additional text in fund industry window is NewGRF supplied and thus should have a default colour.
|
2011-07-03 14:49:19 +00:00 |
|
frosch
|
e7971ab5df
|
(svn r22627) -Codechange: Rename PrepareTextRefStackUsage() to StartTextRefStackUsage() to make it more obvious that you must call StopTextRefStackUsage() at some point. Also extent the documentation.
|
2011-07-03 13:49:29 +00:00 |
|
frosch
|
f93c8ce5aa
|
(svn r22627) -Codechange: Rename PrepareTextRefStackUsage() to StartTextRefStackUsage() to make it more obvious that you must call StopTextRefStackUsage() at some point. Also extent the documentation.
|
2011-07-03 13:49:29 +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 |
|
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
|
db3a8d1abf
|
(svn r22247) -Codechange: Update comments wrt. ForceRebuild() in command-scope.
|
2011-03-13 21:34:21 +00:00 |
|
frosch
|
652c9cb663
|
(svn r22247) -Codechange: Update comments wrt. ForceRebuild() in command-scope.
|
2011-03-13 21:34:21 +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
|
1a14c133c6
|
(svn r22228) -Fix (r22135)[FS#4546]: Do not resort town, industry and signs list directly in OnInvalidateData(). There might be a scheduled rebuild which needs execution first. So, only set a trigger for resorting.
|
2011-03-08 20:52:59 +00:00 |
|
frosch
|
77d1dcb926
|
(svn r22228) -Fix (r22135)[FS#4546]: Do not resort town, industry and signs list directly in OnInvalidateData(). There might be a scheduled rebuild which needs execution first. So, only set a trigger for resorting.
|
2011-03-08 20:52:59 +00:00 |
|
alberth
|
8c3041b3c9
|
(svn r22001) -Codechange: Rename difficulty.number_industries to difficulty.industry_density.
|
2011-02-06 18:26:50 +00:00 |
|
alberth
|
4364cec392
|
(svn r22001) -Codechange: Rename difficulty.number_industries to difficulty.industry_density.
|
2011-02-06 18:26:50 +00:00 |
|
alberth
|
f838069a44
|
(svn r22000) -Codechange: Introduce an enum for the industry density setting.
|
2011-02-06 18:11:39 +00:00 |
|
alberth
|
d84502c432
|
(svn r22000) -Codechange: Introduce an enum for the industry density setting.
|
2011-02-06 18:11:39 +00:00 |
|
alberth
|
ad2049848a
|
(svn r21927) -Change: Comment-style fixes.
|
2011-01-30 12:58:54 +00:00 |
|
alberth
|
1e65afc62a
|
(svn r21927) -Change: Comment-style fixes.
|
2011-01-30 12:58:54 +00:00 |
|
rubidium
|
54c0dec6aa
|
(svn r21909) -Fix: some missing spaces
|
2011-01-26 08:14:36 +00:00 |
|
rubidium
|
8017c2a3d7
|
(svn r21909) -Fix: some missing spaces
|
2011-01-26 08:14: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 |
|
alberth
|
fdf0be0da8
|
(svn r21665) -Codechange: Make GetCallbackWnd a method of _thd.
|
2010-12-30 13:16:31 +00:00 |
|
alberth
|
22a13850cb
|
(svn r21665) -Codechange: Make GetCallbackWnd a method of _thd.
|
2010-12-30 13:16:31 +00:00 |
|
alberth
|
7d989073d4
|
(svn r21627) -Codechange: Remove _place_proc global variable.
|
2010-12-24 15:08:19 +00:00 |
|
alberth
|
852e647bcc
|
(svn r21627) -Codechange: Remove _place_proc global variable.
|
2010-12-24 15:08:19 +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 |
|
terkhen
|
3524d55c6a
|
(svn r21389) -Feature: Use alphabetical order when sorting industries by type at the industry directory window.
|
2010-12-04 22:54:11 +00:00 |
|
terkhen
|
77cb1b7e06
|
(svn r21389) -Feature: Use alphabetical order when sorting industries by type at the industry directory window.
|
2010-12-04 22:54:11 +00:00 |
|
terkhen
|
64c200a25e
|
(svn r21344) -Feature [FS#4214]: Natural sorting of strings using ICU.
|
2010-11-27 22:52:12 +00:00 |
|