Jonathan G Rennison
|
9490f33a6c
|
Merge branch 'master' into crashlog_improvements
# Conflicts:
# src/console_cmds.cpp
# src/openttd.cpp
# src/vehicle.cpp
|
2018-07-26 20:01:08 +01:00 |
|
Peter Nelson
|
bf8d7df736
|
Change: Extend rail types to 64 (6 bit storage)
|
2018-07-26 13:27:40 +01:00 |
|
Peter Nelson
|
5db883fbe9
|
Change: Move rail type bits from m3 to m8.
|
2018-07-26 13:27:40 +01:00 |
|
Peter Nelson
|
65548c37a8
|
Change: Extend map array by 2 bytes with a uint16.
|
2018-07-26 13:27:40 +01:00 |
|
Charles Pigott
|
2aacddd412
|
Codechange: lengthof is not defined for runtime-length strings, use sizeof instead
|
2018-06-27 22:54:46 +02:00 |
|
Charles Pigott
|
5f86e1a390
|
Codechange: Silence -Wclass-memaccess warnings with GCC8
|
2018-06-27 22:54:46 +02:00 |
|
PeterN
|
11ab3c4ea2
|
Change: Increase cargo type limit to 64.
|
2018-06-26 13:32:58 +01:00 |
|
PeterN
|
a07394a63a
|
Change: Remove direction parameter from Vehicle::UpdateDeltaXY. (#6792)
The value is either unused or always the same as this->direction.
|
2018-05-22 18:43:34 +01:00 |
|
PeterN
|
4cebebcf68
|
Change: Add CargoTypes type for cargo masks. (#6790)
|
2018-05-21 22:08:39 +01:00 |
|
PeterN
|
42b43c9983
|
Change: Available railtypes is always calculated on load, so no need to load value for old savegames (#6782)
|
2018-05-19 22:31:46 +01:00 |
|
Pavel Stupnikov
|
fef8b831a9
|
Change: Switch town growth rate and counter to actual game ticks (#6763)
|
2018-05-02 21:01:30 +02:00 |
|
J0an Josep
|
cfb8092397
|
Fix b4b98e5165: Use FALLTHROUGH attribute with correct indentation.
|
2018-04-30 21:52:40 +02:00 |
|
Jonathan G Rennison
|
f42cc19aad
|
Merge branch 'cpp-11' into crashlog_improvements
# Conflicts:
# Makefile.src.in
# src/crashlog.cpp
# src/crashlog.h
|
2018-04-27 00:33:44 +01:00 |
|
Michael Lutz
|
7dd6027194
|
Codechange: Use a SmallVec for the animated tile list instead of replicating most of the logic.
|
2018-04-15 20:49:29 +02:00 |
|
frosch
|
8c458c153d
|
(svn r27990) -Update: Docs
|
2018-03-14 18:05:06 +00:00 |
|
frosch
|
59dd7be686
|
(svn r27978) -Fix [FS#6673] (r18541): Store the map variety setting in the samegame like the other mapgen settings, so restarting maps considers it. (Samu)
|
2018-03-11 12:11:09 +00:00 |
|
frosch
|
135ad9c6c9
|
(svn r27929) -Cleanup: Remove unused Industry::random_triggers
|
2017-10-25 15:38:19 +00:00 |
|
Jonathan G Rennison
|
4a6ddb2d50
|
Merge branch 'cpp-11' into crashlog_improvements
# Conflicts:
# config.lib
|
2017-09-04 01:22:54 +01:00 |
|
frosch
|
b4b98e5165
|
(svn r27893) -Codechange: Use fallthrough attribute. (LordAro)
|
2017-08-13 18:38:42 +00:00 |
|
frosch
|
a47fb85cd8
|
(svn r27893) -Codechange: Use fallthrough attribute. (LordAro)
|
2017-08-13 18:38:42 +00:00 |
|
peter1138
|
19d56a33e8
|
(svn r27822) -Feature: Vehicle Group Info: Add profits and occupancy display to group vehicle list (mtm, JGR)
|
2017-03-24 07:33:31 +00:00 |
|
peter1138
|
0887289e3d
|
(svn r27822) -Feature: Vehicle Group Info: Add profits and occupancy display to group vehicle list (mtm, JGR)
|
2017-03-24 07:33:31 +00:00 |
|
peter1138
|
ff26c6393e
|
(svn r27793) -Fix [FS#6450]: Use of uninitialised variable cause lzo to fail. Add check for error status.
|
2017-03-13 22:16:44 +00:00 |
|
peter1138
|
57745b1c74
|
(svn r27793) -Fix [FS#6450]: Use of uninitialised variable cause lzo to fail. Add check for error status.
|
2017-03-13 22:16:44 +00:00 |
|
frosch
|
ca3aaf8f6d
|
(svn r27778) -Change [FS#6442-ish]: Convenience savegame bump to distinguish 1.7 savegames from 1.6 savegames.
|
2017-03-11 20:37:32 +00:00 |
|
frosch
|
d3de080883
|
(svn r27778) -Change [FS#6442-ish]: Convenience savegame bump to distinguish 1.7 savegames from 1.6 savegames.
|
2017-03-11 20:37:32 +00:00 |
|
frosch
|
24786a71ee
|
(svn r27772) -Fix [FS#5819]: If the intro game had a savegame version which contains a NewGRF configuration, then townname NewGRFs would not be activated in the game options.
|
2017-03-07 20:18:54 +00:00 |
|
frosch
|
5e28cc4757
|
(svn r27772) -Fix [FS#5819]: If the intro game had a savegame version which contains a NewGRF configuration, then townname NewGRFs would not be activated in the game options.
|
2017-03-07 20:18:54 +00:00 |
|
fonsinchen
|
4e13285274
|
(svn r27770) -Fix [FS#6540]: Initialize variables in station_sl.cpp (JGR)
|
2017-03-05 17:06:14 +00:00 |
|
fonsinchen
|
0d5ee772fc
|
(svn r27770) -Fix [FS#6540]: Initialize variables in station_sl.cpp (JGR)
|
2017-03-05 17:06:14 +00:00 |
|
frosch
|
1b9139efe8
|
(svn r27760) -Change: Enable realisitic train and road vehicle acceleration by default.
|
2017-02-26 20:31:02 +00:00 |
|
frosch
|
60f7168c22
|
(svn r27760) -Change: Enable realisitic train and road vehicle acceleration by default.
|
2017-02-26 20:31:02 +00:00 |
|
frosch
|
fc4c4d080c
|
(svn r27757) -Change: Make StringID 32bit.
|
2017-02-26 19:41:14 +00:00 |
|
frosch
|
0c1fcc02ec
|
(svn r27757) -Change: Make StringID 32bit.
|
2017-02-26 19:41:14 +00:00 |
|
frosch
|
a56e2bccd0
|
(svn r27756) -Codechange: Add StringTab enum
|
2017-02-26 19:40:53 +00:00 |
|
frosch
|
49b940f69c
|
(svn r27756) -Codechange: Add StringTab enum
|
2017-02-26 19:40:53 +00:00 |
|
frosch
|
9ad09627ad
|
(svn r27754) -Codechange: Add GetStringTab(), GetStringIndex() and MakeStringID() to access the structure of StringIDs.
|
2017-02-26 19:39:58 +00:00 |
|
frosch
|
02967c3c08
|
(svn r27754) -Codechange: Add GetStringTab(), GetStringIndex() and MakeStringID() to access the structure of StringIDs.
|
2017-02-26 19:39:58 +00:00 |
|
frosch
|
4342798ff5
|
(svn r27709) -Fix-ish: Silence some warnings. (adf88)
|
2016-12-25 13:26:15 +00:00 |
|
frosch
|
d8a316d7c5
|
(svn r27709) -Fix-ish: Silence some warnings. (adf88)
|
2016-12-25 13:26:15 +00:00 |
|
frosch
|
31f046bd9b
|
(svn r27670) -Add: [FS#6471] Assign descriptive names to (GNU pthread) threads. (JGR)
|
2016-10-30 17:29:33 +00:00 |
|
frosch
|
3f75b8bca2
|
(svn r27670) -Add: [FS#6471] Assign descriptive names to (GNU pthread) threads. (JGR)
|
2016-10-30 17:29:33 +00:00 |
|
frosch
|
117e73751c
|
(svn r27668) -Feature: [NewGRF] Allow composing vehicles from multiple sprites.
|
2016-10-16 14:59:44 +00:00 |
|
frosch
|
ba566e9126
|
(svn r27668) -Feature: [NewGRF] Allow composing vehicles from multiple sprites.
|
2016-10-16 14:59:44 +00:00 |
|
frosch
|
d2393b4f6c
|
(svn r27666) -Codechange: Pass vehicle sprites around using a struct VehicleSpriteSeq.
|
2016-10-16 14:57:56 +00:00 |
|
frosch
|
f36539837e
|
(svn r27666) -Codechange: Pass vehicle sprites around using a struct VehicleSpriteSeq.
|
2016-10-16 14:57:56 +00:00 |
|
Jonathan G Rennison
|
f7774415f2
|
Merge branch 'cpp-11' into crashlog_improvements
# Conflicts:
# src/stdafx.h
|
2016-09-08 19:36:00 +01:00 |
|
alberth
|
0adfb1ac6f
|
(svn r27653) -Fix(r27647): Rename FileOperation enum and values to SaveLoadOperation to avoid nameclash with windows compiler toolkit.
|
2016-09-04 16:06:50 +00:00 |
|
alberth
|
f286ba8db2
|
(svn r27653) -Fix(r27647): Rename FileOperation enum and values to SaveLoadOperation to avoid nameclash with windows compiler toolkit.
|
2016-09-04 16:06:50 +00:00 |
|
alberth
|
4001f6215e
|
(svn r27652) -Fix(r27650): Use the file operation being performed to set the _sl.action variable.
|
2016-09-04 15:10:41 +00:00 |
|