rubidium
|
b01251092e
|
(svn r18086) -Codechange: remove 'widget' from WindowDesc
|
2009-11-15 10:26:01 +00:00 |
|
rubidium
|
3d2d7af88f
|
(svn r18086) -Codechange: remove 'widget' from WindowDesc
|
2009-11-15 10:26:01 +00:00 |
|
alberth
|
67c90594d5
|
(svn r18085) -Codechange: Make the company face window use nested widgets.
|
2009-11-15 09:46:40 +00:00 |
|
alberth
|
1b72fa84e2
|
(svn r18085) -Codechange: Make the company face window use nested widgets.
|
2009-11-15 09:46:40 +00:00 |
|
rubidium
|
4fd93aecd2
|
(svn r18078) -Codechange: remove some duplicate (non translatable) strings
|
2009-11-14 15:37:33 +00:00 |
|
rubidium
|
16c2e53191
|
(svn r18078) -Codechange: remove some duplicate (non translatable) strings
|
2009-11-14 15:37:33 +00:00 |
|
alberth
|
eb8560c9f0
|
(svn r18077) -Codechange: Make the livery window use pure nested widgets.
|
2009-11-14 15:34:21 +00:00 |
|
alberth
|
668a98909b
|
(svn r18077) -Codechange: Make the livery window use pure nested widgets.
|
2009-11-14 15:34:21 +00:00 |
|
rubidium
|
cf5dbddede
|
(svn r18018) -Codechange: make the 'buy company' window nested
|
2009-11-08 19:21:18 +00:00 |
|
rubidium
|
9cc07a1e98
|
(svn r18018) -Codechange: make the 'buy company' window nested
|
2009-11-08 19:21:18 +00:00 |
|
alberth
|
5a97b64d73
|
(svn r17928) -Codechange: ShowErrorMessage() now takes the summary string before the details string.
Gentlemen, swap your string parameters.
|
2009-10-31 19:46:51 +00:00 |
|
alberth
|
44aacfc59f
|
(svn r17928) -Codechange: ShowErrorMessage() now takes the summary string before the details string.
Gentlemen, swap your string parameters.
|
2009-10-31 19:46:51 +00:00 |
|
alberth
|
16bc6380a8
|
(svn r17756) -Codechange: Company finances window uses pure nested widgets.
|
2009-10-10 15:18:20 +00:00 |
|
alberth
|
70ec375dc5
|
(svn r17756) -Codechange: Company finances window uses pure nested widgets.
|
2009-10-10 15:18:20 +00:00 |
|
alberth
|
67f2a3cead
|
(svn r17754) -Codechange: Make ExpensesList::GetHeight() return a uint.
|
2009-10-10 13:32:44 +00:00 |
|
alberth
|
402d0d05c9
|
(svn r17754) -Codechange: Make ExpensesList::GetHeight() return a uint.
|
2009-10-10 13:32:44 +00:00 |
|
alberth
|
2f6eb6fdfd
|
(svn r17753) -Fix (r17750): Expenses amounts were printed two pixels too low.
|
2009-10-10 13:19:38 +00:00 |
|
alberth
|
2e2f3b1502
|
(svn r17753) -Fix (r17750): Expenses amounts were printed two pixels too low.
|
2009-10-10 13:19:38 +00:00 |
|
alberth
|
18bcbd08ef
|
(svn r17750) -Codechange: Financial expenses panel handles different font size, replaced magic numbers by constants.
|
2009-10-09 19:10:05 +00:00 |
|
alberth
|
ef8a3d6d94
|
(svn r17750) -Codechange: Financial expenses panel handles different font size, replaced magic numbers by constants.
|
2009-10-09 19:10:05 +00:00 |
|
alberth
|
2145e02fde
|
(svn r17740) -Codechange: Extract financial expenses drawing routines.
|
2009-10-07 19:18:36 +00:00 |
|
alberth
|
429449cab8
|
(svn r17740) -Codechange: Extract financial expenses drawing routines.
|
2009-10-07 19:18:36 +00:00 |
|
alberth
|
b6efdf108e
|
(svn r17724) -Codechange: Merge magic height values toghether in finances window.
|
2009-10-06 18:24:06 +00:00 |
|
alberth
|
95dfee1c60
|
(svn r17724) -Codechange: Merge magic height values toghether in finances window.
|
2009-10-06 18:24:06 +00:00 |
|
rubidium
|
982b8ee5fc
|
(svn r17693) -Cleanup: remove some unneeded includes
|
2009-10-04 17:16:41 +00:00 |
|
rubidium
|
d6cded5380
|
(svn r17693) -Cleanup: remove some unneeded includes
|
2009-10-04 17:16:41 +00:00 |
|
alberth
|
4ff755ac90
|
(svn r17573) -Codechange: NWID_SELECTION containers have a selected widget-plane, and optionally an index in the nested_array.
|
2009-09-19 11:55:44 +00:00 |
|
alberth
|
ceab116065
|
(svn r17573) -Codechange: NWID_SELECTION containers have a selected widget-plane, and optionally an index in the nested_array.
|
2009-09-19 11:55:44 +00:00 |
|
rubidium
|
310465da07
|
(svn r17570) -Fix: a number of Doxygen warnings about missing parameters, which were sometimes missing and sometimes just typos
|
2009-09-19 09:51:14 +00:00 |
|
rubidium
|
e8ddf001c8
|
(svn r17570) -Fix: a number of Doxygen warnings about missing parameters, which were sometimes missing and sometimes just typos
|
2009-09-19 09:51:14 +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 |
|
rubidium
|
d4a98be94a
|
(svn r17271) -Fix: SetFill sometimes used 1/0 when it should be using true/false
|
2009-08-23 19:03:09 +00:00 |
|
rubidium
|
aca7ba714a
|
(svn r17271) -Fix: SetFill sometimes used 1/0 when it should be using true/false
|
2009-08-23 19:03:09 +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 |
|
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
|
f49259326d
|
(svn r16954) -Codechange: make the Game Options window use the nested widget system.
|
2009-07-25 15:10:52 +00:00 |
|
rubidium
|
96cc9c2de1
|
(svn r16954) -Codechange: make the Game Options window use the nested widget system.
|
2009-07-25 15:10:52 +00:00 |
|
rubidium
|
01eabc5f4c
|
(svn r16921) -Codechange: make it more clear what strings are related to road vehicles; only ROAD isn't always enough. Also unify the way of writing it.
|
2009-07-22 22:44:56 +00:00 |
|
rubidium
|
9980af2898
|
(svn r16921) -Codechange: make it more clear what strings are related to road vehicles; only ROAD isn't always enough. Also unify the way of writing it.
|
2009-07-22 22:44:56 +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 |
|
smatz
|
2de68b2894
|
(svn r16809) -Fix [FS#3021](r13096): automatic resizing of SelectCompanyLiveryWindow wasn't working as expected
|
2009-07-13 12:00:56 +00:00 |
|
smatz
|
95c7993451
|
(svn r16809) -Fix [FS#3021](r13096): automatic resizing of SelectCompanyLiveryWindow wasn't working as expected
|
2009-07-13 12:00:56 +00:00 |
|
smatz
|
8eda6955b5
|
(svn r16716) -Codechange: reduce code duplication in DrawCompanyVehiclesAmount()
|
2009-07-01 21:33:06 +00:00 |
|
smatz
|
15990079ce
|
(svn r16716) -Codechange: reduce code duplication in DrawCompanyVehiclesAmount()
|
2009-07-01 21:33:06 +00:00 |
|
smatz
|
a2567c84a0
|
(svn r16559) -Codechange: introduce Company::IsValidAiID() and Company::IsValidHumanID(), don't use IsHumanCompany() where possible
|
2009-06-10 22:05:01 +00:00 |
|
smatz
|
bea3fe2b8b
|
(svn r16559) -Codechange: introduce Company::IsValidAiID() and Company::IsValidHumanID(), don't use IsHumanCompany() where possible
|
2009-06-10 22:05:01 +00:00 |
|