Commit Graph
133 Commits
Author SHA1 Message Date
somewhatlurker 74ea2ab7bc make GPUModel.h for GPU model/architecture detection,
use GPU architecture detection for launcher GPU support detection (and also ShaderPatch)
2019-10-08 20:02:33 +11:00
somewhatlurker 330dfa430e launcher: improve appearance of GPU Info slightly 2019-10-08 17:30:16 +11:00
somewhatlurker 4dad984602 Launcher: make GPU info more clear and with click for more info about issues 2019-10-08 17:07:54 +11:00
somewhatlurker c9773d5a69 add launcher info for launcher plugin 2019-10-08 14:42:19 +11:00
somewhatlurker 76ab6dca24 Launcher: proper plugin config scaling fix 2019-10-08 14:37:25 +11:00
somewhatlurker 7cb389f24e Launcher: fix plugin config font size (hopefully) 2019-10-08 03:52:24 +11:00
somewhatlurker d1d206c4cd ShaderPatch: add <fname> replacement tag (filename), and Nametags patches using it 2019-10-07 19:49:38 +11:00
somewhatlurker 4e787c29ad ShaderPatch: allow per-value comments in ini as value names 2019-10-06 20:15:03 +11:00
somewhatlurker 47b3ba36d2 ShaderPatch: use ini comments as config tooltips 2019-10-06 19:12:14 +11:00
somewhatlurker d0942a35b1 add launcher info for most plugins, add launcher build date for plugins
(DivaMovie excluded to avoid conflicts when merging changes to that later)
2019-10-06 15:51:09 +11:00
somewhatlurker b7c45cfe13 launcher: allow editing utf8 strings. now that saving is granular this at least won't ever cause anything to break just from launching the game. 2019-10-06 13:49:51 +11:00
somewhatlurker 02e222611d launcher: use granular saving -- only modified tabs (per-plugin for plugins) will save their config 2019-10-06 13:43:23 +11:00
somewhatlurker b354932d3d add ShaderPatch config UI, clean up some plugin dependencies 2019-10-06 01:41:40 +10:00
somewhatlurker b39251fdef launcher: further improve config groups (size to allow scrolling) 2019-10-06 00:42:43 +10:00
somewhatlurker 41d7255f1e launcher: fix and improve config group boxes 2019-10-06 00:35:09 +10:00
somewhatlurker ab2e538388 ShaderPatch: new config value syntax 2019-10-05 15:28:13 +10:00
somewhatlurker 23fdf9b09d ScoreSaver: reduce startup delays, hopefully reduce crashing on exit 2019-10-04 21:51:44 +10:00
somewhatlurker 6274f23e5b ShaderPatch: free old buffer when replacing data 2019-10-04 21:11:05 +10:00
somewhatlurker 9308788c90 ShaderPatch: add patch config, copy lyb's toon shader improvements 2019-10-04 18:58:17 +10:00
somewhatlurker 6a9c03c650 add ShaderPatch plugin 2019-10-04 15:46:47 +10:00
somewhatlurker 2053a3ad20 try supporting all dnsapi functions
(not sure if this works properly -- some might break stack parameters)
2019-10-03 09:11:01 +10:00
somewhatlurker 2a224d7f96 add a maybe-working version of DivaMovie lol 2019-09-25 01:32:25 +10:00
lybxlpsv cb917322cf playerdatamanager : workaround fix attempt when use_card 2019-09-23 20:47:46 +07:00
somewhatlurker 2052b15a85 launcher: add support for new playerdata options 2019-09-23 23:17:55 +10:00
somewhatlurker ace7a20f0e playerdata: add level_plate_effect, slidertouch_se_equip, border_rival 2019-09-23 23:08:48 +10:00
somewhatlurker b5f5dd8e67 score saver: add fallback reads for alltime options when saving 2019-09-23 22:07:07 +10:00
somewhatlurker c2d2b2f5d5 score saver: add proper all-time percentage and modifier saving, show modifiers in song list, initialise all possible high score slots at startup
WARNING: BACKUP YOUR SCORES.INI BEFORE USING THIS IN CASE THERE'S BUGS

also, game startup is now somewhat slower (~5-10s)...  not sure if there's much that can be done without changing how this works again
2019-09-23 19:08:34 +10:00
somewhatlurker b79e962642 score_saver: add rival clear rank (not sure, but seems like it at a glance even though it isn't really shown anywhere) 2019-09-22 22:53:16 +10:00
somewhatlurker d4ad9ae4af score_saver: add rivalscores.ini support, add proper constructor for scores 2019-09-22 22:17:05 +10:00
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