The Binding of Isaac: Rebirth

The Binding of Isaac: Rebirth

AlphaAPI
Εμφάνιση 1-10 από 16 καταχωρίσεις
< 1  2 >
Ενημέρωση: 6 Ιουλ 2017 στις 14:05

Ενημέρωση: 6 Ιουλ 2017 στις 14:04

- Adds AlphaAPI.entities.keyed, should be more performant
-- Indexed [Type[Index]]
-- Rewrote AlphaAPI.getEntityFromRef and AlphaAPI.getRoomEntitiesByType to utilize this.
- Save file handling now works properly on save files other than file 1.

Ενημέρωση: 28 Μαϊ 2017 στις 8:44

- Reworked functionality of AlphaAPI.playOverlay

Ενημέρωση: 27 Μαϊ 2017 στις 6:40

- Added system for managing entity heights
- Added support for base callbacks in AlphaAPI.addCallback
- Added a warning when callback function does not exist
- ENTITY_* callbacks now automatically cast the entity being passed in to the highest level

Ενημέρωση: 18 Μαϊ 2017 στις 10:51

- Added AlphaAPI.resetSpriteScale(tear, animPrefix)
- Changed last base item in code to reflect booster pack

Ενημέρωση: 7 Μαϊ 2017 στις 6:21

> Reverted changes made in the previous version due to causing issues with unlocks. Please note that as the API is, mod save data will not work effectively on save files 2 & 3. We are looking into it!

Ενημέρωση: 6 Μαϊ 2017 στις 19:15

- Data is loaded on POST_GAME_STARTED rather than when mod is registered

Ενημέρωση: 6 Μαϊ 2017 στις 15:57

- Mod data is now saved on game exit, alongside the 5 second interval.

Ενημέρωση: 6 Μαϊ 2017 στις 6:57

- Fixes a crash when indexing entities in certain callbacks
- Fixes "return" not working when using an ItemObject or CurseConfig to add a callback

Ενημέρωση: 2 Μαϊ 2017 στις 16:18

- Additional error catching where it was missing