Commit Graph

280 Commits

Author SHA1 Message Date
RPG Research
060d002988
Update README.md 2022-08-14 11:08:16 -07:00
PersonGuyGit
d9c28b08f9 Worked with Doug, to find the root cause of the errors with Alignment, in the settings menu GUI, 2022-08-14 11:58:56 -06:00
PersonGuyGit
b7a711de88 Started making the Dialogic themes more inline with those created by Doug. 2022-08-07 12:57:14 -06:00
PersonGuyGit
c4490bfd21 Created a template Godot project for toolset devlopment. 2022-08-07 12:15:26 -06:00
Andrew Tang
348823f34f Squashed commit of the following:
commit db69386b6d
Author: Andrew Tang <tandrew@gmail.com>
Date:   Mon Aug 1 02:48:32 2022 +0800

    Test Lobby Working

    Server creation works and others are able to join by entering the creator's IP. Shows a list of player names (currently only shows player #)

commit 3fbf2640da
Author: Andrew Tang <tandrew@gmail.com>
Date:   Mon Jul 25 02:29:27 2022 +0800

    Test Multiplayer

commit 59b74b946a
Author: Andrew Tang <tandrew@gmail.com>
Date:   Mon Jul 11 01:16:34 2022 +0800

    Complete DiceRoller Singleton Version

    Created script: "DiceRoller.gd" to be the only dice script attached to a node and will act as a singleton. A single DieManager object is created in this script. The DieManager's values can be changed and methods can be called through the DiceRoller Script

commit 3a402d4331
Author: Andrew Tang <90939405+TangoDevelopments@users.noreply.github.com>
Date:   Sun Jul 3 13:05:28 2022 -0400

    Delete .DS_Store

commit c00b24c60a
Author: Andrew Tang <90939405+TangoDevelopments@users.noreply.github.com>
Date:   Sun Jul 3 13:05:16 2022 -0400

    Delete .DS_Store

commit 4f788de0c7
Author: Andrew Tang <90939405+TangoDevelopments@users.noreply.github.com>
Date:   Sun Jul 3 13:05:05 2022 -0400

    Delete .DS_Store

commit c20fd85567
Author: Andrew Tang <tandrew@gmail.com>
Date:   Mon Jul 4 00:13:15 2022 +0800

    Added D10 and easier die selection
2022-08-08 02:00:04 +08:00
PersonGuyGit
3bbeb5ddd6 Started a UML diagram for the Dialog Editor, and created a toolset UML folder. 2022-08-07 11:51:02 -06:00
Andrew Tang
db69386b6d Test Lobby Working
Server creation works and others are able to join by entering the creator's IP. Shows a list of player names (currently only shows player #)
2022-08-01 02:48:32 +08:00
PersonGuyGit
1f98102ffe Added a note about where to find dialogic editors 2022-07-31 12:25:20 -06:00
PersonGuyGit
09ea2fb9c9 Installed SSH to ease my pushes, and created a documntation folder 2022-07-31 12:16:03 -06:00
PersonGuyGit
09f1961112 Made a toolset folder, and added the Dialogic plugin. 2022-07-31 11:30:54 -06:00
PersonGuyGit
ecf2d792cb Cleaned up the repo, added some changes to my documentation (not pushed yet), and started a popup error system. 2022-07-24 12:47:32 -06:00
Andrew Tang
3fbf2640da Test Multiplayer 2022-07-25 02:29:27 +08:00
PersonGuyGit
ab2d1a8840 Added some changes. 2022-07-10 13:08:41 -06:00
Andrew Tang
3a4ca5fdcd Squashed commit of the following:
commit 59b74b946a
Author: Andrew Tang <tandrew@gmail.com>
Date:   Mon Jul 11 01:16:34 2022 +0800

    Complete DiceRoller Singleton Version

    Created script: "DiceRoller.gd" to be the only dice script attached to a node and will act as a singleton. A single DieManager object is created in this script. The DieManager's values can be changed and methods can be called through the DiceRoller Script

commit 3a402d4331
Author: Andrew Tang <90939405+TangoDevelopments@users.noreply.github.com>
Date:   Sun Jul 3 13:05:28 2022 -0400

    Delete .DS_Store

commit c00b24c60a
Author: Andrew Tang <90939405+TangoDevelopments@users.noreply.github.com>
Date:   Sun Jul 3 13:05:16 2022 -0400

    Delete .DS_Store

commit 4f788de0c7
Author: Andrew Tang <90939405+TangoDevelopments@users.noreply.github.com>
Date:   Sun Jul 3 13:05:05 2022 -0400

    Delete .DS_Store

commit c20fd85567
Author: Andrew Tang <tandrew@gmail.com>
Date:   Mon Jul 4 00:13:15 2022 +0800

    Added D10 and easier die selection
2022-07-11 01:39:53 +08:00
Andrew Tang
59b74b946a Complete DiceRoller Singleton Version
Created script: "DiceRoller.gd" to be the only dice script attached to a node and will act as a singleton. A single DieManager object is created in this script. The DieManager's values can be changed and methods can be called through the DiceRoller Script
2022-07-11 01:16:34 +08:00
PersonGuyGit
38dcd62190 Pushed new changes and added a node for error handling 2022-07-03 12:33:38 -06:00
PersonGuyGit
9296dcacf6 Pushed new changes and added a node for error handling 2022-07-03 12:29:29 -06:00
Andrew Tang
3a402d4331
Delete .DS_Store 2022-07-03 13:05:28 -04:00
Andrew Tang
c00b24c60a
Delete .DS_Store 2022-07-03 13:05:16 -04:00
Andrew Tang
4f788de0c7
Delete .DS_Store 2022-07-03 13:05:05 -04:00
Andrew Tang
c20fd85567 Added D10 and easier die selection 2022-07-04 00:13:15 +08:00
Andrew Tang
e338cf1c47 Initial version of diceroller
Built a simple UI to test out the dice roller. Can handle multiple die and supports D4, D6, D8, D10, D12, and D20 (Let me know if there shouldn't be a restriction on the valid types of die).
2022-06-27 01:40:01 +08:00
PersonGuyGit
2cb9448f73 Pushed new changes 2022-06-19 12:57:43 -06:00
PersonGuyGit
a6889b6733 test today push 2022-06-05 11:42:28 -06:00
MacDugRPG
52b3564519 History Array Pager Display
This update displays the history from singleton history array.
2022-05-22 15:19:44 -04:00
darioGerussi
098854ec4a Completed initial UI version of multiplayer menu sections 2022-05-22 14:01:24 -05:00
MacDugRPG
8836f4686e History Display and Pager from More Options
Adds back saving to the history array, and the history page accessible from Game-->More Options. Includes history paging, which iterates through history.

Does not yet display the current history page.
2022-05-15 15:11:27 -04:00
darioGerussi
7464b851e0 Merge branch 'master' of https://github.com/RPG-Research/bcirpg 2022-05-15 13:56:28 -05:00
darioGerussi
4d33458b20 Updated settings pages 2022-05-15 13:56:24 -05:00
bakhtaward
ab0c2a962d Import Character Screen 2022-05-15 14:29:03 -04:00
MacDugRPG
e1fc845256 Persistent Game Scene
Keeps the game scene persistent while using the 'More Options' menu path. Resume game will now return to the existing scene (game at current place it was left behind). Also removes the old history process which is defunct -- history will now be saved to global/singleton history array, and when history loaded, instantiate a new history scene which reads/pages this array (and saves out later).
2022-05-08 15:13:24 -04:00
MacDugRPG
38c9a422b6 New Game Updates:
Creates a player character singleton (currently just a string), that's updated on load or create character, and displayed in the character pane during the game.
2022-05-01 14:48:03 -04:00
MacDugRPG
2db3306682 Theme updates:
Minor updates to change the readonly TextEdit colors for dark and light themes.
2022-05-01 14:42:26 -04:00
MacDugRPG
585950365f Themes updates:
The following updated on this commit:
1. styleboxflat .tres for white and black removed border. As mentioned in the chat, we probably want a different one of these for each (with and without borders)
2. set the baseline font for the TextEdit
3. selected increased font size for the label default
2022-05-01 14:21:46 -04:00
MacDugRPG
6b1d5b8b63 More Options; Char Sheet and Chat
Update adds More Options submenu, character sheet and chat. Note that loaded character not yet displaying on character sheet.
2022-04-24 15:13:24 -04:00
darioGerussi
d6a130fc4a update 2022-04-24 14:01:45 -05:00
MacDugRPG
5abbc73d37 Adds extension to game UI 2022-04-24 13:30:12 -04:00
MacDugRPG
de4498ccce Working Themes Added
Adds asset folder with the two themes, the fonts and styleboxflats for each.

We discussed keeping this themes location updated and adding it to all projects when we begin work.
2022-04-10 15:36:46 -04:00
MacDugRPG
60b8f7821b Character Selection Added
Adds character selection to the new game -- with create and load options with file dialog working. Right now this loads and saves text files -- does not update a persistent character object/singleton for example.

Note: this also requires a characterFiles folder in the user:// directory. Example character added to the _toArchive folder for now.
2022-04-10 15:22:25 -04:00
darioGerussi
17d90b130f Merge branch 'master' of https://github.com/RPG-Research/bcirpg 2022-04-10 14:00:53 -05:00
darioGerussi
013fa24dd1 Updates to Multiplayer file 2022-04-10 14:00:50 -05:00
To Live Is To Die
8fd1d3a524 Changes to settings menu, added singleton 2022-04-10 12:27:10 -06:00
darioGerussi
8897e5222a Create Themes folder with a README file 2022-04-10 13:16:30 -05:00
darioGerussi
dd87036a4a Multiplayer updates 2022-04-10 13:11:30 -05:00
darioGerussi
312d0d03fd Merge branch 'master' of https://github.com/RPG-Research/bcirpg 2022-04-03 14:12:15 -05:00
darioGerussi
7c2e66e434 Updated multiplayer "Join Game" screen 2022-04-03 14:12:13 -05:00
To Live Is To Die
33ce915df2 Made a working cfg file 2022-04-03 12:57:24 -06:00
To Live Is To Die
06e885f4cb Created a cfg file for the settings menu 2022-04-03 12:10:31 -06:00
darioGerussi
6046667b2f Created 3 new submenu folders
Created folders for Settings, LoadGame, and AddCharacter submenus
2022-03-29 21:34:57 -05:00
darioGerussi
6122b135c6 Started working on multiplayer submenus 2022-03-27 14:17:34 -05:00