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 |
|
Tyler Trahan
|
de891238d6
|
Change: Recolour graph windows to brown (#8700)
|
2021-03-11 15:30:29 +01:00 |
|
Tyler Trahan
|
8476f12432
|
Change: Improve graph period markings (#8732)
|
2021-02-24 09:18:15 +01:00 |
|
Tyler Trahan
|
d5e18feed9
|
Change: Darken graph grid lines for legibility (#8690)
|
2021-02-18 10:15:58 +01: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 |
|
Patric Stout
|
de44ce2092
|
Change: darken the background of all graph to increase contrast (#8557)
Now lines like Mauve, Dark Green and Purple are much more visible
without hurting the other colours.
|
2021-01-13 14:55:55 +01:00 |
|
Charles Pigott
|
9b800a96ed
|
Codechange: Remove min/max functions in favour of STL variants (#8502)
|
2021-01-08 11:16:18 +01:00 |
|
Charles Pigott
|
860c270c73
|
Codechange: Replace assert_compile macro with static_assert
|
2020-12-27 10:55:42 +00:00 |
|
dP
|
83d06423c3
|
Fix delivered cargo graph displaying units as money
|
2020-08-10 01:51:07 +03:00 |
|
dP
|
0b1deb7de4
|
Remove cargo color icons from income and delivered graphs to avoid confusion with company colors
|
2020-08-10 01:45:34 +03:00 |
|
dP
|
8b4fbb41b5
|
Merge cargo profits from cmbase
|
2020-07-04 16:31:18 +03:00 |
|
dP
|
7dc8374b30
|
Add grey outline to chart lines for better visibility
|
2020-05-12 22:44:26 +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
|
3a14cea068
|
Codechange: Replace FOR_ALL_COMPANIES 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 |
|
glx
|
2db88953e7
|
Codechange: use std::sort() in GUIList
|
2019-04-13 12:49:18 +01:00 |
|
Henry Wilson
|
7c8e7c6b6e
|
Codechange: Use null pointer literal instead of the NULL macro
|
2019-04-10 23:22:20 +02:00 |
|
Henry Wilson
|
a0f36a50e6
|
Codechange: Replaced SmallVector::Append() with std::vector::[push|emplace]_back()
|
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
|
9cba6f7193
|
Codechange: Replaced SmallVector::Compact() with std::vector::shrink_to_fit()
|
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
|
79b39f8055
|
Improve cargo legend looks
|
2019-02-25 21:13:41 +03:00 |
|
Pavel Stupnikov
|
8b14aaad95
|
Remove commented functions in graph cargo exclusion
|
2019-02-25 18:53:07 +03: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 |
|
Peter Nelson
|
fde5bd0ccf
|
Change: Add scrollbar to cargo legend in cargo payment rates window.
|
2019-02-23 11:46:00 +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 |
|
Gabda
|
5e4f76f2f9
|
Fix #5654: (Re)initialise graph GUI on game (re)start (#7191)
|
2019-02-07 20:17:32 +00: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 |
|
Niels Martin Hansen
|
810887af30
|
Fix #6498: Use int64 for all company rating calculations
|
2018-11-25 00:48:34 +01:00 |
|
PeterN
|
11ab3c4ea2
|
Change: Increase cargo type limit to 64.
|
2018-06-26 13:32:58 +01: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 |
|
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 |
|
rubidium
|
04e97a0bec
|
(svn r26116) -Codechange: validate that the number of lines in a graph is more than 0
|
2013-11-25 22:32:32 +00:00 |
|
frosch
|
ce110eed32
|
(svn r25313) -Fix: Do not assume '8' to be the broadest digit, but test all of them.
|
2013-06-01 14:33:48 +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 |
|
planetmaker
|
c24374f99c
|
(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagle_rainbow)
|
2013-01-08 22:46:42 +00:00 |
|