* Fix slider fastIncrement conditions
* Change options menu sliders' fastIncrement logic to use a persistent holdTime variable, rather than the current frame's deltaTime
* Clamp deltaTime to a max value of 1/15f
* Compile fix
* Spacing fix
* translate most option names and setting names
* add most header/button guide japanese localizations
* include furigana usage guidance for japanese localization
* remove os message window furigana note
* fix incorrect kana usage for 'lock'
* add more option localization
* translate achievement notification option
* remove english battle theme description from japanese
* fix compilation errors
* Japanese localization 1st pass
* Revert JP localization taken from in-game
* Use "Window Size"
* add support for zero width line break hints
* add dirty hack for kana being clipped at the right edge of the info panel
* Changed line to original meaning
* Added zero width spaces to option descriptions
* Japanese localization 2nd pass
* Remove furigana from Video_BackendError
* add more japanese specific hacks for installer_wizard description
* locale small fixes
* Update config_locale.cpp
* options menu scroll fixes, minor localization touchups
* adjust installer wizard text spacing
* fix installer wizard text positioning when a line starts with a normal kana in japanese
* Installer adjustment
* option fixes
* Added missing line break on introduction
* do touchups to message window annotation drop shadow
* adjust spacing in TitleMissingDLC text to fit furigana properly
* add brianuuuSonic to credits
* change capitalization of xbox in xbox color correction
* remove usage of temporaries
* tweak cutscene aspect ratio description
* add missing credit for german translation
* update resources submodule
---------
Co-authored-by: brianuuu <38166666+brianuuu@users.noreply.github.com>
* button_guide: implemented max width for localisation
* button_guide: implemented max width for dual icon strings
* button_guide: scale max width internally
* Add maximum size to tabs in options menu.
* Simplify squash ratio computation.
* Allow room for less padding if the text can't fit to the fixed width.
* Stretch every tab instead of individual ones.
---------
Co-authored-by: Skyth <19259897+blueskythlikesclouds@users.noreply.github.com>
* options_menu: prohibit right stick input to prevent camera moving in villages
* achievement_menu: remove extra nav inputs, implemented fast scroll
* achievement_menu: replicate skills menu fast scrolling
* options_menu: implemented vertical scrolling for descriptions
* use correct size calculation
* remove empty lines from descriptions without value desc, move fix
* remove calculating the space for the next annotation after the last line
---------
Co-authored-by: DeaTh-G <hatvongeorge@gmail.com>
Co-authored-by: DeaTh-G <55578911+DeaTh-G@users.noreply.github.com>
* allow preliminary annotation on DrawCenteredParagraph
* improve annotated text line spacing
* fix functionality of non-annotated paragraphs
* a lot of very bad code that but line wrapping works
* support ruby annotations for options menu descriptions
* make installer wizard more accurate
* remove wrapper function
* add furigana support to config names
* add furigana support for marquee text for options
* fully support annotated text in options menu
* fix option names being split to multiple lines
* fix and cleanup installer wizard text placements
* implement furigana support for message window
* remove regex usage
* remove excessive const ref usage
* options_menu: implemented title animation
* Adjust options title flash animation.
* Replace use of std::numbers::pi with M_PI.
* Implement shader modifier for options title rectangle.
* Replicate the same scaling applied to the rectangle in world map.
---------
Co-authored-by: Skyth <19259897+blueskythlikesclouds@users.noreply.github.com>
* Map CSD structures by full path.
* Initial work for unstretching & aligning to edges.
* Add extend flag, fix cast lookups.
* Add right extend flag.
* Fill the flags map with a bunch of casts.
* Implement unstretching.
* Set more title casts to unscretch.
* Add some more flags.
* Move CSD patches to its own file.
* Replace CSD vertex shaders to get rid of pixel snapping.
* Snap to pixel on the CPU.
* Current work trying to get 3D screen position casts working correctly.
* Fix and properly align font, handle most 3D screen positions.
* Add stretch flags for background casts.
* Use 4:3 as the base aspect ratio instead of 16:9.
* Replicate the game's 4:3 downscaling behavior.
* World map now identical to original 4:3.
* Replace camera aspect ratio/field of view logic.
* Make original 4:3 scaling a separate option, use custom behavior for auto.
* Keep UI scale same only above Steam Deck aspect ratio.
* Release paths when the YNCP file gets freed.
* Add more path flags.
* Interpolate to original 4:3 scale.
* Scaling animation offset to prevent offscreen casts from showing up in ultrawide.
* Queue draw calls without actually executing anything to extract the corner.
* Clean unnecessary hooks.
* Add result screen modifiers.
* Stretch loading primitive 2D.
* Scale DoF correctly at different aspect ratios.
* Remove stretch option.
* Make aspect ratio a global variable.
* Ultrawide patch for HUD 3D items.
* Fix world map 3D to 2D projection.
* Right align world map info box.
* Set medal positions.
* Respect center option in more places.
* Implement the aspect ratio option.
* Use viewport dimensions for snapping CSD pixels.
* Fix DoF fix not using viewport height.
* Implement aspect ratio patches for 2D drop ring emitter.
* Implement inspire letterbox.
* Add cutscene aspect ratio option.
* Shift subtitles by aspect ratio.
* Fix crash in earth restoration cutscenes.
* Offset scale patches for Tornado Defense.
* Scale new record arrow casts.
* Expose aspect ratio variables globally.
* Properly center the achievements menu.
* 4:3 scaling for options menu.
* Fix procedural filtering logic in ImGui pixel shader.
* Fix button guide offset.
* UI scaling for installer.
* Remove grid snaps in the installer.
* Handle center UI scale option for rings going to HUD.
* Remove unnecessary diff.
* Revert temporary changes.
* Fix typo.