90 Commits (main)

Author SHA1 Message Date
sigonasr2, Sig, Sigo 9ba3105b1b 120 3 years ago
sigonasr2, Sig, Sigo 8d26b031cd Minimum update time is 144FPS 3 years ago
sigonasr2, Sig, Sigo 27d5e9ec64 Run garbage collector when game is reset or started 3 years ago
sigonasr2, Sig, Sigo 2c0ef99871 remove iterators for slight performance gains 3 years ago
sigonasr2, Sig, Sigo 8717d2270b Only draw player velocity while player exists 3 years ago
sigonasr2, Sig, Sigo 17953e0589 Increase acceleration value and max speed. 3 years ago
sigonasr2, Sig, Sigo d296527e2f Add sliding acceleration and slowdown via holding a key while sliding. Additionally add a walking speed limit. Allow slides to go above the walking limit 3 years ago
sigonasr2, Sig, Sigo 537bc7c744 Add a slide buffer so it can be queued prior to landing. 3 years ago
sigonasr2, Sig, Sigo 72565d2b02 Did not check the correct string 3 years ago
sigonasr2, Sig, Sigo c0379543e6 When text is replaced the bounds of the string have to be complely re-analyzed 3 years ago
sigonasr2, Sig, Sigo 9c207e2f2a New String class system that wraps a builder and keeps track of text bounds. Added background to editor message logs 3 years ago
sigonasr2, Sig, Sigo 6c5c2b1c67 Include draw line function and better visuals to indicate deleting a keybind 3 years ago
sigonasr2, Sig, Sigo 56cef8c828 Allow removal of unwanted keybinds 3 years ago
sigonasr2, Sig, Sigo 8a13331af0 Update to jinput2.10.1. Mouseover for text bits inside of Action control change list 3 years ago
sigonasr2 c24c6a3972 Remove controller from list when polling errors occur. 3 years ago
sigonasr2, Sig, Sigo a21683b391 Update SigScript. No longer complains about duplicate lines in manifest 3 years ago
sigonasr2, Sig, Sigo 2ba526d92b -m Remove extra manifests 3 years ago
Nic0Nic0Nii ec26ebadcc Display actions and keys assigned 3 years ago
Nic0Nic0Nii 6db59a796e Update all key press checks to use events. Clean up warnings 3 years ago
Nic0Nic0Nii 6d8c698220 Include a run script for all operating systems. 3 years ago
Nic0Nic0Nii a6f74d9e2d Correct initial release 3 years ago
Nic0Nic0Nii 7b2228e0d8 Include packaging and release system 3 years ago
sigonasr2 96304c507e Fix all jar build systems to incorporate external jars 3 years ago
Nic0Nic0Nii 62e2c75f00 Set view boundaries between room areas to prevent bleeding screens between each other 3 years ago
Nic0Nic0Nii 4a5c8508ff Display View and Type value per screen. 3 years ago
Nic0Nic0Nii 76c39a84a7 Use specified color instead of normal color by default 3 years ago
Nic0Nic0Nii f9de8a5eed Forgot to change the regex pattern to look for 0x1a instead 3 years ago
Nic0Nic0Nii 73882feb2c Change bottom display to show current map tile instead 3 years ago
Nic0Nic0Nii 2d87ced8c4 Include text showing currently selected tile and currently hovered tile 3 years ago
Nic0Nic0Nii e5185e97e9 Color codes in the middle of text parsing when drawing text. 3 years ago
Nic0Nic0Nii e8224a4d78 Utilize replace() second argument feature to remove entire line when second marker is not found 3 years ago
sigonasr2, Sig, Sigo f56cfc90ac Include message logging system 3 years ago
Nic0Nic0Nii b22098febf Something something palettes are messed up 3 years ago
Nic0Nic0Nii 95a923fad3 Incorporate tile drawing and partial sprite drawing functions 3 years ago
Nic0Nic0Nii d5fd02c7da Modify and generate tiles on the map 3 years ago
Nic0Nic0Nii 8d943ef526 Created map structure and load/unload filesystem 3 years ago
Nic0Nic0Nii d65eb10ef1 Include delta game time in update loop 3 years ago
Nic0Nic0Nii db188a76b1 Add key input detection 3 years ago
Nic0Nic0Nii 535348d317 Include mouse click detection 3 years ago