1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-17 12:03:07 +01:00
Commit Graph

8759 Commits

Author SHA1 Message Date
Ted John
75dde0467f Add static modifier 2016-08-27 14:40:05 +01:00
Ted John
10ef3fdcc3 Fix use of uninitialised GIT_COMMIT_SHA1_SHORT in msbuild 2016-08-27 14:08:31 +01:00
Ted John
68fc6371ae Fix building g2.dat on x64 2016-08-27 14:05:25 +01:00
Ted John
94a31fe630 Set correct version text for upload filenames 2016-08-27 13:54:19 +01:00
Ted John
691995246f Use binary path for segment data, not working directory 2016-08-27 13:31:45 +01:00
Ted John
d2cb3fa0b4 Merge pull request #4335 from OpenRCT2/new-msbuild-proj
Change Windows build configuration to msbuild and add x64 publish and deployment.
2016-08-27 13:13:23 +01:00
Michał Janiszewski
26d2e61fd8 Update readme.md with Linux packages information (#4336)
[ci skip]
2016-08-27 12:57:45 +02:00
Ted John
a3e4bd1af4 Avoid signing when build has not changed 2016-08-26 19:06:44 +01:00
Ted John
bd006de77b Fix appveyor deployment script 2016-08-26 18:50:52 +01:00
Ted John
4ea05cfb95 Use correct x64 flavour ids 2016-08-26 18:33:54 +01:00
Ted John
c19437028d Move artifact upload to AppVeyor deploy 2016-08-26 18:29:42 +01:00
Ted John
6a367e2066 Improve artifact clean 2016-08-26 18:04:17 +01:00
Ted John
6654cdadfe Create segment data for x64 builds 2016-08-26 14:34:46 +01:00
Ted John
a19d28a00c Remove obsolete NSIS build 2016-08-26 14:20:17 +01:00
Ted John
ce7afb92fd Migrate update libs to msbuild project 2016-08-26 00:45:57 +01:00
Ted John
f416da96f4 Update msbuild proj documentation
[ci skip]
2016-08-26 00:03:52 +01:00
Ted John
ea2e5f3273 Update readme.md
[ciskip]
2016-08-25 23:58:43 +01:00
Ted John
76b0e3158b Delete obsolete scripts
[ciskip]
2016-08-25 23:49:59 +01:00
Ted John
c86de10f3d Control what builds are uploaded 2016-08-25 23:38:48 +01:00
Ted John
0b2341ab8e Improve artifact building 2016-08-25 23:07:02 +01:00
Ted John
ff9e249a85 Fix inverse condition of BUILD_SERVER 2016-08-25 22:35:19 +01:00
Ted John
7df67e3a29 Improve NSIS installer and add x64 logic 2016-08-25 22:19:54 +01:00
Ted John
2e31288b6b Convert tabs to spaces in install.nsi 2016-08-25 21:29:38 +01:00
Ted John
ad8eb641d5 Fix error in appveyor.yml 2016-08-25 20:39:20 +01:00
Ted John
72169f681b Fix environment variable rename 2016-08-25 20:28:30 +01:00
Ted John
10deda6385 Download libraries before building 2016-08-25 20:22:09 +01:00
Ted John
5759ab0f9d Fix copying of data files 2016-08-25 20:17:40 +01:00
Ted John
4a759838ac Prepare msbuild project for AppVeyor 2016-08-25 19:18:45 +01:00
Ted John
538ac7b091 Use variables for publish items 2016-08-25 18:29:23 +01:00
OpenRCT2 git bot
65beeeece5 Merge Localisation/master into OpenRCT2/develop. 2016-08-25 04:00:20 +00:00
Duncan
f538d2f99b Merge pull request #4332 from OpenRCT2/fix-4331
Increment version number, (hopefully) fixes #4331
2016-08-24 17:08:05 +01:00
Michael Steenbeek
5ff0db3caa Increment version number, (hopefully) fixes #4331 2016-08-24 17:26:11 +02:00
jensj12
13979397de Allow corner tiles when using mountain tool
The tile selection was limited to full tiles when using the mountain tool on a single tile. The game now allows selecting and raising/lowering corner tiles and the smoothing algorithm is modified to support that. The cost is the same as the old single-tile mountain tool. A bug where the mountain tool sometimes creates sharp edges has also been fixed.
2016-08-23 19:30:09 +01:00
Ted John
75095bf9e5 Setup dynamic defines for build 2016-08-23 19:24:07 +01:00
Duncan
6cf546820a Merge pull request #4326 from zaxcav/queueAsNormalPath
Treat queues not connected to rides as normal paths in the pathfinding.
2016-08-23 18:40:10 +01:00
Ted John
04bf27e2c5 Refactor msbuild property inputs 2016-08-23 18:22:06 +01:00
Ted John
8c1aeb8f1f Add upload target to msbuild project 2016-08-23 18:13:45 +01:00
Duncan
a9a77edeb0 Merge pull request #4325 from zaxcav/maxTilesCheck
Share maxTilesChecked over all search directions.
2016-08-23 12:51:28 +01:00
zaxcav
1a5b1197d3 Treat queues not connected to rides as normal paths in the pathfinding.
Queue path tiles used as normal paths can otherwise cause search loops that the pathfinding does not detect, resulting in pathfinding problems.
2016-08-23 13:03:01 +02:00
zaxcav
02ae6c7c4f Share maxTilesChecked over all search directions.
Previouly, when maxTilesChecked was exceeded before all search directions were checked the search results could cause path finding issues. This ensures all search directions will always be searched.
2016-08-23 12:39:19 +02:00
Ted John
e18eb5d8b0 Add NSIS installer target 2016-08-22 22:30:47 +01:00
Ted John
6f27156abf Rename openrct2.props to openrct2.targets 2016-08-22 21:46:09 +01:00
Ted John
bc698fdc4c Refactor msbuild targets 2016-08-22 21:45:36 +01:00
duncanspumpkin
8ffe0fb4b6 Fix #4320. Ignoring no entry signs caused by refactor when originally implementing function. 2016-08-22 21:08:53 +01:00
Ted John
a60643e3ca Add sign target to build and improve g2 target 2016-08-22 20:39:06 +01:00
Ted John
8c00ad0e4f Create custom task for 7z 2016-08-22 18:31:52 +01:00
Ted John
5cb50f6925 Add install and publish targets to msbuild project 2016-08-22 13:11:57 +01:00
Michael Steenbeek
35ae7600f9 Update changelog.txt 2016-08-22 10:32:17 +02:00
Ted John
c4f927eb3a Add a new msbuild project with a g2 target 2016-08-22 00:09:45 +01:00
Marijn van der Werf
cbdf1695ea Fix #4318: Use user locale on macOS 2016-08-21 21:51:38 +01:00