Ted John
fb112ce779
Do not distribute openrct2.dll anymore
2016-10-16 00:06:58 +01:00
Ted John
f051430ea3
Make release Win32 builds NO_RCT2 and Win32 sub system
2016-10-15 23:39:50 +01:00
Ted John
96b796a78c
msbuild: Build x64 by default
2016-10-15 22:44:24 +01:00
Michał Janiszewski
e8e1b702f6
Add 64 bit docker file with Arch Linux in it
2016-10-15 22:41:39 +02:00
Ted John
3b8ca9c480
Merge pull request #4618 from IntelOrca/fix/td4-loading
...
Fix TD4 loading / memory violation
2016-10-15 21:38:47 +01:00
Ted John
15b653e233
Fix track place colours for TD4, version 0
2016-10-15 21:25:29 +01:00
Ted John
de341f1d86
Fix td6_reset_trailing_elements
...
Only one byte, 0xFF terminates the track elements rather than a track element with a type of 0xFF.
2016-10-15 20:57:29 +01:00
Michał Janiszewski
2c58543928
Fix unintialised variables in testpaint
2016-10-15 21:26:29 +02:00
Ted John
5708b2e749
Fix colours for TD4, version 0 designs
2016-10-15 18:56:51 +01:00
Ted John
e1a5200332
Fix TD4, version 0 river rapids
2016-10-15 18:56:51 +01:00
Ted John
af05688764
Fix TD4 version 0 mazes
2016-10-15 18:56:51 +01:00
Ted John
6316d9eb20
Use RCT1 table method for converting ride type
2016-10-15 18:56:51 +01:00
Ted John
951bfaa081
Fix reading of TD4 / TD6 version
2016-10-15 18:56:51 +01:00
Ted John
4e0298e8de
Fix TD4 to TD6 issues
2016-10-15 18:56:51 +01:00
Ted John
bcd3384f49
Fix TD4 to TD6 issues
2016-10-15 18:56:51 +01:00
Ted John
98c71dcf5b
Fix TD4 loading / memory violation
...
Instead of doing these hacks to load bits of TD4 into a TD6, load TD4 data directly into its own struct and then copy field by field to TD6. Simplify TD6 loading.
2016-10-15 18:56:51 +01:00
Ted John
8f8677aa83
Merge pull request #4619 from marijnvdwerf/duncanspumpkin-mini_rail
...
Paint miniature railway
2016-10-15 18:39:32 +01:00
Marijn van der Werf
c063c4dccf
Initialize variable for gcc
2016-10-15 19:26:43 +02:00
Marijn van der Werf
40dbb9db1f
Fix typo in filename
2016-10-15 19:23:13 +02:00
Marijn van der Werf
b0c98588a5
Removes unused variables
2016-10-15 14:14:32 +02:00
Marijn van der Werf
d270b2dcb0
Allow unused variables during testing
2016-10-15 13:55:22 +02:00
Marijn van der Werf
0fc10f22a1
Fix right eight to diag
2016-10-15 13:53:10 +02:00
Marijn van der Werf
4687549185
Finish diagonal pieces
2016-10-15 13:37:34 +02:00
Marijn van der Werf
12b931e723
Fix typo
2016-10-15 13:25:59 +02:00
Marijn van der Werf
4877102bf9
Continue diagonal
2016-10-15 13:17:16 +02:00
Marijn van der Werf
564139b29b
Test supports
2016-10-15 13:16:56 +02:00
Marijn van der Werf
d8b7bf4b0c
Implement diagonal pieces
2016-10-15 12:54:40 +02:00
Marijn van der Werf
634d7d200a
Update with new generated code
2016-10-15 01:09:13 +02:00
duncanspumpkin
67d3ccc7a7
Fix right eigth
2016-10-14 23:49:21 +02:00
duncanspumpkin
03aa9baaf3
Fix right eigth
2016-10-14 23:49:21 +02:00
duncanspumpkin
2639114f15
Add code from generator
2016-10-14 23:49:21 +02:00
duncanspumpkin
d6151a3a6b
Add special case for right orth
2016-10-14 23:49:21 +02:00
duncanspumpkin
abe0ee5a12
Finish left eigth
2016-10-14 23:49:21 +02:00
duncanspumpkin
17b63410e7
Start left eigth
2016-10-14 23:49:21 +02:00
duncanspumpkin
e532c99bff
Fix more
2016-10-14 23:49:21 +02:00
duncanspumpkin
a0d2c02638
Fix s bend left
2016-10-14 23:49:21 +02:00
duncanspumpkin
13c33bcbbe
Fix 5 tile turn
2016-10-14 23:49:21 +02:00
duncanspumpkin
1a4f51bfd2
More improvements
2016-10-14 23:49:21 +02:00
duncanspumpkin
6d94d3a1a2
Improvements
2016-10-14 23:49:21 +02:00
duncanspumpkin
ccf2649390
Fix flat track element
2016-10-14 23:49:21 +02:00
duncanspumpkin
159f048abc
Make stub mini railway based on monorail
2016-10-14 23:49:20 +02:00
王少东
5fa5f29fc4
Fix #4596 : Failed to build on MSVC 2015 Update 3, problem with file encoding
...
This ellipsis character is causing compiling issue on Windows 10 system in Chinese language.
2016-10-14 16:43:37 +01:00
Ted John
41dfbed6aa
testpaint: draw stations covered for extra validation
2016-10-13 22:14:50 +01:00
Ted John
f65609de67
testpaint: Validate tracks with inverted flag enabled
2016-10-13 22:12:39 +01:00
Manuel Vögele
ec8d37eead
Fix #1943 : Placing Handyman/Security Guard/Mechanic In Multiplayer Causes Crash
...
Open staff window on multiplayer clients when hiring new staff instead of a random visitor.
2016-10-13 22:02:10 +01:00
Ted John
b0aabbf748
Merge pull request #4607 from wolfreak99/ip_logging
...
Store IP address in TcpClient
2016-10-13 21:52:02 +01:00
Ted John
cbea124c1c
Merge pull request #4614 from marijnvdwerf/paint/test-pre-blocked-supports-2
...
Various ride fixes
2016-10-13 21:23:45 +01:00
Ted John
3d4d8e8507
Merge pull request #4612 from marijnvdwerf/paint/test-pre-blocked-supports
...
Test and generate pre-blocked segments for track drawing
2016-10-13 19:48:58 +01:00
Michał Janiszewski
f1cbb7935d
Fix left shifts that may overflow
2016-10-13 19:48:42 +01:00
Marijn van der Werf
c912347a51
Partially fix Wooden RC
2016-10-13 20:31:50 +02:00