summaryrefslogtreecommitdiffstats
path: root/Game.cpp
AgeCommit message (Expand)Author
2011-11-30~Doxygen-style commented. Not exactly doxygen but compatible and close enough.mario
2011-11-30Changed all Player& to Player*mario
2011-11-29Merge branch 'master' of gitolite@notk.org:trolltronBenjamin Cohen
2011-11-29- Add drawString methodBenjamin Cohen
2011-11-29removed and reordered includesDominique Martinet
2011-11-29Merge branch 'master' of notk.org:trolltronDominique Martinet
2011-11-29fixed BOOM disappearing if others hit just behind youDominique Martinet
2011-11-29Game pauses when 1 or 0 player leftmario
2011-11-29factorized some codeDominique Martinet
2011-11-29fixed keys on restartDominique Martinet
2011-11-29exported randomThreshold from AIController, made function for restartDominique Martinet
2011-11-29inverted a for and a try-catch; made it so that where you were before doesn't...Dominique Martinet
2011-11-29fixed the cleanup of JUST_MOVED if someone else boomed into youDominique Martinet
2011-11-29Added keyboard support (still mixes left and right)mario
2011-11-29fixed more uninitalized valuesDominique Martinet
2011-11-29Merge branch 'master' of notk.org:trolltronDominique Martinet
2011-11-29better AI, removed debugDominique Martinet
2011-11-29Fixed warnngs (implicit casts and float/double conversionmario
2011-11-29changed resize to clear, answered question in ~Gamemario
2011-11-29resize m_vPlayers first and change attributesDominique Martinet
2011-11-29added calls to AI, something's weird..Dominique Martinet
2011-11-29more AI preparationDominique Martinet
2011-11-29more AI work, just gotta make the compiler happy now... where's mario when we...Dominique Martinet
2011-11-29fixed spaces to tab, added some comments and prepared a place to call AI callsDominique Martinet
2011-11-29updated question with an possible answer.. please answer it?Dominique Martinet
2011-11-29fixed boomsDominique Martinet
2011-11-29fixed exception out_of_range, added a //FIXMEDominique Martinet
2011-11-29Awesome starting point\!Dominique Martinet
2011-11-28fixed stuff, removed some debugDominique Martinet
2011-11-28more debug and some fixesDominique Martinet
2011-11-28player is on himself first thing, don't kill him...Dominique Martinet
2011-11-28removed color from playerDominique Martinet
2011-11-28initialize cell's player...Dominique Martinet
2011-11-28set player coordinate on the field on initDominique Martinet
2011-11-28Ajout du display, implémentationmario
2011-11-28reverted to old cell typeDominique Martinet
2011-11-28added FIXME notesDominique Martinet
2011-11-28kill the player we ran into as well..Dominique Martinet
2011-11-28fix comment :pDominique Martinet
2011-11-28fixed some stuffDominique Martinet
2011-11-27minor implementation, fixed stuff, etcDominique Martinet
2011-11-25initial commitJoachim Jablon