Commit Graph

27 Commits

Author SHA1 Message Date
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
MacDugRPG
e1fc845256 Persistent Game Scene
Keeps the game scene persistent while using the 'More Options' menu path. Resume game will now return to the existing scene (game at current place it was left behind). Also removes the old history process which is defunct -- history will now be saved to global/singleton history array, and when history loaded, instantiate a new history scene which reads/pages this array (and saves out later).
2022-05-08 15:13:24 -04:00
MacDugRPG
38c9a422b6 New Game Updates:
Creates a player character singleton (currently just a string), that's updated on load or create character, and displayed in the character pane during the game.
2022-05-01 14:48:03 -04:00
MacDugRPG
2db3306682 Theme updates:
Minor updates to change the readonly TextEdit colors for dark and light themes.
2022-05-01 14:42:26 -04:00
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
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
7b10e07456 PhaseII folder added 2022-03-20 11:43:14 -06:00