1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-20 05:23:04 +01:00
Commit Graph

11328 Commits

Author SHA1 Message Date
wolfreak99
5cd6c864a5 implement "force-scan" command
Formatting improvements
2016-12-26 19:27:55 -05:00
wolfreak99
47fe2d42b1 Count number of object conflicts during scan 2016-12-26 19:27:49 -05:00
Michał Janiszewski
f923dd328b Merge branch 'pre-release' 2016-12-27 01:24:38 +01:00
Michał Janiszewski
5f4afbe57f Temporarily disable branch info for release 2016-12-27 01:24:28 +01:00
Michał Janiszewski
5af562159b Update changelog.txt
[ci skip]
2016-12-27 00:42:57 +01:00
Michał Janiszewski
3aa0eb9bcd Prevent invalid access in malformed objects 2016-12-26 22:42:19 +00:00
Ted John
c3035b7601 Enable visual styles for Windows
Fixes an issue where message boxes used classic Windows style buttons.
2016-12-26 22:17:44 +00:00
Michał Janiszewski
ac32e7dd08 Fix #4920: Crash in peep pathfinding 2016-12-26 14:53:11 +00:00
Michał Janiszewski
e25734819b Fix #4917: Crash when opening research 2016-12-26 13:09:22 +00:00
Gymnasiast
a05557cb7b Add track elem constant for the RCTC booster 2016-12-25 13:57:56 +01:00
Gymnasiast
c226df8dfe Load SV6 files with incorrect checksum if the user has enabled that option 2016-12-25 13:48:49 +01:00
LRFLEW
a345560509 Add Importing of RCTC scenarios (#4905) 2016-12-25 13:40:45 +01:00
Ted John
f6cb95e534 Fix restart command skipping first command in title sequence 2016-12-24 17:26:30 +00:00
Ted John
ff6f46bce3 Fix title sequence not updating 2016-12-24 17:15:30 +00:00
Broxzier
41e168baf1 Don't use initializer lists for members 2016-12-24 13:12:09 +01:00
Broxzier
6c29bdbf21 CppCheck fixes 2016-12-24 13:10:03 +01:00
OpenRCT2 git bot
519903d657 Merge Localisation/master into OpenRCT2/develop. 2016-12-24 04:00:22 +00:00
Ted John
8ed6dfec56 Remove unused variable 2016-12-24 01:17:35 +00:00
Ted John
a79e742f39 Fix #4893: Assertion failed if no RCT2 directory selected on startup
Bit of a hack, temporary until ObjectManager gets same initialisation treatment as ObjectRepository.
2016-12-24 01:02:57 +00:00
Ted John
463ec2025a Fix #4902: Title Sequences hang when no waits are in, or loading single save 2016-12-24 00:53:33 +00:00
Ted John
c2d2a515b4 Fix #4910: Title sequences get labelled incorrectly in game options 2016-12-24 00:06:42 +00:00
Michał Janiszewski
c44c93a627 Fix typo in CMakeLists.txt 2016-12-23 00:26:14 +01:00
Sjors van Berkel
9f677a4f49 Added libzip to Homebrew build instructions.
[ci skip]
2016-12-22 19:10:16 +01:00
Ted John
2f4a81b165 Merge pull request #43 from Gymnasiast/rct1/import-peeps
Name more peep flags, import peeps on ride, import staff, import more peep fields
2016-12-21 21:46:51 +00:00
Gymnasiast
8324f6a383 Fix crashes, import some ride measurements 2016-12-21 21:59:05 +01:00
Gymnasiast
cee63fbd4f Name more peep flags, import peeps on ride, import staff, import more peep fields 2016-12-21 21:17:24 +01:00
Graham Edgecombe
6bac01f36e Obey DESTDIR during title sequence installation (#4899)
The $ is escaped to delay evaluation of DESTDIR until runtime. It's
typically only specified when `make install` runs - not during the cmake
invocation itself.
2016-12-21 21:17:24 +01:00
Ted John
f2eb4c237d Fix #4898: Crash when title sequences are missing 2016-12-21 21:17:24 +01:00
Graham Edgecombe
f4f2bb97f8 Obey DESTDIR during title sequence installation (#4899)
The $ is escaped to delay evaluation of DESTDIR until runtime. It's
typically only specified when `make install` runs - not during the cmake
invocation itself.
2016-12-20 23:00:28 +01:00
Ted John
50a2e58b22 Fix #4898: Crash when title sequences are missing 2016-12-20 21:29:17 +00:00
Ted John
df2cd48c52 Import more peep fields 2016-12-20 17:36:20 +00:00
Ted John
5fa756fef4 Copy RCT2 peep fields to RCT1, most are the same 2016-12-20 17:36:20 +00:00
Ted John
b850e98511 Add peeps, just positions for now 2016-12-20 17:36:20 +00:00
Ted John
785a6ac850 Fix loading of RCT1 parks from command line 2016-12-20 17:36:00 +00:00
Michał Janiszewski
9e321b69ee Fix #4891: Crash at loading save file
Caused by `_listItems` getting `free`d (and set to `NULL`) before it was
used.

Regression introduced in 11a2b98e58.
2016-12-20 15:34:41 +01:00
Ted John
d1a97cc021 Merge pull request #4887 from IntelOrca/use-external-title-sequences
Use external title sequences repository
2016-12-20 12:38:52 +00:00
Ted John
7d98e888bb Remove sequencesversion from .gitignore
.dependencies is used instead.
2016-12-20 12:38:10 +00:00
Ted John
f378688828 Merge pull request #4895 from janisozaur/fixes
memory leak plugs, initialisation of fields
2016-12-20 10:43:05 +00:00
Michał Janiszewski
d197383dcf Download and extract title sequence in make install 2016-12-19 23:31:53 +00:00
Michał Janiszewski
b4921bf5b5 Fix erroneous fallthrough in TitleSequence.cpp 2016-12-20 00:15:23 +01:00
Michał Janiszewski
50d26d87eb Initialise fields to safe values 2016-12-19 23:59:03 +01:00
Michał Janiszewski
7f5683895b Plug memory leaks 2016-12-19 23:44:17 +01:00
Marijn van der Werf
2fca2adbc1 Fix prepended wooden supports 2016-12-19 18:45:08 +01:00
Ted John
d0b4af8b3d Fix DownloadDependency task for VS2017 RC 2016-12-17 02:58:19 +00:00
Ted John
c0f79b4f62 Use DownloadDependency for libs and gtest 2016-12-17 00:21:03 +00:00
Michał Janiszewski
77eea325ae Fix missing semicolon in travis.yml 2016-12-17 00:21:41 +01:00
Michał Janiszewski
8c30b467dd Apply make flags to all jobs
This also adds `-k` to flags, which makes `make` not bail out on first
error, but rather continue compilation.
2016-12-17 00:12:23 +01:00
Michał Janiszewski
02ac8fdcee Add version check for libzip in CMakeLists.txt 2016-12-17 00:04:40 +01:00
Ted John
6abe5cf73a Write new task for downloading dependencies 2016-12-16 22:42:16 +00:00
Michał Janiszewski
1d35e5c7c4 Fix directory permissions, do make install 2016-12-16 23:32:48 +01:00