Commit Graph

128 Commits (df1c950d6ae725cf6c9bc8ad1c84f26467c28536)

Author SHA1 Message Date
alberth 42714792dc (svn r16953) -Codechange: Use SetStringParameters() for simple parameterized strings. 15 years ago
alberth a8e5d36868 (svn r16952) -Codechange: Use a label for the world population in the town directory window. 15 years ago
rubidium 39e6dbd5e3 (svn r16886) -Codechange: unify naming of some string IDs related to string codes and group them logically 15 years ago
alberth 543b86307f (svn r16871) -Codechange: Generalize GetWidgetContentSize to UpdateWidgetSize for better control over widget size and resize steps. 15 years ago
smatz 8718babe90 (svn r16849) -Codechange: replace GetCargo() by CargoSpec::Get() 15 years ago
rubidium 34570f4e93 (svn r16842) -Cleanup: add some spaces around a few operators 15 years ago
alberth 4458a1ec32 (svn r16840) -Codechange: Small merge in town directory widget content method. 15 years ago
alberth 43ee12137b (svn r16740) -Codechange: Self-sizing widgets in intro screen, town directory, and found town windows. 15 years ago
alberth 9cfbe11e3a (svn r16739) -Codechange: Initialize internal data before computing the widgets. 15 years ago
alberth 4d577b8cc1 (svn r16734) -Codechange: Prepare intro, town directory, and found town windows for more flexible widget contents. 15 years ago
alberth 14d5eb0427 (svn r16733) -Codechange: Move rebuilding and sorting the town list out of TownDirectoryWindow::OnPaint. 15 years ago
alberth 2509f55d87 (svn r16689) -Codechange: Allow for rendering of parameterized text of nested widgets in Window::DrawWidget, adapt intro and town directory windows. 15 years ago
alberth 0365d15306 (svn r16688) -Codechange: Some cleanup of intro screen and town directory. 15 years ago
alberth 0b66eb938f (svn r16558) -Codechange: Switch found-town window to nested widgets. 15 years ago
alberth e47ca002d2 (svn r16517) -Codechange: Switched intro-screen and town directory window to nested widget trees. 15 years ago
smatz 0c10daa243 (svn r16327) -Codechange: replace IsValidPoolItemID(index) by PoolItem::IsValidID(index) 15 years ago
smatz d495dc5dbc (svn r16325) -Codechange: replace GetPoolItem(index) by PoolItem::Get(index) 15 years ago
rubidium 650cb3694e (svn r16160) -Codechange: remove the need for explicit TC_FROMSTRING for DrawString. 15 years ago
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. 15 years ago
rubidium e88cb7f70f (svn r16088) -Codechange: merge HighLightStyle and ViewportHighlightMode as they are basically the same thing 15 years ago
alberth 0f30d27872 (svn r16049) -Codechange: Added nested widgets to town windows. 15 years ago
alberth 26630d4870 (svn r16047) -Codechange: Extracting widget number enums from their window classes. 15 years ago
alberth bc960f7406 (svn r16043) -Codechange: Prepare town-view widgets for nesting. 15 years ago
alberth da83135dd4 (svn r16040) -Codechange: Use coordinates from the widget for the town-view viewport instead of magic constants. 15 years ago
alberth 93c243a27f (svn r16039) -Codechange: Completing widget number enums of town windows and adding them as comment to the widget arrays. 15 years ago
alberth a71d7c7a61 (svn r16036) -Codechange [FS#2825]: Renamed TVW_SHOWAUTORITY to TVW_SHOWAUTHORITY (bilbo) 15 years ago
alberth bbd546b792 (svn r15885) -Codechange: Removed new_size parameter of Window::OnResize() callback 15 years ago
rubidium 12f1abbce0 (svn r15808) -Codechange: use the new DrawString API in a number of GUIs 15 years ago
rubidium dcd5ad8b19 (svn r15797) -Codechange: make users of the old DrawStringMultiLine use the new one. 15 years ago
rubidium 7f468dc142 (svn r15723) -Codechange: use a constructor for WindowDescs as that makes expanding them much easier (Alberth) 16 years ago
rubidium c3e87f345d (svn r15718) -Cleanup: apply some comment coding style on the rest of the sources too 16 years ago
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) 16 years ago
smatz cb13180774 (svn r15506) -Codechange: rename ScenarioEditorTownGenerationWindow to FoundTownWindow 16 years ago
smatz b8438555df (svn r15505) -Codechange: pass name of new town as parameter to CMD_BUILD_TOWN 16 years ago
rubidium a7693c6059 (svn r15425) -Codechange: some color->colour changes and type safety. 16 years ago
smatz 801ff9c9ca (svn r15357) -Codechange: unify the way buttons are updated in the 'found town' window 16 years ago
smatz 2806d7b0a0 (svn r15356) -Codechange: make PlaceProc_Town and some global variables a static function/variables of the scenedit window 16 years ago
smatz b42f87d245 (svn r15353) -Feature(tte): make it possible to have cities of various sizes 16 years ago
smatz f561fa2891 (svn r15352) -Codechange: make the arguments passed around while founding a town a bit more readable 16 years ago
smatz e80255c4ae (svn r15342) -Feature: allow changing town layout in the 'Found new town' window 16 years ago
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. 16 years ago
smatz 9021c20b5e (svn r15299) -Cleanup: remove many redundant includes 16 years ago
peter1138 b85389dca5 (svn r15149) -Codechange: GetMaskOfTownActions() is used by a Cmd handler, therefore it does not belong in _gui. 16 years ago
peter1138 cb760eff4c (svn r15088) -Fix [FS#2536]: Resize company list in town authority window if required. 16 years ago
peter1138 9b9a0fed8d (svn r15087) -Codechange: Less hardcoding of y positions in town authority window. 16 years ago
frosch eb6df17b1a (svn r14902) -Feature: Advanced setting to keep various building tools active, which are usually closed after placing an object. (planetmaker) 16 years ago
smatz b00e510140 (svn r14807) -Codechange: use INVALID_TILE instead of 0 to mark invalid depots, industries, towns and waypoints 16 years ago
rubidium e83cca7d13 (svn r14754) -Codechange: get rid of _cmd_text and just pass it as (optional) parameter. 16 years ago
smatz 698f05e756 (svn r14591) -Fix [FS#2388](r14528): cached nearest town could be invalid after importing older savegame and during town generation
-Codechange: rewrite parts of code responsible for caching index of nearest town
16 years ago
rubidium 52ac592422 (svn r14528) -Codechange: cache the closest town for all road tiles instead of only roads owned by tiles. This replaces a O(n) search over all towns from the road's tileloop with a O(1) lookup (PhilSophus) 16 years ago