Henry Wilson
|
a0f36a50e6
|
Codechange: Replaced SmallVector::Append() with std::vector::[push|emplace]_back()
|
2019-03-26 20:15:57 +00:00 |
|
Henry Wilson
|
5795f66d2e
|
Codechange: Replaced SmallVector::Contains() with std::find() pattern
|
2019-03-26 20:15:57 +00:00 |
|
Henry Wilson
|
b1f5119d3a
|
Codechange: Replaced SmallVector::ErasePreservingOrder(pos, count) with std::vector::erase()
|
2019-03-26 20:15:57 +00:00 |
|
Henry Wilson
|
bad2c2154b
|
Codechange: Replaced SmallVector::Resize() with std::vector::resize()
|
2019-03-26 20:15:57 +00:00 |
|
Henry Wilson
|
a690936ed7
|
Codechange: Replace SmallVector::Length() with std::vector::size()
|
2019-03-26 20:15:57 +00:00 |
|
Henry Wilson
|
bfd79e59dc
|
Codechange: Replace SmallVector::Clear() with std::vector::clear()
|
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
|
0f87b43509
|
Merge 1.9.0-beta3
|
2019-02-25 18:47:08 +03:00 |
|
Pavel Stupnikov
|
7c38d218f1
|
Update to 1.9.0-beta3
--HG--
branch : openttd
|
2019-02-25 16:08:46 +03: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 |
|
PeterN
|
d242875d27
|
Fix #7197: Invalidate depot buttons when necessary. (#7212)
|
2019-02-10 08:43:54 +00:00 |
|
Peter Nelson
|
90c7ef96ca
|
Fix 11ab3c4ea2: Fix showing cargo capacity for auto-refits (missed in #7134)
|
2019-01-29 23:02:43 +01:00 |
|
Peter Nelson
|
15320a37b9
|
Change: OnGameTick() is only called when not paused.
|
2019-01-11 11:56:21 +00: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 |
|
Charles Pigott
|
f5b1115039
|
Doc: Lots and lots of doxymentation fixes
|
2018-10-31 12:35:54 +01:00 |
|
PeterN
|
4cebebcf68
|
Change: Add CargoTypes type for cargo masks. (#6790)
|
2018-05-21 22:08:39 +01:00 |
|
J0an Josep
|
cfb8092397
|
Fix b4b98e5165: Use FALLTHROUGH attribute with correct indentation.
|
2018-04-30 21:52:40 +02:00 |
|
Joan Josep
|
944f785be8
|
Fix: Spelling errors (#6769)
|
2018-04-30 18:52:32 +02: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 |
|
alberth
|
a6e7f1142b
|
(svn r27895) -Fix [FS#6606]: Tooltip of 'increase service interval' said 'decrease' (adf88)
|
2017-08-20 08:28:05 +00:00 |
|
frosch
|
b4b98e5165
|
(svn r27893) -Codechange: Use fallthrough attribute. (LordAro)
|
2017-08-13 18:38:42 +00:00 |
|
Pavel Stupnikov
|
28262ade90
|
Update to 1.7.1
|
2017-06-14 02:16:54 +03:00 |
|
Pavel Stupnikov
|
20c8381879
|
Update to 1.7.1
--HG--
branch : openttd
|
2017-06-14 01:41:15 +03:00 |
|
Pavel Stupnikov
|
2a02067397
|
Merge 1.7.0-RC1
|
2017-04-09 22:34:33 +03:00 |
|
peter1138
|
65fef84855
|
(svn r27823) -Fix: Vehicle viewport is not user scrollable so flag window as such.
|
2017-03-24 12:00:52 +00:00 |
|
alberth
|
ad88588481
|
(svn r27797) -Add: Display aircraft type in its vehicle window (patch by Samu)
|
2017-03-18 20:43:43 +00:00 |
|
Pavel Stupnikov
|
3433ae02f4
|
Update openttd to 1.7.0-RC1
--HG--
branch : openttd
|
2017-03-12 16:41:12 +03:00 |
|
frosch
|
476b2b0e8c
|
(svn r27677) -Codechange: Remove implicit VehicleListIdentifier from uint32 constructor, to make conversions more explicit.
|
2016-11-05 19:16:59 +00:00 |
|
frosch
|
b2fe2c6e3d
|
(svn r27672) -Doc [FS#6489]: Fix comment. (Yho)
|
2016-10-30 18:04:20 +00:00 |
|
frosch
|
117e73751c
|
(svn r27668) -Feature: [NewGRF] Allow composing vehicles from multiple sprites.
|
2016-10-16 14:59:44 +00:00 |
|
frosch
|
c175067ed9
|
(svn r27667) -Codechange: Add VehicleSpriteSeq::GetBounds and Draw.
|
2016-10-16 14:58:38 +00:00 |
|
frosch
|
d2393b4f6c
|
(svn r27666) -Codechange: Pass vehicle sprites around using a struct VehicleSpriteSeq.
|
2016-10-16 14:57:56 +00:00 |
|
frosch
|
f5409c713b
|
(svn r27665) -Fix: When dragging crashed vehicles, also draw them as crashed at the mouse cursor.
|
2016-10-16 14:57:13 +00:00 |
|
frosch
|
88dd4d11b4
|
(svn r27662) -Codechange: Deduplicate code using GetSingleVehicleWidth.
|
2016-10-16 14:56:05 +00:00 |
|
frosch
|
9156d7bf34
|
(svn r27632) -Feature: When dragging vehicles in group or depot GUI, draw the complete articulated vehicle.
|
2016-08-15 18:34:31 +00:00 |
|
frosch
|
8e90072d3b
|
(svn r27631) -Codechange: Split GetSingleVehicleWidth from GetVehicleWidth.
|
2016-08-15 18:34:09 +00:00 |
|
frosch
|
ddc9205212
|
(svn r27630) -Codechange: Deduplicate code to attach vehicle to cursor.
|
2016-08-15 18:33:52 +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
|
b8189977b4
|
(svn r27546) -Fix: Remove SetFill from vehicle GUI buttons, so that the viewport is resized instead of them in case of long window titles.
|
2016-04-17 20:20:52 +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
|
0974f5489b
|
(svn r27428) -Fix: When selecting a refit cargo for orders, do not check whether the vehicle is in a depot or station, and do not ask whether the vehicle currently allows station-refitting. Also hide the refit cost for orders, it is not predictable.
|
2015-10-30 17:27:21 +00:00 |
|
Pavel Stupnikov
|
e48d2d58e0
|
latest novapolis client for 1.5
--HG--
branch : novattd150
|
2015-03-16 03:20:50 +03:00 |
|