1
0
mirror of https://github.com/JohnBreaux/Boat-Battle.git synced 2024-11-14 21:15:58 +00:00

Commit Graph

  • 0fd0fa63f0 Improve menuing, and convert ships to RigidBody2D for accurate positioning. John Breaux 2021-10-21 01:24:27 -0500
  • e9040293ae Boats work again Chance Atkinson 2021-10-20 22:37:48 -0500
  • 06e131834a Click and drag ships, rotate ships Chance Atkinson 2021-10-20 22:33:14 -0500
  • 4d1327b74f feed the Git gods John Breaux 2021-10-20 21:41:20 -0500
  • 7bea3b1f27 Let Godot do its texture importing thing : John Breaux 2021-10-20 21:40:28 -0500
  • ef53a133b7 Add ship sprites John Breaux 2021-10-20 21:39:46 -0500
  • b397c38eaa Now it can exit to the main menu Chance Atkinson 2021-10-20 21:26:33 -0500
  • d23bba5498 added a grid and made Gameplay.gd Chance Atkinson 2021-10-20 21:21:15 -0500
  • 57d6335016 Add temp. board backgroud John Breaux 2021-10-20 19:43:11 -0500
  • 8345032169 Added Options menu exit functionality hpham474 2021-10-20 12:10:18 -0500
  • 363b32c6cc Minor fix tommy-l-ngo 2021-10-20 11:28:21 -0500
  • 76ced10447 Added option menu UI hpham474 2021-10-20 10:58:06 -0500
  • a5258a8cde Merge branch 'main' of github.com:StatewideInk/Group12 into main Git is case-sensitive. WSL2 is not very case sensitive. Oops! John 2021-10-20 06:35:46 -0500
  • 5ab1ded9f6 Finish debug menu for the night. John Breaux 2021-10-20 06:00:09 -0500
  • 4cbccbbbbe Add help text to debug menu John Breaux 2021-10-20 05:13:24 -0500
  • 5f8c881c1c Make debug menu fully functional, flesh out command bus. John Breaux 2021-10-20 03:18:06 -0500
  • b9947393a5 Working debug menu! No text output yet. John Breaux 2021-10-20 02:26:32 -0500
  • b3da915db8 Change settings for optimal pixelness John Breaux 2021-10-20 01:05:39 -0500
  • 4c48417d7d Actually fix John Breaux 2021-10-20 06:31:39 -0500
  • 5ee0bd93ae Toggle Options Menu Visibility hpham474 2021-10-20 00:33:59 -0500
  • ee468dd572 Overhaul menu system John Breaux 2021-10-20 00:40:31 -0500
  • dcf746b77d Update Title Screen.tscn tommy-l-ngo 2021-10-19 23:44:26 -0500
  • df0f203343 tidy up title screen tommy-l-ngo 2021-10-19 23:39:04 -0500
  • c5e541fc5a Fix scaling settings (how do force integer scale???) John Breaux 2021-10-19 22:24:38 -0500
  • 544b5f41ea Implement debug console drop-down (no commands just yet) and fix UI keybinds. John Breaux 2021-10-19 22:14:30 -0500
  • f420fd9c38 Updated Title Screen tommy-l-ngo 2021-10-19 21:13:23 -0500
  • 07340d2fe6 Pushing what I have of the debug menu so I don't forget. TODO: Pulldown keypress, command processing. John Breaux 2021-10-19 00:10:13 -0500
  • 5e82efbe4c Finish debug menu for the night. ValliantStorme 2021-10-20 06:00:09 -0500
  • 2d1ada2588 Add help text to debug menu ValliantStorme 2021-10-20 05:13:24 -0500
  • b7ba97b1ff Make debug menu fully functional, flesh out command bus. ValliantStorme 2021-10-20 03:18:06 -0500
  • 82501d09b1 Working debug menu! No text output yet. ValliantStorme 2021-10-20 02:26:32 -0500
  • e894ddcce9 Change settings for optimal pixelness ValliantStorme 2021-10-20 01:05:39 -0500
  • cc87cd4e92 Fix ValliantStorme 2021-10-20 00:43:05 -0500
  • e41231da24 Overhaul menu system ValliantStorme 2021-10-20 00:40:31 -0500
  • dca7099627 Toggle Options Menu Visibility hpham474 2021-10-20 00:33:59 -0500
  • 8d43475a2f Update Title Screen.tscn tommy-l-ngo 2021-10-19 23:44:26 -0500
  • 0a1a9b8d35 tidy up title screen tommy-l-ngo 2021-10-19 23:39:04 -0500
  • a2f1fe6730 Fix scaling settings (how do force integer scale???) ValliantStorme 2021-10-19 22:24:38 -0500
  • b12bf4a98e Implement debug console drop-down (no commands just yet) and fix UI keybinds. ValliantStorme 2021-10-19 22:14:30 -0500
  • ee3465a295 Updated Title Screen tommy-l-ngo 2021-10-19 21:13:23 -0500
  • fbadc76d4f Pushing what I have of the debug menu so I don't forget. TODO: Pulldown keypress, command processing. ValliantStorme 2021-10-19 00:10:13 -0500
  • 1e8a21d427 Assign main scene John Breaux 2021-10-16 01:15:03 -0500
  • c632800adb Add title and debug UI scenes John Breaux 2021-10-14 20:46:51 -0500
  • 9e1faf149a Add UI canvases John Breaux 2021-10-14 20:35:59 -0500
  • faa0792b0e Fix screen resolution, organize scenes, separate scenes. John Breaux 2021-10-14 20:32:28 -0500
  • 74f4bf5797 Change window size to 320x640 for integer scaling on common 16:9 displays John Breaux 2021-10-14 20:21:07 -0500
  • 9f03d08a8f Add Main scene, update default_env John Breaux 2021-10-14 19:51:58 -0500
  • c84a37df59 Add header files for (yet to be written) scripts. John Breaux 2021-10-14 19:48:30 -0500
  • a2208b79c6 Create new godot-engine project John Breaux 2021-10-14 18:50:33 -0500
  • af1d6d464c
    Add battleship class diagram hpham474 2021-09-30 21:48:07 -0500
  • 9591f95d8b
    Initial commit StatewideInk 2021-08-31 14:05:47 -0500