Commit Graph

16588 Commits

Author SHA1 Message Date
duncanspumpkin 7e6254f30c Fix function. 2019-04-02 18:36:57 +01:00
duncanspumpkin 29f5018bd1 Implement wall place game action 2019-04-02 18:36:57 +01:00
Duncan 89330703e0
Merge pull request #9011 from Gymnasiast/fix/path-preview
Fix path preview
2019-04-01 21:48:03 +01:00
Gymnasiast 9839bb7bba Fix path preview
More work is needed to properly split the paths, but this will do for now.
2019-04-01 21:58:57 +02:00
OpenRCT2 git bot e34e06db4c Merge Localisation/master into OpenRCT2/develop. 2019-04-01 04:00:34 +00:00
ζeh Matt 9a79ee8f14
Merge pull request #9004 from ZehMatt/fix-9000
Fix #9000: Incomplete error message when placing track with insuffient money
2019-03-31 13:27:25 -07:00
Michael Steenbeek 2677ad67fc
Update changelog [ci skip] 2019-03-31 19:51:42 +02:00
Michael Steenbeek b618bbdcd4
Implement GameAction for setting date 2019-03-31 19:48:51 +02:00
Matt 03e417550d Update changelog.txt 2019-03-31 19:04:47 +02:00
Matt 7ed35dea70 Fix #9000: Show correct error message if not enough money available 2019-03-31 19:04:47 +02:00
Matt 1153b97ace Use thread_local to protect globals from data race 2019-03-31 17:15:15 +02:00
Matt 4b1e7c3dd2 Remove _unk9E32BC from global scope and make it local 2019-03-31 17:15:15 +02:00
Michael Steenbeek e38efcbec4
Remove duplicate options in Cheats window 2019-03-31 16:24:18 +02:00
Matt 383ded68e9 Cleanup 2019-03-31 15:50:55 +02:00
Matt ce9d252ce5 Use correct lock. 2019-03-31 15:50:55 +02:00
Matt 65ef018e4e Move paint_session_alloc and paint_session_free into Painter. 2019-03-31 15:50:55 +02:00
Matt db96df010f Expose Painter in Context 2019-03-31 15:50:55 +02:00
Matt 37c3809744 Implement partial multicore rendering 2019-03-31 15:50:55 +02:00
ζeh Matt 521b78390f Fix #8909: Potential crash when invoking game actions as server 2019-03-31 14:42:47 +02:00
OpenRCT2 git bot 6da2990bf1 Merge Localisation/master into OpenRCT2/develop. 2019-03-31 04:00:40 +00:00
ζeh Matt 0b41c0f9a1 Fix #8988: Improve lookups for codepoint offsets 2019-03-30 21:50:49 +01:00
OpenRCT2 git bot ba08997c33 Merge Localisation/master into OpenRCT2/develop. 2019-03-29 04:00:31 +00:00
Michael Steenbeek 8d83f5a549
Merge pull request #8978 from Gymnasiast/refactor/inversions
Close #8965: Refactor ride->inversions
2019-03-28 20:28:35 +01:00
Michael Steenbeek 1bb5b61f3e
Add #8219 to changelog [ci skip] 2019-03-28 20:21:13 +01:00
hokasha2016 70ae847a72 Fix #8219: Faulty folder recreation in "save" folder 2019-03-28 20:20:01 +01:00
Duncan c01cfbdc26
Merge pull request #8902 from duncanspumpkin/land_smooth_ga
Land Smooth Game Action
2019-03-28 19:10:30 +00:00
OpenRCT2 git bot 0902b019d4 Merge Localisation/master into OpenRCT2/develop. 2019-03-28 04:00:23 +00:00
Michael Steenbeek 9ed3c39aef
Fix #7913: RCT1/RCT2 title sequence timing is off (#8980) 2019-03-27 21:56:12 +01:00
Michael Steenbeek a50c7836f8
Move more ride functions to struct methods (#8977) 2019-03-27 21:53:38 +01:00
Gymnasiast 731af74732 Cast after std::min 2019-03-27 21:49:10 +01:00
Michael Steenbeek ec3d757854
Fix #5905: Urban Park MGR has entrance/exit swapped 2019-03-27 20:53:48 +01:00
Michael Steenbeek bbf523e829
Fix #8537: Imported RCT1 rides/shops are all numbered 1 2019-03-27 20:07:13 +01:00
duncanspumpkin 9b4bc97826 Increment network version 2019-03-27 18:49:19 +00:00
duncanspumpkin 68bf1bc464 Make requested changes 2019-03-27 18:48:26 +00:00
Aaron van Geffen 3e7a5bdd7e Add LandSmoothAction.hpp to Xcode project. 2019-03-27 18:48:26 +00:00
duncanspumpkin 95b7a90c55 Refactor function names and variables 2019-03-27 18:48:26 +00:00
duncanspumpkin cc57de791a Fix formatting. Add correct headers 2019-03-27 18:48:26 +00:00
duncanspumpkin 227786e05b Remove game command 2019-03-27 18:48:26 +00:00
duncanspumpkin 81307f71df Implement LandSmoothAction 2019-03-27 18:48:26 +00:00
Gymnasiast a27e04e5a3 Limit inversions and holes to 31 (for now) 2019-03-27 19:44:46 +01:00
Gymnasiast a3a1028385 Drop bitmask from TrackShelteredEighths comparisons 2019-03-27 19:44:33 +01:00
Gymnasiast 2ca83c203a Add #8736 to changelog [ci skip] 2019-03-27 17:29:15 +01:00
Gymnasiast 5fa4c718cd Add #8300 to changelog [ci skip] 2019-03-27 17:25:39 +01:00
Gymnasiast bc0b0fe231 Increase argument size of get_inversions_ratings() 2019-03-27 15:57:17 +01:00
Gymnasiast 921e426605 Increase size of inversions and holes to uint16_t 2019-03-27 15:55:34 +01:00
Gymnasiast 44da799afd Modify return type of get_num_of_sheltered_eighths() 2019-03-27 15:52:18 +01:00
Gymnasiast ba404338cc Max out inversions value instead of truncating 2019-03-27 14:02:32 +01:00
Gymnasiast 2a99c42242 Fix code to determine number of golf holes 2019-03-27 12:53:15 +01:00
ζeh Matt 31d32caf8c Fix #8972: Master server unable to query game info 2019-03-27 11:30:41 +01:00
Gymnasiast 64e51cd34b Close #8965: Refactor ride->inversions 2019-03-27 11:30:18 +01:00