0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 20, 2023 — May 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Stared decomposite the Gameplaystate and changing name of some of the inner states, also added a new state gameoverstate and that the players redirect to that state when the game is over More... about 12 years ago
Forgot to actually test the resetRoundsTest in its own test in GameControllerTest More... about 12 years ago
Forgot to include the PowerUpFactory class in its new location More... about 12 years ago
Moved the powerupfactory class into the walkable package to avoid Circular dependencies More... about 12 years ago
Added a resetRoundsWin method to the gamecontroller and also added a test for the method, also modified the gameplaystate to use the methods in the ibombermanmodel roundOver,matchOver and gameOver from the gamecontroller object More... about 12 years ago
Added a temporary fix #19 the problem is that we used a mutable object as key in a hashmap More... about 12 years ago
Rewrote parts of the GameController so that some of its responsibility is now in the player class More... about 12 years ago
Added music to the splashscreen More... about 12 years ago
removed unnecessary import More... about 12 years ago
added splash screen More... about 12 years ago
removed debug println More... about 12 years ago
player blinks when hit More... about 12 years ago
Changed text in mainmenu More... about 12 years ago
Fixed merge More... about 12 years ago
Added support in the model for diagonal movement More... about 12 years ago
Changed so Esc in SetupGameState sends you back to mainmenu More... about 12 years ago
Fixed navigation in Mainmenu More... about 12 years ago
Added updateGame test to BombermanModelTest More... about 12 years ago
Minor change in FPositionTest where I now use Float.floatToIntBits() before testing for equality More... about 12 years ago
Tweeked the toString() it does the same thing but much better More... about 12 years ago
Fixed bugs in GameController More... about 12 years ago
Fixed bug where the loadList method overwrites the scorelist to null if there is no previous highscore file on the users harddrive More... about 12 years ago
Added a MapTileFactory responsible for creating tiles that is located on the gameMap when it is init, also did som refactoring in the maploader class More... about 12 years ago
Updated the toString in GameMap to a more suitable one More... about 12 years ago
Added a test for the fposition class and also updated fposition to use Float.floatToIntBits() in hashCode and equals More... about 12 years ago
Added a method in GameController test that returns how many matches a player has won and a test for the method, I has also changed how to GameController handles how many rounds a player has won internally More... about 12 years ago
Added a check to pointGiver in players hashCode method More... about 12 years ago
Fixed typos in the equals method More... about 12 years ago
Added a test in BombermanModel and minor fix in Fire More... about 12 years ago
Added methods in the FileScanner object to extract all the text from a file and also a method to list all the files in a folder, which basicly means that I extracted the io code from maploader and inserted it into FileScanner More... about 12 years ago