alberth
|
d54028fde8
|
(svn r17572) -Codechange: Use the Window::GetWidget() function to access nested widgets through the nested_array.
|
2009-09-19 11:31:12 +00:00 |
|
alberth
|
116c77c342
|
(svn r17572) -Codechange: Use the Window::GetWidget() function to access nested widgets through the nested_array.
|
2009-09-19 11:31:12 +00:00 |
|
rubidium
|
c2c0f4403e
|
(svn r17534) -Codechange: unify the naming of callback masks/flags
|
2009-09-14 12:22:57 +00:00 |
|
rubidium
|
64bafcbe18
|
(svn r17534) -Codechange: unify the naming of callback masks/flags
|
2009-09-14 12:22:57 +00:00 |
|
frosch
|
0e36260337
|
(svn r17532) -Codechange: Rename several Invalidate functions to SetDirty for more consistency and distinguishability.
|
2009-09-13 19:15:59 +00:00 |
|
frosch
|
ebd916be3d
|
(svn r17532) -Codechange: Rename several Invalidate functions to SetDirty for more consistency and distinguishability.
|
2009-09-13 19:15:59 +00:00 |
|
smatz
|
2fafa87aa1
|
(svn r17445) -Fix (r17318): force resort after changing sort type in the industry list window
|
2009-09-07 08:52:01 +00:00 |
|
smatz
|
98e2742863
|
(svn r17445) -Fix (r17318): force resort after changing sort type in the industry list window
|
2009-09-07 08:52:01 +00:00 |
|
alberth
|
a76da0e36a
|
(svn r17423) -Fix [FS#3174]: Show '- None -' with empty town or industry list, and use that text in the size computation as well.
|
2009-09-05 11:27:28 +00:00 |
|
alberth
|
9fd22f727f
|
(svn r17423) -Fix [FS#3174]: Show '- None -' with empty town or industry list, and use that text in the size computation as well.
|
2009-09-05 11:27:28 +00:00 |
|
rubidium
|
f3372f6bc1
|
(svn r17414) -Codechange: only send/read the number of bits that can be actually useful when building industries
|
2009-09-04 20:04:54 +00:00 |
|
rubidium
|
27738c6638
|
(svn r17414) -Codechange: only send/read the number of bits that can be actually useful when building industries
|
2009-09-04 20:04:54 +00:00 |
|
rubidium
|
e80d296638
|
(svn r17369) -Codechange: make the depot, group and industry GUIs use the scrollbar wrappers
|
2009-09-02 07:36:39 +00:00 |
|
rubidium
|
78c9827000
|
(svn r17369) -Codechange: make the depot, group and industry GUIs use the scrollbar wrappers
|
2009-09-02 07:36:39 +00:00 |
|
rubidium
|
25b667c1ea
|
(svn r17322) -Codechange: make the industry directory window nested.
|
2009-08-30 15:25:20 +00:00 |
|
rubidium
|
3b03999073
|
(svn r17322) -Codechange: make the industry directory window nested.
|
2009-08-30 15:25:20 +00:00 |
|
rubidium
|
b237655d76
|
(svn r17320) -Codechange: move the code to determine the string and set dparams of industries in the industry directory out of OnPaint
|
2009-08-30 14:06:55 +00:00 |
|
rubidium
|
e8433f6d48
|
(svn r17320) -Codechange: move the code to determine the string and set dparams of industries in the industry directory out of OnPaint
|
2009-08-30 14:06:55 +00:00 |
|
rubidium
|
898d070919
|
(svn r17319) -Codechange: replace some magic numbers related to locations/sizes with the appropriate variables in the industry directory
|
2009-08-30 13:54:53 +00:00 |
|
rubidium
|
0aab13bf44
|
(svn r17319) -Codechange: replace some magic numbers related to locations/sizes with the appropriate variables in the industry directory
|
2009-08-30 13:54:53 +00:00 |
|
rubidium
|
99dda2a3ce
|
(svn r17318) -Codechange: remove state changes from the OnPaint of the industry directory
|
2009-08-30 13:44:25 +00:00 |
|
rubidium
|
5fe9c44862
|
(svn r17318) -Codechange: remove state changes from the OnPaint of the industry directory
|
2009-08-30 13:44:25 +00:00 |
|
smatz
|
a0d0206f2d
|
(svn r17292) -Codechange: use unified ToPercent() function to convert fract numbers to percents
|
2009-08-27 13:31:26 +00:00 |
|
smatz
|
100ae8efcc
|
(svn r17292) -Codechange: use unified ToPercent() function to convert fract numbers to percents
|
2009-08-27 13:31:26 +00:00 |
|
rubidium
|
99d46e0ad7
|
(svn r17248) -Fix: add GPL license notice where appropriate
|
2009-08-21 20:21:05 +00:00 |
|
rubidium
|
7fbc33dae1
|
(svn r17248) -Fix: add GPL license notice where appropriate
|
2009-08-21 20:21:05 +00:00 |
|
alberth
|
b31928c033
|
(svn r17198) -Fix [FS#2406]: Accept monthly production values in the scenario editor.
|
2009-08-16 07:28:00 +00:00 |
|
alberth
|
098756b84b
|
(svn r17198) -Fix [FS#2406]: Accept monthly production values in the scenario editor.
|
2009-08-16 07:28:00 +00:00 |
|
alberth
|
0cc8cbd40d
|
(svn r17171) -Doc: Additions and corrections of various doxygen strings.
|
2009-08-14 18:41:03 +00:00 |
|
alberth
|
4eb155ccfb
|
(svn r17171) -Doc: Additions and corrections of various doxygen strings.
|
2009-08-14 18:41:03 +00:00 |
|
smatz
|
d64bdb138c
|
(svn r17168) -Codechange: apply coding style to if and while statements
|
2009-08-14 17:11:59 +00:00 |
|
smatz
|
c5533ae470
|
(svn r17168) -Codechange: apply coding style to if and while statements
|
2009-08-14 17:11:59 +00:00 |
|
rubidium
|
d61be2637e
|
(svn r17075) -Codechange: rename ~750 strings to be more uniform with their relatives
|
2009-08-05 17:59:21 +00:00 |
|
rubidium
|
1fe3ad3288
|
(svn r17075) -Codechange: rename ~750 strings to be more uniform with their relatives
|
2009-08-05 17:59:21 +00:00 |
|
rubidium
|
4874578e79
|
(svn r16930) -Codechange: more StringID name unification and grouping
|
2009-07-23 19:31:50 +00:00 |
|
rubidium
|
e9bc557b2a
|
(svn r16930) -Codechange: more StringID name unification and grouping
|
2009-07-23 19:31:50 +00:00 |
|
rubidium
|
39e6dbd5e3
|
(svn r16886) -Codechange: unify naming of some string IDs related to string codes and group them logically
|
2009-07-20 11:21:57 +00:00 |
|
rubidium
|
e3053660c6
|
(svn r16886) -Codechange: unify naming of some string IDs related to string codes and group them logically
|
2009-07-20 11:21:57 +00:00 |
|
smatz
|
8718babe90
|
(svn r16849) -Codechange: replace GetCargo() by CargoSpec::Get()
|
2009-07-16 19:00:13 +00:00 |
|
smatz
|
1f29e38b83
|
(svn r16849) -Codechange: replace GetCargo() by CargoSpec::Get()
|
2009-07-16 19:00:13 +00:00 |
|
alberth
|
fe9f5cbc46
|
(svn r16845) -Codechange: Introduction of constants for describing the bits in a WWT_MATRIX data field.
|
2009-07-16 16:22:23 +00:00 |
|
alberth
|
d0a47fc1b4
|
(svn r16845) -Codechange: Introduction of constants for describing the bits in a WWT_MATRIX data field.
|
2009-07-16 16:22:23 +00:00 |
|
rubidium
|
2832d69272
|
(svn r16422) -Codechange: use const_cast for removing const and warn when const is (accidentally?) removed using C-style casts.
|
2009-05-24 21:09:00 +00:00 |
|
rubidium
|
168ae6f7e2
|
(svn r16422) -Codechange: use const_cast for removing const and warn when const is (accidentally?) removed using C-style casts.
|
2009-05-24 21:09:00 +00:00 |
|
smatz
|
d6e203ebe2
|
(svn r16379) -Codechange: remove GetNumTowns(), GetNumIndustries() and GetActiveCompanyCount(), use PoolItem::GetNumItems() instead
|
2009-05-22 15:23:47 +00:00 |
|
smatz
|
10d1ef5447
|
(svn r16379) -Codechange: remove GetNumTowns(), GetNumIndustries() and GetActiveCompanyCount(), use PoolItem::GetNumItems() instead
|
2009-05-22 15:23:47 +00:00 |
|
smatz
|
0c10daa243
|
(svn r16327) -Codechange: replace IsValidPoolItemID(index) by PoolItem::IsValidID(index)
|
2009-05-17 01:00:56 +00:00 |
|
smatz
|
871107f529
|
(svn r16327) -Codechange: replace IsValidPoolItemID(index) by PoolItem::IsValidID(index)
|
2009-05-17 01:00:56 +00:00 |
|
smatz
|
d495dc5dbc
|
(svn r16325) -Codechange: replace GetPoolItem(index) by PoolItem::Get(index)
|
2009-05-16 23:34:14 +00:00 |
|
smatz
|
6221d74644
|
(svn r16325) -Codechange: replace GetPoolItem(index) by PoolItem::Get(index)
|
2009-05-16 23:34:14 +00:00 |
|