summaryrefslogtreecommitdiff
path: root/mm/src/code/z_shrink_window.c
AgeCommit message (Collapse)Author
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-09-26Use variadic arguments with GameInteractor_Should (#766)Archez
* PoC of using variadic arguments with GameInteractor_Should * va_list boilerplate in SHOULD macro * drop opt arg in favor of variadic arg changes * account for default type promotion * remove demo code
2024-06-02[Graphics] Disable Black Bar Letterboxes (#590)Patrick12115
* Black Bars be gone * Move it to draw/apply functions Updates in real time now * Added return instead * added space * Update mm/2s2h/Enhancements/Enhancements.cpp * Update mm/2s2h/Enhancements/Enhancements.cpp --------- Co-authored-by: Garrett Cox <garrettjcox@gmail.com>
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-22Remove BenPort.h from functions.h (#309)inspectredc
* Remove BenPort.h from functions.h * use specific z64 includes * this -> thisx
2024-05-22Use libc functions for bcmp, bcpy, bzero, LibMemset, LibMemCmp.louist103
2024-05-22Fix screen size issues, letterbox, fade, etc (#30)Garrett Cox
2024-01-05Move source into subdirectoryGarrett Cox