Commit Graph

1166 Commits

Author SHA1 Message Date
sonoftunk
f9362994b9 Check Tracker - Basic Vanilla Support and fixes
- Vanilla items show in check tracker, even if many won't auto check
- Fixes an issue with Gerudo Fortress Keys
- Refactors IsVisibleInCheckTracker to randomizer_check_tracjer
2022-11-29 20:49:05 -05:00
sonoftunk
a8d15bf391 Check Tracker - Collecting a compass now spoils the area 2022-11-25 06:19:15 -05:00
sonoftunk
af4f528e7c Check Tracker - MQ/Vanilla anti-spoilers 2022-11-25 05:38:45 -05:00
sonoftunk
ef587be47a Check Tracker - MQ List basic support 2022-11-25 04:08:55 -05:00
sonoftunk
5db652cd49 Check Tracker - List Fixes (requires new rando generation)
- Fixes Frogs Rupees always visible
- Fixes Kokiri Sword Chest not showing
- Fixes Weird Egg not showing
2022-11-23 21:56:31 -05:00
sonoftunk
865d3cf4f7 Check Tracker - Adds a performance mode option 2022-11-23 21:10:38 -05:00
sonoftunk
fd88829aa6 Check Tracker - Updated Check List
- Adds Link's pocket, either in KF or HM depending on starting age
- Supports Scrubs and Merchants
- Uses enums instead of magic numbers
- Updates DC Scrub Short Names for MQ
2022-11-23 20:57:38 -05:00
sonoftunk
365c504a2f Check Tracker - Applies all Check Tracker changes to Item Location 2022-11-23 18:15:43 -05:00
sonoftunk
7d45d40b65 Merge origin/develop into LocationTracker for conflict resolution between stat tracker and upstream formatting changes to item locations 2022-11-23 18:11:00 -05:00
frizzle101101
d65718db85
fix int sliders to fill the window like float sliders (#1984)
* fix int sliders to fill the window like float sliders

* add a spacer to make it consistent with float slider

* add a spacer to make it consistent with float slider

* adding pop width further constancy with float slider
2022-11-23 16:14:11 -05:00
sonoftunk
f8984d6b5c Check Tracker - Works around issue where single characters don't show in EnhancementCombobox, and fixes a label for combo buttons held option 2022-11-23 07:51:48 -05:00
Oliver Schall
4526550e95
[Enhancement] Added checkbox to disable finishing difficulty behavior changes (#1990) 2022-11-23 13:43:06 +01:00
sonoftunk
c3f51fef2a
[Format] Lines up checks in item_location (#2004) 2022-11-23 13:42:14 +01:00
sonoftunk
82c5caa460 Check Tracker - Fixes duplicated checks when using Only on Pause or Only on Combo 2022-11-23 07:40:40 -05:00
sonoftunk
00cbe4ffd5 Check Tracker - Fixes a bug where checks would sometimes fail to load 2022-11-23 07:29:37 -05:00
m4xw
67453dd4f8
Use shallow clone for vcpkg (#2006) 2022-11-23 13:28:51 +01:00
sonoftunk
60ec5bb9be Check Tracker - Loading Fixes
- Fixes a bug where loading a save file a second time would add all the checks again
- Fixes a bug where the check tracker would not render at all until in a save file
2022-11-22 21:34:47 -05:00
Sarge-117
9c162fc0ec
Gameplay Stat Tracker V1 (#1986)
* First test of gathering some gameplay stats

* timer changes and other stuff

* Move code to new files + rename

* Name change - gamePlayStats

* Finish rename, remove n64ddFlag checks

* Improve item get times

* Better time tracking, more stats,

* Put button under Enhancements

* Fix merge conflict

* Add pauseCount, fix bug with rando items

* Adjust inits/declarations

* step counter

* Name change: "itemGetTime" to "timestamp"

* Tidying + CI test

* Set up array for stat counts

* Macro

#define GAMEPLAYSTAT_TOTAL_TIME (gSaveContext.gameplayStats.playTimer / 2 + gSaveContext.gameplayStats.pauseTimer / 3)

* Add boss defeat timestamps

* Add sword swings, pots broken, bushes cut

* fix int type

* Add counts for enemies defeated

Broken down by enemy, with a total

* Add ammo used

* Hide breakdowns until count > 0

* Forgot Big Octo

* Count chests opened

* Update after LUS submodule

* Enemy count spacing

* Comments

* Count 3 mini Floormasters as 1 Floormaster

+ some cleanup

* Comments

* Colour coding for timestamps on quest items

i.e. medallions/stones/songs

* Move stat into the sohStats struct

+ rearrange the counts enum for easier addition of future counts

* Some documentation + count button presses

* Stop counting button presses when Ganon defeated

* Couple bugfixes

Add count for Gerudo Thief, fix step counter counting in some situations where it shouldn't

* Fix comment
2022-11-22 20:04:40 -05:00
Ralphie Morell
9cfe7bff47
Rando: Settings Enum (#1761)
* added rando option enum; added options to load from spoiler file

* whoops

* Moved to `randomizerTypes` header; fixed ammo drop enum

* Actually populated options with new enums

* Added add'l enums for ganon boss key
2022-11-22 17:11:05 -05:00
sonoftunk
29b7c45d70 Reverts the Item_location whitespace cleanup from ad10807c 2022-11-22 15:47:32 -05:00
sonoftunk
69fe94bb1e Adds missing check tracker files to CMakeLists 2022-11-22 15:08:29 -05:00
Amaro Martínez
0fca1019a2
Do not use Yes/No hardcoded options for Better Owl (#2002) 2022-11-22 14:23:48 -05:00
Garrett Cox
8461ea4abd
Add s6 and hellmode presets for rando (#1904)
* Refactor how presets are created and used, and add presets for rando

* Add new enhancements to clear

* Tweaks and feedback
2022-11-22 12:30:18 -05:00
Alto1772
156f713e19
[Enhancement] Add option to hide build details on boot screen (#1948) 2022-11-22 09:42:01 +01:00
DeusVexus
1ae4e2c1f7
[Enhancement] Include minigame ammo in infinite ammo cheat (#1973) 2022-11-22 09:18:23 +01:00
frizzle101101
c569a46933
[Enhancement] Add fix camera drift option to fixes menu (#1983) 2022-11-22 08:57:26 +01:00
briaguya
aa16a5388e
chore: bump version 2022-11-21 21:55:14 -05:00
briaguya
b50a3e842e
update lus (#1994)
* update lus

* update lus

Co-authored-by: briaguya <briaguya>
2022-11-21 21:51:25 -05:00
sonoftunk
f638ae0a05 Complete Refactor of Check Tracker ImGui 2022-11-21 21:15:15 -05:00
Oliver Schall
8841e0b607
Fixed Shooting Gallery Difficulty Menu implementation issues (#1991) 2022-11-22 00:53:23 +01:00
David Chavez
c44dec1e35
[cmake] Ask macOS to use deps after system (#1997) 2022-11-22 00:23:46 +01:00
GaryOderNichts
5dcc7e41b9
Display all game versions in build info (#1982) 2022-11-20 20:13:54 +01:00
briaguya
d5b3cfe644
fix undefined symbol SDL_GameControllerHasRumble (#1981)
Co-authored-by: briaguya <briaguya>
2022-11-19 16:00:38 -05:00
Oliver Schall
82fff6486c
Shooting gallery difficulty options menu (#1354)
* Added difficulty settings menu for shooting gallery

* Reverted linux assert fix for PR

* Added difficulty option to not randomize rupee order as adult

* Changed checkbox wording due to text overflow

* Reverted incorrect change from merge

* Update soh/src/overlays/actors/ovl_En_Syateki_Man/z_en_syateki_man.c

Co-authored-by: Garrett Cox <garrettjcox@gmail.com>

* Added Checkbox to turn on and off all customizations in shooting gallery behavior

* Added disable-switch for sliders, shooting gallery difficulty options are now disabled when customize behavior is turned off instead of hidden

Co-authored-by: Ralphie Morell <rafael.morell@techfield.us>
Co-authored-by: Garrett Cox <garrettjcox@gmail.com>
2022-11-18 18:55:22 -05:00
Josh Bodner
2c0ec96eff
Fix credits timing (#1254)
* Fix credits timing

* Add documentation

* Fix typo
2022-11-18 18:42:58 -05:00
briaguya
d141876af4
lus stormlib optimizations (#1980)
Co-authored-by: briaguya <briaguya@alice>
2022-11-18 18:00:00 -05:00
David Chavez
79d8e37cb1
[CI] Fix Windows build env (#1977) 2022-11-18 23:34:18 +01:00
aMannus
dcd9ca56e6
Keyrings count fix (#1975) 2022-11-18 13:03:26 -05:00
Garrett Cox
283854c854
Implement option to start with a specific number of skulltula tokens (#1967) 2022-11-16 01:39:53 -05:00
sonoftunk
5307457ab0 Explicitly defines vector header in randomizer.h to fix compile errors 2022-11-15 12:48:53 -05:00
sonoftunk
35f493046a Reorders headers to (hopefully) avoid CI build conflicts on linux/consoles 2022-11-15 12:03:49 -05:00
Adam Bird
adb1365200
add a toggle for multi viewports in imgui (#1896) 2022-11-15 01:02:48 -05:00
briaguya
c9a3dcdb44
update lus (#1965)
* update lus

* rename things to fix build

Co-authored-by: briaguya <briaguya@alice>
2022-11-14 23:01:06 -05:00
sonoftunk
c3f0ebe949 Merges origin/develop into LocationTracker to resolve trivial conflict with libultraship submodule in randomizer_item_tracker.cpp 2022-11-14 21:07:29 -05:00
Josh Bodner
e7597bae30
Prevent autosave when first loading a file (#1792) 2022-11-14 20:02:07 -05:00
sonoftunk
f39e8cc93d Check Tracker - Fixes Gerudo Card check not showing in Fast setting 2022-11-14 19:31:43 -05:00
briaguya
8571545bf2
Cheat: Switch Age and Reload Link (#1963)
* Added button to switch age

* Added logic to switch link's age

Reloads link from last entrance he went through once his age is switched.

* Link now respawns where he last was

* Update game.c

* move setting to GameMenuBar.cpp, fix build issues

Co-authored-by: Jake Edvenson <77412657+JakeEdvenson@users.noreply.github.com>
Co-authored-by: briaguya <briaguya@alice>
2022-11-14 19:29:16 -05:00
sonoftunk
77f36b71cf Check Tracker - Item names are now dependent on file language 2022-11-14 19:20:26 -05:00
sonoftunk
48085f0f48 Check Tracker - Fixes an issue where any time an item is removed the tracker would cause an application crash 2022-11-14 18:55:57 -05:00
sonoftunk
e5f1114c06 Check Tracker - Refactors adult trade items to RandomizerInf 2022-11-14 18:43:25 -05:00