summaryrefslogtreecommitdiff
path: root/mm/2s2h/Enhancements/Graphics/TextBasedClock.cpp
AgeCommit message (Collapse)Author
2025-10-29Bump LUS and OTRExporter, add null audio backend (#1289)Eblo
* Bump LUS and OTRExporter, add null audio backend * Missed an include change * And again * Thanks macOS * Another one * Bump LUS again, fixing SDL audio backend bug * Sync LUS bump changes to merged PRs * Bump LUS again * Update CMakeLists.txt includes
2025-09-14Another round of port cleanup and fixesEblo
2025-09-12Use CURRENT_TIME in enhancements and missed spotsEblo
2025-09-11Clean up port files, includesEblo
2025-04-06Cleanup includes (#1072)louist103
* Cleanup * Format * Fixes * Update macports-deps.txt * Fix mac * Update macports-deps.txt Co-authored-by: Archez <Archez@users.noreply.github.com> * Move includes around --------- Co-authored-by: Archez <Archez@users.noreply.github.com>
2025-01-26Improve better song of double time experience (#963)Archez
* Add ability to override current hud editor element mode * Add gfx setup to 3ds clock to ensure it always renders properly * Add check for hud override on text-based clock * Add hooks for before/after drawing clock * Improve better song of double time experience * DPad input repeated on hold and show A on HUD
2024-12-14Migrate enhancements to ShipInit patternGarrett Cox
2024-10-05Move GameInteractor & NameTag src up to root of 2s2h (#799)Garrett Cox
2024-10-05Change GI_VB_ to VB_ (#798)Garrett Cox
2024-05-22run clang format (#448)briaguya
* add linux clang format script * first shot at powershell * whoops * webrequest is slow, try webclient * just get the one file * simplify and maybe make it work? * whoops again * try a different suggestion * why is it always windows * again * try again * bit of path stuff * chmod +x * add action to check * fix workflow name * run clang format
2024-05-22Add Hud Editor support for Three-Day Clock (#403)Archez
* Hud Editor suppot for three day clock * support text based clock with hud editor
2024-05-22ADD: Text Based Clock enhancement (#246)PurpleHato
* ADD: dirty simplier clock enhancement * ADD: Crash timer + combobox * ADD: Hook (not working yet) * TWEAK: z_parameter formatting like original * TWEAK: z_parameter formatting like original again * TWEAK: z_parameter formatting like original part3 * TWEAK: Add back the gi in z_parameter * TWEAK: recommendation + missing include * Pointer to . * Tweak include * TWEAK: better naming for 24 hours texture name * Tweak: line space * TWEAK: Adressed review * TWEAK: TwentyFourHours * comma * TWEAK: Accounted Reviews * TWEAK: review enums * ADD: Macro * whitespace * move macros and center clock text --------- Co-authored-by: Adam Bird <archez39@me.com>