You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.