Commit Graph

4 Commits

Author SHA1 Message Date
PersonGuyGit
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
MacDugRPG
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
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
darioGerussi
128e8b79dc Reorganized folder layout
Reorganized the folders for a simpler and clearer layout.
2022-03-27 12:47:31 -05:00