Releases: KaBooMa/S1API
Releases · KaBooMa/S1API
v1.6.2
v1.6.1
v1.6.0
1.6.0 (2025-04-29)
Bug Fixes
- Add il2cppassemblies condition for melon/bepinex (18c6dfe)
- Fix missed changes from BepInEx merge (a1229c0)
- remove todo comments from workflows (3257163)
- Resolve issues with items not being added to arrays properly (b4194e0)
Features
- Implement payphone calling messages (f880b81)
v1.5.1
v1.5.0
v1.4.4
v1.4.3
v1.4.2
v1.4.1
v1.4.0
1.4.0 (2025-04-28)
Bug Fixes
- Added BepInEx assembly path for private repo (f82cda1)
- Added MelonLoader to filename for future BepInEx support (282ed8d)
- Added the start of the player implementation. (2559d9a)
- Allowed net6.0 build for S1API (possible hacky solution to allow GitHub action to succeed) (ea40e0d)
- Corrected Il2Cpp list vs System list; (fc8c1b2)
- Corrected reference to net6.0 for local deployment Il2Cpp (0e4ba01)
- Corrected reference to net6.0 for local deployment Il2Cpp (e3b82b0)
- Disabling BepInEx building until it can be properly built locally (6a8b190)
- Fixed harmony and reflection referencing for il2cpp build (2d6ae96)
- Fixed the ID for officers (0ecb4e7)
- Refactored namespaces globally (5773f76)
- Remove only destroyed NPC instead of all when OnDestroy is called (fa029b2)
- Removed stale code (69a1cc5)
- Resolved BepInEx Il2Cpp/Mono differences (413b925)
- Resolved issue with missing ' in references (fdd37d8)
- Resolved merge issues; Adjusted workflows for BepInEx (6dc0bbc)
- Resolved missing BepInEx reference (139408b)
- Resolved missing BepInEx reference (475b0fb)
- Resolving deployment yaml syntax (a97f107)
- Resolving deployment yaml syntax (f0be39f)
- Split the interfaces, as they weren't functioning as I originally intended. (0867899)
- Switched to renames to satisfy TSMM (696f482)
- Updated .csprojs to use new build configs (908e101)
- Updated deployment to Mods/ folder (43ec5c5)
- Using new NPC list in NPC vs NPCPatches for tracking all NPCs (6a464ea)
Features
- Added documentation generation (ac880f3)
- Added initial classes for all base game NPCs. (as of current version) (879ed46)
- Building for net6.0 for Il2Cpp per melon recommendation (and warning resolutions) (88850bb)
- finished timemanager and gamedatetime (46af489)
- Implement BepInEx modloader support (c63fd44)
- Initial npc adjustments to support base NPCs and additional functionality (c7800b4)
- moneymanager (9955a77)