0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 29, 2023 — Apr 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Impact after refactoring methodname in previous commit More... almost 12 years ago
Javadoc in Player and refactored some player name and deleted duplicate methods More... almost 12 years ago
Added more testMethods to PlayerTest More... almost 12 years ago
Fixed bug in player equals where it used == instead of equals when checking tilePositions equality More... almost 12 years ago
Smaller gui changes to MainMenuView More... almost 12 years ago
Added a package called guiutils and a class GUIUtils that contains util methods like getting the gamefiled size, fonts and centering texts etc More... almost 12 years ago
Renamed all the maps using a more logical name convention, also added a new map that is a copy of map_0 but instead it uses walls where there map_0 uses pillars More... almost 12 years ago
Added a method in MapLoader that returns a list containing copies of all the gamemaps More... almost 12 years ago
Moved the maploader class into the util package. Also changed the GameMap contstructor to take an Tile[][] as param instead of using the maploader to create it More... almost 12 years ago
Moved the position classes in the model from the util package into their own package called positions More... almost 12 years ago
Added a file in the Util package Utils that contains static util methods and moved the copyMatrix method from maploader into the Utils class and also the matrixEquals method from GameMapTest More... almost 12 years ago
Extracted all the methods from GameController into an interface IGameController More... almost 12 years ago
Added a test for the getAttributes method in PlayerAttributesTest and remove one method that is not being used in PlayerAttributs More... almost 12 years ago
Added hashCode and equals method to all the classes in the walkable package, also added test for all the methods More... almost 12 years ago
Minor fix More... almost 12 years ago
Added equals and hashcode to the classes in the nonwalkable package and tests for the methods More... almost 12 years ago
Added test for the reset method in GameMapTest More... almost 12 years ago
Added some more tests to BombermanModelTest More... almost 12 years ago
Minor additions the the ScoreTest and BoxTest More... almost 12 years ago
Minor fix More... almost 12 years ago
Wrote the testHashCode method in the ScoreTest More... almost 12 years ago
Wrote the testGetMap method in the GameMapTest class More... almost 12 years ago
Wrote some javadoc in BombermanModel More... almost 12 years ago
Small fix More... almost 12 years ago
Moved some of the code from init to enter in order to make the game restartable More... almost 12 years ago
Continued implementing the gameover state, added an view to the state and enabled to navigate back to the main menu screen and also added a reset method that reset the model enabling the players to start a new game More... almost 12 years ago
Added a method gameReset that reset the all the models instance variables that are assoisiated with a game enabling it to restart More... almost 12 years ago
Added a removeAllInputHandlers method that removes all the player created inputhandlers and creates default inputhandlers More... almost 12 years ago
Contined with the decomposition of the GameplayState and also refactored away the reset method in the ibombermanmodel interface, which means that the methods roundOver and matchOver calls the reset methods internally. This meant that i added the resetRoundStats method from gamecontroller in the ibombermanmodel interface More... almost 12 years ago
Added and updated documentation for the ibomermanmodel interface also moved around some code, so that it is now in a more logic order More... almost 12 years ago