1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-17 20:13:07 +01:00
Commit Graph

1515 Commits

Author SHA1 Message Date
zsilencer
bf805057f2 A new custom software mixer, supports playing streams at any rate, which is needed to emulate the directsound SetFrequency effects (when a ride malfunctions and the music slows down and stops). The speex resampler is added for this. Currently samples can be played and their volumes and looping set on an arbitrary number of channels. Support for FLAC and other streaming formats can be added. 2014-09-05 19:29:22 -06:00
zsilencer
a284d446ee Merge branch 'master' of https://github.com/IntelOrca/OpenRCT2
Conflicts:
	src/addresses.h
2014-09-01 20:20:03 -06:00
zsilencer
6dd4110b89 useless functions decompiled 2014-09-01 19:59:39 -06:00
zsilencer
6de4fa1fcf low-hanging fruit 2014-09-01 15:42:56 -06:00
Ted John
5e7187966a Merge pull request #394 from jcdavis/master
Decompile 006EE65A
2014-09-01 21:44:53 +01:00
Jackson Davis
4b3150449a Fix typo 2014-09-01 22:22:54 +02:00
Jackson Davis
fc2c3bdb51 Rename 6EE65A to push_others_right + refactor 2014-09-01 22:16:08 +02:00
Jackson Davis
f0d4261659 Move 6EE65A to window.c + minor refactor 2014-09-01 17:10:15 +01:00
Jackson Davis
ba6d0bee30 First pass at 6EE65A 2014-09-01 16:55:51 +01:00
zsilencer
b02463478b few basic functions decompiled and small bug fix 2014-09-01 00:12:46 -06:00
IntelOrca
2cfb2908de add ride track functions, for window ride branch 2014-08-31 15:40:08 +01:00
Ted John
ea481d5033 Merge pull request #392 from DutchRPW/master
Money related stuff
2014-08-31 12:21:26 +01:00
Patrick Wijnings
094a5083ae Merge remote-tracking branch 'IntelOrca/master' 2014-08-31 13:07:00 +02:00
Patrick Wijnings
9a6537209d Add comment to finance_update_daily_profit(). 2014-08-31 13:06:24 +02:00
Patrick Wijnings
b832a7235b More PARK_FLAGS_NO_MONEY updates. Implement finance_update_daily_profit(). 2014-08-31 13:01:50 +02:00
Ted John
39eb35336f Merge pull request #391 from hexdec/master
Added missing enabled_widgets for window_staff_peep.
2014-08-31 00:58:44 +01:00
hexdec
d2e27c0428 Added Widget enums for window_staff_peep. 2014-08-31 00:16:35 +02:00
hexdec
858be90222 Added the missing enabled_widgets for window_staff_peep. 2014-08-31 00:06:11 +02:00
Ted John
33eaa81e20 Merge pull request #390 from zsilencer/master
sound routines
2014-08-30 20:55:08 +01:00
zsilencer
81de6e1234 0x004015E7 2014-08-30 13:44:47 -06:00
Ted John
693358e3e7 Merge pull request #388 from adrian17/widget_is_enabled_fix
Fix #385
2014-08-30 16:07:33 +01:00
Ted John
8ae6089111 Merge pull request #389 from hexdec/master
Fixed typo in window_staff_peep_stats_update
2014-08-30 15:41:06 +01:00
hexdec
b253ad56ce Fixed typo in window_staff_peep_stats_update. 2014-08-30 15:31:44 +02:00
adrian17
4cce2e3883 Fixed some buttons not working after last commit 2014-08-30 15:29:14 +02:00
Patrick Wijnings
81163506e9 Merge remote-tracking branch 'IntelOrca/master'
Conflicts:
	src/game.c
	src/park.h
2014-08-30 15:18:31 +02:00
Patrick Wijnings
5e96da6634 Fix definition of PARK_FLAGS_NO_MONEY flag and clean up related code. 2014-08-30 15:11:19 +02:00
adrian17
4d29aaa6bd Fix #385, made widget_is_enabled return 1 if true 2014-08-30 14:31:36 +02:00
Ted John
7d336c440c Merge pull request #386 from wolfreak99/patch-1
Corrected about window's credits.
2014-08-30 10:35:27 +01:00
zsilencer
d225e74ad0 0x00405465, 0x004016FF, 0x00405222 2014-08-29 23:53:29 -06:00
wolfreak99
24331b781d Corrected about window's credits.
Switched the callproc values in the credits to open the proper music/publisher credits.
2014-08-30 00:17:01 -04:00
Ted John
9357b48869 Merge pull request #384 from hexdec/master
More window staff peep functions
2014-08-29 19:24:55 +01:00
hexdec
c50b9d1214 Implemented stats_update and orders_update. 2014-08-29 20:08:48 +02:00
hexdec
9039c19639 Implemented overview_update. 2014-08-29 18:32:06 +02:00
hexdec
8717177289 Implemented overview_dropdown. 2014-08-29 18:13:32 +02:00
hexdec
ced3c20bb1 Implemented overview_mousedown. 2014-08-29 18:13:17 +02:00
hexdec
5bd3505771 Implemented window_staff_peep_overview_resize. 2014-08-29 15:51:47 +02:00
hexdec
da10c1d998 Merge branch 'master' of https://github.com/IntelOrca/OpenRCT2 2014-08-29 14:56:57 +02:00
hexdec
199946d682 Added window_staff_peep_stats_resize. 2014-08-29 14:56:46 +02:00
Ted John
d93dec98d8 Merge pull request #383 from adrian17/set-park-entrance-fee
Decompiled game_command_set_park_entrance_fee
2014-08-29 11:21:48 +01:00
Ted John
990dfe88d0 Merge pull request #382 from adrian17/input_minor
Move input functions and add an address
2014-08-29 11:21:25 +01:00
adrian17
6473da43b2 Decompiled game_command_set_park_entrance_fee 2014-08-29 11:37:32 +02:00
adrian17
f5841c24f4 Move input functions and add an address 2014-08-29 10:25:07 +02:00
Ted John
4d9caf9f41 Merge pull request #381 from jcdavis/master
Add 0x00407074 and also clean up mouse structs/addresses
2014-08-29 09:01:13 +01:00
Jackson Davis
57a2bc02fe Add structs/addresses for mouse buffer functions 2014-08-29 08:45:32 +01:00
Jackson Davis
a2324a278d First pass at 0x407074 (mouse read) 2014-08-29 08:45:32 +01:00
Ted John
fd953220e0 Merge pull request #380 from zsilencer/master
couple functions decompiled
2014-08-29 07:41:44 +01:00
zsilencer
f0ce2dcb1a test 2014-08-28 22:02:05 -06:00
zsilencer
0496312cab 0x0040153, 0x0040182 2014-08-28 21:47:35 -06:00
zsilencer
b788afc5df Merge branch 'master' of https://github.com/IntelOrca/OpenRCT2 2014-08-28 17:38:25 -06:00
zsilencer
5c44a07aac sub_405383 2014-08-28 17:36:52 -06:00