Skip to content

1.5.7

Compare
Choose a tag to compare
@jcs090218 jcs090218 released this 21 Oct 21:38
· 2678 commits to master since this release
  • Rename Conversation_Dialogue to JCS_DialogueSystem for proper naming issue.
  • Add comment to JCS_DialogueSystem.
  • Make dialogue system game pad compatible.
  • Loop through the array and index in array range check functions added for utility layer.
  • JCS_ButtonSelection and JCS_ButtonSelectionGroup, make compatible with 'skip' functionality.
  • JCS_ButtonSelectionGroup with proper function naming design, mainly pural issue.
  • Update JCS_ButtonSelection, JCS_ButtonSelectionGroup and JCS_ButtonSelectionGroupController
    with full control which is the 4 directions/2 dimensional control.
  • Add self as button for Button selection.
  • Make JCS_Button callback compatible with Game pad system.
  • Change default button selection group controller's active variables to true.
  • JCS_GamePadButtonUIHandler implemented.
  • Add Dialogue system on readme file.
  • Add JCS_GamePadSpriteHandler for all kind of sprite object handle, now the sprite
    can be change by the joystick connection.
  • Bug fixed, JCS_ButtonSelection 'mActive' to public variable 'Active'.
  • JCS_Button with separate initialize function call.
  • Make JCS_Button compatible with keyboard and gamepad input buffer.
  • Make JCS_GamePadButton compatible with keyboard input.
  • Update JCS_3DThrowAction for throw action movement.