summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2011-05-10Fixed method lines of code of TurnControlBennet Gerlach
2011-05-10Added all missing commentsJannis Harder
2011-05-10Set correct player names :)Matthias Schiffer
2011-05-10WinPanel funktioniert und ist getestet und überhaupt ist alles ganz tollIda Massow
2011-05-10Added toString and equals testsBennet Gerlach
2011-05-10Implemented direct placing of stones via alt-keyBennet Gerlach
2011-05-10Dropping of stones on handJannis Harder
2011-05-10Fixed regression in StoneTray testsJannis Harder
2011-05-10Tests for dropping on handJannis Harder
2011-05-10Implement hand auto-sortMatthias Schiffer
2011-05-10Ehhhhh... fix stone positions in the correct place.Matthias Schiffer
2011-05-10Add tests for hand auto-sortMatthias Schiffer
2011-05-09Implemented positioning of stones on handBennet Gerlach
2011-05-09Fix drop position calculationsBennet Gerlach
2011-05-09Test simple dropping on HandBennet Gerlach
2011-05-09HAnd Range selection implementiert und getestet und funktioniertIda Massow
2011-05-09Angefangener Test für Hand-Steine-verschwinden-fixIda Massow
2011-05-09Fixed the 12-12-7 bugJannis Harder
2011-05-09Implemented range selectingJannis Harder
2011-05-09Solved conflictsIda Massow
2011-05-09Set select + collect on tableJannis Harder
2011-05-09Deselecting whole collectionJannis Harder
2011-05-09Fix an exceptionMatthias Schiffer
2011-05-09Remove some unneeded comments and importsMatthias Schiffer
2011-05-09Fixed some positioning issuesMatthias Schiffer
2011-05-09Fix table scale settingMatthias Schiffer
2011-05-09Fix rounding errors in stone positioning on tableMatthias Schiffer
2011-05-09Allow laying out stone setsMatthias Schiffer
2011-05-09Another fix for the Table pickUpStone methodMatthias Schiffer
2011-05-09Allow calling pickUpStone for nonexistant stonesMatthias Schiffer
2011-05-08Zwischencommit weil Ida so müde ist, eigentlich nichts passiertIda Massow
2011-05-08Make Table.pickUpStone return the the stone sets that are createdMatthias Schiffer
2011-05-08getPlayer entfernt, weil es getNthNextPlayer gibt. Warnings beseitigt.Ida Massow
2011-05-06Fix formatting and documentation in util packageMatthias Schiffer
2011-05-06Handle click events next to the collection as click events for the tableMatthias Schiffer
2011-05-06Display time in red when 10 seconds or less is leftMatthias Schiffer
2011-05-06Added hover effectsMatthias Schiffer
2011-05-06Got rid of alpha blending in TablePanelMatthias Schiffer
2011-05-06Rework collection borderMatthias Schiffer
2011-05-06Make StoneCollectionPanel opaqueMatthias Schiffer
2011-05-06A lot of view performance optimizationsMatthias Schiffer
2011-05-06Add winning notification and fix test...Matthias Schiffer
2011-05-05Add stone dealing to RoundControl and fix some tests... again.Matthias Schiffer
2011-05-05Added collection stone clickBennet Gerlach
2011-05-05Implemented deselecting on turn endJannis Harder
2011-05-05Add some endOfTurn handling to RoundControlMatthias Schiffer
2011-05-05Implemented stone clicking on handBennet Gerlach
2011-05-05Changed TurnControl to use Connections to remove listenersJannis Harder
2011-05-05Implemented Connection creation in event classesJannis Harder
2011-05-05Added tests for ConnectionJannis Harder