frosch
|
2a1e955fee
|
(svn r27663) -Codechange: Deduplicate code when rotating crashed vehicles.
|
2016-10-16 14:56:33 +00:00 |
|
frosch
|
a6d1d128da
|
(svn r27663) -Codechange: Deduplicate code when rotating crashed vehicles.
|
2016-10-16 14:56:33 +00:00 |
|
frosch
|
3b9cc70553
|
(svn r27662) -Codechange: Deduplicate code using GetSingleVehicleWidth.
|
2016-10-16 14:56:05 +00:00 |
|
frosch
|
88dd4d11b4
|
(svn r27662) -Codechange: Deduplicate code using GetSingleVehicleWidth.
|
2016-10-16 14:56:05 +00:00 |
|
translators
|
8c1bf8f16d
|
(svn r27661) -Update from Eints:
portuguese: 1 change by Samu
|
2016-10-12 17:45:36 +00:00 |
|
translators
|
0d2c341040
|
(svn r27661) -Update from Eints:
portuguese: 1 change by Samu
|
2016-10-12 17:45:36 +00:00 |
|
Jonathan G Rennison
|
4c74bda0af
|
Fix extended order info not being saved for vehicle current order.
This fixes desync and related issues when loading savegames where
extended order info is used.
|
2016-10-11 19:01:16 +01:00 |
|
translators
|
b080b86574
|
(svn r27660) -Update from Eints:
portuguese: 7 changes by Samu
|
2016-10-10 17:45:36 +00:00 |
|
translators
|
eb04875640
|
(svn r27660) -Update from Eints:
portuguese: 7 changes by Samu
|
2016-10-10 17:45:36 +00:00 |
|
translators
|
3ee07f37d8
|
(svn r27659) -Update from Eints:
portuguese: 25 changes by Samu
|
2016-10-09 17:45:39 +00:00 |
|
translators
|
0d9741b1b1
|
(svn r27659) -Update from Eints:
portuguese: 25 changes by Samu
|
2016-10-09 17:45:39 +00:00 |
|
translators
|
169468a857
|
(svn r27658) -Update from Eints:
danish: 1 change by Knogle
|
2016-10-06 17:45:36 +00:00 |
|
translators
|
b5ad532e28
|
(svn r27658) -Update from Eints:
danish: 1 change by Knogle
|
2016-10-06 17:45:36 +00:00 |
|
frosch
|
db38de3b7e
|
(svn r27657) -Change: Replace another occurence of the ancient tilehash function with the newer one. This time to make rough land appear more random.
|
2016-10-02 13:41:56 +00:00 |
|
frosch
|
071518f571
|
(svn r27657) -Change: Replace another occurence of the ancient tilehash function with the newer one. This time to make rough land appear more random.
|
2016-10-02 13:41:56 +00:00 |
|
Jonathan G Rennison
|
06f9c01986
|
Fix CPU pointer width detection in configure script.
|
2016-09-27 01:05:42 +01:00 |
|
Jonathan G Rennison
|
08fb60d314
|
Fix cargo drop-down boxes being too narrow, resulting in variable sizing.
|
2016-09-24 21:34:53 +01:00 |
|
frosch
|
740534440e
|
(svn r27656) -Fix [FS#6511]: When removing objects of bankrupt companies the tiles may revert to canal. In that case also check the ownership of the canal.
|
2016-09-18 14:07:52 +00:00 |
|
frosch
|
d7ee0b6fee
|
(svn r27656) -Fix [FS#6511]: When removing objects of bankrupt companies the tiles may revert to canal. In that case also check the ownership of the canal.
|
2016-09-18 14:07:52 +00:00 |
|
Jonathan G Rennison
|
d124089d29
|
Add extended version tag and feature versions to output of -q.
|
2016-09-13 22:56:17 +01:00 |
|
Jonathan G Rennison
|
94d3700f79
|
SaveLoad: Add support for saving/loading from a std::vector<T *>
|
2016-09-13 22:56:16 +01:00 |
|
Jonathan G Rennison
|
c752da3a9e
|
SaveLoad: Add support for saving/loading from a std::deque<T *>
|
2016-09-13 22:56:16 +01:00 |
|
Jonathan G Rennison
|
27ee2da1f7
|
Merge branch 'cpp-11' into save_ext
|
2016-09-12 23:31:19 +01:00 |
|
Jonathan G Rennison
|
13fb737bed
|
Add a template parameter for the inner container of MultiMap.
|
2016-09-12 23:30:43 +01:00 |
|
Jonathan G Rennison
|
ea2b04a6be
|
Add C++11 container utility functions.
|
2016-09-10 00:55:13 +01:00 |
|
Jonathan G Rennison
|
8a2f9311a9
|
Include -01 in CFLAGS_BUILD when using clang.
|
2016-09-08 19:31:40 +01:00 |
|
Jonathan G Rennison
|
390a22f864
|
Enable FINAL, (un)linkely, __attribute__ for clang.
|
2016-09-08 18:38:53 +01:00 |
|
Jonathan G Rennison
|
bc04b07f2b
|
Fix double-use of bits 3 and 7 in Order::flags.
Use a different encoding for the cargo type load/unload bit in flags.
|
2016-09-08 00:12:27 +01:00 |
|
Jonathan G Rennison
|
6031cca2d7
|
Refactor Link Refresher cargo mask handling.
Add some separate helper functions.
Move cargo checks out of LinkRefresher::Run.
|
2016-09-06 22:16:29 +01:00 |
|
Jonathan G Rennison
|
f8f8e642dc
|
Use unique_ptr and initialiser init for OrderExtraInfo.
|
2016-09-06 22:10:18 +01:00 |
|
Jonathan G Rennison
|
e90b266af1
|
De-duplicate cargo masking boilerplate using C++11.
|
2016-09-06 22:10:18 +01:00 |
|
Jonathan G Rennison
|
72a386abe5
|
Merge branch 'save_ext' into cargo_type_order
|
2016-09-06 22:09:50 +01:00 |
|
translators
|
737897653a
|
(svn r27655) -Update from Eints:
romanian: 2 changes by kkmic
|
2016-09-06 17:45:36 +00:00 |
|
translators
|
5385104ed6
|
(svn r27655) -Update from Eints:
romanian: 2 changes by kkmic
|
2016-09-06 17:45:36 +00:00 |
|
Jonathan G Rennison
|
a3d0fc5817
|
Remove an unused extern declaration, update comment.
|
2016-09-05 23:31:34 +01:00 |
|
Jonathan G Rennison
|
8e8d7e93d5
|
Tidy up legacy-compatibility code in PATX/PLYX handlers.
Use lambdas instead of manual emulation.
Move an inner struct back into its owner function.
|
2016-09-05 23:31:26 +01:00 |
|
Jonathan G Rennison
|
a6e0b1ac7d
|
Merge branch 'cpp-11' into save_ext
|
2016-09-05 23:17:02 +01:00 |
|
Jonathan G Rennison
|
f7af8b8bdc
|
Silence -Wunused-variable warnings in src/table/townname.h
|
2016-09-05 23:16:47 +01:00 |
|
Jonathan G Rennison
|
6e9ea59ab5
|
Add a simple scope guard include file.
|
2016-09-05 23:16:47 +01:00 |
|
Jonathan G Rennison
|
bb6ea150a3
|
Use likely/__builtin_expect for assertion macros.
(cherry picked from commit f82002cda2)
|
2016-09-05 22:46:01 +01:00 |
|
Jonathan G Rennison
|
0b7d68a6d1
|
Add support for verbose asserts.
(cherry picked from commit 48e4c35fdc)
|
2016-09-05 22:46:01 +01:00 |
|
Jonathan G Rennison
|
51099c3572
|
Unconditionally use static_assert.
|
2016-09-05 22:46:01 +01:00 |
|
Jonathan G Rennison
|
2fe7571034
|
Require C++11 support.
Set minimum compiler versions to:
GCC 4.7
clang 3.3
ICC 14.0
|
2016-09-05 22:45:57 +01:00 |
|
frosch
|
533cb7c156
|
(svn r27654) -Change: Enable C++11 for clang 3.3 (LordAro)
|
2016-09-05 19:11:01 +00:00 |
|
frosch
|
ac6793dace
|
(svn r27654) -Change: Enable C++11 for clang 3.3 (LordAro)
|
2016-09-05 19:11:01 +00:00 |
|
Jonathan G Rennison
|
871d26098e
|
Move Order::cargo_type_flags into a separately allocated object.
Change savegame format, add a new chunk for cargo_type_flags.
|
2016-09-05 00:12:48 +01:00 |
|
Jonathan G Rennison
|
3507b51d9e
|
Initial LinkRefresher support for cargo-specific links.
|
2016-09-05 00:12:48 +01:00 |
|
Jonathan G Rennison
|
a670966acf
|
Change GetNextStoppingStation to return per-cargo result(s).
|
2016-09-05 00:12:48 +01:00 |
|
Jonathan G Rennison
|
ed99dd2583
|
Change name of Order cargo-typed get load/unload type accessors.
Move helper functions to get cargo-specific type in cargo-specific
mode, into Order class.
|
2016-09-05 00:12:48 +01:00 |
|
Jonathan G Rennison
|
7178ef22e5
|
Adjust order line load/unload by cargo type strings.
|
2016-09-04 23:00:10 +01:00 |
|