index
:
xblast
master
[ARCHIVED 2016] A network multiplayer Bomberman-like game written in Java
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Fix non-static enum constants
04_bonus_gamestate
Pacien TRAN-GIRARD
2016-03-15
*
Merge branch '04_bonus_and_game_state' into 'master'
Pacien
2016-03-15
|
\
|
*
Restore doc fixes and reformatting
Pacien TRAN-GIRARD
2016-03-15
|
*
Implement the applyTo method for INC_BOMB and INC_RANGE
Timothée Floure
2016-03-15
|
*
Fix cast ambiguity
Pacien TRAN-GIRARD
2016-03-15
|
*
Simplify code
Pacien TRAN-GIRARD
2016-03-15
|
*
Code clean up and reformatting
Pacien TRAN-GIRARD
2016-03-15
|
*
Reformat provided classes
Pacien TRAN-GIRARD
2016-03-15
|
*
Add List permutation function and its test
Pacien TRAN-GIRARD
2016-03-15
|
*
Add the nextBlasts method to the GameState class
Timothée Floure
2016-03-14
|
*
Fill the GameState class as requested in week 04
Timothée Floure
2016-03-14
|
*
Fill the Time & Ticks interfaces + the Block & Bonus enums as requested
Timothée Floure
2016-03-12
|
*
Structure of the fourth week assignment
Timothée Floure
2016-03-09
|
*
Import NameCheck04 and GaneStatePrinter (given files for the week 4)
Timothée Floure
2016-03-08
|
/
*
Use this class reference
03_players_bombs
Pacien TRAN-GIRARD
2016-03-07
*
Merge branch '03_players_and_bombs' into 'master'
Pacien
2016-03-07
|
\
|
*
Reformat code
Pacien TRAN-GIRARD
2016-03-07
|
*
Fix non-sense non-empty null check
Pacien TRAN-GIRARD
2016-03-07
|
*
Elaborate documentation (fix missing doc and typos)
Pacien TRAN-GIRARD
2016-03-07
|
*
Fix Player id getter failure
Pacien TRAN-GIRARD
2016-03-07
|
*
Fix default life-state and directed position sequences Player constructor
Pacien TRAN-GIRARD
2016-03-07
|
*
Fix Bomb secondary constructor for decreasing fuse lengths sequences
Pacien TRAN-GIRARD
2016-03-07
|
*
Remove useless lines from the secondary builder of the Player class
Timothée Floure
2016-03-07
|
*
Fix the Bomb & Player secondary builder
Timothée Floure
2016-03-07
|
*
Add NameCheck03
Timothée Floure
2016-03-07
|
*
Basics of the third week (Player & Bomb)
Timothée Floure
2016-03-07
*
|
Merge branch 'conventions' into 'master'
Timothée Floure
2016-03-03
|
\
\
|
*
|
Adding convention reference
Pacien TRAN-GIRARD
2016-03-03
|
/
/
*
|
Merge branch '02_board' into 'master'
02_board
Pacien
2016-03-01
|
\
\
|
*
|
Disambiguate test assertions
Pacien TRAN-GIRARD
2016-03-01
|
*
|
Automatic code cleanup
Pacien TRAN-GIRARD
2016-03-01
|
*
|
Reformat code and doc-blocks
Pacien TRAN-GIRARD
2016-03-01
|
*
|
Board class : fix magic numbers in comments
Timothée Floure
2016-03-01
|
*
|
Board Class : remove magic numbers + get ride of duplicated code
Timothée Floure
2016-03-01
|
*
|
Add the test related to the blockAt() method
Timothée Floure
2016-03-01
|
*
|
Add the blocksAt() and blockAt() methods to the Board class
Timothée Floure
2016-03-01
|
*
|
Fix typo in function name
Pacien TRAN-GIRARD
2016-02-29
|
*
|
Remove redundant explicit type declaration
Pacien TRAN-GIRARD
2016-02-29
|
*
|
Add mirrored list size test
Pacien TRAN-GIRARD
2016-02-29
|
*
|
Rewrite list mirroring function and add test
Pacien TRAN-GIRARD
2016-02-29
|
*
|
Fix typo in constant name
Pacien TRAN-GIRARD
2016-02-29
|
*
|
Elaborate documentation
Pacien TRAN-GIRARD
2016-02-29
|
*
|
Reformat code
Pacien TRAN-GIRARD
2016-02-29
|
*
|
Add missing library
Pacien TRAN-GIRARD
2016-02-29
|
*
|
Elaborate class documentation
Pacien TRAN-GIRARD
2016-02-29
|
|
/
|
*
Fix typo in comment + remove tests on null input
Timothée Floure
2016-02-29
|
*
Add the Lists and Board Class + the Ticks Interface. Add the tests
Timothée Floure
2016-02-27
|
*
Add the Block enum and the Ticks interface
Timothée Floure
2016-02-24
|
/
*
Add Timothée FLOURE as @author + autoformat code using eclipse
01_cells
Timothée Floure
2016-02-24
*
Refactor neighbor computation using directional vectors
Pacien TRAN-GIRARD
2016-02-22
[next]