Duncan Frost
653ea21917
Fix spiral slide not being properly redrawn
2015-03-22 17:46:00 +00:00
Ted John
956d6688d3
Merge pull request #946 from kevinburke/var_198_docs
...
Name reliability variables
2015-03-22 15:40:16 +00:00
Kevin Burke
5fc72d354d
Rename fair_value to value
2015-03-22 08:38:42 -07:00
Kevin Burke
3862a85666
Name reliability variables
...
- Rename var_146 to fair_value (it is not reliability)
- Add a helper method get_age_penalty which computes the age penalty for
a ride.
- Adds a constant for a ride's initial reliability
- Names a subroutine
2015-03-22 08:21:13 -07:00
IntelOrca
d67335d0c7
implement remaining map animation invalidate event handlers and create map animation
2015-03-22 01:19:23 +00:00
Duncan Frost
b7bd2aee1f
Fix mistake introduced when refactoring. Caused infinite loop
2015-03-21 09:58:54 +00:00
Michael Steenbeek
111309bd7e
Merge pull request #5 from duncanspumpkin/set_ride_setting
...
Added game_command_set_ride_setting.
2015-03-21 00:02:29 +01:00
Duncan Frost
4171289050
Added game_command_set_ride_setting.
2015-03-20 22:33:06 +00:00
Gymnasiast
981affe04c
Refactor powered launch modes, add RCT1 style launch to looping RC.
2015-03-20 17:32:59 +01:00
IntelOrca
cd16af0f60
add some event handlers for invalidating map objects
2015-03-18 19:52:45 +00:00
Adrian Wielgosik
2969b9bf16
Change rides' max negative G values to signed bytes; fixes #902 .
2015-03-09 11:30:55 +01:00
IntelOrca
488282d653
name some of the ride type flags
2015-03-07 19:56:30 +00:00
IntelOrca
6ae0c10350
refactor ride type flag checks
2015-03-07 19:15:47 +00:00
Duncan Frost
936f2f127f
Refactor of object_list.c
2015-03-07 11:13:10 +00:00
Duncan Frost
9378f8698e
Refactor of object_paint_ride.
2015-03-01 14:24:05 +00:00
Duncan Frost
e0d5979e4c
Fix certain rides not being savable
2015-02-28 16:04:31 +00:00
Duncan Frost
4c527225fb
Refactor. Now uses same code for scenery_tracks and just tracks
2015-02-27 13:04:48 +00:00
Duncan Frost
b72ffb43db
Finish track_save_scenery. Design cancel now called after save
2015-02-27 13:04:45 +00:00
Duncan Frost
189d5d2f08
Add more to the ride track save
2015-02-27 13:04:44 +00:00
Duncan Frost
054d91f0ce
Started implementing track_save
2015-02-27 13:04:43 +00:00
Ted John
b89af82f07
Merge pull request #876 from Gericom/develop
...
Implemented paint_ride_entry and cleanup, Implemented window_construction_paint
2015-02-27 12:11:53 +00:00
Gericom
a64e89ec66
Refactoring window_construction_paint, fixed bugs
2015-02-27 12:49:22 +01:00
IntelOrca
ae69718b53
refactor ride_construct, fixes #725
2015-02-25 18:26:37 +00:00
Ted John
f923ca7e0a
Merge pull request #857 from duncanspumpkin/fix_ride_breakdown
...
Fix ride breakdown
2015-02-22 18:25:11 +00:00
Duncan Frost
776120db8e
Fix issue causing rides to not increase reliability when fixed
2015-02-22 18:18:56 +00:00
Adrian Wielgosik
534b5e9e0b
Fixed ride price approximations being truncated; fixes #850 .
2015-02-22 15:17:45 +01:00
IntelOrca
2ab48c998e
Merge branch 'set-ride-status' into develop
...
Conflicts:
src/ride/track.h
2015-02-17 17:00:47 +00:00
Duncan Frost
22749ece81
Move station check before exit/entrance check. Found original bug in station to station.
2015-02-14 12:07:54 +00:00
IntelOrca
ac4cd56b63
add new load / save window, closes #580
2015-02-14 02:16:03 +00:00
Duncan Frost
a7f4d44ece
Add check_for_entrance_exit. Fixed ride name not shown
2015-02-12 22:30:31 +00:00
IntelOrca
a66b29076b
move osinterface code to shared or windows
2015-02-12 20:51:40 +00:00
Duncan Frost
abd8e34f2f
Implemented check_valid_stations. Fixed relocation bug
2015-02-12 19:41:09 +00:00
Duncan Frost
12cf791254
Fixed track delete.
2015-02-12 18:40:07 +00:00
Duncan Frost
715c8bcf0f
Fixed track rename.
2015-02-12 18:35:41 +00:00
IntelOrca
2bbaa0fc4c
Merge branch 'object-selection-window' into develop
2015-02-11 21:05:05 +00:00
IntelOrca
fadeff9dda
fix a few issues with object selection and track manage
2015-02-11 21:03:23 +00:00
Duncan Frost
3436e5133f
Fix #773 . Issue caused by missing some allocations of the map size.
2015-02-11 20:25:11 +00:00
Duncan Frost
461655f3f6
Fix hang caused by no rideIndex being passed
2015-02-11 19:59:31 +00:00
Brian Smith
91207bb837
fixed ride profit calculation
...
looks like there was a cast to money16 that was making it go negative
2015-02-10 20:50:14 -05:00
Duncan Frost
edfbd80747
Added track_data refactored track_place to use track_data
2015-02-09 18:52:01 +00:00
Duncan Frost
5fb09400e7
Fix track name null
2015-02-09 18:52:00 +00:00
Duncan Frost
a0775f9ac9
Refactor track_place to use new structs
2015-02-09 18:51:59 +00:00
Duncan Frost
bc847628cd
Labelled track preview offsets
2015-02-09 18:51:58 +00:00
Duncan Frost
3e047d7c8c
Fix track place bug. Add all remaining view directions
2015-02-09 18:51:57 +00:00
Duncan Frost
04e7ff76e4
Added start of actual paint code. Bugs encountered
2015-02-09 18:51:57 +00:00
Duncan Frost
6943c7dce0
Finished sub_6D2189
2015-02-09 18:51:56 +00:00
Duncan Frost
df723b871c
Added more of 6d2189
2015-02-09 18:51:55 +00:00
Duncan Frost
88a22a9283
started sub_6d2189
2015-02-09 18:51:54 +00:00
Duncan
3eb5350fb1
Added reload map backup.
2015-02-09 18:51:54 +00:00
Duncan Frost
aeb3764ab5
Added load track objects
2015-02-09 18:51:53 +00:00