rubidium
|
0463dbdc9e
|
(svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values
|
2014-04-23 20:13:33 +00:00 |
|
frosch
|
5370613924
|
(svn r26422) -Fix [FS#5946]: Some road constructions used the rail sound effect. Rename the enum items to properly reflect their purpose.
|
2014-03-23 13:28:32 +00:00 |
|
frosch
|
12b30103b1
|
(svn r25922) -Codechange: Rename TOWN_IS_FUNDED to TOWN_IS_GROWING. It is not tied to funding a town.
|
2013-10-28 10:55:34 +00:00 |
|
rubidium
|
184e7744c3
|
(svn r25630) -Fix [FS#5666]: city list sort of population and rating are reversed compared to the icon
|
2013-07-27 14:46:33 +00:00 |
|
frosch
|
4e4e635916
|
(svn r25294) -Feature: Add another button to window title bars to resize the window to its default size.
|
2013-05-26 19:30:07 +00:00 |
|
frosch
|
8157a8afd8
|
(svn r25290) -Add: Assign string names to notable windows.
|
2013-05-26 19:25:01 +00:00 |
|
frosch
|
56e4a8c4d6
|
(svn r25287) -Codechange: Keep a reference to the WindowDesc in the Window after construction.
|
2013-05-26 19:23:42 +00:00 |
|
alberth
|
d5307c9722
|
(svn r25097) -Feature[FS#5288]: Add sorting on rating for the town directory window (based on work by sbr).
|
2013-03-17 15:45:24 +00:00 |
|
alberth
|
cfa42fcdce
|
(svn r25096) -Feature: Do descending sort order on population by default, and stabilize sort of equally populated towns.
|
2013-03-17 15:44:19 +00:00 |
|
alberth
|
d62ab47c74
|
(svn r25095) -Codechange: Immediately save the sort order of the town directory instead of when closing the window.
|
2013-03-17 15:42:50 +00:00 |
|
alberth
|
15ec6e26f0
|
(svn r25094) -Feature: Introduce dropdown for selecting the sort criterion in the town directory window (sbr)
|
2013-03-17 15:41:40 +00:00 |
|
planetmaker
|
c24374f99c
|
(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagle_rainbow)
|
2013-01-08 22:46:42 +00:00 |
|
frosch
|
3ce8d2ce70
|
(svn r24846) -Add: Advanced settings to disable certain sound effects.
|
2012-12-23 21:09:09 +00:00 |
|
frosch
|
b533523258
|
(svn r24801) -Codechange: Add functions to set integral DParams to suitable values for size computations.
|
2012-12-08 17:18:51 +00:00 |
|
frosch
|
545b6de900
|
(svn r24747) -Fix: Some editboxes had a different colour than the rest of the window.
|
2012-11-14 22:50:53 +00:00 |
|
frosch
|
f5d8ba5d7f
|
(svn r24742) -Codechange: Remove QueryStringBaseWindow and store QueryStrings per widget instead.
|
2012-11-14 22:50:35 +00:00 |
|
frosch
|
6e6d94a2d1
|
(svn r24740) -Codechange: Remove duplicate members from QueryStringBaseWindow and directly use QueryString.
|
2012-11-14 22:50:26 +00:00 |
|
frosch
|
6653ac6b36
|
(svn r24739) -Codechange: Simplify some code by using Textbuf::Assign.
|
2012-11-14 22:50:21 +00:00 |
|
frosch
|
f6d4200f86
|
(svn r24738) -Codechange: Remove Textbuf::Initialize in favour of a constructor.
|
2012-11-14 22:50:17 +00:00 |
|
frosch
|
c4d7c8dd42
|
(svn r24733) -Codechange: Move handling of editbox keys to window class.
|
2012-11-13 21:47:02 +00:00 |
|
frosch
|
7699a7dc06
|
(svn r24732) -Codechange: Unify handling of OK and CANCEL actions for editboxes.
|
2012-11-13 21:46:58 +00:00 |
|
frosch
|
137adb3496
|
(svn r24726) -Codechange: Move editbox mouseloop handling to Window class.
|
2012-11-13 21:46:33 +00:00 |
|
frosch
|
17025fa6ea
|
(svn r24724) -Codechange: Move drawing of editboxes to the widget drawing code.
|
2012-11-13 21:46:19 +00:00 |
|
frosch
|
03736af2ae
|
(svn r24700) -Cleanup: Remove WDF_UNCLICK_BUTTONS and make it the default.
|
2012-11-11 16:10:43 +00:00 |
|
frosch
|
b998cbdff1
|
(svn r24697) -Codechange: Use WDF_UNCLICK_BUTTONS instead of duplicating the same functionality.
|
2012-11-11 16:07:46 +00:00 |
|
frosch
|
d58eee1e79
|
(svn r24324) -Codechange: Turn functions dealing with Textbufs into member functions.
|
2012-06-04 15:30:29 +00:00 |
|
rubidium
|
41e5c839e0
|
(svn r24179) -Codechange: move some variables of Town to TownCache
|
2012-04-25 20:50:13 +00:00 |
|
michi_cc
|
a2b2bc3620
|
(svn r24141) -Feature: Display rating in the town directory window. (Inspired by patch from MagicBuzz)
|
2012-04-17 19:44:41 +00:00 |
|
rubidium
|
89ab59f0cb
|
(svn r23787) -Fix: add some missing spaces
|
2012-01-11 18:47:32 +00:00 |
|
rubidium
|
6d6be50ae0
|
(svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files
|
2012-01-03 21:32:51 +00:00 |
|
truebrain
|
102f811d02
|
(svn r23636) -Add: introduce ScriptText in parameters where it can be used
|
2011-12-19 21:06:06 +00:00 |
|
truebrain
|
ad48ab9237
|
(svn r23626) -Add: ScriptTown::SetText, which adds custom text to the Town GUI
|
2011-12-19 21:00:55 +00:00 |
|
truebrain
|
afcf07ac8a
|
(svn r23620) -Add: ScriptTown::SetCargoGoal and ScriptTown::SetGrowthRate (GameScript only)
|
2011-12-19 20:59:19 +00:00 |
|
rubidium
|
2988509dd0
|
(svn r23542) -Codechange: unify and document town related widgets
|
2011-12-16 17:23:41 +00:00 |
|
truebrain
|
2aa774e831
|
(svn r23528) -Codechange: move widget enums to widgets/NNN_type.h
|
2011-12-15 22:22:55 +00:00 |
|
rubidium
|
3d88c74389
|
(svn r23526) -Codechange: unify cargos vs cargoes
|
2011-12-15 21:56:00 +00:00 |
|
truebrain
|
df0afdf0dc
|
(svn r23525) -Codechange: make Window::flags4 WindowFlags instead of uint16, with only values known in WindowFlags (and move out 2 timers to their own variable)
-Codechange: rename Window::flags4 to Window::flags
-Codechange: move some non-inline functions from .hpp to .cpp
|
2011-12-15 19:54:23 +00:00 |
|
rubidium
|
7bb4a0b825
|
(svn r23477) -Fix [FS#4878] (r23300): like r23342, but now for the user interface ;)
|
2011-12-10 15:41:39 +00:00 |
|
rubidium
|
58423b26d1
|
(svn r23474) -Codechange: move the declaration error related functions to error.h
|
2011-12-10 13:54:10 +00:00 |
|
truebrain
|
b9192bdc4c
|
(svn r23310) -Fix: Town GUI was not representing the true conditions of arctic / tropical goals
|
2011-11-23 18:55:13 +00:00 |
|
truebrain
|
f906ebd2a5
|
(svn r23300) -Add: show on the GUI when a town grows and make a general framework to store goals of a town
|
2011-11-23 16:07:14 +00:00 |
|
truebrain
|
229e572663
|
(svn r23298) -Add: track statistics of all incoming and outgoing goods. Incoming based on TownEffect, outgoing based on CargoType (based on patch by Terkhen)
|
2011-11-23 16:05:19 +00:00 |
|
michi_cc
|
6548ec6e9e
|
(svn r23233) -Codechange: Refactor maximum and actually transported cargo amount of towns into a reusable struct.
|
2011-11-15 20:47:53 +00:00 |
|
rubidium
|
69162621d8
|
(svn r23096) -Codechange: remove useless divisions and multiplications by TILE_HEIGHT for the snow line code
|
2011-11-04 10:25:58 +00:00 |
|
rubidium
|
46c242b1dc
|
(svn r22385) -Fix [FS#4603]: strnatcmp is in string.cpp, so it ought to be declared in string_func.h.
|
2011-04-30 14:24:23 +00:00 |
|
terkhen
|
5bb7a48cd2
|
(svn r22345) -Change: Remove pixel limiter for text buffers.
|
2011-04-17 18:44:09 +00:00 |
|
terkhen
|
10caf391a1
|
(svn r22343) -Change: Remove pixel limiter for query strings.
|
2011-04-17 18:42:17 +00:00 |
|
frosch
|
6ce83c0aaa
|
(svn r22307) -Fix: When drawing the town authority window, check whether the availability of the actions changed, and force a complete redraw in that case.
|
2011-04-09 21:15:24 +00:00 |
|
frosch
|
652c9cb663
|
(svn r22247) -Codechange: Update comments wrt. ForceRebuild() in command-scope.
|
2011-03-13 21:34:21 +00:00 |
|
frosch
|
ec9540a12a
|
(svn r22241) -Codechange: Add additional to-be-used parameter to OnInvalidateData().
|
2011-03-13 21:31:29 +00:00 |
|