1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-16 11:33:03 +01:00
Commit Graph

10783 Commits

Author SHA1 Message Date
Ted John
676903e65c Reduce false positive desync
The staff list window modifies the sprites purely for local state causing a false positive desync warning to pop up in multiplayer. This now causes it to only happen if the map window is also open. This is also a performance improvement.

#5164
2017-02-02 21:31:36 +00:00
Michael Steenbeek
695f7c33bf Fix all known incorrect land ownership in RCT1 2017-02-02 22:21:05 +01:00
Michael Steenbeek
cad39c788a Remove more magic values from metal_a_supports_paint_setup 2017-02-02 21:54:19 +01:00
Gymnasiast
2381bd5cfb Fix RCT1 Splash Boats import 2017-02-02 15:47:08 +01:00
Ted John
5d20803fb2 Remove version build from msbuild & NSIS (#5143)
This also passes the version to NSIS removing another file containing the current version.
2017-02-02 11:53:56 +01:00
OpenRCT2 git bot
ae2e0faad0 Merge Localisation/master into OpenRCT2/develop. 2017-02-02 04:00:23 +00:00
Michael Steenbeek
eb45ec95ce Merge pull request #5145 from IntelOrca/feature/rct1-scenario-select
Enable RCT1 SC4s for scenario select
2017-02-01 18:32:45 +01:00
danidoedel
0a2b63eced Update Xcode project 2017-02-01 11:32:49 +00:00
OpenRCT2 git bot
457d3db612 Merge Localisation/master into OpenRCT2/develop. 2017-02-01 04:00:20 +00:00
Ted John
1625a2434f Update changelog
[ci skip]
2017-01-31 20:34:33 +00:00
muemart
a64dae573a Fix data path command line on windows 2017-01-31 19:41:26 +00:00
Ted John
72800acd5c Fix std::string used as char * 2017-01-31 17:59:42 +00:00
Ted John
4670d2f770 Fix some SC enum items missing prefix 2017-01-31 17:57:10 +00:00
Ted John
612e268e5f Allow SC4s to be loaded by title seq player 2017-01-31 17:54:39 +00:00
Ted John
daaf6c69a3 Use missing SC IDs in scenario sources 2017-01-31 17:54:39 +00:00
Ted John
a8e329ef99 Implement getting sc entries from SC4s 2017-01-31 17:54:39 +00:00
Ted John
c9d7cd8216 Refactor loading of SC6 information when scanning scenarios 2017-01-31 17:54:39 +00:00
Michael Steenbeek
94d38b9f7a Don't remove vehicles when removing all guests, name some interaction fields 2017-01-30 23:51:01 +01:00
Ted John
2008f4add4 Remove known_issues.txt (#5142)
This file is out of date and adds extra maintenance to releasing. Instead users should check the project's issue tracker on GitHub.
2017-01-30 21:45:29 +01:00
spacek531
fbd19db704 Credit spacek531 as author of 0.0.5/0.0.6 title sequence
[ci skip]
2017-01-30 21:44:32 +01:00
Michał Janiszewski
39f881e1d7 Update CMakeLists.txt for CPack with 0.0.7 version 2017-01-30 13:54:13 +01:00
Ted John
f54e73061a Remove references to stable in readme.md
[ci skip]
2017-01-30 00:07:50 +00:00
Michał Janiszewski
bde17f2b30 Start v0.0.7 2017-01-29 23:35:17 +00:00
Ted John
0d025fd541 Merge branch 'master' into develop 2017-01-29 23:35:04 +00:00
Michał Janiszewski
2005d68b51 Release v0.0.6
- Feature: [#3355] Allow loading of parks from URLs.
- Feature: [#4673] Add paint Z clipping.
- Feature: [#4901] Allow entertainers' costume changes even in absence of required scenery.
- Feature: [#4916] FreeBSD support.
- Feature: [#4963] Add boosters (from RCT1 and RCTC).
- Feature: [#5113] Entertainers are now hired with a random costume.
- Improved: [#4847] Guest / staff pathfinding.
- Improved: [#4938] Checksum calculations speeded up.
- Improved: [#5007] Vehicles and functioning rides are now imported when loading SC4 / SV4 parks.
- Improved: Guests and staff are now imported when loading SC4 / SV4 parks.
- Fix: [#4571] Only start autosave timer after update or game command.
- Fix: [#4584] Junior Coaster diagonal flat-to-steep slopes not drawn.
- Fix: [#4929] Changing TTF language crashes game.
- Fix: [#4944] Game crashes upon selecting objects in scenario editor.
- Fix: [#4951] Scenarios are not recorded as completed from a saved game.
- Fix: [#4968] Completing a scenario does not save the name that is entered.
- Fix: [#4996] Objects unloaded after loading landscape.
- Fix: [#5003] Able to remove entrance/exit of unedittable rides (such as in Volcania).
- Fix: [#5096] Failure to open parks with out of bounds sprite coordinates.
- Fix: [#5114] Some entertainer costumes never select-able.
v0.0.6
2017-01-29 23:32:12 +00:00
Ted John
a11ea24e03 Merge branch 'develop' 2017-01-29 23:31:55 +00:00
Michał Janiszewski
d9f9fcd41a Fix build names for Travis builds 2017-01-29 23:29:28 +00:00
Ted John
53d1375a95 Fix AppVeyor build / upload for tags 2017-01-29 23:29:20 +00:00
wolfreak99
99c68439b1 define MAX_PEEP_SPAWNS and MAX_PARK_ENTRANCES (#5119) 2017-01-29 22:27:14 +01:00
wolfreak99
70a855c395 Fix #5029: Invalid window limit can cause crash
#5121
2017-01-29 18:03:23 +00:00
Michael Steenbeek
751395670c Merge pull request #5136 from duncanspumpkin/refactor
Refactor of footpath and banner enums
2017-01-29 14:16:33 +01:00
duncanspumpkin
35b91037e8 Refactor of footpath labeling enums 2017-01-29 10:15:29 +00:00
duncanspumpkin
e2efb66d3d Minor refactor of banner and footpath enums 2017-01-29 09:40:43 +00:00
OpenRCT2 git bot
a52339b13e Merge Localisation/master into OpenRCT2/develop. 2017-01-29 04:00:21 +00:00
Ted John
a5528fc661 Improve tag deployment on AppVeyor
[ci skip]
2017-01-28 22:28:48 +00:00
Michał Janiszewski
723e13cb16 Prevent some crashes when title sequence is not present 2017-01-28 21:13:36 +00:00
Michał Janiszewski
f6cc743da6 Fix #5096: Crash on park with out of bounds sprite coordinates 2017-01-28 21:12:07 +00:00
Michał Janiszewski
cb1911280a Don't crash if path to RCT2 is NULL
This can happen when `game_path` entry gets removed from `config.ini`
2017-01-28 21:31:33 +01:00
Michał Janiszewski
404fceaed9 Guard against invalid fence better 2017-01-28 21:04:08 +01:00
Duncan
f2d0b58908 Merge pull request #5129 from duncanspumpkin/minor_refactor
Minor refactor of track design to label enums
2017-01-28 18:26:57 +00:00
duncanspumpkin
3633b86405 Minor refactor of track design to label enums 2017-01-28 09:28:11 +00:00
OpenRCT2 git bot
661ebbd997 Merge Localisation/master into OpenRCT2/develop. 2017-01-28 04:00:23 +00:00
Michał Janiszewski
0e7c94d98a Guard fence from null entry
Allows loading
http://www.nedesigns.com/park/3626/mediterranean-mysteries/
2017-01-28 00:12:49 +01:00
Michał Janiszewski
834cee311b Fix typos in RCT1-related code 2017-01-27 22:13:49 +01:00
Michał Janiszewski
51523df50a Fix left-shifts in research.c 2017-01-27 21:46:10 +01:00
Ted John
233a3040e1 Merge pull request #5007 from IntelOrca/feature/rct1/import-vehicles
RCT1: import vehicles
2017-01-27 07:49:20 +00:00
Michał Janiszewski
6bd9e3eca8 Make sure various fields are initialised properly 2017-01-27 07:35:48 +01:00
OpenRCT2 git bot
8d56821f56 Merge Localisation/master into OpenRCT2/develop. 2017-01-27 04:00:18 +00:00
Gymnasiast
24b546b789 Fix import of peep sprites 2017-01-27 00:50:49 +01:00
Ted John
e115227c08 Sort includes 2017-01-26 23:36:33 +00:00