smatz
|
3564579dc4
|
(svn r16877) -Codechange: use Subsidy::IsAwarded() instead of testing subsidy's age
|
2009-07-18 19:54:35 +00:00 |
|
smatz
|
af13707e00
|
(svn r16877) -Codechange: use Subsidy::IsAwarded() instead of testing subsidy's age
|
2009-07-18 19:54:35 +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 |
|
smatz
|
93557ba4e9
|
(svn r16714) -Codechange: use pool-like accessors for Subsidy
|
2009-07-01 18:45:05 +00:00 |
|
smatz
|
76a50ce94d
|
(svn r16714) -Codechange: use pool-like accessors for Subsidy
|
2009-07-01 18:45:05 +00:00 |
|
smatz
|
d04750ff87
|
(svn r16711) -Codechange: use FOR_ALL_SUBSIDIES macro when iterating over all subsidies
|
2009-07-01 17:43:26 +00:00 |
|
smatz
|
f4d0d94184
|
(svn r16711) -Codechange: use FOR_ALL_SUBSIDIES macro when iterating over all subsidies
|
2009-07-01 17:43:26 +00:00 |
|
smatz
|
1eb48cdded
|
(svn r16403) -Codechange: move code related to subsidies to separate file
|
2009-05-23 15:46:00 +00:00 |
|
smatz
|
b2aed51f8e
|
(svn r16403) -Codechange: move code related to subsidies to separate file
|
2009-05-23 15:46:00 +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 |
|
rubidium
|
650cb3694e
|
(svn r16160) -Codechange: remove the need for explicit TC_FROMSTRING for DrawString.
|
2009-04-26 14:52:56 +00:00 |
|
rubidium
|
53887e07bb
|
(svn r16160) -Codechange: remove the need for explicit TC_FROMSTRING for DrawString.
|
2009-04-26 14:52:56 +00:00 |
|
rubidium
|
5c5b357043
|
(svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had this ID' from 'some' strings and replace the string name with something more sensible.
|
2009-04-21 23:40:56 +00:00 |
|
rubidium
|
59d45a04d6
|
(svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had this ID' from 'some' strings and replace the string name with something more sensible.
|
2009-04-21 23:40:56 +00:00 |
|
alberth
|
0f3b198ca5
|
(svn r16074) -Codechange: Adding nested widgets to subsidy list window.
|
2009-04-17 20:03:44 +00:00 |
|
alberth
|
974dcbd339
|
(svn r16074) -Codechange: Adding nested widgets to subsidy list window.
|
2009-04-17 20:03:44 +00:00 |
|
alberth
|
1bddc160bb
|
(svn r16073) -Codechange: Replacing some magic constants by computations relative to the SLW_PANEL widget.
|
2009-04-17 19:55:39 +00:00 |
|
alberth
|
19d9dc5836
|
(svn r16073) -Codechange: Replacing some magic constants by computations relative to the SLW_PANEL widget.
|
2009-04-17 19:55:39 +00:00 |
|
alberth
|
da0b3bdb79
|
(svn r16072) -Codechange: Adding widget number constants to subsidy list window.
|
2009-04-17 19:47:21 +00:00 |
|
alberth
|
1883510be0
|
(svn r16072) -Codechange: Adding widget number constants to subsidy list window.
|
2009-04-17 19:47:21 +00:00 |
|
rubidium
|
003024cc21
|
(svn r15850) -Codechange: replace some magic constants with the less magic line height constant
|
2009-03-25 20:16:09 +00:00 |
|
rubidium
|
89ceed55bf
|
(svn r15850) -Codechange: replace some magic constants with the less magic line height constant
|
2009-03-25 20:16:09 +00:00 |
|
yexo
|
8b873859ba
|
(svn r15835) -Codechange: Prevent using the return value of DrawString as much as possible.
|
2009-03-24 20:03:02 +00:00 |
|
yexo
|
84fb615344
|
(svn r15835) -Codechange: Prevent using the return value of DrawString as much as possible.
|
2009-03-24 20:03:02 +00:00 |
|
rubidium
|
c1aabd9842
|
(svn r15785) -Codechange: remove the *Truncated part of the old text drawing API.
|
2009-03-21 20:12:12 +00:00 |
|
rubidium
|
45f189fdca
|
(svn r15785) -Codechange: remove the *Truncated part of the old text drawing API.
|
2009-03-21 20:12:12 +00:00 |
|
rubidium
|
7f468dc142
|
(svn r15723) -Codechange: use a constructor for WindowDescs as that makes expanding them much easier (Alberth)
|
2009-03-15 15:12:06 +00:00 |
|
rubidium
|
f9def73be6
|
(svn r15723) -Codechange: use a constructor for WindowDescs as that makes expanding them much easier (Alberth)
|
2009-03-15 15:12:06 +00:00 |
|
smatz
|
9021c20b5e
|
(svn r15299) -Cleanup: remove many redundant includes
|
2009-01-31 20:16:06 +00:00 |
|
smatz
|
0d3f5e6e74
|
(svn r15299) -Cleanup: remove many redundant includes
|
2009-01-31 20:16:06 +00:00 |
|
rubidium
|
f56e630e5c
|
(svn r14421) -Codechange: rename all player variables/types to company *or* client so it is immediatelly clear which one you are working with.
|
2008-09-30 20:39:50 +00:00 |
|
rubidium
|
3b798599b6
|
(svn r14421) -Codechange: rename all player variables/types to company *or* client so it is immediatelly clear which one you are working with.
|
2008-09-30 20:39:50 +00:00 |
|
belugas
|
7ef5369306
|
(svn r13919) -Codechange: Replace numbers with Colours enum on osk(forgot 2 assignations), statusbar, subsidy, terraform, timetable, toolbar, town, tree and vehicle guis.
|
2008-08-02 02:28:17 +00:00 |
|
belugas
|
c5cecdd2e3
|
(svn r13919) -Codechange: Replace numbers with Colours enum on osk(forgot 2 assignations), statusbar, subsidy, terraform, timetable, toolbar, town, tree and vehicle guis.
|
2008-08-02 02:28:17 +00:00 |
|
smatz
|
d67416088e
|
(svn r13373) -Fix (r10210): loading of very old savegames was broken
|
2008-06-03 11:39:15 +00:00 |
|
smatz
|
7ec0a9ec3f
|
(svn r13373) -Fix (r10210): loading of very old savegames was broken
|
2008-06-03 11:39:15 +00:00 |
|
smatz
|
e40c7f66d8
|
(svn r13366) -Fix: clicking in the Subsidies window was broken
|
2008-06-03 00:23:54 +00:00 |
|
smatz
|
00851610e1
|
(svn r13366) -Fix: clicking in the Subsidies window was broken
|
2008-06-03 00:23:54 +00:00 |
|
peter1138
|
bd5f782c61
|
(svn r13259) -Fix: Subsidy text could still overflow
|
2008-05-26 10:28:59 +00:00 |
|
peter1138
|
feebf3f3c9
|
(svn r13259) -Fix: Subsidy text could still overflow
|
2008-05-26 10:28:59 +00:00 |
|
peter1138
|
cfc45e97ab
|
(svn r13225) -Fix (r13041): Missing calls to FindWindowPlacementAndResize() from lots
of windows causing 'two stage' opening effect.
|
2008-05-23 23:02:13 +00:00 |
|
peter1138
|
6f233b1f8f
|
(svn r13225) -Fix (r13041): Missing calls to FindWindowPlacementAndResize() from lots
of windows causing 'two stage' opening effect.
|
2008-05-23 23:02:13 +00:00 |
|
rubidium
|
162e2e074b
|
(svn r13185) -Codechange: remove everything related to the WindowProc callbacks.
|
2008-05-19 09:48:47 +00:00 |
|
rubidium
|
27c38052b7
|
(svn r13185) -Codechange: remove everything related to the WindowProc callbacks.
|
2008-05-19 09:48:47 +00:00 |
|
rubidium
|
37386287f8
|
(svn r13152) -Codechange: make a class of the subsidy window.
|
2008-05-18 08:12:29 +00:00 |
|
rubidium
|
62e36abd2e
|
(svn r13152) -Codechange: make a class of the subsidy window.
|
2008-05-18 08:12:29 +00:00 |
|
rubidium
|
a89b5721a8
|
(svn r13139) -Codechange: move DrawWindowWidgets and DrawWindowViewport to the Window class and remove Window from their naming.
|
2008-05-17 12:48:06 +00:00 |
|
rubidium
|
8b54212900
|
(svn r13139) -Codechange: move DrawWindowWidgets and DrawWindowViewport to the Window class and remove Window from their naming.
|
2008-05-17 12:48:06 +00:00 |
|