1b0d54ffb0
Started more class Diagrams, related to Genre Subs
2023-01-08 12:27:53 -07:00
20e1d65dce
Started more diagrams, amd added callouts for anything that confused the team.
2022-12-18 12:50:27 -07:00
2d80f5d635
Started the first of the new series of UML Diagrams
2022-12-18 12:13:57 -07:00
84e90996be
Adds flow charts for region and location manual editor sub processes
...
This adds flow charts for the manual region editor and manual location editor subprocess use cases.
2022-12-11 15:17:12 -05:00
0dab07cd37
Fixed a super jacked up commit
2022-12-11 12:57:08 -07:00
5908db5cd1
Added some changes to the Place editor
2022-12-11 12:42:32 -07:00
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
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
d4d98367a0
Merge branch 'master' of https://github.com/RPG-Research/bcirpg
2022-12-04 14:55:37 -05:00
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
9d7db05660
Worked on vailidating the Creation subprocesses for the modgod flowcharts.
2022-12-04 12:54:57 -07:00
5d3324c8fa
Flowchart Review push for Toolset wizard flowcharts
2022-11-27 12:54:02 -07:00
c680838407
Flowchart Review push for Creation flowcharts
2022-11-27 12:07:36 -07:00
29adcdde83
Organized the files a bit
2022-11-20 12:39:26 -07:00
150de43cfe
Added some changes to said flowcharts.
2022-11-20 12:26:20 -07:00
c19f56a4ac
Added some new flowcharts for the creation subprocesses
2022-11-20 12:18:56 -07:00
c719fabfc2
Added subprocess flowcharts
2022-11-13 11:48:02 -07:00
ece60bf4e4
Added module subprocess flowchart
2022-11-06 13:10:55 -07:00
74402db975
Adds modgods toolset flowchart for create region
...
Adds the create region flowchart
2022-11-06 15:02:02 -05:00
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
97d7f839a8
Added updates for the selection side of the modgod flowcharts
2022-11-06 12:33:50 -07:00
acf4cfadba
Added some changes to the flowcharts
2022-11-06 12:23:54 -07:00
c0a597e931
Added some changes to the overview modgod flowchart
2022-11-06 11:55:01 -07:00
c31cb3c47c
Created flowchart for the Wizard selector.
2022-10-30 12:55:43 -06:00
6390055d36
Did some work to the mod god scene creation flowchart.
2022-10-30 12:39:59 -06:00
55ccf7b902
Did some work to the mod god scene creation flowchart.
2022-10-30 12:38:28 -06:00
32823de997
Did some work to the mod god overview flowchart.
2022-10-30 12:16:13 -06:00
a7dd4bf769
Did some clean up to the toolset folder
2022-10-30 11:48:05 -06:00
ff77cc7035
Did some clean up to the wireframes folder for the Toolset
2022-10-30 11:46:30 -06:00
246da8ad1b
Did some clean up to the flowcharts folder for the Toolset
2022-10-30 11:35:41 -06:00
f3185b6dcc
Added some changes that Raj threw onto RPGSN
2022-10-30 11:19:25 -06:00
2081170dd4
Merge branch 'master' of https://github.com/RPG-Research/bcirpg
2022-10-23 10:09:44 -04:00
7a7c01c57d
Create ProjectIlmatar_GameMenu_UML_2022.10.16.drawio
2022-10-23 10:06:29 -04:00
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
b8742dc922
Merge pull request #47 from RPG-Research/Dougs-Master-Branch-Working
...
Dougs master branch working
2022-10-16 13:16:12 -04:00
b31d6cb5f4
Cleanup
...
Misc cleanup and game script refactoring
2022-10-02 15:34:03 -04:00
733195593d
Added some changes to the CSV system for Add Character
2022-10-02 12:51:55 -06:00
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
1b55da71e9
Import character from a little while ago (only works with .txt files)
2022-09-25 11:53:39 -04:00
ff0782460f
Final changes for today, look into writing to CSV next week.
2022-09-18 12:58:14 -06:00
fbbb7131d7
Starting to add changes into the Merged Demo project
2022-09-18 12:25:50 -06:00
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
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
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
cfc503582b
Added margin and spacing to Line Edits plus Var Name changes
2022-09-11 12:24:32 -06:00
b66828124c
Adding Line Edits for Add Character function
2022-09-11 11:56:36 -06:00
701b4d1142
Added some changes.
2022-09-11 11:03:08 -06:00
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
7b00653248
Connected Database to Toolset Dialog Editor.
2022-09-04 12:44:57 -06:00
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