0
I Use This!
Inactive

Commits : Listings

Analyzed about 21 hours ago. based on code collected 1 day ago.
Apr 27, 2023 — Apr 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'master' of ssh://git.dsv.su.se/git/snakehead More... over 12 years ago
Updating the class loader to be using code from http://java.sun.com/developer/onlineTraining/Security/Fundamentals/magercises/ClassLoader/help.html. This seems to work well with bots which are using multiple classes. More... over 12 years ago
Merge branch 'master' of ssh://git.dsv.su.se/git/snakehead More... over 12 years ago
Orkish atm. More... over 12 years ago
Merge branch 'master' of ssh://git.dsv.su.se/git/snakehead More... over 12 years ago
Reenabling one to be able to load multiple instances of the same brain More... over 12 years ago
Added 'crun' (= compile and run) and 'all' (javadoc, compile bots, compile code, jar and run) targets to the build script. More... over 12 years ago
Updated mad to simply continue moving in its given direction, instead of always trying to go NORTH. More... over 12 years ago
Adding a test bot which attempts to use another class to assist in its decision. Shit goes down. More... over 12 years ago
Updating new documentation. More... over 12 years ago
Removed old issues from ISSUES to make it more readable. More... over 12 years ago
Mer städning More... over 12 years ago
Städning More... over 12 years ago
Ändrat metoderna moveHead och removeTail till att returnera positionen som påverkas (så removeTail returnerar den position som segmentet togs bort från ex.vis), samt tagit bort metoden setCurrentDirection. More... over 12 years ago
Adding two issues More... over 12 years ago
Fixing a bug when using the New game button More... over 12 years ago
Blocking calls to System.exit didn't quite work as intended. Temporarily commented out. More... over 12 years ago
Fixing merge conflict More... over 12 years ago
Implementing usage of the Security Manager to prevent things from calling System.exit. More... over 12 years ago
Adding SecurityManager class. More... over 12 years ago
Adding two buttons, restart and new game, to the post game window More... over 12 years ago
SettingsWindow.putThisDamnWindowInMyFace is now the actual method to call setVisible(true), instead of this being done in the constructor, as it was a little unclear More... over 12 years ago
Adding a better debug print for bots that are throwing exceptions More... over 12 years ago
Merge branch 'master' of ssh://git.dsv.su.se/git/snakehead More... over 12 years ago
Some steering of the brain loader class More... over 12 years ago
Removed unnecessary comment. More... over 12 years ago
Updated ISSUES. More... over 12 years ago
Fixed GameResult tiebreaker issue. More... over 12 years ago
You can now have two snakes using the same brain, however it is not possible to reload the brain. We could also need to rename snakes that use the same brain, using an index or something (e.g. if we have two snakes using Mad, the first should be named Mad and the other should be named Mad#2). More... over 12 years ago
Added calculateNextPosition to GameState. More... over 12 years ago