Commit Graph

71 Commits

Author SHA1 Message Date
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
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
8a30d41ee6 Changes from last week, when working with godot 4 and 3 2023-07-02 11:05:06 -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
Raj Hazarika
c8026da752 Resolving ties godot 2023-03-26 12:50:49 -06:00
Raj Hazarika
ece60bf4e4 Added module subprocess flowchart 2022-11-06 13:10:55 -07: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
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
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
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
PersonGuyGit
11ff47a5cc Added some things related to Database management. 2022-08-21 12:56:03 -06:00
MacDugRPG
fcbd8c1917 Creates MergedDemo
8/14/22 (1513 EST): creates MergedDemo, so far combining Import Character into New Game.

Includes a modification of themes, change of script name from grabFocus.gd --> ImportCharacter.gd and mods for writing the char sheet out with semicolon (;) line ends and colon (:) dividers from keys and values for now.
2022-08-14 15:16:01 -04:00
Andrew Tang
c0243c67f2 Updating multiplayer test to have more customization 2022-08-15 03:09:55 +08:00
PersonGuyGit
d9c28b08f9 Worked with Doug, to find the root cause of the errors with Alignment, in the settings menu GUI, 2022-08-14 11:58:56 -06:00
Andrew Tang
348823f34f Squashed commit of the following:
commit db69386b6d
Author: Andrew Tang <tandrew@gmail.com>
Date:   Mon Aug 1 02:48:32 2022 +0800

    Test Lobby Working

    Server creation works and others are able to join by entering the creator's IP. Shows a list of player names (currently only shows player #)

commit 3fbf2640da
Author: Andrew Tang <tandrew@gmail.com>
Date:   Mon Jul 25 02:29:27 2022 +0800

    Test Multiplayer

commit 59b74b946a
Author: Andrew Tang <tandrew@gmail.com>
Date:   Mon Jul 11 01:16:34 2022 +0800

    Complete DiceRoller Singleton Version

    Created script: "DiceRoller.gd" to be the only dice script attached to a node and will act as a singleton. A single DieManager object is created in this script. The DieManager's values can be changed and methods can be called through the DiceRoller Script

commit 3a402d4331
Author: Andrew Tang <90939405+TangoDevelopments@users.noreply.github.com>
Date:   Sun Jul 3 13:05:28 2022 -0400

    Delete .DS_Store

commit c00b24c60a
Author: Andrew Tang <90939405+TangoDevelopments@users.noreply.github.com>
Date:   Sun Jul 3 13:05:16 2022 -0400

    Delete .DS_Store

commit 4f788de0c7
Author: Andrew Tang <90939405+TangoDevelopments@users.noreply.github.com>
Date:   Sun Jul 3 13:05:05 2022 -0400

    Delete .DS_Store

commit c20fd85567
Author: Andrew Tang <tandrew@gmail.com>
Date:   Mon Jul 4 00:13:15 2022 +0800

    Added D10 and easier die selection
2022-08-08 02:00:04 +08:00
Andrew Tang
db69386b6d Test Lobby Working
Server creation works and others are able to join by entering the creator's IP. Shows a list of player names (currently only shows player #)
2022-08-01 02:48:32 +08:00
PersonGuyGit
ecf2d792cb Cleaned up the repo, added some changes to my documentation (not pushed yet), and started a popup error system. 2022-07-24 12:47:32 -06:00
Andrew Tang
3fbf2640da Test Multiplayer 2022-07-25 02:29:27 +08:00
PersonGuyGit
ab2d1a8840 Added some changes. 2022-07-10 13:08:41 -06:00
Andrew Tang
3a4ca5fdcd Squashed commit of the following:
commit 59b74b946a
Author: Andrew Tang <tandrew@gmail.com>
Date:   Mon Jul 11 01:16:34 2022 +0800

    Complete DiceRoller Singleton Version

    Created script: "DiceRoller.gd" to be the only dice script attached to a node and will act as a singleton. A single DieManager object is created in this script. The DieManager's values can be changed and methods can be called through the DiceRoller Script

commit 3a402d4331
Author: Andrew Tang <90939405+TangoDevelopments@users.noreply.github.com>
Date:   Sun Jul 3 13:05:28 2022 -0400

    Delete .DS_Store

commit c00b24c60a
Author: Andrew Tang <90939405+TangoDevelopments@users.noreply.github.com>
Date:   Sun Jul 3 13:05:16 2022 -0400

    Delete .DS_Store

commit 4f788de0c7
Author: Andrew Tang <90939405+TangoDevelopments@users.noreply.github.com>
Date:   Sun Jul 3 13:05:05 2022 -0400

    Delete .DS_Store

commit c20fd85567
Author: Andrew Tang <tandrew@gmail.com>
Date:   Mon Jul 4 00:13:15 2022 +0800

    Added D10 and easier die selection
2022-07-11 01:39:53 +08:00
Andrew Tang
59b74b946a Complete DiceRoller Singleton Version
Created script: "DiceRoller.gd" to be the only dice script attached to a node and will act as a singleton. A single DieManager object is created in this script. The DieManager's values can be changed and methods can be called through the DiceRoller Script
2022-07-11 01:16:34 +08:00
PersonGuyGit
38dcd62190 Pushed new changes and added a node for error handling 2022-07-03 12:33:38 -06:00
PersonGuyGit
9296dcacf6 Pushed new changes and added a node for error handling 2022-07-03 12:29:29 -06:00
Andrew Tang
3a402d4331
Delete .DS_Store 2022-07-03 13:05:28 -04:00
Andrew Tang
c20fd85567 Added D10 and easier die selection 2022-07-04 00:13:15 +08:00
Andrew Tang
e338cf1c47 Initial version of diceroller
Built a simple UI to test out the dice roller. Can handle multiple die and supports D4, D6, D8, D10, D12, and D20 (Let me know if there shouldn't be a restriction on the valid types of die).
2022-06-27 01:40:01 +08:00
PersonGuyGit
2cb9448f73 Pushed new changes 2022-06-19 12:57:43 -06:00
PersonGuyGit
a6889b6733 test today push 2022-06-05 11:42:28 -06:00
MacDugRPG
52b3564519 History Array Pager Display
This update displays the history from singleton history array.
2022-05-22 15:19:44 -04:00
darioGerussi
098854ec4a Completed initial UI version of multiplayer menu sections 2022-05-22 14:01:24 -05:00
MacDugRPG
8836f4686e History Display and Pager from More Options
Adds back saving to the history array, and the history page accessible from Game-->More Options. Includes history paging, which iterates through history.

Does not yet display the current history page.
2022-05-15 15:11:27 -04:00
darioGerussi
7464b851e0 Merge branch 'master' of https://github.com/RPG-Research/bcirpg 2022-05-15 13:56:28 -05:00
darioGerussi
4d33458b20 Updated settings pages 2022-05-15 13:56:24 -05:00
bakhtaward
ab0c2a962d Import Character Screen 2022-05-15 14:29:03 -04:00