1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-28 17:24:47 +01:00
Commit Graph

4632 Commits

Author SHA1 Message Date
IntelOrca
d1b806c20c fix #1370 2015-06-17 11:52:46 +01:00
IntelOrca
f4c46c479d Merge branch 'pre-release-0.0.2' into HEAD 2015-06-17 11:41:08 +01:00
IntelOrca
f2388d9b54 fix changelog from showing again in same session 2015-06-17 11:38:02 +01:00
JarnoVgr
92acfab160 Added build number support 2015-06-17 00:55:32 +02:00
IntelOrca
9021a97206 fix #1358 2015-06-16 23:37:29 +01:00
IntelOrca
13244b8333 Merge branch 'pre-release-0.0.2' into develop 2015-06-16 23:27:42 +01:00
IntelOrca
18ae4b534f fix changelog bug, fixes #1359 2015-06-16 23:27:22 +01:00
IntelOrca
133c0de23d refactor cheats and improve checkbox drawing 2015-06-16 23:24:48 +01:00
IntelOrca
34924963b9 Merge branch 'pre-release-0.0.2' into develop 2015-06-16 21:29:34 +01:00
Robert Jordan
e9eeb36cdf Added location variable for console. 2015-06-16 14:57:55 -04:00
Ted John
bfd813ac89 Merge pull request #1361 from Gymnasiast/guests-cheats
Introduce a truckload of guest cheats, fixes #1160, closes #1187, fixes #1323, fixes #966
2015-06-16 17:48:11 +01:00
Gymnasiast
79a6a989f0 Introduce a truckload of guest cheats. 2015-06-16 18:25:37 +02:00
IntelOrca
4a69ded1c7 fix get exe path issue 2015-06-16 14:55:09 +01:00
Miso Zmiric (Mike Squinter)
be98d6d850 closes #1305, uses absolute paths for all file loads
edit and update the distribution readme

clean up the variables mess

improve the set_exe_path and cleanup

final fixes
2015-06-16 14:05:25 +01:00
IntelOrca
705efbeee9 add last_crash_type to ride struct 2015-06-16 00:16:59 +01:00
IntelOrca
3feacc3400 fix #1356 2015-06-15 22:08:03 +01:00
IntelOrca
32046c3c0a improve saving of S6 data and remove ghost banners / user strings 2015-06-15 22:08:03 +01:00
IntelOrca
2eb39d4a31 Merge branch 'pre-release-0.0.2' into develop
Conflicts:
	src/util/util.c
2015-06-15 19:04:10 +01:00
Ted John
40591fda50 Merge pull request #1353 from duncanspumpkin/bugs
Fix rotation and rides been on
2015-06-15 18:39:04 +01:00
Duncan Frost
9886bb5d48 Fix peep rides been on displaying incorrectly.
Made a mistake when changing from an array of 32bit values to an array of 8bit values. Fixes #1336.
2015-06-15 18:33:21 +01:00
Duncan Frost
b997b8bf14 Fix large scenery rotation button missing
Button was missing when the large scenery item was in position 0. Missing a compare. Scenery window needs to be refactored at some point. Fixes #1342.
2015-06-15 18:15:15 +01:00
IntelOrca
fef88695a0 improve version handling 2015-06-15 18:01:13 +01:00
IntelOrca
b206a31cae fix #1145 by removing ghost map elements and trackless rides when saving 2015-06-15 17:27:11 +01:00
IntelOrca
ce300c8cb8 set version to develop 2015-06-15 16:29:15 +01:00
IntelOrca
c3afb498da Merge branch 'pre-release-0.0.2' into develop 2015-06-15 16:28:45 +01:00
Robert Jordan
b4cea081a0 Fixed secondary scroll thumb 2015-06-15 10:36:05 -04:00
Ted John
73a49f6298 Merge pull request #1345 from zsilencer/bugfixs
fix animation invalidation in large scenery
2015-06-14 23:33:38 +01:00
zsilencer
28f58b768c fix animation invalidation in large scenery 2015-06-14 15:59:34 -06:00
LRFLEW
b588e519c4 Some Cleanup of Past PRs 2015-06-14 16:36:17 -05:00
IntelOrca
0f1b178b96 set version to 0.0.2 2015-06-14 21:36:56 +01:00
Ted John
6b9a64577e Merge pull request #1340 from trigger-death/develop
Filters should sort properly now
2015-06-14 21:31:23 +01:00
zsilencer
9419e3a2ec fix a crash in large scenery placement 2015-06-14 14:23:18 -06:00
IntelOrca
ce924b4b1b add new custom title sequence to celebrate 0.0.2 release 2015-06-14 21:01:48 +01:00
Robert Jordan
aec68a72d7 Excess space no longer created in filter list 2015-06-14 14:52:24 -04:00
Robert Jordan
06525fc83b Removed duplicate strings 2015-06-14 14:51:24 -04:00
Robert Jordan
91bd595326 forgot changes to other tabs 2015-06-14 14:47:08 -04:00
Robert Jordan
f988e990ea Reset selection when changing ride tab 2015-06-14 14:43:01 -04:00
Robert Jordan
7f98dba63a Filters sort properly now 2015-06-14 14:41:27 -04:00
Robert Jordan
3ad9a1a74a Removed printf's 2015-06-14 12:25:41 -04:00
Robert Jordan
9ae22b5938 Fixed merge conflicts 2015-06-14 12:21:13 -04:00
Robert Jordan
cbf27687cb Added ride filters in object selection 2015-06-14 12:19:54 -04:00
Gymnasiast
95966f6346 Allow building large scenery outside park borders in sandbox mode. 2015-06-14 15:07:08 +02:00
zsilencer
d2b565b283 game_command_place_large_scenery 2015-06-14 05:56:41 -06:00
IntelOrca
beb2b23afb use log functions instead of printf and RCT2_ERROR (now removed) 2015-06-14 12:03:32 +01:00
Duncan Frost
adea7cb9ad Fix incorrect string text colour.
With the change in how text box colouring is done during the first drawing of any window it would default to the wrong colour due to not calling invalidate before setting the window colour global variables.
2015-06-14 09:10:56 +01:00
Ted John
74784cd7f3 Merge pull request #1330 from rd3k/window-flags
Tidy window flags
2015-06-13 22:28:33 +01:00
rd3k
628a586ea2 Tidy window flags 2015-06-13 22:16:14 +01:00
IntelOrca
ee7a2c47f4 refactor map size 2015-06-13 19:11:26 +01:00
rd3k
6f28010e87 Add cheat window per-tab titles 2015-06-13 18:59:38 +01:00
Ted John
9b6eaa25d6 Merge pull request #1327 from trigger-death/tile-inspector-cursor
Tile Inspector Appropriate Cursor
2015-06-13 16:10:10 +01:00