Shipwright/soh/soh/Enhancements/debugger
Josh Bodner 7a45380123
Automatically break long tooltip lines (#925)
* Remove manual newlines from the middle of sentences in tooltips and automatically break long lines instead

* Move split functionality into header so randomizer tooltips can use it

* Rewrite logic to be O(n)

* Found another typo

* Move helper function to libultraship to (hopefully) get Jenkins happy

* Fix typo I made when fixing the typo before

* Remove unneeded header

* Parameterize line length in case variable line length is desired in the future
2022-07-31 21:40:26 -04:00
..
ImGuiHelpers.cpp Automatically break long tooltip lines (#925) 2022-07-31 21:40:26 -04:00
ImGuiHelpers.h Add collision viewer 2022-05-01 01:27:00 -04:00
actorViewer.cpp Add more files 2022-06-27 23:17:37 -04:00
actorViewer.h Actor Viewer debug tool (#414) 2022-06-11 12:09:26 -04:00
colViewer.cpp Add yShift position when displaying the positions of cylinders (#823) 2022-07-18 19:31:52 -04:00
colViewer.h Add collision viewer 2022-05-01 01:27:00 -04:00
debugSaveEditor.cpp Automatically break long tooltip lines (#925) 2022-07-31 21:40:26 -04:00
debugSaveEditor.h Add save editor 2022-04-08 18:42:16 -04:00
debugger.cpp Actor Viewer debug tool (#414) 2022-06-11 12:09:26 -04:00
debugger.h Add collision viewer 2022-05-01 01:27:00 -04:00