Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
79c8f6f
Set up infrastructure for redone asset loading
axiand Apr 12, 2024
8d01935
Remove unnecessary usings
axiand Apr 12, 2024
334de1b
Remove debugging leftovers
axiand Apr 12, 2024
11e68b7
Add comments, add more utility functions
axiand Apr 12, 2024
e3d3fd6
Add further overhauls to asset loading, begin redo of startup scene
axiand Apr 13, 2024
4d3f00f
Restore old delay behaviour, add strings, show current loading id
axiand Apr 13, 2024
a5100a0
Convert hardcoded strings to loc keys, add padding
axiand Apr 13, 2024
de89445
Restore timer logging on startup scene
axiand Apr 13, 2024
82d615a
Various small fixes
axiand Apr 13, 2024
a14dfff
Add documentation for functions, convert some functions to internal
axiand Apr 13, 2024
482fcd9
Cleaning up and simplifying things, fixing some small bugs
jasminegamedev Apr 14, 2024
defa77d
Readding tasks so mod loading will be asynchronous again
jasminegamedev Apr 14, 2024
5af6b56
Add small delay on loading screen
axiand Apr 15, 2024
ee53697
New, better, faster hot-reloading system
axiand Apr 25, 2024
de75540
visual basic!?
axiand Apr 25, 2024
2342fef
Changing to only load changed mods when a mod is enabled/disabled or …
jasminegamedev Apr 25, 2024
71c8dfa
Setting up to better handle reloading dependencies, now that we can r…
jasminegamedev Apr 26, 2024
13a62ed
Adding simple splash screen :)
jasminegamedev Apr 26, 2024
dbe4170
remove doUpdate
axiand Apr 26, 2024
e4258cf
remove remaining code related to doUpdate
axiand Apr 26, 2024
ae11dbe
Implement keybind to initiate manual reload
axiand Apr 26, 2024
5447a91
Fix issue where vanilla mod wasn't always first after reloading
axiand Apr 26, 2024
f1c0d8d
Adjust splash screen, display version string on startup
axiand Apr 26, 2024
cde9481
Implement option to toggle automatic hot reload
axiand Apr 26, 2024
f2362db
Change one more string
axiand Apr 26, 2024
b373f6d
Log when a manual reload is initiated
axiand Apr 26, 2024
1ec4be6
Improve logging for mod reloads
axiand Apr 26, 2024
dc3f5cb
Merge branch 'dev' into 2024_04_asset_loader_redo
axiand Apr 26, 2024
b75a99e
Make full version string multiline
axiand Apr 26, 2024
22f53ea
Remove ctrl+r in favour of new F5 reload key
axiand Apr 26, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Content/Text/English.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,16 @@
"FujiEnableDebugMenu.desc": "Enable access to the Debug Menu by pressing F6",
"FujiAdditionalLog": "Enable Additional Logging",
"FujiAdditionalLog.desc": "Outputs more info to the console which may be useful to developers",
"FujiAutoReload": "Enable Auto Reload",
"FujiAutoReload.desc": "If enabled, automatically reloads mods whenever a file is changed",
"FujiFailedToLoad": "Failed to load the following mods:",
"FujiOpenLogFile": "Open Log File",
"FujiOpenLogFile.desc": "Open the Game's Log File for more information",
"FujiContinueToMods": "Continue",
"FujiContinueToMods.desc": "Continue to the Mods Menu",
"FujiOverworldModSlideNote": "Use Up/Down to filter by mod",
"FujiLoaderStatusRegistering": "Registering modules...",
"FujiLoaderStatusNormal": "Loading assets: {0} ({1} of {2})",
"FujiOpenUserPath": "Open Game Folder",
"FujiOpenUserPath.desc": "Open the user folder for Fuji",
"FailedToLoadMods": "Failed to load {0} mods. Check Mods Menu for details.",
Expand Down
Binary file added Content/Textures/Overworld/splashscreen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading