Commit Graph

57 Commits

Author SHA1 Message Date
a5a96bc4a5 Added the declare action functions to the GSAL, and made some changes to the Initiative functions as well. 2024-02-11 12:43:21 -07:00
52985dbba4 Added some changes to the GSAL and worked on adding some more functions from the KANBAN 2024-02-04 12:58:12 -07:00
98e413d4e7 Worked on some helper functions for the GSAL 2024-01-28 12:55:10 -07:00
a32ec8cb84 Roughed out the rules and ranges as defined in the Rough Pre GSAL documentaion. 2024-01-21 12:31:01 -07:00
5f842b80a9 Started work on the GSAL and created an Kanban for this module of the toolset 2024-01-14 12:51:07 -07:00
2803108e0a Refactored folder structure for GSAL prep 2024-01-07 14:06:59 -07:00
6ac064d16d Refactored Special Abilities Object to be used as a middleware function for UI and other classes 2023-12-17 12:34:25 -07:00
e479ffe174 Revised Object for Special Abliities for Singletons 2023-12-10 12:48:39 -07:00
d728383a30 Created a roughed out class for Conflict Results. We will need to talk about this one as a team. 2023-12-03 12:56:12 -07:00
4edacc0a95 Created a generic class for Special Abilities 2023-12-03 12:08:11 -07:00
972640cc1d Merge pull request #50 from RPG-Research/Godot_Toolset_Suhwan
Checked that the file is empty.
2023-10-29 09:51:37 -07:00
f89628da7b Created some new schemas to work off of 2023-10-22 12:44:30 -06:00
8647c53da7 Deleted CharacterNameLineEdit file.
Deleted unusable file that named CharacterNameLineEdit:[LineEdit:1274].
2023-10-21 22:06:59 -07:00
50046d79bd Created a markdown file with the base tables for genre substituion, as well as how to store them and work with them 2023-10-08 12:57:32 -06:00
519da8b940 Corrected a bad push with the character creator and made it so you can save csv files to the user directory 2023-09-10 12:55:36 -06:00
9570917cd0 Added Onready Vars for use with Character Creator 2023-09-03 13:01:37 -06:00
1aa45d6274 Change? 2023-09-03 11:01:29 -06:00
1c2530e57a Added support to load OptionButton items, from JSON data 2023-08-27 12:38:44 -06:00
d5057836e5 Started work with Loading JSON dynamicly 2023-08-20 12:59:09 -06:00
836af00704 Finished up mock UI for toolset MVP, for the character creator 2023-08-20 11:53:26 -06:00
0b6ad7469c Adds Merged Game Demo Web Version
This is an add of the merged game demo for web with required cleanup and code changes for it to run in web. Currently the load character csv does not function, this is still in development for the web version.

To view served via itch.io: https://macdug.itch.io/bcirpg-game-base-test
2023-08-13 13:06:12 -06:00
5d3eb179d6 Imported themes for the Character Creation Wizard 2023-08-13 12:48:58 -06:00
3733cae53d Reworked the Wizard Layout to prevent overscan, for the character creator in the toolset 2023-08-13 11:58:59 -06:00
f3c2cbfe0a Pushing changes from test branch, for Character Creation 2023-08-06 12:59:38 -06:00
ef3c27b371 Created an empty project, for the team to work from; in regards to making the new toolset 2023-08-06 11:37:50 -06:00
133e4ac53a Main Menu script attachment fix
This posts a modification of the Main Menu Godot project that addresses incorrect script links (due to Windows/MacOS case insensitivity).
2023-07-09 16:14:56 -04:00
0f66d2907e Started to rough out the toolset bar at the top of the toolset 2023-06-18 12:57:06 -06:00
02de777c4a Merge branch 'master' of github.com:RPG-Research/bcirpg 2023-06-11 12:37:34 -06:00
db553dea28 Forked the project that Doug made; so I could make an Index home page for the toolset. 2023-06-11 12:36:40 -06:00
2d6ad58c1d Experimental Code Updated For Color
Adds color codes for the ColorRect selection using the recommended depth system.
2023-06-11 13:28:29 -04:00
24b1d2c772 Made some changes to the natural language algorith, to imporve the correction of grammar. It still needs work with H words and the exceptions list related to AN. 2023-06-04 12:59:28 -06:00
0272a3821d Created the grammar correction System, and created a helper function to assist with it 2023-06-04 11:29:54 -06:00
d07a961de1 Experimental Code for Location Folders with Tabbed Canvas
Test project that contains several variations. Current work in toolset_test_tabbed_merged folder. Contains canvas tab and ColorRect assets for place, WIP.
2023-05-14 15:03:18 -04:00
daac13b923 Started work on the new Grammar checker system. 2023-05-07 13:08:15 -06:00
a055f6359d Tested the database queries for the SQL needed for the Dialog and Tag system. The next part that will need to be worked on is the actual dialog editor. 2023-05-07 12:26:43 -06:00
7f3baba86d Unstashed Change? 2023-05-07 11:04:39 -06:00
13912aad7e Created a new database for the Dialog System. Will test and see if there is a case for Joins next week. 2023-04-30 12:55:23 -06:00
4cc0d0a8ff Added some corrections to the SQLite CRUD commands, as the comments were off for some of them. 2023-04-23 13:00:08 -06:00
311296f5a0 Commit 2023-04-23 11:10:57 -06:00
6a657bc793 Adds experimental drag and drop example
This is functional drag and drop mockup for toolset base.  Much taken from: https://github.com/exploregamedev/Godot-demos
2023-04-16 16:08:11 -04:00
3505214043 Made some changes to how the SQL connection works, wrote some queries, and documented my changes in the comments. 2023-04-16 12:29:39 -06:00
bcf8a84f2b created quite a few query functions to create a better CRUD usecase for the Genre selection function 2023-04-02 12:52:39 -06:00
50898e60b6 Created Databases for testing to be apart of the genre sub layer. Also I had to leave a few mins early, because computer crashed 2023-03-26 13:01:11 -06:00
83ab1f1c4b Added an empty godot project, for the new baseline 2023-03-19 12:54:25 -06:00
5227d27cb1 ModGodToolset Template
Additional default elements added to template, including liberation serif fonts, global DiceRoller script and misc.
2023-03-19 14:53:27 -04:00
5a930dcbf5 Updates the basic template
This updates our default template for the ModGodToolset.
2023-03-19 14:36:36 -04:00
a7dd4bf769 Did some clean up to the toolset folder 2022-10-30 11:48:05 -06:00
701b4d1142 Added some changes. 2022-09-11 11:03:08 -06:00
7b00653248 Connected Database to Toolset Dialog Editor. 2022-09-04 12:44:57 -06:00
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