Commit Graph

37 Commits

Author SHA1 Message Date
Andrew Tang
3fbf2640da Test Multiplayer 2022-07-25 02:29:27 +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
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
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
To Live Is To Die
12d68d1231 Changes to settings menu 2022-03-27 12:05:25 -06:00
darioGerussi
128e8b79dc Reorganized folder layout
Reorganized the folders for a simpler and clearer layout.
2022-03-27 12:47:31 -05:00
To Live Is To Die
7b10e07456 PhaseII folder added 2022-03-20 11:43:14 -06:00