Commit Graph

470 Commits

Author SHA1 Message Date
Jeffrey Crowell 205f815cd0 expandtab 2022-07-08 01:06:43 -04:00
Jeffrey Crowell 2b29dbbc42 hopefully fix compilation for everythign 2022-07-08 01:04:49 -04:00
Jeffrey Crowell aaf1632951 can't align extern 2022-07-04 22:57:47 -04:00
Jeffrey Crowell e8371b0c8c rename some stuff 2022-07-04 22:55:49 -04:00
Jeffrey Crowell ffabc6b7a3 mark unknown strings as extern 2022-07-04 22:49:12 -04:00
Jeffrey Crowell 211bf79b9a doesn't need to be volatile 2022-07-04 22:34:51 -04:00
Jeffrey Crowell 098cb8cd93 add CLANG SHIP overlay on clang built versions 2022-07-04 22:23:37 -04:00
Jeffrey Crowell 54d3c3b025 fix linking 2022-07-04 22:22:39 -04:00
Jeffrey Crowell bce7ecf118 make stringbuilding use StringHelper instead of addition 2022-07-04 22:20:45 -04:00
Jeffrey Crowell 56718c47a8 builds with clang 2022-07-04 22:20:21 -04:00
Jeffrey Crowell 4febaa32fa fix null deref in VersionInfo 2022-07-04 22:19:43 -04:00
Jeffrey Crowell dadd0c7152 fix compliation of zapd 2022-07-04 22:19:39 -04:00
Jeffrey Crowell 0edb6463c4 fix some narrowing issues that clang complains about 2022-07-04 22:19:34 -04:00
Jeffrey Crowell 1e10fbcca6 fix issues with struct constructors, all builds, doesn't link still 2022-07-04 22:19:29 -04:00
Jeffrey Crowell 68795208a1 start work to getting built with clang 2022-07-04 22:19:18 -04:00
Jeffrey Crowell cc56a5a94d hacks to align strings for clang... wow just wow 2022-07-04 22:17:08 -04:00
qurious-pixel a9c3c7541e
Controller Navigation Fix-Up (#544)
* Controller Navigation Fix-Up

* [MISC] Fix typo
2022-07-04 21:30:50 -04:00
David Chavez a31be1f3d1
Update to latest `docking` imgui (#582)
* Update to latest `docking` imgui

commit: 67410d53f739b6a0df138e2252f0e5136b42062f

* Fix modified import for SDL

* Update imgui_impl_sdl.cpp

* Add Imgui include path for better imports
2022-07-04 10:54:09 -04:00
briaguya e5b59742ae change sunset in save editor so dampe is out 2022-07-04 10:53:12 -04:00
briaguya 8615418630 missed a couple spots 2022-07-04 10:48:39 -04:00
briaguya b8602994fb change name based on PR comment 2022-07-04 10:48:39 -04:00
briaguya 923bf3b0e4 special char doesn't work with default imgui font 2022-07-04 10:48:39 -04:00
briaguya 21142bdb26 command on mac 2022-07-04 10:48:39 -04:00
briaguya 5ce2ecd6c8 Update README.md 2022-07-04 10:48:39 -04:00
briaguya b730af5e8a implement reset 2022-07-04 10:48:39 -04:00
briaguya f9b831d5c0 add menu from https://github.com/PurpleHato/Shipwright/tree/ResetMenu 2022-07-04 10:48:39 -04:00
louist103 e7c2aff97e Fix audio, boot commands, and save staes. 2022-07-04 10:44:31 -04:00
rozlette 668f9bee10 Fix testing masks of DPad 2022-07-04 10:44:10 -04:00
earthcrafterman 818d5f90a8
Add toggles for disabling heart drops and random drops (#507)
* Adds toggles for disabling random drops and fixed heart drops

* Changed the "No Fixed Heart Drops" toggle to the more useful "No Random Heart Drops" toggle

* Adds an explanation that the no heart drops option is similar to Hero Mode

* Moved difficulty options into their own sub-menu
Moved time saver options into their own sub-menu
Moved clutter reducing options into their own sub-menu

* fixed the tag name of mweep speed

* Moved Skip Text to Experimental
2022-07-04 10:42:43 -04:00
rozlette d63c0077ee Add more files 2022-06-27 23:17:37 -04:00
rozlette c14e4f387c Add more files 2022-06-27 23:17:37 -04:00
rozlette 39a50a406b Update names 2022-06-27 23:17:37 -04:00
rozlette 9f5618def4 Rename Soh* files 2022-06-27 23:17:37 -04:00
vaguerant 82f790d082 Change Power to Upgrades 2022-06-27 23:17:16 -04:00
vaguerant a58ddd4f55 Map Select name fixes 2022-06-27 23:17:16 -04:00
Kenix3 cc22fe17bb Headphones setting in game should now work.
Resolves #13
2022-06-27 22:10:00 -04:00
rozlette 447e68a659 Fixed some instances where the original OOT save is erroneously preserved or recreated, leading to another conversion next time you launched the game 2022-06-26 12:08:39 -04:00
rozlette 0f84682bc0 Add margins for dpad 2022-06-26 12:06:31 -04:00
rozlette 284a7fba95 Invalidate message item icon texture before drawing 2022-06-26 12:06:19 -04:00
rozlette b96bd4ea9d Fix title cards for market potion shop and bombchu shop 2022-06-26 12:06:04 -04:00
rozlette 8535568f53 Fix ability to assign equipment you don't own 2022-06-26 12:05:28 -04:00
Christopher Leggett 1f1de82bb8 casts jya_cobra's shadowTexture pointer to uintptr_t instead of s32. 2022-06-25 11:00:56 -04:00
rozlette 65016499ab Get rid of erroneous int casts 2022-06-25 11:00:08 -04:00
PurpleHato efd4b26f3d FIX: Remove duplicates of gNewDrops from the enhancements menu 2022-06-23 20:10:53 -04:00
PurpleHato 0fc75bb873 FIX: Increased the maximum actor limit for draw distance
Fix issue #529
2022-06-23 20:10:39 -04:00
rozlette 375932f43b Move UI location arrays from static to global to accomodate customizable UI 2022-06-22 23:13:32 -04:00
rozlette fd06827e2b DPad items 2022-06-22 23:13:32 -04:00
David Chavez 57fb04accc Ignore all named saves
Necessary after new save format
2022-06-22 22:59:14 -04:00
briaguya ba74653f61 fix linux crash 2022-06-22 22:58:46 -04:00
sholdee bd22074ec8 Move macOS to parallel stage 2022-06-22 18:22:59 -04:00