Commit graph

  • 477e8e9b82 Fix NetworkRoundControl test Matthias Schiffer 2011-06-20 04:25:14 +02:00
  • 39da662f0d Don't show show the human player panel before the turn is started and the stones are displayed Matthias Schiffer 2011-06-20 04:22:23 +02:00
  • a97b8445a2 Fix player types in received game settings Matthias Schiffer 2011-06-20 04:12:11 +02:00
  • f37219cfbf Include libs and dedicated server Jannis Harder 2011-06-20 04:03:32 +02:00
  • 338f2c1c42 Hide ConnectPanel after connection is opened Matthias Schiffer 2011-06-20 04:02:10 +02:00
  • f3f8ffe462 Added NetworkGameControl Matthias Schiffer 2011-06-20 03:59:04 +02:00
  • e79295f271 Tests wieder heile dank MockConnectPanel Ida Massow 2011-06-20 03:24:11 +02:00
  • 8a3e4c3e26 Finished side panel info Jannis Harder 2011-06-20 03:19:02 +02:00
  • 4df5c0e665 Implemented login error messages Bennet Gerlach 2011-06-20 03:06:46 +02:00
  • ace7175f1a Continued side panel Jannis Harder 2011-06-20 02:19:47 +02:00
  • fcf33eb280 Add client side to NetworkRoundControl test and implementation Matthias Schiffer 2011-06-20 00:40:55 +02:00
  • ec54bde90a Show heap size in side panel Jannis Harder 2011-06-19 23:42:19 +02:00
  • 9df5497276 Make NetworkRoundControl test work Matthias Schiffer 2011-06-19 23:19:01 +02:00
  • 890051a3e9 joker count can now be zero Bennet Gerlach 2011-06-19 22:38:08 +02:00
  • 2c3f5b53e1 räusper... Ida Massow 2011-06-19 22:30:04 +02:00
  • 10153f76a1 Fix mock and tests Ida Massow 2011-06-19 22:27:24 +02:00
  • fc6d3d46db quit warnings funktionieren Ida Massow 2011-06-19 22:27:21 +02:00
  • 45656861ab Added NetworkRoundControlTest and started NetworkRoundControl and NetworkTurnControl implementation Matthias Schiffer 2011-06-19 19:46:06 +02:00
  • 9b7aac51f5 fixed color in start turn panel Bennet Gerlach 2011-06-19 19:44:00 +02:00
  • b875e44530 pause panel and start turn panel now show player color Bennet Gerlach 2011-06-19 19:31:55 +02:00
  • 4231fad826 Fixed aborting of computer turns Jannis Harder 2011-06-19 19:05:30 +02:00
  • dcf87994cb Show side panel only ingame Jannis Harder 2011-06-19 18:53:02 +02:00
  • 705698670a Show current game settings Jannis Harder 2011-06-19 18:31:05 +02:00
  • 2db77addd9 Added minimal sizes and some more side panel code Jannis Harder 2011-06-19 18:31:03 +02:00
  • d0d349e5a8 Fix warnings Ida Massow 2011-06-19 16:11:23 +02:00
  • 92fe29000b Load error, save default file, save disable Ida Massow 2011-06-19 16:11:20 +02:00
  • 0506b7f154 Tests fürs Netzwerk fertig und laufen Ida Massow 2011-06-19 12:34:13 +02:00
  • f0c5aa5092 Neue Tests fürs Netzwerk Ida Massow 2011-06-19 03:43:25 +02:00
  • fe7a2bc0ee Started implementing of side panel Jannis Harder 2011-06-19 03:23:37 +02:00
  • bf24a9279a Start game button in a network game sends an event Bennet Gerlach 2011-06-19 02:47:38 +02:00
  • 4ddf87fc96 Test für game join control Ida Massow 2011-06-19 02:45:49 +02:00
  • f641b76bca Added table update event to turn control and round control Matthias Schiffer 2011-06-19 01:40:14 +02:00
  • c7069227f3 Tests für networkControl fertig Ida Massow 2011-06-19 01:14:14 +02:00
  • 7396a4ee85 Refactor ConnectionControl Matthias Schiffer 2011-06-19 00:58:06 +02:00
  • 71f1f20d35 Added network test classes Jannis Harder 2011-06-19 00:56:29 +02:00
  • d47e291d19 Tests für NetworkControl Ida Massow 2011-06-19 00:28:23 +02:00
  • 80f0c0d43f Tests verkürzt Ida Massow 2011-06-19 00:28:19 +02:00
  • 479384d6bf Correctly show invalid sets Matthias Schiffer 2011-06-19 00:14:27 +02:00
  • e8549b95df Don't throw exceptions on very small window sizes Matthias Schiffer 2011-06-18 23:07:14 +02:00
  • 92bea55251 Pausing now possible during AI turns Bennet Gerlach 2011-06-18 23:06:06 +02:00
  • 1bddf11ce0 Fix NullPointerException on pause mode Matthias Schiffer 2011-06-18 18:07:48 +02:00
  • 6ffc2c38a2 Kommentare Ida Massow 2011-06-18 17:41:43 +02:00
  • 297d5de03e Move some code to AbstractSettingsControl for consistency Matthias Schiffer 2011-06-18 17:36:09 +02:00
  • 00fb313b89 Juhu, alle test tun wieder Ida Massow 2011-06-18 17:32:08 +02:00
  • 0ada4609a0 Fixed bug in AI (threw Internal AI Error, stones in hand weren't solved) Bennet Gerlach 2011-06-18 16:41:55 +02:00
  • ac3c13c50b Ca. 150 Zeilen überflüssigen Code entfernt Ida Massow 2011-06-18 16:19:20 +02:00
  • bc835d499f Fix many comments, fix tests, fix complexity Ida Massow 2011-06-18 15:01:21 +02:00
  • 823ef9d4fe Feedback Jannis Harder 2011-06-18 04:39:16 +02:00
  • c50fd5d701 Created IConnectionControl and preliminary MockConnectionControl Jannis Harder 2011-06-18 03:23:30 +02:00
  • 325802a215 Fixed scaling in pause mode Jannis Harder 2011-06-18 03:11:06 +02:00
  • a61bca2c60 Added missing file Jannis Harder 2011-06-18 03:11:05 +02:00
  • a77a87994f Fixed hand sorting in inspect turn Jannis Harder 2011-06-18 03:05:36 +02:00
  • caa49d174b Finished network game setup (without starting) Jannis Harder 2011-06-18 03:05:35 +02:00
  • 626f4bd9ab Implemented color changing in game begin panels Jannis Harder 2011-06-18 02:34:07 +02:00
  • fbf5cc3572 Simplified ConnectionControl Jannis Harder 2011-06-18 01:25:26 +02:00
  • 5aa115f4db Fix leaveGame Jannis Harder 2011-06-18 00:57:04 +02:00
  • 4db4ec03d7 Moved filtering for UUIDs into ConnectionControl Jannis Harder 2011-06-18 00:40:41 +02:00
  • 9fe061f21c Man kann ein Spiel joinen und auch wieder verlassen Ida Massow 2011-06-18 00:22:11 +02:00
  • 4860867fe8 halbfertige netzwerkdinge Ida Massow 2011-06-17 22:24:23 +02:00
  • 5a4d1ccb12 Removed AIUtil Jannis Harder 2011-06-17 22:12:43 +02:00
  • 47bf19036e Use new AI for computer players Jannis Harder 2011-06-17 22:12:41 +02:00
  • a07e723242 StartTurn panel für einen menschlichen spieler angepasst Ida Massow 2011-06-17 20:00:45 +02:00
  • 4f71c5cb47 Kommentare und 2 Methoden, die jetzt kurz genug sind Ida Massow 2011-06-17 20:00:43 +02:00
  • 2c9f1d5d20 Implemented getResult and abort in TurnLogic Jannis Harder 2011-06-17 17:41:55 +02:00
  • 5ae0590dbc Testcase for NoLimits initial meld possible test Jannis Harder 2011-06-17 17:41:53 +02:00
  • e06ba8ea13 Reimplemented AI (old one was too slow) Jannis Harder 2011-06-17 17:41:52 +02:00
  • 1b9c7c4778 Start implementing color changing over network Matthias Schiffer 2011-06-15 19:02:13 +02:00
  • 3ffad85972 Implemented initial meld test using new AI Jannis Harder 2011-06-14 21:05:15 +02:00
  • 751d5a3aa9 Fixed player name label HTML bug Matthias Schiffer 2011-06-14 18:07:42 +02:00
  • c84bebceb7 Fix some GUI bugs in network related panels Matthias Schiffer 2011-06-14 17:57:19 +02:00
  • 99c3d48f10 Several speed optimizations Jannis Harder 2011-06-14 17:48:26 +02:00
  • 0a63df955e Cache propagators Jannis Harder 2011-06-14 17:48:24 +02:00
  • 7568f37824 Added TurnLogic with rule variables and constraints Jannis Harder 2011-06-14 17:48:22 +02:00
  • 79767f762e Show Human/Network type correctly on game join Matthias Schiffer 2011-06-14 17:18:13 +02:00
  • ebacf1ae74 Implement joining games Matthias Schiffer 2011-06-14 04:55:24 +02:00
  • 4879b7b93e Display open games correctly Matthias Schiffer 2011-06-14 02:43:55 +02:00
  • f6b1c638a1 Adjust SettingsPanel player settings tab for game offer panel Matthias Schiffer 2011-06-14 02:43:53 +02:00
  • d2e65f4346 Start implementing NETWORK_OFFER mode of the settings panel Matthias Schiffer 2011-06-14 01:53:59 +02:00
  • eee80d605c neue GameOfferControl Ida Massow 2011-06-14 00:55:58 +02:00
  • 8e0669a737 Der zurück-Button tut was Ida Massow 2011-06-14 00:11:34 +02:00
  • fc07d3bca6 Finished solver core Jannis Harder 2011-06-14 00:10:38 +02:00
  • d223eaaa98 es gibt eine AbstractSettingsControl Ida Massow 2011-06-13 23:57:02 +02:00
  • f5a05f2c8d Kommentare und kleinere Umbauten Ida Massow 2011-06-13 23:31:47 +02:00
  • 570187c950 Implemented most of network settings control Matthias Schiffer 2011-06-13 22:29:28 +02:00
  • 741a94953f Removed debug output from fdsolver test Jannis Harder 2011-06-13 22:23:24 +02:00
  • 2b4ad89e72 Restructured fdsolver api and made first test succeed Jannis Harder 2011-06-13 22:19:31 +02:00
  • a15626ac3b Liste der Spielertypen ist setzbar Ida Massow 2011-06-13 19:22:01 +02:00
  • 56797840e2 Buttons im Settings panel sind richtig im netzwerk und außerhalb Ida Massow 2011-06-13 18:22:57 +02:00
  • 70d6ae6d74 Player Type in player settings verschoben Ida Massow 2011-06-13 18:22:55 +02:00
  • a4faa8db23 Fix SettingsControl.checkSettings method length Matthias Schiffer 2011-06-13 17:19:26 +02:00
  • 9f2d3aa5cd noch mehr Kommentare Ida Massow 2011-06-13 17:15:37 +02:00
  • ce7d43e365 Viele viele Kommentare, einige zu lange oder zu komplexe Methoden gefixt Ida Massow 2011-06-13 16:29:09 +02:00
  • 6ac71b62e3 Added variant buttons to option panel Matthias Schiffer 2011-06-11 04:45:28 +02:00
  • 4fbbcb5e06 Scrollable option tab in SettingsPanel Matthias Schiffer 2011-06-11 04:16:58 +02:00
  • 014c4c357d Fix mock Matthias Schiffer 2011-06-11 04:16:57 +02:00
  • 2c4d2ba28b No Limits implementiert und getestet, geht Ida Massow 2011-06-11 04:09:29 +02:00
  • 8b1e09f025 Wir haben noch einen classify-Bug gefunden... und behoben Ida Massow 2011-06-11 04:09:27 +02:00
  • acc1b64fe7 Add test for no limits Matthias Schiffer 2011-06-11 03:15:15 +02:00
  • f4972b339b Transmit a whole GameSettings object with game offers Matthias Schiffer 2011-06-11 03:15:13 +02:00
  • dbd57d4218 Add NetworkSettingsControl Matthias Schiffer 2011-06-11 03:15:12 +02:00