Henry Wilson
a0f36a50e6
Codechange: Replaced SmallVector::Append() with std::vector::[push|emplace]_back()
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
peter1138
9c8b7b5efc
Feature: Add rail icon to rail construction drop down list.
2019-03-10 10:31:37 +00:00
Andy
46aca9377b
Add: windowshade for rail station construction window
2019-03-09 11:04:35 +00: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
Peter Nelson
2a8fa5fef9
Change: Split up Window::OnTick into OnGameTick and OnRealtimeTick. Adjust timers to work with milliseconds instead of ticks.
2019-01-11 11:56:21 +00:00
Peter Nelson
bf8d7df736
Change: Extend rail types to 64 (6 bit storage)
2018-07-26 13:27:40 +01:00
Jonathan G Rennison
0bd1022238
Codechange: Change element type used for rail type usage stats array in SetDefaultRailGui
...
The array is rail type sized in terms of number of elements.
Each element should be a unsigned integer, not a rail type itself.
This fixes runtime warnings reported by UndefinedBehaviorSanitizer.
2018-06-06 11:02:50 +01:00
Pavel Stupnikov
8f3a9d7261
Update polyline patch to version 11a
2017-04-12 03:23:39 +03:00
Pavel Stupnikov
f078d6870c
Polyline 11a
...
--HG--
branch : polyline
2017-04-12 01:49:57 +03:00
Pavel Stupnikov
2a02067397
Merge 1.7.0-RC1
2017-04-09 22:34:33 +03:00
Pavel Stupnikov
3433ae02f4
Update openttd to 1.7.0-RC1
...
--HG--
branch : openttd
2017-03-12 16:41:12 +03:00
frosch
6f8241d8e9
(svn r27710) -Change: Limit waypoint area by maximum station spread already when dragging. (adf88)
2016-12-25 14:59:53 +00:00
frosch
ad43465c31
(svn r27683) -Change: Rearrange the autoreplace GUI for trains, and do not filter it by railtype by default.
2016-12-08 20:21:39 +00:00
Pavel Stupnikov
c517897568
update to 1.6.1
2016-07-02 20:23:43 +03:00
Pavel Stupnikov
ecdb1590ab
update to 1.6.1
...
--HG--
branch : openttd
2016-07-01 01:42:17 +03:00
frosch
9aa33862a7
(svn r27571) -Codechange: Consistent naming for command callbacks which play a sound effect.
2016-05-22 10:07:48 +00:00
frosch
e8b6b02bc2
(svn r27547) -Fix: Use a more appropiate sound effect for convert-rail. (andythenorth)
2016-04-19 20:39:08 +00:00
Pavel Stupnikov
b8e7bd7462
cmclient update to 1.6.0
2016-04-02 01:07:50 +03:00
Pavel Stupnikov
5c9ef5a264
update to 1.6.0
...
--HG--
branch : openttd
2016-04-02 00:50:09 +03:00
Pavel Stupnikov
43340b1676
merge 1.5.3-RC1
2015-11-01 21:17:36 +03:00
Pavel Stupnikov
7209de2e7c
updated to 1.5.3-RC1
...
--HG--
branch : openttd
2015-11-01 20:08:15 +03:00
frosch
2d636266f5
(svn r27427) -Fix: Use the NewGRF railtype sorting order in the infrastructure window.
2015-10-30 17:24:30 +00:00
Pavel Stupnikov
46e74a9a05
openttd 1.5-rc1
...
--HG--
branch : openttd
2015-03-19 14:33:13 +03:00
Pavel Stupnikov
cb4e363ad4
unify polyrail and sized stations hotkey handling
...
--HG--
branch : novattd150
2015-03-18 23:19:06 +03:00
Pavel Stupnikov
5b5f62c388
one extra space for formatting (also verified diffs to openttd and prev novattd)
...
--HG--
branch : novattd150
2015-03-18 20:56:31 +03:00
Pavel Stupnikov
bb292c67f0
autorotation of train deports by default
...
--HG--
branch : novattd150
2015-03-18 03:42:26 +03:00
Pavel Stupnikov
b81787e4d8
make station/depot autorotation buttons look nice with new gui scaling
...
--HG--
branch : novattd150
2015-03-17 19:01:52 +03:00
Pavel Stupnikov
c4d7eca703
fix rail depot autorotation
...
--HG--
branch : novattd150
2015-03-17 05:28:00 +03:00
Pavel Stupnikov
d43187997f
applied changes since last release
...
--HG--
branch : novattd150
2015-03-17 02:58:23 +03:00
Pavel Stupnikov
8a61e2e6bb
polyline update applied
...
--HG--
branch : novattd150
2015-03-16 12:56:24 +03:00
Pavel Stupnikov
4979c78d4f
applying polyline patch
...
--HG--
branch : openttd
2015-03-16 12:08:35 +03:00
Pavel Stupnikov
e48d2d58e0
latest novapolis client for 1.5
...
--HG--
branch : novattd150
2015-03-16 03:20:50 +03:00
Pavel Stupnikov
d201932121
openttd updated to 1.5.0-beta2
...
--HG--
branch : openttd
2015-03-01 00:30:53 +03:00
frosch
c639fb0d8e
(svn r27163) -Fix [FS#6204]: Toolbars were not invalidated when changing max-vehicles settings. (adf88)
2015-02-22 15:26:27 +00:00
frosch
a8080b6256
(svn r27134) -Codechange: Simplify GUI scaling by adding UnScaleGUI() and ScaleGUITrad().
2015-02-01 20:54:24 +00:00
peter1138
51fe741987
(svn r26906) -Codechange: Scale depot and station picker buttons by GUI zoom level.
2014-09-22 08:01:25 +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
Pavel Stupnikov
09818a1493
openttd 1.4 rc1
...
--HG--
branch : openttd
2014-03-25 15:18:09 +04: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
a9acaf7a5e
(svn r26375) -Fix [FS#5929]: Station sizes > 8 were always allowed. (adf88)
2014-02-24 19:57:18 +00:00
rubidium
2fc10b7e04
(svn r26088) -Fix (r26086): Windows compilation
2013-11-24 15:17:53 +00:00
rubidium
83eeba28b7
(svn r26086) -Codechange: use AutoDeleteSmallVector instead std::list for dropdowns
2013-11-24 14:46:26 +00:00
rubidium
116adbc0e1
(svn r25972) -Fix [FS#5665]: rail laying sounds of others could be heard in multiplayer (adf88)
2013-11-12 21:48:55 +00:00
frosch
56e5a80f5a
(svn r25929) -Fix [FS#5733]: Position signal sprites size-aware in the signal GUI, that is: Center sprites horizontally, and align the vertical reference point at some baseline which centers the tallest sprite.
2013-10-28 13:39:18 +00:00
frosch
7351158b3c
(svn r25928) -Fix [FS#5733]: Reserve enough space for two digits of signal density. (adf88)
2013-10-28 13:04:34 +00:00
frosch
eaafbb00ed
(svn r25927) -Fix [FS#5733]: Consider size of signal sprites for sizing the signal GUI. (based on patch by adf88)
2013-10-28 12:59:44 +00:00
zuu
15ebb29447
(svn r25854) -Change: Display the cost to upgrade a bridge at the end of bridge that was clicked and not the other end, which could be outside of the screen in some cases (cirdan, LordAro)
2013-10-12 22:45:19 +00:00