Commit Graph

104 Commits

Author SHA1 Message Date
PersonGuyGit
5908db5cd1 Added some changes to the Place editor 2022-12-11 12:42:32 -07:00
wesleyfralima
2096f63fb4 Inserted title and description to flowcharts in folder ModGod that was lacking them. Also cleaned up and aligned flowcharts strutures. 2022-12-11 05:40:21 -03:00
wesleyfralima
fea3453efe Inserted title and description to flowcharts that was lacking them. Also cleaned up and aligned flowcharts strutures. Folder ModGod still needs this work. 2022-12-05 06:30:13 -03:00
MacDugRPG
d4d98367a0 Merge branch 'master' of https://github.com/RPG-Research/bcirpg 2022-12-04 14:55:37 -05:00
MacDugRPG
fb7352276a Adds Genre Object Creation subprocess to the Modgod Toolset Genre Flowcharts
Adds new Genre Object Creation subprocess use case flow chart diagram for modgodtoolset.
2022-12-04 14:55:17 -05:00
PersonGuyGit
9d7db05660 Worked on vailidating the Creation subprocesses for the modgod flowcharts. 2022-12-04 12:54:57 -07:00
PersonGuyGit
5d3324c8fa Flowchart Review push for Toolset wizard flowcharts 2022-11-27 12:54:02 -07:00
PersonGuyGit
c680838407 Flowchart Review push for Creation flowcharts 2022-11-27 12:07:36 -07:00
PersonGuyGit
29adcdde83 Organized the files a bit 2022-11-20 12:39:26 -07:00
PersonGuyGit
150de43cfe Added some changes to said flowcharts. 2022-11-20 12:26:20 -07:00
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