BassS0ul
1d00c9c1f1
loading for grammar should work now
2024-04-07 13:56:05 -05:00
BassS0ul
7f88a823d8
finished last save script. renamed things in the
...
character creation to make navigating the script and hierarchy not a complete nightmare
2024-01-14 20:19:40 -06:00
BassS0ul
b7ad593102
Finished Save system for grammar.
...
changed naming system for character editor to make it easier to navigate in editor and make writing the save system for it a million times easier
2023-12-01 23:15:02 -06:00
BassS0ul
6533d889b5
added save functionality for genre settings. currently saves to xml file under user's local files. saves for other wizards to come
2023-10-15 13:37:39 -05:00
BassS0ul
81ed1d7c03
lots of stuff added to menu, been forgetting to push
2023-10-08 12:27:00 -05:00
BassS0ul
34030a6bfc
made the genre menu have a scroll bar.
2023-08-27 13:59:17 -05:00
BassS0ul
aeae4b58ed
added some frontend menu functionality to godmod
2023-08-13 13:39:45 -05:00
PersonGuyGit
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
PersonGuyGit
80787c9f2a
Created a basic Lobby system, to further test networking features
2023-07-23 12:57:06 -06:00
MacDugRPG
bd6acd0611
Merged Demo case insensitive paths fixes
...
This kicks off the case insensitive path fixes for the merged demo.
2023-07-16 14:51:59 -04:00
PersonGuyGit
16404b719f
Worked with Doug to better understand the issues related to casing.
2023-07-16 12:40:50 -06:00
MacDugRPG
ae9acf8931
Modifies main menu base for testing
...
Replaces change scene button signals.
2023-07-16 14:05:40 -04:00
MacDugRPG
d78daee643
Adds new main menu base for testing
...
New updates to fix casing issues with directory names.
2023-07-16 13:43:59 -04:00
MacDugRPG
73142e9a90
Main Menu script attachment fix, part 2
...
Load screen was still using the wrong path. This addresses that.
2023-07-09 16:25:59 -04:00
MacDugRPG
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
PersonGuyGit
7ed9600656
Fixed another space in a filename
2023-07-09 12:34:04 -06:00
PersonGuyGit
2c971b6e7c
Change 2 for cleanup
2023-07-09 12:28:09 -06:00
PersonGuyGit
707e8a5b16
Clean up, as there were issue working with escape characters within the phase 2 folder.
2023-07-09 12:24:29 -06:00
PersonGuyGit
ebc9bd0247
Worked on a small demo project, to start making a dedicated server.
2023-07-02 12:53:57 -06:00
PersonGuyGit
8a30d41ee6
Changes from last week, when working with godot 4 and 3
2023-07-02 11:05:06 -06:00
PersonGuyGit
0f66d2907e
Started to rough out the toolset bar at the top of the toolset
2023-06-18 12:57:06 -06:00
PersonGuyGit
02de777c4a
Merge branch 'master' of github.com:RPG-Research/bcirpg
2023-06-11 12:37:34 -06:00
PersonGuyGit
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
MacDugRPG
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
PersonGuyGit
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
PersonGuyGit
0272a3821d
Created the grammar correction System, and created a helper function to assist with it
2023-06-04 11:29:54 -06:00
MacDugRPG
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
PersonGuyGit
daac13b923
Started work on the new Grammar checker system.
2023-05-07 13:08:15 -06:00
PersonGuyGit
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
PersonGuyGit
7f3baba86d
Unstashed Change?
2023-05-07 11:04:39 -06:00
PersonGuyGit
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
PersonGuyGit
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
PersonGuyGit
311296f5a0
Commit
2023-04-23 11:10:57 -06:00
MacDugRPG
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
PersonGuyGit
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
Raj Hazarika
b417690f27
Character Creation Update
2023-04-09 12:05:20 -06:00
Raj Hazarika
37e54b552c
Initial CharacterCreation
2023-04-02 12:54:28 -06:00
PersonGuyGit
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
PersonGuyGit
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
Raj Hazarika
c8026da752
Resolving ties godot
2023-03-26 12:50:49 -06:00
PersonGuyGit
83ab1f1c4b
Added an empty godot project, for the new baseline
2023-03-19 12:54:25 -06:00
MacDugRPG
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
MacDugRPG
5a930dcbf5
Updates the basic template
...
This updates our default template for the ModGodToolset.
2023-03-19 14:36:36 -04:00
240fd75445
save removal of CR from .drawio file
2023-03-13 14:41:51 -07:00
64c61c7263
removed CR from PC creation flow, if that is Challenge Rating, that should only be in NPCs and creatuers, not PCs - Hawke 20230313a drawoio file change 14:36PST
2023-03-13 14:37:17 -07:00
4e34486e87
removed CR from PC creation flow, if that is Challenge Rating, that should only be in NPCs and creatuers, not PCs - Hawke 20230313a 14:33PST
2023-03-13 14:33:52 -07:00
MacDugRPG
06b3a7d09b
Character Creation UML replacement for Modgodtoolset
...
Replaces all prior character creation UML diagrams for Modgodtoolset.
2023-03-12 14:51:32 -04:00
MacDugRPG
36663330a7
Updares to Place Class UML per 2023 March 5 session
...
Includes Content Capsule as follows:
Characters, Dialog, Items, NPCs, Risks, EnvironmentContent (contains: Description, Dimensions, Visuals, Triggers, AreasOfEffect), Choices (contains: RiskFactors, Consequences)
2023-03-05 14:46:16 -05:00
PersonGuyGit
b0cbbfb079
Added an empty godot project, to be the base line for the new toolset work.
2023-03-05 12:14:28 -07:00
PersonGuyGit
054c439b5a
Added notes to my Dialog UML
2023-02-26 13:03:50 -07:00