Commit Graph

377 Commits

Author SHA1 Message Date
Mr-Wiseguy
37bc904b2a Moved rt64 submodule to new folder to reflect change in repo name 2024-03-15 17:46:45 -04:00
Mr-Wiseguy
5d48dbeee9 Switched to new RT64 repo 2024-03-15 12:39:40 -04:00
Mr-Wiseguy
0775299aae Reorganized config menu tabs, hide debug menu behind manual config file edit, added missing recompiler config file 2024-03-15 12:13:39 -04:00
Mr-Wiseguy
ff5dd7f50c Patch giants cutscene to fix music desync, update RT64 2024-03-15 01:17:56 -04:00
Mr-Wiseguy
de35dfc8a8 Rename cmake project, embed data for custom code directly into executable instead of a separate file 2024-03-15 01:15:33 -04:00
thecozies
86d805de8d fixed kb/cont nav issues 2024-03-14 10:12:52 -05:00
Mr-Wiseguy
bc6b112992 Patched lens/telescope effect to not stretch in widescreen, fixed incorrect trigger icons in UI. 2024-03-14 00:44:47 -04:00
Mr-Wiseguy
5b38b8eec9 Fix bug with bowstring tranform tagging, transform tagging for effects, made d-pad buttons skip mask transformation cutscene 2024-03-13 19:26:29 -04:00
Mr-Wiseguy
8c2a999697 Rewrite star drawing code to use tris and matrices instead of rects for better interpolation 2024-03-12 18:01:58 -04:00
thecozies
0784db4988 cancel scanning input with back/escape 2024-03-12 08:35:58 -05:00
thecozies
299293ca99 map cont back button to kb escape 2024-03-12 08:13:27 -05:00
Mr-Wiseguy
0192cac272 Fixed cursor hiding lag, moved save file location to config folder 2024-03-12 00:27:20 -04:00
thecozies
7fd55dae5c mouse dist threshold + update mouse vis during gameplay 2024-03-11 10:08:33 -05:00
thecozies
d02e414abf disable window transition 2024-03-11 09:09:50 -05:00
Mr-Wiseguy
38680d7171 Transform tagging for snow weather effect 2024-03-11 00:13:32 -04:00
Mr-Wiseguy
eeeabba64d Added background music volume and low health beep settings, imported warp names 2024-03-10 16:40:41 -04:00
Mr-Wiseguy
0ceeeb04ea Implemented D-Pad transformation masks and ocarina 2024-03-05 02:55:05 -05:00
Mr-Wiseguy
3be10210ad Update RT64 to fix tile scroll matching in some places 2024-03-04 19:29:41 -05:00
thecozies
e19e72ea62 controller input in ui 2024-03-04 11:50:11 -06:00
thecozies
fbe8ef8571 initialize before hiding mouse, allow mouse movement for mouse mode initially 2024-03-04 09:25:14 -06:00
thecozies
a84258c3f6 only change to mouse after click 2024-03-04 09:25:14 -06:00
Mr-Wiseguy
6845e5ef4f Pushed missing changes for rumble to ultramodern.hpp 2024-03-04 10:12:52 -05:00
Mr-Wiseguy
57475d058b Implemented rumble, added control options menu with rumble strength and targeting mode 2024-03-04 02:13:12 -05:00
Mr-Wiseguy
9ef243bc05 Update RT64 to fix projection interpolation issue 2024-03-03 21:18:21 -05:00
Mr-Wiseguy
ca66fdddbb Implemented proper ROM selection menu 2024-03-03 21:17:59 -05:00
thecozies
302d88fd84 cleanup 2024-03-03 18:03:50 -06:00
thecozies
03af2919e9 mouse-active/inactive ui modes + focus handling 2024-03-03 18:01:33 -06:00
thecozies
c370f9011e reduce font scale to 1 2024-03-03 15:07:59 -06:00
thecozies
85f88d904d increase font size for the old people 2024-03-03 14:57:19 -06:00
thecozies
02adf1b5f2 rename/reorder inputs 2024-03-03 14:06:34 -06:00
thecozies
c8333056ba stick visual input 2024-03-03 14:06:13 -06:00
thecozies
ab20eea803 A/B/Start visuals 2024-03-03 11:33:49 -06:00
thecozies
d3bb526c91 fix kb nav in debug and debug styling 2024-03-03 10:08:38 -06:00
Mr-Wiseguy
39fd31f731 Transform tagging for pause screen cursor 2024-03-03 03:18:07 -05:00
Mr-Wiseguy
0e7aa47b11 Transform tagging for the hookshot reticle 2024-03-03 02:59:41 -05:00
Mr-Wiseguy
f6e11ed723 Improved motion blur at higher framerates, reorganized some patch code 2024-03-03 02:36:14 -05:00
Mr-Wiseguy
569d86d901 Added heuristics to determine when to skip camera interpolation, added ability to enable developer mode in RT64 2024-03-02 23:28:48 -05:00
Mr-Wiseguy
45a13d28c2 Update RT64 and transform tagging for tile scroll interpolation 2024-03-02 13:33:09 -05:00
thecozies
e13a46ec6b partially fix menu fade in 2024-03-02 11:52:58 -06:00
thecozies
3b962c5b7c recursively focus labels 2024-03-02 11:12:06 -06:00
Mr-Wiseguy
beec29217c Implemented warp debug menu feature 2024-03-01 18:42:05 -05:00
thecozies
8dcca10fed split config pages to separated templates 2024-02-27 09:13:42 -06:00
Mr-Wiseguy
b35d7c2cce Added missing change for new matrix group macros 2024-02-26 10:15:15 -05:00
Mr-Wiseguy
c0fa6d7c82 Update RT64 for more fine-grained interpolation control 2024-02-26 01:42:57 -05:00
Mr-Wiseguy
e4126fb64e Updated RT64 for workload present overlap 2024-02-25 20:32:08 -05:00
Mr-Wiseguy
8faa532e53 Fixed UI events happening while the menu is closed, fixed crash on exit caused by destruction order of UI 2024-02-25 18:24:51 -05:00
thecozies
0337a7fbc2 added recording icon while actively mapping 2024-02-25 12:21:18 -06:00
Mr-Wiseguy
b132dfad77 Update RT64 to WIP decomposition branch 2024-02-24 22:00:53 -05:00
thecozies
24693c32c4 dpad visual + kb/cont toggle + general style updates 2024-02-24 21:57:51 -05:00
thecozies
2b9eb9643c dpad svgs 2024-02-24 21:57:51 -05:00