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
Added support for DEATHCOUNT, USER31 - USER60, PLAYER_NUMBER, PLAYER_COUNT, PLAYER1_FRAGCOUNT - PLAYER16_FRAGCOUNT, POSITION_X/Y/Z GameVariables in the config file.
Added support for ALTATTACK Button in the config file.
Java specific
Fixed makeAction.
Added missing POSITION_X/Y/Z Game Variables.
Python specific
Added manual GIL management for better performance when used with Python threads.