0
I Use This!
Inactive

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 13 hours ago.
Jun 26, 2024 — Jun 26, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Use Component typing in more areas More... about 12 years ago
Add a banner warning system to inform players of low hp or ammo More... about 12 years ago
Allow quickly getting percentages from Health and Ammo More... about 12 years ago
Have the stat bars just pull data directly from the player instead of use observers. While it's now updating every frame, it should be a little more memory efficient and performance enhancing not having to deal with passing messages More... about 12 years ago
Have an input multiplexer so the interface will react with the game logic without having to tie the two together directly More... about 12 years ago
Get bullets and bullet emitters working on keypress and generating entities More... about 12 years ago
Fix up a lot of the rendering system and movement system to use getSafe Also added support for anchoring and rotation More... about 12 years ago
Allow multiple keys to be defined for each laser so keyboard and gamepad can work More... about 12 years ago
Separate bullet and emitter systems for better processing More... about 12 years ago
Fix up the level background with the new files More... about 12 years ago
Move around a lot of the components and add ComponentTypes for faster manipulation More... about 12 years ago
Move the world stuff into the Engine and just purge it on new level load More... about 12 years ago
Continuing to alter the Level format Added things like layered backgrounds More... about 12 years ago
New set of bullets More... about 12 years ago
Change the Scene to use the new level and entity system More... about 12 years ago
Add example content files for svg parsing and using in levels More... about 12 years ago
Levels parse an xml/svg file and have their own entity system. More... about 12 years ago
Use an xml file and png to create an enemy atlas that can generate entities More... about 12 years ago
Add entity based bullet emitter More... about 12 years ago
Convert Player to be an entity generator More... about 12 years ago
I forgot, consts are now a package instead of a class with contained classes More... about 12 years ago
Field display is handled entirely by the RenderSystem now More... about 12 years ago
Create an Entity System using Artemis Entity System. Here's all the components to be used as well as their systems More... about 12 years ago
Do a lot to get the player and field rendering in its own section Player is able to move around Banners pop up when low ammo and low hp notifications are sent by the player they are observing More... about 12 years ago
Input should be fixed now, apparently input listening of keys doesn't chain down the stage More... about 12 years ago
Try making the score field. I'm having a bit of trouble getting the text to display More... about 12 years ago
Redo the Stat bars and key display and add the disc to the keys ui More... about 12 years ago
Redesign the game to just use the libgdx Screen interface Progress advanced quickly, I have most of the UI complete with even field texture scroll. Also we're not using the AssetManager for loading things. This is a lot safer than directly loading and is threaded. Properly sorted a lot of the images More... about 12 years ago
Add a list of various global constants More... about 12 years ago
Add most of the mock up images for the UI design and test level More... over 12 years ago