rubidium
|
b8487afe54
|
(svn r20192) -Cleanup: bye bye variables.h, bye bye VARDEF... you won't be missed :)
|
2010-07-19 17:28:27 +00:00 |
|
rubidium
|
60b93f5c69
|
(svn r20190) -Codechange: unVARDEF _generate_world and move it to genworld
|
2010-07-19 17:17:36 +00:00 |
|
rubidium
|
73527b7b45
|
(svn r20190) -Codechange: unVARDEF _generate_world and move it to genworld
|
2010-07-19 17:17:36 +00:00 |
|
terkhen
|
bec213d60b
|
(svn r20139) -Fix [FS#3902]: Found town window ignored all hotkeys (Zuu).
|
2010-07-14 11:43:46 +00:00 |
|
terkhen
|
e9793b3427
|
(svn r20139) -Fix [FS#3902]: Found town window ignored all hotkeys (Zuu).
|
2010-07-14 11:43:46 +00:00 |
|
frosch
|
b46439e3d0
|
(svn r19890) -Codechange: Use real spritewidths for drawing town authority window.
|
2010-05-23 15:17:05 +00:00 |
|
frosch
|
50bcc852f9
|
(svn r19890) -Codechange: Use real spritewidths for drawing town authority window.
|
2010-05-23 15:17:05 +00:00 |
|
rubidium
|
f09a74a996
|
(svn r19812) -Codechange: give some unnamed enums a name or, in case they consisted of unrelated values use static const (u)int
|
2010-05-13 09:44:44 +00:00 |
|
rubidium
|
398418b8fa
|
(svn r19812) -Codechange: give some unnamed enums a name or, in case they consisted of unrelated values use static const (u)int
|
2010-05-13 09:44:44 +00:00 |
|
rubidium
|
7f43b93eae
|
(svn r19799) -Change: give depots an unique name in the same manner buoys and waypoints are named
|
2010-05-12 19:21:00 +00:00 |
|
rubidium
|
93ff7d78e1
|
(svn r19799) -Change: give depots an unique name in the same manner buoys and waypoints are named
|
2010-05-12 19:21:00 +00:00 |
|
alberth
|
b0f3fff54b
|
(svn r19478) -Codechange: Resolve TS_ prefix clash between TileSource and TownSize enums.
|
2010-03-20 10:55:08 +00:00 |
|
alberth
|
e89f154c0d
|
(svn r19478) -Codechange: Resolve TS_ prefix clash between TileSource and TownSize enums.
|
2010-03-20 10:55:08 +00:00 |
|
yexo
|
22a27d3b62
|
(svn r19455) -Codechange: split all airport information in Station to a seperate class
|
2010-03-18 21:02:20 +00:00 |
|
yexo
|
c4a88ce022
|
(svn r19455) -Codechange: split all airport information in Station to a seperate class
|
2010-03-18 21:02:20 +00:00 |
|
smatz
|
5504b1105e
|
(svn r19224) -Codechange: change parameters passed to ShowErrorMessage() a bit
|
2010-02-24 14:46:15 +00:00 |
|
smatz
|
f051066bc4
|
(svn r19224) -Codechange: change parameters passed to ShowErrorMessage() a bit
|
2010-02-24 14:46:15 +00:00 |
|
yexo
|
80982cc91b
|
(svn r19198) -Codechange: store the size of stations in savegames
|
2010-02-22 14:17:07 +00:00 |
|
yexo
|
698737f485
|
(svn r19198) -Codechange: store the size of stations in savegames
|
2010-02-22 14:17:07 +00:00 |
|
rubidium
|
06600a6834
|
(svn r19119) -Fix [FS#3616]: removing towns (in the scenario editor) that had stations/depots refer to them or vehicles were on the town's road could cause a crash
|
2010-02-13 14:02:36 +00:00 |
|
rubidium
|
9c02767a92
|
(svn r19119) -Fix [FS#3616]: removing towns (in the scenario editor) that had stations/depots refer to them or vehicles were on the town's road could cause a crash
|
2010-02-13 14:02:36 +00:00 |
|
frosch
|
94a5c917a5
|
(svn r18966) -Codechange: Remove Window::OnDoubleClick() in favour of a parameter for OnClick().
|
2010-01-30 18:34:48 +00:00 |
|
frosch
|
88019e64e1
|
(svn r18966) -Codechange: Remove Window::OnDoubleClick() in favour of a parameter for OnClick().
|
2010-01-30 18:34:48 +00:00 |
|
frosch
|
d5d489a840
|
(svn r18964) -Change: Highlight the selected action for town authority, and do not duplicate the itemtext to the description.
|
2010-01-30 16:29:52 +00:00 |
|
frosch
|
af50e0a4cf
|
(svn r18964) -Change: Highlight the selected action for town authority, and do not duplicate the itemtext to the description.
|
2010-01-30 16:29:52 +00:00 |
|
rubidium
|
9467b7c6d6
|
(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header
|
2010-01-15 16:41:15 +00:00 |
|
rubidium
|
82fc28f77f
|
(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header
|
2010-01-15 16:41:15 +00:00 |
|
rubidium
|
26b203e3ff
|
(svn r18781) -Codechange: pass the CommandCost to the callback instead of whether it succeeded or not.
-Fix: AIs did update their last cost incorrectly in network games if the cost of the DC_EXEC phase differed from the ~DC_EXEC phase.
|
2010-01-11 18:46:09 +00:00 |
|
rubidium
|
2b97f38cd1
|
(svn r18781) -Codechange: pass the CommandCost to the callback instead of whether it succeeded or not.
-Fix: AIs did update their last cost incorrectly in network games if the cost of the DC_EXEC phase differed from the ~DC_EXEC phase.
|
2010-01-11 18:46:09 +00:00 |
|
rubidium
|
d574158a53
|
(svn r18676) -Change [FS#3411]: 'escape' in the 'found town' window removes the focus from the town name input box
|
2009-12-31 18:12:10 +00:00 |
|
rubidium
|
ebfdcf575d
|
(svn r18676) -Change [FS#3411]: 'escape' in the 'found town' window removes the focus from the town name input box
|
2009-12-31 18:12:10 +00:00 |
|
alberth
|
b929bb000a
|
(svn r18596) -Fix: Add padding to several town generation buttons and labels for nice and consistent layout.
|
2009-12-21 21:12:41 +00:00 |
|
alberth
|
a87748df8a
|
(svn r18596) -Fix: Add padding to several town generation buttons and labels for nice and consistent layout.
|
2009-12-21 21:12:41 +00:00 |
|
alberth
|
0e9dac92d2
|
(svn r18588) -Feature [FS#2943]: Add shading and unshading of windows.
|
2009-12-21 16:24:29 +00:00 |
|
alberth
|
91872aca48
|
(svn r18588) -Feature [FS#2943]: Add shading and unshading of windows.
|
2009-12-21 16:24:29 +00:00 |
|
alberth
|
f20e477a02
|
(svn r18580) -Codechange: Use widget information only for setting scrollbar capacity.
|
2009-12-20 20:08:39 +00:00 |
|
alberth
|
5a083f183e
|
(svn r18580) -Codechange: Use widget information only for setting scrollbar capacity.
|
2009-12-20 20:08:39 +00:00 |
|
rubidium
|
32b86b23b5
|
(svn r18447) -Change: make some more windows (e.g. graphs, company view) stickyable
|
2009-12-09 17:10:57 +00:00 |
|
rubidium
|
ac4ef286f4
|
(svn r18447) -Change: make some more windows (e.g. graphs, company view) stickyable
|
2009-12-09 17:10:57 +00:00 |
|
frosch
|
7c727d4c4c
|
(svn r18433) -Codechange: Show different texts in town GUI when the town does not need food the whole year to grow.
|
2009-12-08 19:59:21 +00:00 |
|
frosch
|
9dd74395c8
|
(svn r18433) -Codechange: Show different texts in town GUI when the town does not need food the whole year to grow.
|
2009-12-08 19:59:21 +00:00 |
|
frosch
|
96e72d3fa1
|
(svn r18416) -Fix (r15559): Only consider valid cargos in town GUI.
|
2009-12-06 16:15:58 +00:00 |
|
frosch
|
7d905fae22
|
(svn r18416) -Fix (r15559): Only consider valid cargos in town GUI.
|
2009-12-06 16:15:58 +00:00 |
|
frosch
|
c942f95a6d
|
(svn r18328) -Codechange: Remove last usage of {SETX} from strings.
|
2009-11-28 20:15:16 +00:00 |
|
frosch
|
ae97bf029c
|
(svn r18328) -Codechange: Remove last usage of {SETX} from strings.
|
2009-11-28 20:15:16 +00:00 |
|
rubidium
|
45eb0be570
|
(svn r18322) -Codechange: remove the WDP duplication; no need to tell the same twice.
|
2009-11-28 14:42:35 +00:00 |
|
rubidium
|
293dfd7c3e
|
(svn r18322) -Codechange: remove the WDP duplication; no need to tell the same twice.
|
2009-11-28 14:42:35 +00:00 |
|
frosch
|
13a72bb345
|
(svn r18283) -Feature: [NewGRF] Add new price bases for removing industries, building/removing unmovables (new objects), building/removing rail-waypoints/buoys, interacting with town-authority, building foundations, funding primary industries (when not prospecting) and towns.
If a GRF does not set price multipliers for these new prices, but for the previously used ones, the old modifiers will be propagated to the new bases.
|
2009-11-24 22:15:42 +00:00 |
|
frosch
|
830231e2bd
|
(svn r18283) -Feature: [NewGRF] Add new price bases for removing industries, building/removing unmovables (new objects), building/removing rail-waypoints/buoys, interacting with town-authority, building foundations, funding primary industries (when not prospecting) and towns.
If a GRF does not set price multipliers for these new prices, but for the previously used ones, the old modifiers will be propagated to the new bases.
|
2009-11-24 22:15:42 +00:00 |
|
smatz
|
f7466979b9
|
(svn r18281) -Feature: founding towns in-game (based on work by Belugas, TheJosh, GeekToo, Terkhen and others)
|
2009-11-24 21:18:11 +00:00 |
|