duncanspumpkin
cbbc4edd20
Fix #1720 . Ride train count misscalculation.
...
Should now correctly allow more trains when car length reduced
2015-10-04 21:39:02 +01:00
duncanspumpkin
36917bd75a
Fix #1661 . Track direction now remembered when deleteing last section
2015-10-04 20:52:27 +01:00
duncanspumpkin
9017e5ff86
Fix #1899 . Prevent mountain tool from being possible for land ownership tool.
2015-10-04 20:44:17 +01:00
duncanspumpkin
7297fc86e9
Fix #2029 . Issue with 1x1 land ownership tool
2015-10-04 20:22:50 +01:00
Ted John
c1ecf3c531
Merge pull request #2024 from duncanspumpkin/set_land_ownership
...
Implemented game_command_set_land_ownership.
2015-10-04 01:06:29 +01:00
duncanspumpkin
625e051d35
Fix #2025 . Issue caused by failing to check if coordinates outside of map
2015-10-04 00:35:26 +01:00
duncanspumpkin
3f77a6778a
Implemented game_command_set_land_ownership.
...
Refactored map buy land rights for tile as it was partially broken and used a very odd style.
2015-10-04 00:07:22 +01:00
Duncan
7e8ed696a0
Merge pull request #2019 from zsilencer/develop
...
fix #2009
2015-10-03 22:04:55 +01:00
Andrew Waters
b77e8f5146
Fixed typo of peep_udpate_ride_sub_state_13
2015-10-03 13:39:15 -07:00
zsilencer
7aebdcd534
fix #2009
2015-10-03 13:22:59 -06:00
Ted John
6228c782da
Merge pull request #2016 from HaasJona/debug_createrenderer
...
Handle SDL_CreateRenderer error
2015-10-03 19:31:13 +01:00
Ted John
68f98663c9
Merge pull request #2018 from HaasJona/addresses
...
Define some tick related addresses
2015-10-03 19:26:04 +01:00
Ted John
bac7c7fc4a
Merge pull request #1995 from janisozaur/cleanup
...
Remove leftover porting hack
2015-10-03 19:22:53 +01:00
Jonathan Haas
8463e58922
Define some tick related addresses
2015-10-03 20:00:29 +02:00
Jonathan Haas
d6a5d78742
Handle SDL_CreateRenderer error
2015-10-03 18:22:05 +02:00
Jonathan Haas
ae82ffcd96
Rename window flags
2015-10-03 17:20:53 +02:00
Alexander Overvoorde
377650d9f5
Change autosave system to use wall-clock time based frequencies
...
The autosave system will now use frequencies based on wall-clock
time rather than in-game time, for example every 15 minutes. This
frequency is not affected by pausing the game or changing the game
speed. The default frequency is every 5 minutes.
2015-10-03 14:25:59 +02:00
Duncan
3cd51f6aa5
Merge pull request #2001 from nightroan/develop
...
Fixed #1948
2015-10-03 09:43:04 +01:00
nightroan
1963749c58
Fixed #1948 by clearing ebx when setting ride price
2015-10-02 19:14:01 -07:00
Ted John
fe4b4516fd
Merge pull request #2006 from zsilencer/develop
...
linux fixes
2015-10-02 23:20:45 +01:00
zsilencer
ffee5229b5
fix directories in linux
2015-10-02 14:48:10 -06:00
Michał Janiszewski
8a5d9bf614
Platform name
2015-10-02 21:19:20 +02:00
zsilencer
5793ded423
mouse drag in linux
2015-10-02 09:51:34 -06:00
Rune Laenen
7934e2efd2
Fix issue 1942
2015-10-02 14:16:02 +02:00
Rune Laenen
7ac930c318
errorfix guest_list
2015-10-02 13:49:13 +02:00
Rune Laenen
1b5e55d346
newPeep fix
2015-10-02 13:45:17 +02:00
Rune Laenen
5d75fa4464
var_2A to outside_of_park
2015-10-02 13:41:13 +02:00
duncanspumpkin
33e04b8bd6
Implement game_command_place_park_entrance
2015-10-01 21:24:24 +01:00
Michał Janiszewski
9a1e88872f
sub_6E7FF3 no longer causes problems
2015-10-01 18:57:45 +02:00
Michał Janiszewski
df52bb5ca1
Add hooks for Linux
2015-10-01 18:49:13 +02:00
Michał Janiszewski
ca298d5568
Remove leftover porting hack
2015-10-01 17:05:31 +02:00
duncanspumpkin
f40ccc883a
Name remaining peep cheat flag enums
2015-09-30 22:01:44 +01:00
duncanspumpkin
b5711638bc
Implement game_command_set_peep_name
...
Note this is how most of the existing cheats are used
2015-09-30 21:55:36 +01:00
Duncan
f34902f5cf
Merge pull request #1989 from duncanspumpkin/footpath_from_track
...
Implement game command footpath from track.
2015-09-30 20:48:07 +01:00
duncanspumpkin
ecc2f74b63
Implement game command footpath from track.
...
Fixes #1954
2015-09-29 23:07:07 +01:00
Michał Janiszewski
89846a088a
platform time functions
2015-09-29 23:35:15 +02:00
Ted John
78e43e7ca4
Merge pull request #1983 from janisozaur/docker32
...
Docker32
2015-09-28 23:23:09 +01:00
Michał Janiszewski
9e62198546
Partially revert c93c1c7, for mingw builds only
...
Conditionally restore old functionality which got broken for mingw
builds with commit c93c1c7 . Allow building with old version of code, but
generate a warning when doing so.
2015-09-29 00:13:27 +02:00
Michał Janiszewski
a16de307d7
Refactor project build scripts
...
This is mostly refactoring of cmake scripts, but also touches build.sh
and install.sh. The cmake should be much more palatable now for major
Linux distributions.
At the same time, new configuration is introduced to Linux version, one
with Twitch enabled.
Please note, however, this change requires update of orctlibs.zip for
mingw builds.
2015-09-28 21:10:21 +02:00
Michał Janiszewski
5d1beb14c0
Platform, memory fixes
2015-09-28 19:35:06 +02:00
IntelOrca
c6b0d0919d
fix #1982
2015-09-28 18:10:41 +01:00
duncanspumpkin
eaa44ab1e1
Fix #1854 . Special track elements disable correctly.
...
Issue was caused by a change I asked to be done a month back. Dropdowns are awkward windows the global array for dropdown content should be populated before creating them but not anything else as that will get reset. In this case the disabled items were reset. The same happens for highlighted index if that is specified before window creation
2015-09-27 21:55:48 +01:00
duncanspumpkin
9e1e0748f3
Fix #1947 . Maze entrances no longer modify hedges wrong.
...
> Issue was caused by incorrectly translating btr and bts to C. In addition the operation was on a word and not a byte so it wouldn't change the maze correctly for all rotations. I've also refactored the code to make it a bit easier to follow.
2015-09-27 21:33:19 +01:00
duncanspumpkin
a697606211
Fix #1718 . Incorrect cursors on scroll widgets.
...
Issue was being caused by passing the incorrect x and y parameters due to missing a widget dereference. I've also moved the x/y coordinates of the hand open/close to closer match what it feels like.
2015-09-27 16:55:34 +01:00
duncanspumpkin
1a0fc46559
Fix #1723 issue caused by failing to return.
...
The logic would fall through to the ending code so that it would just make a beeline to the exit after walking to one corner.
2015-09-27 16:21:45 +01:00
nightroan
8d3f7600fb
As a multiplayer client, don't select the next track piece if is is unaffordable.
2015-09-26 16:01:04 -07:00
IntelOrca
a04663368e
add two new date formats, y/m/d and y/d/m, closes #1900
2015-09-26 14:35:26 +01:00
IntelOrca
015c41f6ef
fix #1744
2015-09-26 14:07:17 +01:00
IntelOrca
3835c8c109
fix inet_ntop signature issues
2015-09-26 13:48:24 +01:00
nightroan
bd51c7ed80
Fixed #1939 by adding a callback to delay selection of the next piece until the server sends back the placement command.
2015-09-25 23:57:15 -07:00