Commit Graph

204 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
80fe3bcf89 Added some changes to the GSAL and worked on adding some more functions from the KANBAN, merge 2024-02-04 13:00:14 -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
2b9e6b1120 MVP Game Code (Initial)
Adds initial MVP game code from the merged demo web version. See project README for more.

Intro notes:
	This project updates the RPGR BCI merged demo game from August 6, 2023 for
	the Modgodtoolset and associated updates. Draws game from XML, and adds
	numerous missing features.

	The roadmap for this file can be found in the project Github:
		Phase2/Documentation
2024-02-04 14:57:34 -05:00
c0ef7f67eb Adds directories and initial working game for MVP version
This updates the merged demo web game for use for adding additional features for the MVP.
2024-02-04 14:51:52 -05:00
5e4ae0ebf6 Documentation (Phase 2 Dev) Folder and Working Doc
Adds RPGR_BCIDemoGameUpdate... Word doc for WIP updates on adapting the current Demo Godot game to the MVP game, loading from XML and more.

*NOTE: project officially uses LibreOffice—this is a temporary doc in Word format. Once finalized will also add PDF
2024-02-04 14:27:49 -05: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
c46852df5e Merge branch 'master' of github.com:RPG-Research/bcirpg 2023-12-10 12:49:32 -07:00
e479ffe174 Revised Object for Special Abliities for Singletons 2023-12-10 12:48:39 -07:00
0fcca4243a PostgreSQL Database Test Application for Godot (Updated)
This updates the database test code we've been using.

Note: before using, update the screens/DBTest_Postgres.gd script for relevant testing user, password, host, port, database values. (Search on comment "TODO." For anything aside from this rudimentary testing we obviously cannot write these values directly in the code.)
2023-12-10 14:28:42 -05: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
61c6b1d326 Created a document to show the process for creating a new PSQL user, also working to fix this 2023-11-12 12:58:52 -07:00
026356456a Created a document to show the problems that can be found when playing test builds of the game on Firefox. 2023-11-05 11:43:00 -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
585e5bfc0e PostgreSQL Database Test Code for Godot
Adds simple test Godot program for database access. (This specific to PostgreSQL, but can be adapted.) Sourced from our menu and Luke's provided reference: https://godotengine.org/asset-library/asset/985

Note: before using, update the screens/DBTest_Postgres.gd script for relevant testing user, password, host, port, database values. (Search on comment "TODO." For anything aside from this rudimentary testing we obviously cannot write these values directly in the code.)

Any SQL tests you need to run can be updated in the _executer function code block. Currently it expects a characters database that it just selects all and prints to console for verification testing.
2023-10-17 09:50:30 -04: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
d9e439bf27 Merged Game Demo Web Version (8/27 updates)
Further updates of the Merged Game Demo Web version:
  -includes *.cfg files in index.pck
  -adds scrollbar and background panel mods for Settings for visibility on variable window size
  -updates the settings singleton for in-game theme changes
2023-08-27 15:42:38 -04:00
1c2530e57a Added support to load OptionButton items, from JSON data 2023-08-27 12:38:44 -06:00
64ecb2ba5a Merged Game Demo Web Version (further updates)
Continues updating the web version of the module demo. Game can now be played online, but requires a new character be created. Select New Game, then Create Character. Add a name, and save the file (such as test.csv) to surface layer. Click Temp: Start New Game to begin game. Note that only the character name is being maintained at this time.

This version adds a Die Roller output with the params of a D4 and D6 (taken from JSON module content pre-loaded). This can be viewed in-game by selecting another option on the boat first, and then finding and clicking the "Run die roll test" option.
2023-08-20 15:29:13 -04: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
80787c9f2a Created a basic Lobby system, to further test networking features 2023-07-23 12:57:06 -06:00
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
16404b719f Worked with Doug to better understand the issues related to casing. 2023-07-16 12:40:50 -06:00
ae9acf8931 Modifies main menu base for testing
Replaces change scene button signals.
2023-07-16 14:05:40 -04:00
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
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
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
7ed9600656 Fixed another space in a filename 2023-07-09 12:34:04 -06:00
2c971b6e7c Change 2 for cleanup 2023-07-09 12:28:09 -06:00
707e8a5b16 Clean up, as there were issue working with escape characters within the phase 2 folder. 2023-07-09 12:24:29 -06:00
ebc9bd0247 Worked on a small demo project, to start making a dedicated server. 2023-07-02 12:53:57 -06:00
8a30d41ee6 Changes from last week, when working with godot 4 and 3 2023-07-02 11:05:06 -06: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