|
1 | 1 | # Change Log |
2 | 2 |
|
| 3 | +* [1.12.1] |
| 4 | + |
| 5 | + - Add Get/SetBloodLustCounter, SubCharge field under ActiveItemDesc, CharacterMenu.SetSelectedCharacterID(ID), RandomVector(), EntityPickup.GetRandomPickupVelocity(Position, RNG, VelocityType), and various Room functions |
| 6 | + - Add PRE_LASER_COLLISION callback |
| 7 | + - Update comments to GRID_COLLISION callbacks with return types and optional args |
| 8 | + - Update comments to PRE_KNIFE_COLLISION and PRE_NPC_COLLISION to be consistent with the other PRE_COLLISION callbacks |
| 9 | + - Add comments to various functions and class fields for more detailed information found on the API docs |
| 10 | + - Fix GetCollectibleFlag.BAN_PASSIVES being incorrectly named as GetCollectibleFlag.BAN_PASSIVE |
| 11 | + - WeaponModifier and EntityTag enumerations are now defined with BitFlags instead of all being "1" |
| 12 | + - Specify specific enumerations for various parameters instead of plain integers |
| 13 | + - Fix some incorrect/missing parameters and returns in various functions and class fields |
| 14 | + - Many functions updated to specify if their arguments are optional |
| 15 | + - PR [#28](https://github.com/filloax/isaac-lua-api-vscode/pull/28): Param and return changes (Kerkel) |
| 16 | + - PR [#29](https://github.com/filloax/isaac-lua-api-vscode/pull/29): Merge RoomConfig with RoomConfigHolder and Add BossPool related classes (Guantol-Lemat) |
| 17 | + |
3 | 18 | * [1.12.0] |
| 19 | + |
4 | 20 | - Fix extension erroring when opneing files outside of a workspace, will now self-disable in that case (check README!) |
5 | 21 | - Add REPENTANCE_PLUS global |
6 | 22 | - Fix FromAngle not being available on global Vector |
|
12 | 28 | - PR #25: ItemConfigCard changes |
13 | 29 |
|
14 | 30 | * [1.11.1] |
| 31 | + |
15 | 32 | - Fix enum typos in build |
16 | 33 | - Fix EntityEffect.CreateLight (from nazjun) |
17 | 34 | - Document Isaac.GetAxisAlignedUnitVectorFromDir (from nazjun) |
|
23 | 40 | - Add Color.Default |
24 | 41 |
|
25 | 42 | * [1.11.0] |
| 43 | + |
26 | 44 | - Support for Repentogon 1.0.12 |
27 | 45 | - Fix issues with ItemConfig: Correct enum values, add descriptions, and move ItemConfig.Config under the enum instead of the class |
28 | 46 | - Add missing description information to MC_USE_ITEM and MC_USE_CARD |
|
0 commit comments