77 Commits (dec88d32f5672b5d0d1653bc9b1ac8b7549c252f)

Author SHA1 Message Date
sigonasr2 dec88d32f5 Use double buffering. 3 years ago
sigonasr2, Sig, Sigo 8a46cb56a6 Game update loop runs at a set rate. 3 years ago
sigonasr2, Sig, Sigo a3a2c62d4b Add a clear function to String 3 years ago
sigonasr2, Sig, Sigo 2c0ef99871 remove iterators for slight performance gains 3 years ago
sigonasr2, Sig, Sigo 17953e0589 Increase acceleration value and max speed. 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 8a13331af0 Update to jinput2.10.1. Mouseover for text bits inside of Action control change list 3 years ago
sigonasr2, Sig, Sigo 5ccc30b296 Allow keyboard binds to be added as inputs 3 years ago
sigonasr2 a43f1f7189 COntinued modifications to controller monitoring 3 years ago
sigonasr2 e05a25fc80 Fix overwriting presses and releases 3 years ago
sigonasr2 7387ced9e5 Listen for controller components and allow inputs from controllers 3 years ago
Nic0Nic0Nii 65e6ebc245 Allow KeyBind class to wrap around components, dictating what the value needs to be for detecting 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
sigonasr2 5b6796d50d Fix emitting events for key presses. 3 years ago
Nic0Nic0Nii 55276867cc Setup and prepare keybind system 3 years ago
Nic0Nic0Nii ce856fc8b0 Remove unused imports. Fix deprecated draw functions 3 years ago
Nic0Nic0Nii 8f13a24fd4 Refactor KEYS array so it's no longer accessible to prevent bad practices and deprecated setting of the variable. 3 years ago
Nic0Nic0Nii a6e6b92f7b Implement keyboard keys as a component 3 years ago
sigonasr2 96304c507e Fix all jar build systems to incorporate external jars 3 years ago
unknown 66ffafef0f Kepresses are no longer repeated 3 years ago
unknown efe985361f Rabbit walks correctly now 3 years ago
unknown 3310a549c2 Sprite flipping added 3 years ago
sigonasr2 e593e6d9ec Add fall,idle, jump states 3 years ago
sigonasr2 8ba9307465 Implement Animated Sprites 3 years ago
sigonasr2 0f94b0396d Background drawing implemented 3 years ago
sigonasr2 5a5eb5f2fb Create test backgrounds 3 years ago
sigonasr2 1a042429ce Change Sprite into a class to prepare for AnimatedSprite inheritance 3 years ago
sigonasr2 7ad3bef8ca Make tile dragging and placing easier to accomplish. Also refactored old mouse detection code 3 years ago
sigonasr2 148c0ce2a1 Allow adjustments for all screen properties at each screen location through the editor 3 years ago
sigonasr2 636aac9bfc Final changes to text drawing system to make it appear correctly 3 years ago
Nic0Nic0Nii 8033c2a4ba Draw a grid to separate every screen 3 years ago
Nic0Nic0Nii 8690a10474 Change text color string to an unprintable character 3 years ago
Nic0Nic0Nii e5185e97e9 Color codes in the middle of text parsing when drawing text. 3 years ago
sigonasr2 bf59e5c7c2 Implement text drawing features 3 years ago
sigonasr2 6a418eb9db Add drawing color options for sprites 3 years ago
sigonasr2 5e1f69a9d0 Change maptileinfo to be an indexed image. Move tile-specific code into editor renderer. 3 years ago
Nic0Nic0Nii 4c526ba594 Remove debug array list 3 years ago
Nic0Nic0Nii ea5684fc60 Create a png converter that attempts to index png images. Just in case 3 years ago
Nic0Nic0Nii b22098febf Something something palettes are messed up 3 years ago
Nic0Nic0Nii 2939293f2f Move all sprites into a sprites folder 3 years ago
sigonasr2 8be868e463 Remove warning 3 years ago
sigonasr2 60a1acae72 Implement drag and friction for ground movement 3 years ago
sigonasr2 bf52570b25 Final palette adjustments and implementations 3 years ago
sigonasr2 0fb9bf3d52 Load images as gif indexed images 3 years ago
sigonasr2 1d8438bc9a Load images as gif indexed images 3 years ago