Skip to content

Updates/level based enhancements and fixes#13

Draft
je-can-code wants to merge 27 commits intomasterfrom
updates/level-based-enhancements-and-fixes
Draft

Updates/level based enhancements and fixes#13
je-can-code wants to merge 27 commits intomasterfrom
updates/level-based-enhancements-and-fixes

Conversation

@je-can-code
Copy link
Owner

@je-can-code je-can-code commented Aug 29, 2025

J-BASE Minor Updates v2.2.1 >> v2.3.0

The BASE plugin received some dev-helper functionality to make life a little easier, along with customization of TP for battlers that should've been native to RMMZ all along.

  • adds custom max tp tag functionality.
  • fixed bugs with return types for RPGManager.
  • add new functionality for note parsing for RPGManager.
  • extend Game_Event to include helper functions for event command parsing.
  • abstract the previously ABS-exclusive Sprite_MapGauge to this location for shared usage.

J-ABS Major Updates v3.4.2 >> v4.0.0

The JABS plugin received a massive amount of updates in multiple various areas, including hitboxes, visual updates for hitboxes, and more.

  • adds new AABB-based hitbox collision detection.
  • implements spatial indexing for battlers.
    • drastically improves performance on large maps.
    • drastically improves performance on maps with lots of enemies.
  • fixed issue with array sizing for actions infinitely growing (oops!).
  • fixed some pathfinding algorithms.
  • adds hitbox pulse effect- landing an attack will briefly pulse its hitbox for visual clarity.
  • adds hitbox preview for castable spells along with tags for modification of this functionality.
  • adds cast bar display while a skill is being cast for battlers.

J-ABS-AllyAI Major Updates v1.2.0 >> v2.0.0

The JABS plugin extension for AllyAI received a pretty significant rewrite to some of the internal logic for pathing and engagement to enable formations.

  • adds formation functionality, allowing allies to cluster in a particular way when idle.
  • update pathing to be independent of the player.
  • fixed issue with rebuilding allies after party cycling.
  • cleaned up ally ai menu.

J-ABS-DIAG Minor Updates v1.0.0 >> v1.1.0

The JABS plugin extension for DIAGonal management received a lot of love in the sense that it was more properly abstracted out of the core plugin and better divided out of CycloneMovement plugin.

  • nothing changed functionally, this just was a lot of cleanup.

JABS-Formula Implementation v1.0.0

The JABS plugin extension for FORMULA previously was never implemented. Now it is- it enables a single skill to hit with multiple different formulas at once- either custom-written, or from another skill.

JABS-Pixel still incomplete...

I attempted to complete this plugin as a replacement of CycloneMovement, but was unable to complete it. Got a lot closer though...

DROPS Minor Updates v2.0.0 >> v2.1.0

This plugin received minor updates that supports further extension from other plugins.

EXTEND Minor Updates v1.0.1 >> v1.1.0

This plugin received minor updates that greatly cleaned up the note transferrence when overlaying a skill. Now any tag will be replaced by its overlay.

LEVELS Patch Updates v1.2.0 >> v1.2.1

This plugin got a tiny fix to allow level overrides on battlers to also properly apply J-NATURAL growths.

LOG Patch Updates v2.2.0 >> v2.2.1

This plugin got a tiny fix to also display SDP drops in the loot log window.

MAP Implementation v1.0.0

A new minimap plugin was created. It shows a passability-based minimap at the designated location with zoom/expand trigger capabilities. Additionally, events can have a comment command added with a tag of a particular type that will display them on the minimap, too.

NATURAL Patch Updates v2.1.0 >> v2.1.1

This plugin received a tiny update to allow SDP as a growable reward alongside the currently-implemented exp/gold.

REGIONS Core Patch Updates v1.0.1 >> v1.0.2

This plugin received a tiny fix for references to CycloneMovement.

SDP Minor Updates v2.0.2 >> v2.1.0

This plugin received an update exclusive to JABS- enemies can now directly drop loot that represents an SDP unlock even without it being mapped to any item in the database. The original functionality of unlocking an SDP by using an item is still available, and now documented.

TIME Patch Updates v1.0.0 >> v1.0.1

This plugin received a tiny fix to properly update hours-per-tick where applicable.

… drop item for direct enemy drops; enhanced natural growths to include rewards; extended log presets to include sdp unlocks; enhanced level management to allow JABS level overrides; abstracted drops a bit to enable dynamic drop overrides; fixed issue with JABS loot rendering;
… fixed issue where party cycling resulted in the allies no longer functioning;
…lemented AABB collision for battlers and actions;
…tler collision checking; update party cycling to be more consistent;
@je-can-code je-can-code self-assigned this Oct 10, 2025
@je-can-code je-can-code marked this pull request as draft October 10, 2025 17:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant