Michael Lutz
|
0f64ee5ce1
|
Codechange: Template DoCommandP to automagically reflect the parameters of the command proc.
When finished, this will allow each command handler to take individually
different parameters, obliviating the need for bit-packing.
|
2021-12-16 22:28:32 +01:00 |
|
Michael Lutz
|
4fc055d6e9
|
Codechange: Align parameter order of command callbacks to command handlers.
|
2021-12-16 22:28:32 +01:00 |
|
Michael Lutz
|
a38bbefe1b
|
Codechange: Untangle command code, flags and error string for DoCommand*.
|
2021-12-16 22:28:32 +01:00 |
|
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
|
28429e1f57
|
Reorganize CityMania client custom settings
|
2021-08-19 23:27:22 +03: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 |
|
glx22
|
5799402f7a
|
Codechange: Rename window related DeleteXXX to match new behaviour
|
2021-05-29 21:08:25 +02:00 |
|
glx22
|
994bf19aef
|
Fix f6d5c01: Delay deletion when closing windows
|
2021-05-29 21:08:25 +02:00 |
|
Rubidium
|
bb9121dbd4
|
Fix: comparison of narrow type to wide type in loop (potential for infinite loops)
|
2021-05-15 10:16:10 +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
|
c36ef2b3f3
|
Merge remote-tracking branch 'upstream/1.11' into 1.11
|
2021-03-15 20:11:52 +03:00 |
|
dP
|
595606287d
|
Update to 1.11.0-RC1
|
2021-03-15 12:57:26 +03:00 |
|
Charles Pigott
|
6af49b7885
|
Fix #8724: Got wrong DepotID/StationID for airports, causing crash
|
2021-02-22 14:20:21 +00:00 |
|
Charles Pigott
|
3af407340e
|
Fix #8349: Close depot vehicle list windows when closing the depot window
|
2021-02-21 17:58:19 +00:00 |
|
dP
|
c47930887b
|
Merge remote-tracking branch 'upstream/1.11' into 1.11
|
2021-01-25 22:53:44 +03:00 |
|
dP
|
5e4506f493
|
Update to 1.11.0-beta1
|
2021-01-23 17:31:11 +03:00 |
|
frosch
|
5bfcd742b8
|
Change: Relocate rename and location buttons in all windows.
|
2021-01-11 22:15:58 +01:00 |
|
Charles Pigott
|
9b800a96ed
|
Codechange: Remove min/max functions in favour of STL variants (#8502)
|
2021-01-08 11:16:18 +01:00 |
|
TechGeekNZ
|
a10013dd00
|
Codechange: Spell 'Viewport' consistently
Some places in the codebase misspell 'Viewport' as 'ViewPort' or 'view_port'.
This patch makes everything consistent.
|
2020-07-27 17:31:29 +01:00 |
|
dP
|
7441767ed8
|
Make modifier key functions configurable
|
2020-07-13 01:35:07 +03:00 |
|
dP
|
214783bcb7
|
Add settings to autoopen vehicle and order windows
|
2020-04-15 04:14:44 +03:00 |
|
dP
|
1ed7e4a58d
|
Open vehicle orders when cloning or building vehicle
|
2020-02-21 01:26:49 +03:00 |
|
dP
|
370a421942
|
Always open vehicle window when ctrl-cloning (revert #6754)
|
2020-02-20 21:16:03 +03:00 |
|
dP
|
1492a22027
|
Update to 1.10.0-beta2
|
2020-01-06 19:06:51 +03:00 |
|
dP
|
c7c3966eec
|
Update to 1.10.0-beta2
|
2020-01-06 18:49:34 +03:00 |
|
glx
|
1f6b3a37f9
|
Codechange: Replace FOR_ALL_ENGINES with range-based for loops
|
2019-12-21 20:13:03 +01:00 |
|
S. D. Cloudt
|
13cc8a0cee
|
Cleanup: Removed SVN headers
|
2019-11-10 17:59:20 +00:00 |
|
dP
|
ceea4c88be
|
Merge 1.10.0-beta1
|
2019-11-01 16:08:44 +03: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 |
|
Pavel Stupnikov
|
95a6ff73cb
|
Update to 1.9.3-RC1
|
2019-09-08 02:37:38 +03:00 |
|
Pavel Stupnikov
|
5131281a31
|
Update to 1.9.3-RC1
--HG--
branch : openttd
|
2019-09-08 02:22:38 +03:00 |
|
glx22
|
b3fd787959
|
Fix #7188: check the validity of command callback for scripts (#7701)
|
2019-09-07 17:37:01 +01:00 |
|
Henry Wilson
|
7c8e7c6b6e
|
Codechange: Use null pointer literal instead of the NULL macro
|
2019-04-10 23:22:20 +02:00 |
|
glx22
|
66dd7c3879
|
Fix: MSVC warnings (#7423)
|
2019-03-28 00:09:33 +01:00 |
|
Henry Wilson
|
a690936ed7
|
Codechange: Replace SmallVector::Length() with std::vector::size()
|
2019-03-26 20:15:57 +00:00 |
|
peter1138
|
317f69c152
|
Codechange: Use override specifier in Window-derived classes.
|
2019-03-24 16:10:04 +01:00 |
|
Pavel Stupnikov
|
6e2a54355a
|
Merge 1.9.0-beta2
|
2019-02-14 00:47:22 +03:00 |
|
Pavel Stupnikov
|
2bda8d4f34
|
Update to OpenTTD 1.9.0-beta2
--HG--
branch : openttd
|
2019-02-13 15:17:23 +03:00 |
|
Alexander Weiss
|
b3dc90af58
|
Change: Clone tool in depot window now behaves like clone button in vehicle window. Keep the tool active when share-cloning. Open the vehicle GUI when copy-cloning. (#6754)
|
2018-10-31 12:51:10 +01:00 |
|
Pavel Stupnikov
|
329f52d34e
|
Update to 1.8.0
|
2018-04-06 22:08:52 +03:00 |
|
Pavel Stupnikov
|
42ec3bd611
|
Update to 1.8.0
--HG--
branch : openttd
|
2018-04-06 21:26:22 +03:00 |
|
Pavel Stupnikov
|
81825b763a
|
Update to 1.7.2
|
2018-02-16 00:40:57 +03:00 |
|
Pavel Stupnikov
|
c13f57641c
|
Update to 1.7.2
--HG--
branch : openttd
|
2018-01-15 12:54:57 +03:00 |
|
frosch
|
42392fd7b5
|
(svn r27938) -Fix (r27899): When scrolling in the train depot, also scroll the tile separators.
|
2017-12-10 13:48:49 +00:00 |
|
frosch
|
c14f23a03d
|
(svn r27937) -Change: When train depots have a horizontal scrollbar, allow scrolling 1 tile beyond the longest train, so you can actually attach a wagon at the end.
|
2017-12-10 13:48:06 +00:00 |
|
frosch
|
61c68f906d
|
(svn r27899) -Feature: Draw vertical separators at tile distance in the train depot GUI. This only applies if all vehicles use consistent lengths, i.e. either if only using default vehicles, or if only using NewGRF vehicles with 32px reference width. (based on patch by Wolf01)
|
2017-08-26 12:12:59 +00:00 |
|