Michael Lutz
|
549caca39c
|
Codechange: Move command arguments to the back of the networked command function calls.
|
2021-12-16 22:28:32 +01:00 |
|
dP
|
239ff976da
|
Merge remote-tracking branch 'upstream/master'
|
2021-09-27 19:53:01 +03:00 |
|
dP
|
4eb8b29dbf
|
Update to 12.0-RC1
|
2021-09-26 20:30:12 +03:00 |
|
Tyler Trahan
|
66620b497b
|
Fix #8603: Don't give focus to text filter when opening Object GUI (#9547)
|
2021-09-09 18:30:03 +02:00 |
|
dP
|
a38dc30bf6
|
Merge remote-tracking branch 'upstream/master'
|
2021-08-16 01:58:47 +03:00 |
|
dP
|
9df4f2c4fc
|
Update to 12.0-beta1
|
2021-08-15 14:57:29 +03:00 |
|
Peter Nelson
|
7385e780ac
|
Cleanup: nested_array should not be accessed directly.
Replace accesses with GetWidget() as documented.
|
2021-06-14 17:49:01 +01:00 |
|
dP
|
33f4c4996a
|
Merge remote-tracking branch 'upstream/1.11' into 1.11
|
2021-04-19 01:20:03 +03:00 |
|
dP
|
5881c752f5
|
Update to 1.11.1
|
2021-04-19 00:52:41 +03:00 |
|
Didac Perez Parera
|
e760c9fbec
|
Fix: adjust object and rail station selection window padding to be consistent (#8929)
consistent
|
2021-04-02 10:15:26 +02:00 |
|
stormcone
|
bde5396d11
|
Add: Hotkey to focus the build object class name filter editbox.
|
2021-04-02 10:12:47 +02:00 |
|
dP
|
93d8111960
|
Merge remote-tracking branch 'upstream/1.11' into 1.11
|
2021-04-01 17:33:31 +03:00 |
|
dP
|
5253131d44
|
Update to 1.11.0
|
2021-04-01 17:02:53 +03:00 |
|
Patric Stout
|
fece1c57ca
|
Codechange: Suppress warnings when asserts are disabled (#8917)
|
2021-04-01 11:16:19 +02:00 |
|
dP
|
1859af4a63
|
Merge branch 'master' into 1.11
|
2021-03-24 23:07:53 +03:00 |
|
dP
|
5d512a4445
|
Add tool type to _thd when placing objects
|
2021-03-19 22:23:23 +03:00 |
|
dP
|
595606287d
|
Update to 1.11.0-RC1
|
2021-03-15 12:57:26 +03:00 |
|
Didac Perez Parera
|
3878c4781e
|
Fix #8817: keep NewGRF order for object class sorting (#8818)
|
2021-03-08 17:00:43 +01:00 |
|
SamuXarick
|
cb95b1d2e7
|
Codechange: Apply coding style
|
2021-02-20 17:59:04 +00:00 |
|
Didac Perez Parera
|
96990b2ea7
|
Feature: Object class selection string filtering (#8603)
|
2021-02-19 10:26:54 +01:00 |
|
dP
|
5e4506f493
|
Update to 1.11.0-beta1
|
2021-01-23 17:31:11 +03:00 |
|
Charles Pigott
|
9b800a96ed
|
Codechange: Remove min/max functions in favour of STL variants (#8502)
|
2021-01-08 11:16:18 +01:00 |
|
dP
|
c7c3966eec
|
Update to 1.10.0-beta2
|
2020-01-06 18:49:34 +03:00 |
|
S. D. Cloudt
|
13cc8a0cee
|
Cleanup: Removed SVN headers
|
2019-11-10 17:59:20 +00:00 |
|
dP
|
599ccf0c2b
|
Update to 1.10.0-beta1
|
2019-10-31 22:24:28 +03:00 |
|
dP
|
b84a475e14
|
Initialize with OpenTTD 1.9.3
|
2019-10-31 21:58:04 +03:00 |
|
Henry Wilson
|
7c8e7c6b6e
|
Codechange: Use null pointer literal instead of the NULL macro
|
2019-04-10 23:22:20 +02:00 |
|
peter1138
|
317f69c152
|
Codechange: Use override specifier in Window-derived classes.
|
2019-03-24 16:10:04 +01:00 |
|
Charles Pigott
|
f5b1115039
|
Doc: Lots and lots of doxymentation fixes
|
2018-10-31 12:35:54 +01:00 |
|
frosch
|
fbd2786329
|
(svn r27438) -Fix (r27346) [FS#6387]: The build object hotkey no longer checked whether there were any objects defined.
|
2015-11-07 15:07:18 +00:00 |
|
alberth
|
4f49d636c1
|
(svn r27346) -Feature: Make the object placement gui an independent window.
|
2015-07-28 18:20:54 +00:00 |
|
alberth
|
a62468bed6
|
(svn r27345) -Fix-ish: Hide selected view if no object selected.
|
2015-07-28 18:18:59 +00:00 |
|
frosch
|
a8080b6256
|
(svn r27134) -Codechange: Simplify GUI scaling by adding UnScaleGUI() and ScaleGUITrad().
|
2015-02-01 20:54:24 +00:00 |
|
peter1138
|
587ad940cc
|
(svn r26950) -Codechange: GUI-scale dancing for NewGRF objects window.
|
2014-10-04 11:49:05 +00:00 |
|
frosch
|
1b0929a9f0
|
(svn r26640) -Cleanup: Remove some pointless STR_JUST_STRING detours.
|
2014-06-10 16:37:25 +00:00 |
|
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
|
ba1779b978
|
(svn r26241) -Codechange: Remember the GRFFile which filled the TextRefStack in the TextRefStack.
|
2014-01-12 18:00:39 +00:00 |
|
frosch
|
3d5a91424a
|
(svn r25830) -Fix [FS#5742] (r25540): In BuildObjectWindow, ensure the object spec matrix is always initialized. (sbr)
|
2013-10-12 16:29:42 +00:00 |
|
frosch
|
4fc6cdfbea
|
(svn r25726) -Fix: Right side of object class string was misaligned. (sbr)
|
2013-08-18 14:15:27 +00:00 |
|
frosch
|
c1bf3122ad
|
(svn r25543) -Cleanup: Make the bridge and object picker not restore their previous size, but the previously saved size.
|
2013-06-30 14:39:09 +00:00 |
|
frosch
|
83a0174ef2
|
(svn r25540) -Fix: Unify selecting a new object class in the object GUI. (sbr)
|
2013-06-30 14:37:50 +00:00 |
|
frosch
|
d798766f2e
|
(svn r25539) -Codechange: Setup object GUI matrix before restoring selected object, so that the matrix state can be properly set. (sbr)
|
2013-06-30 14:37:24 +00:00 |
|
frosch
|
bcb0e04bf2
|
(svn r25538) -Fix [FS#5567] (r25283): Use the UI index of the selected object to make it visible when re-opening the build object window. (sbr)
|
2013-06-30 14:37:01 +00:00 |
|
frosch
|
43ec0bf0c1
|
(svn r25537) -Codechange: Optionally make WWT_MATRIX compute the number of rows and columns from the resize step size.
|
2013-06-30 14:36:31 +00:00 |
|
frosch
|
df732f2bae
|
(svn r25534) -Codechange: FinishInitNested calls OnResize, no need to setup scrollbar capacity before that.
|
2013-06-30 14:34:23 +00:00 |
|
frosch
|
5f8f71edf0
|
(svn r25532) -Fix: Do not make the minimal size of matrix or panel widgets depend on their number of rows, since that changes when resizing the window.
|
2013-06-30 14:33:15 +00:00 |
|
frosch
|
98fdd20f84
|
(svn r25531) -Codechange: Use separate function to set data of WWT_MATRIX widgets.
|
2013-06-30 14:32:31 +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 |
|