korenkonder
a766413a5d
[TLAC]: Pause patches. Fix of stuff moving 1 frame after pause
2024-05-01 22:28:30 +03:00
Tinko Liu
f498fee877
chore: format code
2022-06-25 17:25:45 +08:00
Tinko Liu
5a72210023
[TLAC]: add DIVALLER binding
2022-06-25 17:19:54 +08:00
nastys
25a2a5f6f6
[TLAC] Backport wireframe and extra keyboard bindings
2022-05-07 18:28:42 +02:00
nastys
4ebc4b3f85
2.6: start.bat, quick start warning, fully fix hand size, gamma control, fix coin, customizable toon key, rumble intensity, error 998 explaination, divawig enum, launcher option tab cleanup, gpu driver version detection, precise lag compensation, 7.10 check
2021-09-20 22:12:41 +02:00
nastys
66e439cce0
[TLAC] Fix crash when an Xinput is connected, the slider emulator is disabled, and rumble is enabled
2020-12-26 22:48:59 +01:00
nastys
d641ee1639
AIO: Merge Vista/7/10, don't delete existing config when updating
2020-09-24 00:31:09 +02:00
somewhatlurker
2182d68f1d
TLAC: revert to old style slider emulation when not using ps4 slider input
2020-08-14 02:20:56 +10:00
somewhatlurker
8a5cb75954
TLAC: proper raw input for PS4 controller slider
2020-08-12 22:34:21 +10:00
somewhatlurker
ea80ffb7e1
TLAC: ps4 slider: hopefully actually fixed now
2020-08-11 21:49:44 +10:00
somewhatlurker
9e888d9a93
TLAC: ps4 slider support: try to fix issues
2020-08-11 19:38:36 +10:00
somewhatlurker
32b160f023
slider emu: check serial state pointer isn't null
2020-08-11 03:20:59 +10:00
somewhatlurker
865a64bd96
TLAC slider emulator: more directly emulate input data to avoid tracking section state, testing for ps4 official controller slider support
...
also allow slider in menu (toggle in keyconfig) and remove need for hardware slider disabling patch (patches/launcher)
2020-08-11 00:55:20 +10:00
nastys
ac20b9cb7f
[Patches+TLAC] Force toon (NPR1; option in launcher + press F9 to toggle)
2020-08-06 00:57:32 +02:00
nastys
abfb4f3324
[TLAC] Fake coin emulation
2020-08-05 22:01:01 +02:00
nastys
ced1597059
[TLAC] Add JVS_SW1 and JVS_SW2
2020-08-05 17:25:55 +02:00
somewhatlurker
e3bbac7f7b
TLAC: pause: avoid detecting macros as menu input
2020-06-29 01:10:48 +10:00
somewhatlurker
915285a901
pause: fix chance time after restart (I think)
2020-02-26 21:28:19 +11:00
somewhatlurker
832a49e0b2
pause: enable restart, fix protected mode not clear flag when restarting
...
thanks crash5b for helping with fixing issues in this feature
2020-02-25 05:54:52 +11:00
somewhatlurker
7d48b65a6b
pause: fix restart scoring, improve navigation implementation
2020-02-25 05:08:45 +11:00
somewhatlurker
ab288a3085
pause: prevent pausing during loading screen, clear give up flag after exiting gameplay, work towards restart
2020-02-25 00:15:05 +11:00
somewhatlurker
b48e14a47e
pause: add patch for ageage again hair
2020-02-22 20:02:59 +11:00
somewhatlurker
75b50c35b8
frm: fix crashing with ageage again hair
2020-02-22 19:36:46 +11:00
somewhatlurker
8d01f47622
frm: cleanup and fix inaccurate chara sync with bg (at the expense of some bg timing smoothness)
2020-02-21 03:34:41 +11:00
nastys
4d6e2fa5e2
Customizable Fast Loader speed
2020-01-21 14:11:00 +01:00
twistero
e5d6d280a8
Make game window more responsive to touches.
2019-11-27 23:36:33 +08:00
nastys
f52e702843
Optionalize pause on focus lost
2019-11-16 05:33:44 +01:00
Jay39w
834724948b
bugfixes?
...
?
2019-11-14 00:57:56 +00:00
Jay39w
7606611fb6
Upload files to 'source-code/source/plugins/TLAC/Components'
2019-11-13 02:14:27 +00:00
Jay39w
f1d0f63b6f
Allow song specific choices such as modules, skins and sfx.
...
Set in playerdata.ini, modules.ini, skins.ini and sfx.ini respectively.
2019-11-12 23:53:26 +00:00
Jay39w
caba4d6d9b
Allow for song specific module choices and saving/loading of song specific module choices.
...
This feature should require use_card, this is automatically enabled by default (this may be changed in the next commit) and has one notable bug, which is a significant FPS drop when selecting (or sometimes loading) modules on songs with 3 vocals. (This does NOT impact gameplay past song select to my knowledge)
Huge thanks to somewhatlurker again for coding help and advice as well as just being a sweetie <3
2019-11-12 01:20:02 +00:00
Jay39w
0c1d371044
Upload files to 'source-code/source/plugins/TLAC/Components'
2019-11-05 21:53:36 +00:00
Jay39w
aa4a7042e5
Upload files to 'source-code/source/plugins/TLAC/Components'
2019-11-05 21:48:03 +00:00
nastys
2224195ba3
Make MENU_CIRCLE behave like the other MENU keybindings
2019-10-26 16:06:02 +02:00
nastys
e35f70fea0
Keybinding fixes
2019-10-26 15:39:11 +02:00
nastys
31199663c8
Better keybindings
2019-10-26 15:09:56 +02:00
somewhatlurker
26d6ef0250
add code for skipping through menus (input bit 0x6e set based on any control panel buttons being used)
2019-10-26 10:16:53 +11:00
somewhatlurker
a7e5034649
pause: add up/down to key legend
2019-10-26 00:22:20 +11:00
somewhatlurker
b15e840e7c
pause: touch panel support
2019-10-26 00:16:40 +11:00
somewhatlurker
ebc5baa132
tlac: move drawing to utilities as its own class (rather than littering the components namespace), simplify menu coordinates management of pause
2019-10-25 23:04:28 +11:00
somewhatlurker
02967e7e03
pause: make the cursor and items look nicer
...
(ignore the crackhead math)
2019-10-25 06:47:34 +11:00
somewhatlurker
4da730261f
pause: improve layout and add some lines as decoration
...
partial code for a decent looking box is included but commented out because the asset isn't loaded in-game
2019-10-24 23:06:03 +11:00
somewhatlurker
000065ed14
tlac: add some extra drawing stuff, change drawing signatures to allow inline points/rects
2019-10-24 18:58:30 +11:00
somewhatlurker
bb683c2252
tlac drawing: proper support for different aet files
2019-10-24 17:35:47 +11:00
somewhatlurker
501135cc20
tlac drawing: add drawText functions for strings with formatting/sprite escapes
2019-10-23 22:21:25 +11:00
somewhatlurker
9e800103f9
pause: add heading text to submenus
2019-10-23 22:20:11 +11:00
somewhatlurker
73c3af7bc0
pause: support all aspect ratios
2019-10-23 12:28:29 +11:00
somewhatlurker
b5b0af0e15
pause: pause on focus lost (+ some minor cleanup)
2019-10-23 11:17:58 +11:00
somewhatlurker
0f5745cde1
pause: use cross to leave sub-menu instead of triangle
2019-10-23 11:11:16 +11:00
somewhatlurker
bb20f55e1c
tlac: rename some text drawing stuff to be more correct
2019-10-23 11:06:56 +11:00