0
I Use This!
Inactive

Commits : Listings

Analyzed 7 days ago. based on code collected 7 days ago.
May 28, 2023 — May 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removed the player creation part from bombermanmodel More... about 12 years ago
Fixed that a player gets points for hitting itself or exploding its own bombs More... about 12 years ago
Added a getDestroyedPointGiver method to player and upated the roundinfoview which is now displaying a players stat More... about 12 years ago
Updated and added documentation More... about 12 years ago
Minor fixes More... about 12 years ago
Decomposed the update method and introduced states to seperate the behaviour into different methods More... about 12 years ago
changed directions to floats to accomodate diagonal directions to be implemented for move, also, images More... about 12 years ago
new images More... about 12 years ago
Added transitions when switching betwheen states More... about 12 years ago
Minor Changes in the roundOver method and gameRunning More... about 12 years ago
Minor changes More... about 12 years ago
Major refactoring in the PlayerPoints class and made it more scalable by adding a interface Destroyable implemented by all elements in the game that is supposed to be destroyable and takes over two methods from the tile interface: onFire and getToughness More... about 12 years ago
Made the playerpoints test more customisable More... about 12 years ago
Renamed AudioEventBus to AudioEventListener More... about 12 years ago
added a new event-type More... about 12 years ago
temporary fail users from bombermanmodel moved to wall and input for them removed More... about 12 years ago
bombs now only placeable on floor More... about 12 years ago
new images and various image related fixes More... about 12 years ago
Gamesounds is now fully functional and new sounds is implementable More... about 12 years ago
removed unnecessary imports More... about 12 years ago
Trying to play a backgroundmusic that is alredy playing will no longer restart the song More... about 12 years ago
separated player creation and controller assignment More... about 12 years ago
minor changes More... about 12 years ago
renamed fonts More... about 12 years ago
Moved EventType to constants More... about 12 years ago
Changed names of the events More... about 12 years ago
Changed name of SoundType to EventType More... about 12 years ago
Added new smaller mc font More... about 12 years ago
Changed dependencies of audioEventBus from bombermanModel to GameplayState More... about 12 years ago
changed mc font More... about 12 years ago