Commit Graph

94 Commits

Author SHA1 Message Date
PersonGuyGit
c19f56a4ac Added some new flowcharts for the creation subprocesses 2022-11-20 12:18:56 -07:00
Raj Hazarika
c719fabfc2 Added subprocess flowcharts 2022-11-13 11:48:02 -07:00
Raj Hazarika
ece60bf4e4 Added module subprocess flowchart 2022-11-06 13:10:55 -07:00
MacDugRPG
74402db975 Adds modgods toolset flowchart for create region
Adds the create region flowchart
2022-11-06 15:02:02 -05:00
PersonGuyGit
ce1c54b26f Did some cleanup of the files while humming the cleanup song from PRE-K in my head 2022-11-06 12:43:21 -07:00
PersonGuyGit
97d7f839a8 Added updates for the selection side of the modgod flowcharts 2022-11-06 12:33:50 -07:00
PersonGuyGit
acf4cfadba Added some changes to the flowcharts 2022-11-06 12:23:54 -07:00
PersonGuyGit
c0a597e931 Added some changes to the overview modgod flowchart 2022-11-06 11:55:01 -07:00
PersonGuyGit
c31cb3c47c Created flowchart for the Wizard selector. 2022-10-30 12:55:43 -06:00
PersonGuyGit
6390055d36 Did some work to the mod god scene creation flowchart. 2022-10-30 12:39:59 -06:00
PersonGuyGit
55ccf7b902 Did some work to the mod god scene creation flowchart. 2022-10-30 12:38:28 -06:00
PersonGuyGit
32823de997 Did some work to the mod god overview flowchart. 2022-10-30 12:16:13 -06:00
PersonGuyGit
a7dd4bf769 Did some clean up to the toolset folder 2022-10-30 11:48:05 -06:00
PersonGuyGit
ff77cc7035 Did some clean up to the wireframes folder for the Toolset 2022-10-30 11:46:30 -06:00
PersonGuyGit
246da8ad1b Did some clean up to the flowcharts folder for the Toolset 2022-10-30 11:35:41 -06:00
PersonGuyGit
f3185b6dcc Added some changes that Raj threw onto RPGSN 2022-10-30 11:19:25 -06:00
bakhtaward
2081170dd4 Merge branch 'master' of https://github.com/RPG-Research/bcirpg 2022-10-23 10:09:44 -04:00
bakhtaward
7a7c01c57d Create ProjectIlmatar_GameMenu_UML_2022.10.16.drawio 2022-10-23 10:06:29 -04:00
PersonGuyGit
47a0a46b5b Worked with doug to figure out how to use Mode 2 of the File Dialog Class 2022-10-16 12:52:44 -06:00
MacDugRPG
b8742dc922
Merge pull request #47 from RPG-Research/Dougs-Master-Branch-Working
Dougs master branch working
2022-10-16 13:16:12 -04:00
MacDugRPG
b31d6cb5f4 Cleanup
Misc cleanup and game script refactoring
2022-10-02 15:34:03 -04:00
PersonGuyGit
733195593d Added some changes to the CSV system for Add Character 2022-10-02 12:51:55 -06:00
MacDugRPG
d5a2e1fcf6 BCR-RPG SRIS stats added with percentage ability checks
This adds the ability to run percentage ability checks from the JSON module file working on the BCR-RPG SRIS ability scores taken off a new sample CSV char sheet in _userFiles. Needs heavy refactoring and cleanup still.
2022-09-25 16:46:10 -04:00
bakhtaward
1b55da71e9 Import character from a little while ago (only works with .txt files) 2022-09-25 11:53:39 -04:00
PersonGuyGit
ff0782460f Final changes for today, look into writing to CSV next week. 2022-09-18 12:58:14 -06:00
PersonGuyGit
fbbb7131d7 Starting to add changes into the Merged Demo project 2022-09-18 12:25:50 -06:00
MacDugRPG
b15d2976e8 Creates Merged Master
Creates the Merged Master game code as discussed in meeting for us all to branch and work off of.
2022-09-18 13:40:23 -04:00
MacDugRPG
c511015207 Continued module-adding updates:
Incorporates Andrew's die roller as a singleton, and tests with JSON module code.
2022-09-15 09:26:59 -04:00
MacDugRPG
2f51e2228a Continued module updates:
The following changes are included in this update:
	-TestingFiles subdirectory replaced with the _userFiles subdirectory. As discussed in meeting, this is to house what's been previously moved to OS-dependent user directory.
	-user paths are removed for a the res://_userFiles location throughout.
	-options are now being both dynamically loaded and linking from the JSON.
	-The test JSON adds several (silly) options to test having more than 3 and larger test outputs.
	-Attempted to incorporate Luke's updates from today in this update.
	-NOTE: cleanup/refactor is definitely needed, but got this working today. The CommandProcessor, for example can likely be removed in the next update
2022-09-11 16:34:30 -04:00
PersonGuyGit
cfc503582b Added margin and spacing to Line Edits plus Var Name changes 2022-09-11 12:24:32 -06:00
PersonGuyGit
b66828124c Adding Line Edits for Add Character function 2022-09-11 11:56:36 -06:00
PersonGuyGit
701b4d1142 Added some changes. 2022-09-11 11:03:08 -06:00
MacDugRPG
949a0dba9b Adds mergedDemo_2022_0904A; retooling game for drawing from source module file
Begins retooling the mergedDemo to generate locations and options (and eventually dialog and all) from a module data source. Working with JSON now just to get started, will switch this to DB once it's up and working. Currently generates 'node' arrays and intro text; stopped working on adding dynamic options from these nodes and connecting them.
2022-09-07 19:29:36 -04:00
PersonGuyGit
7b00653248 Connected Database to Toolset Dialog Editor. 2022-09-04 12:44:57 -06:00
MacDugRPG
935da98638 Import Player and Settings Updates
Additional updates as follows: mods to dark and light themes for text edits, modification to import for CSV parsing and saving to the player singleton text file, adds an alert popup for import in cases where no character has been loaded (won't allow start game), replaces the select character within game to use this import character option, also adds testing files directory overall to Github
2022-08-29 18:00:57 -04:00
MacDugRPG
baa4ee34d4 Settings implementation updates
Finishes merging of current settings to load all from file, update for display, save to singleton. Also adds currently hard-coded (in the GlobalSaveInstance) file name based on themes choice for use in all control nodes.

Applies that theme load to all current control nodes.
2022-08-28 15:30:38 -04:00
PersonGuyGit
2c48b0a433 Added C,R, & D for our SQLite Database solution. Looking into options for Godot Toolset editors 2022-08-28 12:30:11 -06:00
MacDugRPG
a241a73b2f Merged Demo: adding settings
Settings implementation is in progress. Currently loads and displays from expected user://PlayerPreferences.cfg at application start, but just the inputName and riskFactor.
2022-08-21 16:24:19 -04:00
Andrew Tang
c9b4e38def Merge branch 'Andrew' 2022-08-22 02:59:23 +08:00
Andrew Tang
ac73e184d3 Adjustments to Multiplayer Test
Added a join scene but was unable to get the client-server interaction working properly. Hopefully some of the code can be used as a starting point once we begin working on Dario's UI.
2022-08-22 02:56:29 +08:00
PersonGuyGit
11ff47a5cc Added some things related to Database management. 2022-08-21 12:56:03 -06:00
MacDugRPG
fcbd8c1917 Creates MergedDemo
8/14/22 (1513 EST): creates MergedDemo, so far combining Import Character into New Game.

Includes a modification of themes, change of script name from grabFocus.gd --> ImportCharacter.gd and mods for writing the char sheet out with semicolon (;) line ends and colon (:) dividers from keys and values for now.
2022-08-14 15:16:01 -04:00
Andrew Tang
c0243c67f2 Updating multiplayer test to have more customization 2022-08-15 03:09:55 +08: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