Commit Graph

247 Commits

Author SHA1 Message Date
MacDugRPG
585950365f Themes updates:
The following updated on this commit:
1. styleboxflat .tres for white and black removed border. As mentioned in the chat, we probably want a different one of these for each (with and without borders)
2. set the baseline font for the TextEdit
3. selected increased font size for the label default
2022-05-01 14:21:46 -04:00
MacDugRPG
6b1d5b8b63 More Options; Char Sheet and Chat
Update adds More Options submenu, character sheet and chat. Note that loaded character not yet displaying on character sheet.
2022-04-24 15:13:24 -04:00
darioGerussi
d6a130fc4a update 2022-04-24 14:01:45 -05:00
MacDugRPG
5abbc73d37 Adds extension to game UI 2022-04-24 13:30:12 -04:00
MacDugRPG
de4498ccce Working Themes Added
Adds asset folder with the two themes, the fonts and styleboxflats for each.

We discussed keeping this themes location updated and adding it to all projects when we begin work.
2022-04-10 15:36:46 -04:00
MacDugRPG
60b8f7821b Character Selection Added
Adds character selection to the new game -- with create and load options with file dialog working. Right now this loads and saves text files -- does not update a persistent character object/singleton for example.

Note: this also requires a characterFiles folder in the user:// directory. Example character added to the _toArchive folder for now.
2022-04-10 15:22:25 -04:00
darioGerussi
17d90b130f Merge branch 'master' of https://github.com/RPG-Research/bcirpg 2022-04-10 14:00:53 -05:00
darioGerussi
013fa24dd1 Updates to Multiplayer file 2022-04-10 14:00:50 -05:00
To Live Is To Die
8fd1d3a524 Changes to settings menu, added singleton 2022-04-10 12:27:10 -06:00
darioGerussi
8897e5222a Create Themes folder with a README file 2022-04-10 13:16:30 -05:00
darioGerussi
dd87036a4a Multiplayer updates 2022-04-10 13:11:30 -05:00
darioGerussi
312d0d03fd Merge branch 'master' of https://github.com/RPG-Research/bcirpg 2022-04-03 14:12:15 -05:00
darioGerussi
7c2e66e434 Updated multiplayer "Join Game" screen 2022-04-03 14:12:13 -05:00
To Live Is To Die
33ce915df2 Made a working cfg file 2022-04-03 12:57:24 -06:00
To Live Is To Die
06e885f4cb Created a cfg file for the settings menu 2022-04-03 12:10:31 -06:00
darioGerussi
6046667b2f Created 3 new submenu folders
Created folders for Settings, LoadGame, and AddCharacter submenus
2022-03-29 21:34:57 -05:00
darioGerussi
6122b135c6 Started working on multiplayer submenus 2022-03-27 14:17:34 -05:00
To Live Is To Die
ea25cdfeb3 Changes to settings menu 2022-03-27 12:05:54 -06:00
To Live Is To Die
12d68d1231 Changes to settings menu 2022-03-27 12:05:25 -06:00
darioGerussi
128e8b79dc Reorganized folder layout
Reorganized the folders for a simpler and clearer layout.
2022-03-27 12:47:31 -05:00
To Live Is To Die
9c106dda72 Pushing changes for settings menu gui 2022-03-20 12:56:57 -06:00
To Live Is To Die
7b10e07456 PhaseII folder added 2022-03-20 11:43:14 -06:00
To Live Is To Die
886ad1cc26 Added a new child object menu 2022-03-20 11:28:08 -06:00
MacDugRPG
9cceb1bb44 Theme updates; minor additional changes
This updates the theme-setting across all levels, for dark and light. Also begins a loading process for the module map.
2022-03-06 15:37:43 -05:00
MacDugRPG
5b15df8862 Merge branch 'master' of https://github.com/RPG-Research/bcirpg 2022-03-06 14:59:10 -05:00
MacDugRPG
9828adff9e Updates theme files to include more classes and styles
Updates theme files for dark and light
2022-03-06 14:58:55 -05:00
To Live Is To Die
14b914ae05 Created a new folder, to work on making the settings menu for our project 2022-03-06 12:49:27 -07:00
MacDugRPG
10860a0b71 New Game - Doug
Adds new game start.
2022-02-27 15:27:22 -05:00
MacDugRPG
6d7009893c Cleans up themes and adds styles
This update does the following:
1. Removes themes from children of control node
2. Sets the dark theme to control node (MenuScreen)
3. Defines 2 styles within the 2 themes (dark and light)

So to change the theme overall, for the control node, just load the needed theme, for example:

theme=load("res://assets/ui_controlNode_light_theme.tres")
2022-02-27 14:44:55 -05:00
MacDugRPG
dc2fe54ba2 BCIRPG Main Menu additional updates
1. Removes pre-load singleton scripts from the project settings
2. Sets black background and ui_highContrast_but_theme.tres for buttons
3. Adds focus grab script for temp backgrounds for tab/enter control
2022-02-20 16:09:15 -05:00
MacDugRPG
ad4a1123c4 Merge branch 'master' of https://github.com/RPG-Research/bcirpg 2022-02-20 14:38:57 -05:00
MacDugRPG
ef5c824b00 BCIRPG Menu
The following changes done here:
1. Stripped down to the main menu, and that pushed as erpg\Godot\MainMenu\GodotUserInterface_Doug bcirpg_mainMenu_[date]

2. Relocated all other project work to: erpg\Godot\Experiments\Doug\
2022-02-20 14:33:15 -05:00
MacDugRPG
d7f7fc449e
Cleaning up folder 2022-02-20 14:13:01 -05:00
MacDugRPG
4637338b87 Updated font
Font changed to Liberation Serif -- themes updated and expanded; fonts organized.
2022-02-13 15:08:40 -05:00
To Live Is To Die
1495482aab Added Open Sans fonts, and corrected the focus next action to be tab 2022-02-13 12:56:23 -07:00
MacDugRPG
931820e328 History improvements; added map points
History improvement for use singleton, with various loading and saving efforts for the history.

Added locations and command processing upgrade for some map exploration.
2022-02-06 16:27:54 -05:00
To Live Is To Die
6efdac1d4c Added some documentation for some of my code so far. 2022-02-06 12:25:03 -07:00
To Live Is To Die
b5ee74a818 Performed Some Clean up for the project 2022-02-06 12:16:16 -07:00
MacDugRPG
da24e073f3 Merge branch 'master' of https://github.com/RPG-Research/bcirpg 2022-01-30 15:43:37 -05:00
MacDugRPG
daf96e40f2 Work on outputting history to file and loading; using singleton history object
WIP regarding history -- saving to file (also INI/Config for now) and loading in; applying this as a singleton.
2022-01-30 15:43:22 -05:00
Trevor Troxel
271dddf69e
Add files via upload
UML Diagrams
2022-01-30 10:27:34 -08:00
Luke Gebbink
6c9d371734 Merge branch 'master' of https://github.com/RPG-Research/bcirpg 2022-01-28 21:00:14 -07:00
Luke Gebbink
ace9ebfafb Cleaned out junk files from the project 2022-01-28 21:00:12 -07:00
MacDugRPG
57bece632b Merge branch 'master' of https://github.com/RPG-Research/bcirpg 2022-01-23 15:18:17 -05:00
MacDugRPG
571ebf705c Adds history paging
This adds tab+enter based history paging to go with tab+enter -based navigation.

Code needs cleanup before any kind of merging, but functions.
2022-01-23 15:18:08 -05:00
Luke Gebbink
56d16aabd5 Pushed changes, Tabbing works; needs UI Polish 2022-01-23 12:46:53 -07:00
Luke Gebbink
be8d1addee Pushed Changes 2022-01-16 13:00:25 -07:00
Luke Gebbink
84ff2a453f Added Die roller to Die.gd 2022-01-16 11:45:37 -07:00
Luke Gebbink
de708954cf Mades some changes to my die roller class, and fixed a few typos. 2022-01-09 13:01:00 -07:00
darioGerussi
a1d06ff13f Uploaded 2nd version of Start Game Menu
Uploaded my 2nd try at the Start Game Menu. Major cosmetic overhaul. No functionality, though. All functionality (use of buttons) is in my first Start Game Menu file.
2022-01-03 18:18:22 -06:00