Commit Graph

6002 Commits

Author SHA1 Message Date
Ted John bcbf375d04 Merge pull request #2753 from janisozaur/travis
Push travis builds to openrct2.org
2016-01-19 12:37:22 +00:00
Ted John 5ef00393a4 Merge pull request #2739 from janisozaur/evergreen-gardens
Assert for evergreen gardens
2016-01-19 12:36:41 +00:00
Ted John 6412aa5c37 Merge pull request #2772 from Broxzier/fix_mapsprite
Fix #2747 map sprite issue.
2016-01-19 00:09:48 +00:00
Hielke Morsink 0b445ab1a5 Fix #2747 map sprite issue. 2016-01-19 00:05:14 +01:00
Ted John 1d2d9ce828 Merge pull request #2729 from janisozaur/fixes
Minor fixes, mostly posix.c
2016-01-18 20:02:09 +00:00
Michał Janiszewski 3bf1e0e06d Rename `safe_strncpy` to `safe_strcpy` 2016-01-18 20:49:52 +01:00
Michał Janiszewski 5bc330f8db Minor fixes, mostly posix.c 2016-01-18 20:48:41 +01:00
duncanspumpkin 3d6be6cb2a Fix track breaks when traveling backwards 2016-01-18 19:41:40 +00:00
Duncan 869a47a777 Merge pull request #2764 from LRFLEW/sub_69A997
Fixed multiple issues with sub_69A997
2016-01-18 12:38:29 +00:00
Ted John cee61f8929 Merge Localisation/master into OpenRCT2/develop. 2016-01-18 04:00:18 +00:00
LRFLEW c789529be6 Fixed multiple issues with sub_69A997 2016-01-17 19:42:32 -07:00
IntelOrca 1ffee2435a fix #2363: show default item highlight, refactor 2016-01-17 23:37:14 +00:00
IntelOrca f8507ec93e implement place_maze_design 2016-01-17 22:26:15 +00:00
Michał Janiszewski 60ce32bbe0 Make filenames include 8-char git hash and version 2016-01-17 17:25:39 +01:00
Michał Janiszewski 80b85d2d2f Make travis push build artifacts to openrct2.org 2016-01-17 16:51:28 +01:00
Michał Janiszewski b8b50684ba Bump CMakeLists' version to match other places 2016-01-17 16:19:54 +01:00
IntelOrca 0584de1501 fix part of #2747: mistake in map coordinate clamping for set ownership 2016-01-17 12:44:16 +00:00
IntelOrca 7c8245a63f fix #2749: inverse logic for removing colour tab on rides 2016-01-17 12:27:43 +00:00
Ted John 805b0dbb05 Merge Localisation/master into OpenRCT2/develop. 2016-01-17 04:00:18 +00:00
IntelOrca 88ae952db2 implement peep_easter_egg_peep_interactions 2016-01-17 00:57:37 +00:00
IntelOrca f6841bd3dc implement peep_update_name_sort 2016-01-16 22:38:59 +00:00
IntelOrca e57ac72e5a remove redundant peep_update_ride_sub_state callproc 2016-01-16 21:34:23 +00:00
Ted John d0d883904f Merge pull request #2744 from janisozaur/broken-language
Fall-back to default language in case none is set
2016-01-16 17:56:02 +00:00
Michał Janiszewski 6d8e048d96 Fall-back to default language in case none is set
From thread https://openrct2.org/forums/topic/720-openrct2-doesnt-work/,
the object http://www.nedesigns.com/rct2-object/5130/scgletrs/ does not
set `pString` properly, so use a default fallback in such case.
2016-01-16 18:39:57 +01:00
Michał Janiszewski f35fac6030 Update assert condition 2016-01-16 18:10:44 +01:00
Ted John e75270515c Merge pull request #2743 from Broxzier/disable_debugging_online
Disabling Debug Button When Playing Over A Network
2016-01-16 16:48:04 +00:00
Hielke Morsink 711afebf50 Hiding debug button while playing over a network. 2016-01-16 17:24:44 +01:00
Ted John 391bea67bb Merge pull request #2634 from oslerw/develop
Add /usr/local/share to search path for data files
2016-01-16 14:49:34 +00:00
duncanspumpkin 0f6c8b8760 Refactor get small scenery to prevent repeats of #2735. 2016-01-16 11:04:06 +00:00
duncanspumpkin 3865bf9381 Fix #2735. 1/4 tile scenery can now correctly be recoloured.
Issue was caused by an assumption made during writing this function.
2016-01-16 10:55:36 +00:00
duncanspumpkin 06fd1436ca Fix #2741. 2 functions were missed during object_load refactor. 2016-01-16 10:21:15 +00:00
duncanspumpkin 599d806113 Fix #2740. Swinging animations should now work correctly 2016-01-16 10:11:56 +00:00
duncanspumpkin 3b760ba39c Fix windows build. Now uses the correct ISO C strdup function. 2016-01-16 09:49:39 +00:00
Duncan 30594f28e9 Merge pull request #2714 from LRFLEW/sub_69A997
Decompiled sub_69A997
2016-01-16 09:43:31 +00:00
William Osler 60920a2d10 Add /usr/local/share to search path for data files
`/usr/local` should be examined before `/var/lib,` since it allows for
overriding data files that might come from the package manager.
2016-01-15 22:47:12 -05:00
Michał Janiszewski 2b29f252e5 Assert for evergreen gardens 2016-01-16 00:19:08 +01:00
Ted John e69e384d43 Merge pull request #2692 from marijnvdwerf/use-named-addresses
Replace known addresses with constants, globals and wrapper functions
2016-01-15 22:59:13 +00:00
Ted John 538bf7e141 Merge pull request #2738 from janisozaur/map-limit
Limit arguments to map functions
2016-01-15 22:48:15 +00:00
Michał Janiszewski 17fb150ec0 Limit arguments to map functions
While there is nothing wrong with the code as it is now, some
unexpected arguments can cause entering a loop which will flood the
log and possibly stall the game.
2016-01-15 23:29:51 +01:00
LRFLEW 758c2d3d3e Decompiled sub_69A997 2016-01-15 14:43:10 -07:00
IntelOrca 2681cc792b Merge branch 'develop' of https://github.com/OpenRCT2/OpenRCT2 into develop 2016-01-15 20:21:15 +00:00
IntelOrca 666bb03cc3 fix #2734: forgot to correct signature arguments for clip_drawpixelinfo 2016-01-15 20:20:29 +00:00
Ted John b4125e87cb Merge pull request #2731 from janisozaur/ride-type
Validate ride type to create
2016-01-15 20:17:57 +00:00
Ted John 36513c9431 Merge pull request #2730 from janisozaur/config
Release config on closing to limit leaked memory
2016-01-15 20:12:29 +00:00
Ted John 2082023db7 Merge pull request #2736 from janisozaur/set-staff-patrol
Check input arguments for set staff patrol command
2016-01-15 20:10:53 +00:00
Marijn van der Werf 2e72d3c447 Bugfix: get `rideIndex` from current map element 2016-01-15 21:03:38 +01:00
Marijn van der Werf db34cf1515 Rename struct members to match identified address names 2016-01-15 21:03:17 +01:00
Marijn van der Werf 94e47be3e3 Use `ride_type_has_flag` for checking ride type flags 2016-01-15 21:02:39 +01:00
Marijn van der Werf 6568798af7 Use globals instead of addresses where applicable 2016-01-15 21:01:49 +01:00
Marijn van der Werf 98b5ad1bf4 Replace known addresses with constants 2016-01-15 21:01:34 +01:00