The Binding of Isaac: Rebirth

The Binding of Isaac: Rebirth

Mod Profiler
16件中 1-10 を表示
< 1  2 >
更新:8月11日 @ 0時31分

fixed debugging text sometimes not initializing properly and then showing up on screen when there were no errors

更新:2月7日 @ 4時29分

just a bit of refactoring

更新:2月6日 @ 19時18分

fixed bug where if a mod function had a weird name it could break the removecallback handler causing future removecallback calls to remove all callbacks of a specific type rather than just the specified one

更新:2月6日 @ 10時39分

-added Repentogon callbacks to callback list
-much better compatibility with mods that rely on RemoveCallback

更新:2024年12月5日 @ 4時18分

devs broke the API update

更新:2024年11月30日 @ 6時45分

fixed the mod missing callbacks that were created using AddPriorityCallback

更新:2024年8月19日 @ 2時23分

set the render callback to be created late instead of when the mod loads, so that way the text will display on top of anything else that gets rendered by mods (really helpful with FPS mod)

更新:2024年8月5日 @ 21時38分

-added option for font size
-fixed the bottom text areas getting cleared if no callbacks met the minimum time requirement in the previous frame

更新:2022年3月12日 @ 5時38分

display now shows function names (if the function has a name)

更新:2021年8月11日 @ 1時38分