Commit Graph

  • 5f78b92d6c Merge commit '1c8ba1e1c1f4ae0b45742d49762f54bf86a2b12d' into HEAD master Jenkins 2022-02-17 22:11:05 +0100
  • 1c8ba1e1c1 Merge commit '8bbad65768b6c487421bcc043329efd6eb29c844' into HEAD develop Jenkins 2022-02-17 22:09:47 +0100
  • 8bbad65768 Add Main Menu feature_MainMenu kfkama 2022-02-17 22:08:44 +0100
  • 92e0e32ef9 Merge commit 'b1e7a31280623d87f9c6012c5ddf5cad6fdf0fa1' into HEAD Jenkins 2022-02-17 21:16:43 +0100
  • b1e7a31280 fix .gitignore, again...again Minesweeper_Game kfkama 2022-02-17 21:16:31 +0100
  • 7738993b29 fix .gitignore, again kfkama 2022-02-17 20:54:55 +0100
  • cc5b606d34 Merge commit '91c5969d9cd2ed4c0ba2e8fddb0f70a46d59aa0b' into HEAD Jenkins 2022-02-17 20:45:38 +0100
  • 4d0c23ece7 Merge commit 'e3215fc44c8b339838de193d401104350e00453d' into HEAD Jenkins 2022-02-17 20:25:11 +0100
  • 0262d65cea Merge commit '520c5dc3a0a5320891b6b01374ee9101ca02c4bd' into HEAD Jenkins 2022-02-17 20:20:21 +0100
  • 520c5dc3a0 Bugfix timer reset feature_Minesweeper_Timer kfkama 2022-02-17 20:19:19 +0100
  • d6f1baffe9 Timer stops while game end dialog is open kfkama 2022-02-17 20:18:46 +0100
  • 1a7908fa2a Reset timer on game end kfkama 2022-02-17 20:09:28 +0100
  • 8128061c09 Add reset to TimerLable kfkama 2022-02-17 20:07:22 +0100
  • 1a8df9a1a9 Display TimerLable kfkama 2022-02-17 20:03:24 +0100
  • f902c3550b Add TimerLable class with basic logic kfkama 2022-02-17 20:02:43 +0100
  • 42af096d06 Merge commit '896413211c40fcb697d435dca1435d5e0709e27f' into HEAD Jenkins 2022-02-17 19:49:25 +0100
  • 896413211c Bugfix worng colors on unflag feature_Minesweeper_Playfield kfkama 2022-02-17 19:47:31 +0100
  • 9c2de1f2f7 Bugfix numbers not showen kfkama 2022-02-17 19:44:48 +0100
  • c851d634f8 Merge commit '3160bf1ed58da47da6d6d1011f72843e068acb8e' into HEAD Jenkins 2022-02-17 19:35:23 +0100
  • 3160bf1ed5 Merge branch 'Minesweeper_Game' into feature_Minesweeper_Playfield kfkama 2022-02-17 19:33:59 +0100
  • 5c365de0d2 .gitignore fix kfkama 2022-02-17 19:17:40 +0100
  • 968c93804d Refactore Minesweeper, Playfield kfkama 2022-02-17 19:05:16 +0100
  • 02c2b01d95 Reveal all bombs on game end kfkama 2022-02-17 19:01:56 +0100
  • 7c6706bc20 Changed Colors kfkama 2022-02-17 18:59:03 +0100
  • 430ff09228 Add reveal cell function kfkama 2022-02-17 18:49:51 +0100
  • c6c2328e4a Changed victory end to reset kfkama 2022-02-17 18:32:48 +0100
  • 5d1aba4408 Flagged number cells count as flooded kfkama 2022-02-17 16:38:16 +0100
  • 7de023fa3e Flagged cells will not be flooded kfkama 2022-02-17 16:30:00 +0100
  • e3215fc44c Merge commit '462b2e0a5f912868170a9b19781aba1d9247cb3c' into HEAD solitaer_Game Jenkins 2022-02-17 16:28:07 +0100
  • d6178355de Bugfix early victory kfkama 2022-02-17 16:06:34 +0100
  • 3c6f092049 Add flagging logic to cell kfkama 2022-02-17 16:03:42 +0100
  • d0594cba7e Flagging on right click kfkama 2022-02-17 15:55:18 +0100
  • b635c64d4f Game End: Victory kfkama 2022-02-17 15:12:36 +0100
  • 4cbfc45a3d Game End: Clicked on Mine kfkama 2022-02-17 15:02:28 +0100
  • d718f86c52 Made playfield resetable kfkama 2022-02-17 14:58:58 +0100
  • 30903220e9 Refactore Playfield kfkama 2022-02-17 14:53:51 +0100
  • b51cfb6732 Change update for celltype bomb kfkama 2022-02-17 14:48:48 +0100
  • 4d97b75dba Add floodfill on click kfkama 2022-02-17 14:40:07 +0100
  • cc10c4fdde Show proximity values on cells kfkama 2022-02-17 13:47:23 +0100
  • 0e2ea58e57 Add bomb proximity with test kfkama 2022-02-17 12:56:43 +0100
  • 380e848e38 Refactore Playfield kfkama 2022-02-17 11:40:31 +0100
  • aa04d679bd Moved playfield logic to new class kfkama 2022-02-17 11:36:45 +0100
  • 1dc0576f7b Add bomb placement kfkama 2022-02-17 11:13:53 +0100
  • 665d7c1232 Add Cell to Minesweeper, replacing JButtons / Move playfield to center kfkama 2022-02-16 18:27:51 +0100
  • 44a39db750 Add class Cell kfkama 2022-02-16 18:17:21 +0100
  • 00b6ab308c Refactore MinesweeperGame kfkama 2022-02-16 16:56:45 +0100
  • 88de22364d Add class MinesweeperGame with basic playfield gen. kfkama 2022-02-16 16:49:01 +0100
  • 91c5969d9c Merge commit '848a5ba499d335d70de776f8626c65a10942e230' into HEAD TicTacToe_Game Jenkins 2022-02-16 15:57:14 +0100
  • 848a5ba499 Bugfix draw order feature_TicTacToe_Playfield kfkama 2022-02-16 15:51:57 +0100
  • 899ba9bbc4 Requested change to darker colors kfkama 2022-02-16 15:46:55 +0100
  • 3ca691f2a2 Bugfix turn 8 draw kfkama 2022-02-16 15:35:29 +0100
  • 3efe0a8d3e Bugfix unclickable cell kfkama 2022-02-16 15:33:48 +0100
  • 003119fc27 Changed Colors to cross and circle kfkama 2022-02-16 15:31:22 +0100
  • c16481ba50 Merge commit '41b70d270045d59b2ac072081ad35bd9d4b7463c' into HEAD Jenkins 2022-02-16 14:55:43 +0100
  • 41b70d2700 Add Games played to Scoreboard feature_TicTacToe_Scoreboard kfkama 2022-02-16 10:54:30 +0100
  • e7468f1498 Refactor cell, TicTacToe kfkama 2022-02-15 23:45:38 +0100
  • ca9ca4446a Show Scoreboard in TicTacToe game kfkama 2022-02-15 23:38:26 +0100
  • 30f5312440 Add Scoreboard class with basic functions kfkama 2022-02-15 23:31:20 +0100
  • eeafe8c2ae Merge commit 'e5690a005d319fc71ce5b192ffa44440c4f0be1f' into HEAD Jenkins 2022-02-15 22:03:12 +0100
  • 462b2e0a5f Refactor feature_solitaer_Bugfix Alexander Hartung 2022-02-15 20:38:16 +0100
  • e5690a005d Reset game on game end feature_TicTacToe_BasicPlayfield kfkama 2022-02-15 14:24:20 +0100
  • 072610ab1b Game end: Draw, with Test kfkama 2022-02-15 14:12:52 +0100
  • aad8ef8cf9 Refactore: TicTacToe, cell kfkama 2022-02-15 14:04:25 +0100
  • 1b5b077704 Game end: Player wins, with Test kfkama 2022-02-15 13:52:50 +0100
  • e684a87d66 Expanded cell click logic kfkama 2022-02-15 12:49:03 +0100
  • fee8ede799 remove unused pictures Alexander Hartung 2022-02-15 11:48:01 +0100
  • 597dffcc60 Made cell change color on click/Player turns kfkama 2022-02-15 00:05:50 +0100
  • bb5e31ff9f Add cell class kfkama 2022-02-14 23:19:33 +0100
  • 788cf4762f Fix MouseInput GeberStack Alexander Hartung 2022-02-06 22:55:05 +0100
  • b2c43f842d Merge commit '6722a62792900ca9e5a7f5650aab2c3c1a8f1c5f' into HEAD Jenkins 2022-02-06 16:22:39 +0100
  • 6722a62792 Refactor feature_solitaer_MenueBar Alexander Hartung 2022-02-06 16:20:39 +0100
  • 8a594b8918 Fix render when restart Alexander Hartung 2022-02-06 16:13:55 +0100
  • d478ae0cc6 Add MouseInput MenueRestart-Button Alexander Hartung 2022-02-06 15:56:55 +0100
  • c57f31ac02 Add clearStack methode to BaseStack Alexander Hartung 2022-02-06 15:54:29 +0100
  • 2f4e989b9b Add methode restart Alexander Hartung 2022-02-06 15:50:21 +0100
  • e902f029ce Add MouseInput MenueQuit-Button Alexander Hartung 2022-02-06 15:37:30 +0100
  • b8ad7aca06 Add SolitaerMenue Alexander Hartung 2022-02-06 15:30:15 +0100
  • 73edcd59d1 Merge commit '6c2aaeb146d57f157f6b27933c27ca66c487ebfe' into HEAD Jenkins 2022-02-04 22:09:43 +0100
  • 6c2aaeb146 Fix MouseListener feature_solitaer_setup_GamePanel Alexander Hartung 2022-02-04 22:08:17 +0100
  • f6a2f009da Add Shuffel for CardDeck Alexander Hartung 2022-02-04 21:55:24 +0100
  • 337594435a ADD last card to WasteStack Alexander Hartung 2022-02-04 17:11:22 +0100
  • abecb9f8be ADD all remaining Cards to GeberStack Alexander Hartung 2022-02-04 17:02:57 +0100
  • 3576bf0370 ADD Cards to StartStacks Alexander Hartung 2022-02-04 16:57:15 +0100
  • d477a4f2e3 Refactor SolitaerGamePanel Alexander Hartung 2022-02-04 16:45:55 +0100
  • c5a31c3991 Set Layout SaveStack Alexander Hartung 2022-02-04 16:28:19 +0100
  • 8be8a7096b Set Layout Geber- WasteStack Alexander Hartung 2022-02-04 16:19:21 +0100
  • d79fd583f5 Set Layout AblageStacks Alexander Hartung 2022-02-04 16:13:05 +0100
  • a0409b6b94 Set Layout StartStacks Alexander Hartung 2022-02-04 16:04:03 +0100
  • e5a61e092d Merge commit '02ad893dea6a4e153b8040d5fd1c8e402ff5949f' into HEAD Jenkins 2022-02-02 10:51:05 +0100
  • 02ad893dea Init Base UI feature_TicTacToe_BaseUI kfkama 2022-02-02 10:29:28 +0100
  • cd2e0ac545 Merge commit '3ad5083c354c4999ba1c9b2ae4595f7c2a45d9f3' into HEAD Jenkins 2022-01-30 22:44:45 +0100
  • 3ad5083c35 Refactor Card and StartStack feature_solitaer_fix_StartStack Alexander Hartung 2022-01-30 22:43:43 +0100
  • d89b2a0c02 Update check and test from StartStack Alexander Hartung 2022-01-30 22:35:24 +0100
  • f53b5d0685 Merge commit '8b93f0414429295fcd4fc0e20a3eb6e1f0cab381' into HEAD Jenkins 2022-01-30 22:27:49 +0100
  • 5f6b3bbfff Fix MouseInput StartStack Alexander Hartung 2022-01-30 22:26:22 +0100
  • 8b93f04144 Add MouseInput WasteStack feature_solitaer_Geber-_WasteStack Alexander Hartung 2022-01-30 21:56:46 +0100
  • b2be476c38 Refactor GeberStack Alexander Hartung 2022-01-30 21:28:35 +0100
  • ae20cbcbae Add MousInput GeberStack Alexander Hartung 2022-01-30 21:20:56 +0100
  • f83db6a3f9 Add swapGeberWaste Funktion and Add Test Alexander Hartung 2022-01-30 18:38:24 +0100
  • 698569ba07 Add render for WasteStack Alexander Hartung 2022-01-30 18:00:49 +0100