Commit Graph
204 Commits
Author SHA1 Message Date
somewhatlurker 192a28e80f score_saver: populate actual in-game score info instead of replcing UI elements 2019-09-22 19:10:23 +10:00
somewhatlurker 1b248e5005 score saver: make clear counts match actual game (perfect counts for <= excellent, etc) 2019-09-22 00:26:58 +10:00
somewhatlurker 153462e650 update DivaSound 2019-09-21 16:21:33 +10:00
somewhatlurker da92b62bcd score_saver: cache scores for speed, add clear counts (use_card only?), add "-PROTECTED-" message in protected mode
should probably replace a bunch of ints with UINTs to do less range checks, but meh lol
2019-09-20 17:15:38 +10:00
somewhatlurker 1430d71c4c score saver: fix type of insurance variable (seems fine either way, but this should be more correct) 2019-09-19 20:22:43 +10:00
somewhatlurker 40297f4faa score_saver: fix possible hang after fail/protected song 2019-09-18 21:44:56 +10:00
somewhatlurker 9945150249 score_saver: move score text upwards (dodgy hardcoded position, but I guess it's fine at least for now) 2019-09-18 20:22:05 +10:00
somewhatlurker cba97ff22a score_saver: add tracking of alltime best rank, improve pv list scrolling 2019-09-18 17:20:41 +10:00
somewhatlurker aa9d43818a score saver: add viewing of percent and score, fix exex 2019-09-18 15:22:29 +10:00
somewhatlurker 3dbc0a5d1b score_saver: add more info to output 2019-09-17 16:42:07 +10:00
somewhatlurker 0e46294b10 add ScoreSaver TLAC component 2019-09-17 13:58:37 +10:00
somewhatlurker 5311c39643 try disabling warning 4947 in ConfigOption.h
(it doesn't matter..  just an obsoletion notice for `Windows::Forms::Control::Scale`, which probably isn't going away anytime soon.
2019-09-14 16:13:48 +10:00
somewhatlurker 4a14c7d2d8 make BOM checks more correct (& to &&) 2019-09-14 16:08:38 +10:00
somewhatlurker 63b1605946 fix compilation (oops) 2019-09-14 15:58:42 +10:00
somewhatlurker 0ebf1ed74d add xinput options to launcher 2019-09-14 15:19:19 +10:00
somewhatlurker 5fc97e12dd make borderless popup windows style optional 2019-09-14 15:07:58 +10:00
somewhatlurker 450f20277b Merge branch 'master' of somewhatlurker/PD-Loader into master 2019-09-14 04:43:20 +00:00
somewhatlurker fd07551c3e frm: use fps for motion rate 2019-09-14 14:42:19 +10:00
somewhatlurker fe61ea6b00 render: make borderless mode behave more like a real window
`WS_POPUP` is replaced with `WS_CLIPSIBLINGS | WS_CLIPCHILDREN` (same as freeglut uses for its native borderless mode)

while `WS_POPUP` seems to often used as a style for borderless windows (at least from what I read online), it seems completely unnecessary :/
2019-09-12 04:07:44 +00:00
somewhatlurker 0539fc18bb fix frame speed slider initial value (should ignore effect of auto speed) 2019-09-11 13:01:46 +10:00
somewhatlurker fa015b4389 make USE_AUTO_FRAMESPEED_ADDRESS and AUTO_FRAMESPEED_TARGET_FRAMERATE_ADDRESS constants 2019-09-11 11:01:14 +10:00
somewhatlurker 95bfb1a74f launcher: rearrange and add spacers to options section 2019-09-11 10:49:42 +10:00
nastys 41dbcf87ae Make it optional 2019-09-11 02:48:37 +02:00
somewhatlurker 1c0d099ed1 add frm motion rate option and fix esm options 2019-09-11 10:28:29 +10:00
nastys 8d02025254 XInput Rumble 2019-09-11 02:25:01 +02:00
somewhatlurker b2d5311d79 change double-tap esc to exit behaviour -- now sets the flag for the game to exit itself 2019-09-10 05:54:53 +00:00
somewhatlurker 494f8c0083 frm: ensure correct speed in test modes, stop modifying "aetFrameDuration" because it breaks some effects (actual aet code is patched) 2019-09-08 03:59:28 +10:00
somewhatlurker d1168c38ad frm: use InjectCode for readability, add fix for snow effect, fix module menu framerate 2019-09-06 22:16:05 +10:00
somewhatlurker 34e3a88305 frm: fix wind effect(?), increase motionSpeedMultiplier to 5 2019-09-06 10:35:02 +10:00
somewhatlurker 0cfa925cc1 frm: fix speed in data test modes 2019-09-06 08:35:58 +10:00
somewhatlurker 112535d8a9 restrict frame rate adjustments to in-pv and attract demos only 2019-09-06 03:24:04 +10:00
somewhatlurker 8b465882a8 replace FrameRateManager with new approach
-- now keeps sync much better, but makes wind effects and some stuff outside PVs run at the wrong speed
2019-09-06 02:37:38 +10:00
somewhatlurker df5da4a740 render: fix fps limit set divide by 0, allow enabling limiter after startup 2019-09-06 00:04:55 +10:00
somewhatlurker f58d580b00 add BOM check to config reads 2019-09-03 16:50:20 +10:00
lybxlpsv 4b649b9dae tlac: fix TAA getting re-enabled during boot up. 2019-09-03 00:05:40 +07:00
somewhatlurker 6d0d7e5d2e render: set fps limit on display func instead 2019-09-03 02:23:43 +10:00
somewhatlurker 82d0724403 make diva.exe exit cleanly (with double-tap esc) 2019-09-03 01:07:25 +10:00
somewhatlurker 11c9f3bf1f try adding Hori X and F2nd Miniboard controller GUIDs 2019-09-02 18:09:50 +10:00
somewhatlurker 71968403a1 Merge branch 'render_dllexport' of lybxlpsv/PD-Loader into master 2019-09-02 04:31:39 +00:00
lybxlpsv f6cef7b67e render: change export names 2019-09-02 05:26:14 +07:00
nastys d25c873930 136xx768 2019-09-01 23:58:38 +02:00
nastys 88958a8bab More resolution presets 2019-09-01 23:25:34 +02:00
lybxlpsv 50e20e6168 render: add framerate dllexports for other plugins to access. 2019-09-01 22:45:30 +07:00
somewhatlurker 478de84165 render: add lightmode for FPS limiter (reduces CPU usage... hopefully without impacting timing much) 2019-09-01 23:14:57 +10:00
somewhatlurker 6a209a9879 launcher: set ConfigHasChanged to false when config is saved 2019-09-01 22:21:49 +10:00
somewhatlurker a691cc0e43 add patch to fix TouchReaction coordinates 2019-09-01 22:19:25 +10:00
SwigS-27 594411ae3e Update 'source-code/source/plugins/TLAC/Input/DirectInput/Ds4/DualShock4.h' 2019-09-01 11:25:15 +00:00
SwigS-27 749b7a0d61 Update 'source-code/source/plugins/TLAC/Input/DirectInput/Ds4/DualShock4.h' 2019-09-01 11:18:55 +00:00
SwigS-27 fbbb378a94 added sixaxis/hori mini controller 2019-09-01 11:14:50 +00:00
nastys 6ab6295f99 Merge branch 'master' of somewhatlurker/PD-Loader into master 2019-09-01 10:54:42 +00:00