The Binding of Isaac: Rebirth

The Binding of Isaac: Rebirth

Mod Profiler
Showing 1-10 of 15 entries
< 1  2 >
Update: 7 Feb @ 4:29am

just a bit of refactoring

Update: 6 Feb @ 7:18pm

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

Update: 6 Feb @ 10:39am

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

Update: 5 Dec, 2024 @ 4:18am

devs broke the API update

Update: 30 Nov, 2024 @ 6:45am

fixed the mod missing callbacks that were created using AddPriorityCallback

Update: 19 Aug, 2024 @ 2:23am

set the render callback to 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)

Update: 5 Aug, 2024 @ 9:38pm

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

Update: 12 Mar, 2022 @ 5:38am

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

Update: 11 Aug, 2021 @ 1:38am

Update: 4 Aug, 2021 @ 8:07pm

added min time