1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-22 06:23:04 +01:00
Commit Graph

53 Commits

Author SHA1 Message Date
Duncan Frost
ee35f9fb4f Fix #615. Issue caused by variables not being set 2014-12-03 20:19:02 +00:00
IntelOrca
d00001fed2 remove unnecessary header includes 2014-11-30 20:27:14 +00:00
IntelOrca
88b425f6a7 implement ride open station and ride open vehicle, partial fix for #601 2014-11-29 15:55:44 +00:00
IntelOrca
1266f19a5c fix ride profit calculation, fixes #603 2014-11-29 13:33:39 +00:00
Duncan Frost
f07bafef31 Labled destination_x/y peep offsets. 2014-11-15 20:23:21 +00:00
zsilencer
2dcd3b4935 use mixer for ride music 2014-11-13 19:51:02 -07:00
zsilencer
c3086a5b9f finish ride music decompile 2014-11-12 18:32:33 -07:00
zsilencer
0e414ebae7 #558 2014-11-12 18:32:33 -07:00
Duncan Frost
bd06488450 Fix peeps sitting. Renamed a function to sprite_move 2014-11-12 17:45:39 +00:00
IntelOrca
5a4b940fc2 fix and refactor window event calls 2014-11-11 20:51:25 +00:00
Duncan Frost
502b4c4cbd Fix peeps walking on water after entering. Added some known offsets. 2014-11-10 17:23:13 +00:00
IntelOrca
d111c715d6 implement viewport_interaction_get_item_left 2014-11-10 00:40:59 +00:00
Duncan Frost
c1ef7ac61f Use reversed peep functions where required 2014-11-05 16:45:42 +00:00
IntelOrca
2f4fd67170 implement more viewport input functions 2014-11-05 14:38:19 +00:00
IntelOrca
ad84e6d076 implement ride_modify and supporting methods 2014-11-05 02:55:29 +00:00
IntelOrca
508ed131f7 implement sub_6CC3FB 2014-11-04 21:39:03 +00:00
IntelOrca
39ad49bac9 implement find mechanic in ride window 2014-11-04 19:33:17 +00:00
IntelOrca
0104042640 Merge branch 'ride-update'
Conflicts:
	src/world/map.c
2014-11-04 19:01:59 +00:00
IntelOrca
015e85d263 refactor station update and fix bugs 2014-11-04 01:07:54 +00:00
IntelOrca
073a747660 fix ride update, financial statistics 2014-11-03 21:53:22 +00:00
IntelOrca
1b8a88e828 add more gentle / thrill ride rating calculation functions 2014-11-03 21:24:10 +00:00
IntelOrca
3ecfee72a2 refactor ride_get_measurement 2014-11-03 17:20:07 +00:00
IntelOrca
19d3852f9c refactor update ride more 2014-11-02 14:03:28 +00:00
IntelOrca
cf59455d69 refactor ride update and fix bugs 2014-11-02 03:38:05 +00:00
IntelOrca
3d40c7e3ee add various ride mechanic functions 2014-11-02 01:41:00 +00:00
IntelOrca
e4dc9b8c8e improve ride update and add some breakdown functions 2014-11-01 22:21:28 +00:00
IntelOrca
1d3fc842e3 fix bugs and refactor ride update 2014-11-01 03:32:57 +00:00
IntelOrca
1095c1d33a finish update ride, still testing and refactoring to go 2014-11-01 01:25:25 +00:00
IntelOrca
7f7c380bd6 fix ride_get_station_start_track_element 2014-10-31 02:37:28 +00:00
IntelOrca
7e17f4fcf9 start implementing ride update and station update 2014-10-31 02:33:33 +00:00
zsilencer
98d27b44fd fix things 2014-10-15 20:03:15 -06:00
zsilencer
bd128402f0 0x006EC9CE 2014-10-15 20:03:15 -06:00
IntelOrca
ece2522273 refactor window search functions 2014-10-16 02:02:43 +01:00
IntelOrca
268e7530c2 fix #525, creating a ride crashes when footpath window is open 2014-10-16 00:35:42 +01:00
IntelOrca
8190fa48be implement rating calculations for g forces and drops 2014-10-11 23:50:04 +01:00
IntelOrca
c91c4f7ea0 implement mine train coaster rating calculation 2014-10-11 23:07:20 +01:00
IntelOrca
13b4280404 add more ride_rating calculation functions 2014-10-11 22:05:52 +01:00
IntelOrca
77e3c7a65d implement ride_ratings_calculate_elevator and related functions 2014-10-11 18:55:56 +01:00
IntelOrca
69ab8700dc implement ride_ratings_get_scenery_score 2014-10-11 18:18:20 +01:00
IntelOrca
5928b685ea add more ride ratings calculations and refactor 2014-10-11 14:14:10 +01:00
IntelOrca
3377187a76 implement ride rating calculation table and a few other things 2014-10-11 13:25:09 +01:00
IntelOrca
409d54dbfc implement ride_ratings_update_state_3 2014-10-11 03:28:09 +01:00
IntelOrca
4e827bb64e start implementing ride_ratings_update_all 2014-10-11 02:43:39 +01:00
IntelOrca
c628f6fea0 change track loading to use stdio (FILE) 2014-10-11 01:18:08 +01:00
IntelOrca
70a33f6593 refactor game_logic_update 2014-10-09 20:31:58 +01:00
IntelOrca
7607468a42 Merge branch 'master' into research-update 2014-10-08 21:30:20 +01:00
zsilencer
9df2ee4b77 use mixer for title music, crowd noise, rain/thunder, and sound effects 2014-10-07 23:00:11 -06:00
IntelOrca
daeb4d8c6d implement research_finish_item 2014-10-08 00:42:11 +01:00
IntelOrca
a32f73d27f Merge branch 'master' into reorganise-src
Conflicts:
	projects/openrct2.vcxproj
	src/interface/window.h
2014-10-07 20:07:15 +01:00
IntelOrca
1d92e3d7ab Merge branch 'master' into reorganise-src
Conflicts:
	projects/openrct2.vcxproj
	projects/openrct2.vcxproj.filters
	src/audio/audio.c
	src/audio/mixer.h
	src/game.c
	src/ride/vehicle.c
	src/windows/finances.c
	src/windows/research.c
2014-10-07 19:10:16 +01:00