Commit Graph
106 Commits
Author SHA1 Message Date
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
Skyth bfe104c912 Fix the mistake in FPS limiter 2019-08-29 20:59:11 +03:00
somewhatlurker 0f2aa29e88 launcher: bugfix 2019-08-30 00:16:35 +10:00
somewhatlurker f15c7fce31 add act_toggle config to playerdata 2019-08-30 00:16:35 +10:00
somewhatlurker e0e59fc625 make dnsapi read plugin config + a bug fix for launcher 2019-08-30 00:16:35 +10:00
somewhatlurker 485b9bc1db launcher: fix plugin config tooltips 2019-08-30 00:16:35 +10:00
somewhatlurker f723aa16e6 launcher: add custom button and spacer plugin config options 2019-08-30 00:16:35 +10:00
somewhatlurker 835abcacdc launcher: pack plugin config structs to ensure matching alignments 2019-08-30 00:16:35 +10:00
somewhatlurker 37284cb1cb launcher: add editable option for resolution dropdowns 2019-08-30 00:16:35 +10:00
somewhatlurker 7eec4c8d3b launcher: fix change detection for non-editable dropdowns 2019-08-30 00:16:35 +10:00
somewhatlurker 806191fa35 don't use vector for GetPluginOptions (usable with other languages now) 2019-08-30 00:16:35 +10:00
somewhatlurker d08f4b56b4 launcher: set config window owner to existing form (improves window management) 2019-08-30 00:16:34 +10:00
somewhatlurker 2300077eae launcher: fix plugins being loaded when not wanted 2019-08-30 00:16:34 +10:00
somewhatlurker bad2e02ce5 launcher: implement saving of plugin config + minor tweaks 2019-08-30 00:16:34 +10:00
somewhatlurker 6088bf9cef launcher: get viewing config options for plugins working (no saving yet, but they do trigger the save prompt) 2019-08-30 00:16:34 +10:00
somewhatlurker 5a5cc70c90 launcher: make editable/not optional on dropdown text and numbers (+minor fixes) 2019-08-30 00:16:34 +10:00
somewhatlurker 956fb8698f divasound: add plugin config api support for testing 2019-08-30 00:16:34 +10:00
somewhatlurker 87d3a48d68 launcher: fix crashing 2019-08-30 00:16:34 +10:00
somewhatlurker 9bdcaa0195 launcher: work on plugin enumeration 2019-08-30 00:16:34 +10:00
somewhatlurker 2ff9c3e371 launcher: fix typeid checks 2019-08-30 00:16:33 +10:00
somewhatlurker 9f27d0548b launcher: start work on plugin config 2019-08-30 00:16:33 +10:00
Skyth 865e986246 Add a better FPS limiter 2019-08-29 15:43:26 +03:00
nastys ce6bb33ba8 GAMO2 DIVALLER support 2019-08-14 21:49:44 +02:00
somewhatlurker 362e1b9259 launcher: fix default values of some options,
restore "are you sure" save message when an option has been changed,
remove "are you sure" save message on apply button
2019-08-15 00:49:18 +10:00
somewhatlurker 13531c4352 don't reload xinput config every frame 2019-08-14 22:09:04 +10:00
somewhatlurker e1fe198376 rewrite TargetInspector to directly access memory, and add experimental ShouldVibrate bool 2019-08-14 21:46:38 +10:00
nastys 226d0d33d9 Fix hide CREDIT(S) 2019-08-14 00:24:25 +02:00
nastys 80192e841c MP4 adv movies support, CREDIT(S) options, launcher options 2019-08-13 22:51:17 +02:00
nastys 93f212fa43 Fix borderless mode 2019-08-09 15:22:51 +02:00
nastys 2e1da17161 More internal resolution options 2019-08-08 19:12:19 +02:00
nastys 27a05652f1 Fix and improve GPU detection 2019-08-08 18:51:41 +02:00
nastys 41be868bb8 Windowed mode fixes; Double tap ESC to quit; Launcher improvements 2019-08-08 16:01:08 +02:00
somewhatlurker 79ba676287 make JVS L and R buttons from slider work with input emulator active
(should fix issue #6)
2019-08-08 17:08:42 +10:00
_ 26de4c1a1a Xinput improvements with more than 1 controller 2019-08-08 04:07:22 +02:00
somewhatlurker 9b4018b47e change (simplify) ESM config, add option to allow using hardware sliders 2019-08-08 05:33:50 +10:00
somewhatlurker 42e282568c launcher: replace messagebox question icon with PokeWhat 2019-08-05 08:56:38 +10:00
somewhatlurker f3e19e9ff8 launcher: derp (helps if the import name's right) 2019-08-05 08:17:37 +10:00
somewhatlurker fec60e6e82 launcher: use SkinnedMessageBox when exiting 2019-08-05 08:15:06 +10:00
somewhatlurker ec7850c714 render: move cuInit setup into framework.h 2019-08-05 08:07:59 +10:00
somewhatlurker 78c5ee6b0a launcher: avoid crashing with original version of GLUT, move cuInit call into ui.h (function setup in framework.h), allow changing resolution of borderless mode 2019-08-05 08:07:23 +10:00
somewhatlurker 16bbe3c05f render: make borderless resolution adjustable and hopefully fix window size being wrong on high dpi 2019-08-05 07:47:39 +10:00
somewhatlurker cae862c40e minor cleanup in launcher 2019-08-05 07:17:59 +10:00
nastys e10e237b99 More user-friendliness 2019-08-04 23:01:03 +02:00
nastys c926ee780d Add user-friendliness (part 2) 2019-08-04 02:15:09 +02:00
nastys 808570731b Add user-friendliness 2019-08-04 02:07:05 +02:00
nastys 2ef36063f1 Merge somewhatlurker's changes to the launcher 2019-08-02 23:59:08 +02:00
nastys 8eb9276a33 Remove unnecessary stubs 2019-08-02 23:53:50 +02:00
nastys 85d5ea002d Oof 2019-08-02 14:27:55 +02:00
nastys ea8ab1559a Merge branch 'master' of https://notabug.org/nastys/PD-Loader 2019-08-02 00:24:33 +02:00