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 |
|
rubidium
|
fc193fd902
|
(svn r17374) -Codechange: make the town and vehicle GUIs use the scrollbar wrappers
|
2009-09-02 08:48:29 +00:00 |
|
smatz
|
f22e1cf9ab
|
(svn r17348) -Fix: don't mix 'sort by' strings used for buttons and dropdowns
|
2009-09-01 14:05:27 +00:00 |
|
rubidium
|
751dc4ad3d
|
(svn r17323) -Codechange: replace some magic numbers with constants in the town directory.
|
2009-08-30 15:25:20 +00:00 |
|
rubidium
|
ecf50ba58e
|
(svn r17321) -Codechange: minor coding style fixes for the town directory
|
2009-08-30 14:39: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
|
99d46e0ad7
|
(svn r17248) -Fix: add GPL license notice where appropriate
|
2009-08-21 20:21:05 +00:00 |
|
smatz
|
073e163b7f
|
(svn r17131) -Codechange: apply coding style to some switch statements
|
2009-08-09 14:40:34 +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 |
|
alberth
|
42714792dc
|
(svn r16953) -Codechange: Use SetStringParameters() for simple parameterized strings.
|
2009-07-25 11:54:53 +00:00 |
|
alberth
|
a8e5d36868
|
(svn r16952) -Codechange: Use a label for the world population in the town directory window.
|
2009-07-25 11:32:53 +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 |
|
alberth
|
543b86307f
|
(svn r16871) -Codechange: Generalize GetWidgetContentSize to UpdateWidgetSize for better control over widget size and resize steps.
|
2009-07-18 10:46:55 +00:00 |
|
smatz
|
8718babe90
|
(svn r16849) -Codechange: replace GetCargo() by CargoSpec::Get()
|
2009-07-16 19:00:13 +00:00 |
|
rubidium
|
34570f4e93
|
(svn r16842) -Cleanup: add some spaces around a few operators
|
2009-07-16 10:13:33 +00:00 |
|
alberth
|
4458a1ec32
|
(svn r16840) -Codechange: Small merge in town directory widget content method.
|
2009-07-15 23:04:26 +00:00 |
|
alberth
|
43ee12137b
|
(svn r16740) -Codechange: Self-sizing widgets in intro screen, town directory, and found town windows.
|
2009-07-04 15:35:36 +00:00 |
|
alberth
|
9cfbe11e3a
|
(svn r16739) -Codechange: Initialize internal data before computing the widgets.
|
2009-07-04 14:13:23 +00:00 |
|
alberth
|
4d577b8cc1
|
(svn r16734) -Codechange: Prepare intro, town directory, and found town windows for more flexible widget contents.
|
2009-07-03 22:25:59 +00:00 |
|
alberth
|
14d5eb0427
|
(svn r16733) -Codechange: Move rebuilding and sorting the town list out of TownDirectoryWindow::OnPaint.
|
2009-07-03 21:38:41 +00:00 |
|
alberth
|
2509f55d87
|
(svn r16689) -Codechange: Allow for rendering of parameterized text of nested widgets in Window::DrawWidget, adapt intro and town directory windows.
|
2009-06-28 22:23:26 +00:00 |
|
alberth
|
0365d15306
|
(svn r16688) -Codechange: Some cleanup of intro screen and town directory.
|
2009-06-28 21:23:37 +00:00 |
|
alberth
|
0b66eb938f
|
(svn r16558) -Codechange: Switch found-town window to nested widgets.
|
2009-06-10 20:48:22 +00:00 |
|
alberth
|
e47ca002d2
|
(svn r16517) -Codechange: Switched intro-screen and town directory window to nested widget trees.
|
2009-06-04 14:34:38 +00:00 |
|
smatz
|
0c10daa243
|
(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 |
|
rubidium
|
650cb3694e
|
(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
|
e88cb7f70f
|
(svn r16088) -Codechange: merge HighLightStyle and ViewportHighlightMode as they are basically the same thing
|
2009-04-19 10:31:30 +00:00 |
|
alberth
|
0f30d27872
|
(svn r16049) -Codechange: Added nested widgets to town windows.
|
2009-04-12 19:30:47 +00:00 |
|
alberth
|
26630d4870
|
(svn r16047) -Codechange: Extracting widget number enums from their window classes.
|
2009-04-12 19:25:59 +00:00 |
|
alberth
|
bc960f7406
|
(svn r16043) -Codechange: Prepare town-view widgets for nesting.
|
2009-04-12 17:47:33 +00:00 |
|
alberth
|
da83135dd4
|
(svn r16040) -Codechange: Use coordinates from the widget for the town-view viewport instead of magic constants.
|
2009-04-12 15:30:16 +00:00 |
|
alberth
|
93c243a27f
|
(svn r16039) -Codechange: Completing widget number enums of town windows and adding them as comment to the widget arrays.
|
2009-04-12 15:17:27 +00:00 |
|
alberth
|
a71d7c7a61
|
(svn r16036) -Codechange [FS#2825]: Renamed TVW_SHOWAUTORITY to TVW_SHOWAUTHORITY (bilbo)
|
2009-04-12 06:01:24 +00:00 |
|
alberth
|
bbd546b792
|
(svn r15885) -Codechange: Removed new_size parameter of Window::OnResize() callback
|
2009-03-29 09:49:11 +00:00 |
|
rubidium
|
12f1abbce0
|
(svn r15808) -Codechange: use the new DrawString API in a number of GUIs
|
2009-03-22 12:01:21 +00:00 |
|
rubidium
|
dcd5ad8b19
|
(svn r15797) -Codechange: make users of the old DrawStringMultiLine use the new one.
|
2009-03-21 23:45:34 +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
|
c3e87f345d
|
(svn r15718) -Cleanup: apply some comment coding style on the rest of the sources too
|
2009-03-15 00:32:18 +00:00 |
|
frosch
|
b95fa2b7a3
|
(svn r15559) -Feature: Show required/already-delivered cargo needed for town-growth in town-view-window. (and only if it is really needed)
|
2009-02-23 20:03:38 +00:00 |
|
smatz
|
cb13180774
|
(svn r15506) -Codechange: rename ScenarioEditorTownGenerationWindow to FoundTownWindow
|
2009-02-17 00:21:08 +00:00 |
|
smatz
|
b8438555df
|
(svn r15505) -Codechange: pass name of new town as parameter to CMD_BUILD_TOWN
|
2009-02-16 23:23:33 +00:00 |
|
rubidium
|
a7693c6059
|
(svn r15425) -Codechange: some color->colour changes and type safety.
|
2009-02-09 02:09:47 +00:00 |
|
smatz
|
801ff9c9ca
|
(svn r15357) -Codechange: unify the way buttons are updated in the 'found town' window
|
2009-02-05 16:51:23 +00:00 |
|
smatz
|
2806d7b0a0
|
(svn r15356) -Codechange: make PlaceProc_Town and some global variables a static function/variables of the scenedit window
|
2009-02-05 15:59:40 +00:00 |
|
smatz
|
b42f87d245
|
(svn r15353) -Feature(tte): make it possible to have cities of various sizes
|
2009-02-05 15:28:01 +00:00 |
|
smatz
|
f561fa2891
|
(svn r15352) -Codechange: make the arguments passed around while founding a town a bit more readable
|
2009-02-05 13:33:37 +00:00 |
|
smatz
|
e80255c4ae
|
(svn r15342) -Feature: allow changing town layout in the 'Found new town' window
|
2009-02-04 22:52:34 +00:00 |
|
rubidium
|
a49197f522
|
(svn r15336) -Fix: do not use _current_company in the GUI as there are no guarantees that _current_company is the same as _local_company.
|
2009-02-04 16:45:07 +00:00 |
|