Commit Graph

406 Commits

Author SHA1 Message Date
TakaRikka 333928c192 Merge pull request #530 from TwilitRealm/fix-event-flag-constant-sorting
Implement custom sorting when sorting event flags by flag on/off
2026-04-24 15:23:49 -07:00
roeming c7e461bbd9 Implement custom sorting when sorting event flags by flag on/off 2026-04-24 16:50:31 -04:00
Irastris 2ca1894c0c Fix camera bouncing with interp enabled 2026-04-24 14:26:56 -04:00
CraftyBoss 77ac74e4b6 fix unsafe cstr usage in flag editor, remove stray backslash 2026-04-23 23:40:20 -07:00
CraftyBoss 5f0704bf25 update aurora, add pre launch option to determine save file type (gci or raw) 2026-04-23 23:31:07 -07:00
TakaRikka 2f83472202 fix save editor clothes change crash 2026-04-23 20:26:50 -07:00
Luke Street 9202da4e8d Fix a couple issues for Xcode projects (#513)
* Link separate JSystem libraries due to control.cpp

This allows the Xcode generator to work, otherwise
it breaks on the duplicate control.o files within
the game_debug library.

* Fix __memcpy define on GCC

* Try LINK_GROUP:RESCAN for GNU ld

* Combine dusk/game_base/game_debug targets

* Fix compile defs syntax
2026-04-23 21:05:38 -06:00
TakaRikka 53364b0061 Merge pull request #492 from TwilitRealm/feature/gamepad-color
Gamepad Colors for DS4/DS5
2026-04-23 14:07:43 -07:00
MelonSpeedruns 4007dc4373 Separated gamepad color into its own files 2026-04-23 14:25:50 -04:00
madeline 2a5ba2776f more precise link debug info 2026-04-23 06:28:16 -07:00
TakaRikka afe0111139 Merge pull request #503 from TwilitRealm/feature/rotate-link-doll
Add ability to rotate link on the collection screen
2026-04-22 23:36:55 -07:00
Phillip Stephens bb55682ea7 Minor tooltip cleanup 2026-04-22 23:02:11 -07:00
Phillip Stephens 394bb91001 Clarify tooltip 2026-04-22 22:59:56 -07:00
Phillip Stephens 48cb56c19e Add ability to rotate link on the collection screen 2026-04-22 22:58:38 -07:00
madeline 68519ddcc3 disallow breaking share state by overlapping loads 2026-04-22 22:37:21 -07:00
madeline f52137361c Merge branch 'main' of https://github.com/TakaRikka/dusk 2026-04-22 22:33:59 -07:00
madeline 36a70ec47f better impl of insta state shares 2026-04-22 22:33:55 -07:00
madeline 318757974d make state share loads basically instant 2026-04-22 22:27:14 -07:00
Pheenoh 4c51903199 Press esc to exit full screen 2026-04-22 17:51:16 -06:00
TakaRikka 0b7bf65a91 Merge pull request #491 from TwilitRealm/gyro-roll
Incorporate roll into gyro horizontal aiming
2026-04-22 14:45:57 -07:00
Captain Kitty Cat f3c5e0a07c Items Don't Despawn (#488)
* Indefinite Item Drops

* Preserve Disappear Effect when Disabled

* Changed to "Items Don't Despawn". Under "Cheats"

* SetItemTooltip for description
2026-04-22 12:27:54 -06:00
Luke Street bd65e3bf98 Reset gravity baseline on aim start 2026-04-22 12:20:44 -06:00
Luke Street 7bde1ee6b6 Incorporate roll into gyro horizontal aiming 2026-04-22 11:47:40 -06:00
madeline f7bb9405e0 get rid of old logs 2026-04-22 03:16:13 -07:00
madeline 5588b7f4f7 name fix 2026-04-22 02:50:49 -07:00
madeline d623c9af22 state packs and partial states 2026-04-22 02:44:58 -07:00
madeline 8acca1d4a0 properly set oxygen in share states 2026-04-22 01:55:23 -07:00
madeline 3209f9798f better share states 2026-04-22 01:50:17 -07:00
Luke Street 314a0b33d2 Reset game clock with over 250ms frame gap 2026-04-22 00:30:11 -06:00
Irastris a7bb5515d9 Rollgoal: Gyro & Mirror Mode Fixes 2026-04-22 01:41:35 -04:00
TakaRikka f633cd5fb3 Merge pull request #485 from TwilitRealm/frame-pacing-2
Rework interpolation pacing; interpolate every frame
2026-04-21 22:05:33 -07:00
Luke Street 2a114be456 Rework interpolation pacing; interpolate every frame 2026-04-21 22:45:18 -06:00
madeline f7ae9fceb8 make sun song play the correct notes 2026-04-21 19:23:53 -07:00
madeline dec50029d1 Merge branch 'main' of https://github.com/TakaRikka/dusk 2026-04-21 18:59:23 -07:00
madeline 988379eca6 dsp oscillator channels fixes #471 fixes #131 2026-04-21 18:59:11 -07:00
Luke Street ccc5dfa8b9 Enable DoF (+ setting) & fix texture cache leak 2026-04-21 14:52:26 -06:00
MelonSpeedruns 1a1faf7d22 Small Imgui changes for better visibility by end user (#473)
Co-authored-by: MelonSpeedruns <melonspeedruns@stratobox.net>
2026-04-21 10:17:56 -06:00
Luke Street 4d138fe69f Reorganize ImGui menus (#456)
* Reorganize ImGui menus

* Fix crash_reporting.cpp

* Update aurora
2026-04-20 20:45:16 -06:00
Irastris b45ead63e0 Frame Interp: Fix flickering refraction in cutscenes 2026-04-20 18:11:27 -04:00
madeline 42097c0e8d disable water refraction in debug, fixes #422 2026-04-20 05:36:31 -07:00
madeline 7b55ba1eec rich presence 2026-04-20 00:21:09 -07:00
Howard Luck ad661185b1 Frame interp pacing/camera cuts, King Bulblin reins, and crash fixes
* misc fixes round 1

* kb1 fixes

* fixes for encounter/ira
2026-04-20 00:34:13 -04:00
Jasper St. Pierre 2461da01ca hitstun camera interp fix 2026-04-19 16:01:51 -07:00
TakaRikka 483d26110d Merge pull request #438 from TwilitRealm/frame-interp-simplify
Frame interp simplify
2026-04-19 14:58:38 -07:00
Jasper St. Pierre 27d885d4e2 proct 2026-04-19 11:56:48 -07:00
Pheenoh 3eeae1278e Add pause on unfocus feature 2026-04-19 10:02:55 -06:00
Jasper St. Pierre f5dcea8525 add alternate to interp callbacks, flags on the leafdraw 2026-04-19 02:43:25 -07:00
Jasper St. Pierre 6c56c224c9 frame interp camera cleanups 2026-04-19 02:25:00 -07:00
Jasper St. Pierre 4137d05c59 frame interp simplify 2026-04-18 23:26:28 -07:00
Jasper St. Pierre e3d3da38d3 freelook fix 2026-04-18 22:45:54 -07:00