0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 20, 2023 — May 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added a method to reload player attributes after upgrading is done, solves problem with health not updating More... about 12 years ago
corrected x360 input os dependancies More... about 12 years ago
Minor fixes More... about 12 years ago
Renamed IGameSound to GameSound and implemented a correct equals and also added a hashcode More... about 12 years ago
Updated playerpoints compareTo method and made it more robust by comparing more cases More... about 12 years ago
Addeda method gameOver responsible for what happens when the game has ended More... about 12 years ago
Added logic to bombermanmodel to handle highscore More... about 12 years ago
Added and kind of implemented a menu-click sound into the game More... about 12 years ago
Changed load and saving in Highscore More... about 12 years ago
Fixed bug where no player gets any points when someone enters their fire More... about 12 years ago
Added CompareTo in PlayerPoints and test More... about 12 years ago
Added a hashCode method in KeyBoardInputHandler More... about 12 years ago
fixed bomberman test More... about 12 years ago
did some refactoring and fixed bug where player doesn't get hurt by his own bombs More... about 12 years ago
Added font init to the init method and added a e.printStackTrace() to the catch block More... about 12 years ago
Rewrote the resetScore method to reset the object and renamed it to reset and added a test for it More... about 12 years ago
fonts! More... about 12 years ago
removed whitespace More... about 12 years ago
new images More... about 12 years ago
Added javadoc More... about 12 years ago
Added tests for the position class More... about 12 years ago
Changed setImmortality in player to removeImmortality More... about 12 years ago
Wrote test for method isRoundOver() More... about 12 years ago
Added a method for setting immortality, called setImmortality More... about 12 years ago
fixed names of attributes as displayed in PlayerInfoView More... about 12 years ago
changed background to black More... about 12 years ago
fixed player creation, removed old workaround-fix which is no longer necessary More... about 12 years ago
added more images More... about 12 years ago
Moved all fonts into an own folder named fonts located in the res folder More... about 12 years ago
Added an method enter to the IView interface that is called whenever a state is enter and moved the gui calculations based on the model to the enter method to make the gui more flexible then when it was in the init method More... about 12 years ago