mirror of
https://github.com/RPG-Research/bcirpg.git
synced 2024-04-16 14:23:01 +00:00
Made some changes to how the SQL connection works, wrote some queries, and documented my changes in the comments.
This commit is contained in:
@ -0,0 +1 @@
|
||||
|
@ -0,0 +1,26 @@
|
||||
[docks]
|
||||
|
||||
dock_filesystem_split=0
|
||||
dock_filesystem_display_mode=0
|
||||
dock_filesystem_file_sort=0
|
||||
dock_filesystem_file_list_display_mode=1
|
||||
dock_split_2=0
|
||||
dock_split_3=0
|
||||
dock_hsplit_1=0
|
||||
dock_hsplit_2=270
|
||||
dock_hsplit_3=-270
|
||||
dock_hsplit_4=0
|
||||
dock_3="Scene,Import"
|
||||
dock_4="FileSystem"
|
||||
dock_5="Inspector,Node,History"
|
||||
|
||||
[EditorNode]
|
||||
|
||||
open_scenes=[]
|
||||
|
||||
[ScriptEditor]
|
||||
|
||||
open_scripts=["res://DB.gd", "res://addons/godot-sqlite/godot-sqlite-wrapper.gd", "res://addons/godot-sqlite/godot-sqlite.gd"]
|
||||
open_help=[]
|
||||
script_split_offset=70
|
||||
list_split_offset=0
|
@ -0,0 +1,26 @@
|
||||
2a60927148abd1d33b818b535e306557
|
||||
::res://::1681664911
|
||||
DB.gd::GDScript::-1::1679857270::0::1::::<>Node2D<>::
|
||||
default_env.tres::Environment::-1::1679252065::0::1::::<><>::
|
||||
icon.png::CompressedTexture2D::3843694757070667851::1679252065::1681664913::1::::<><>::
|
||||
::res://addons/::1679857270
|
||||
::res://addons/godot-sqlite/::1679857270
|
||||
godot-sqlite-wrapper.gd::GDScript::-1::1679857270::0::1::::SQLiteWrapper<>RefCounted<>::
|
||||
godot-sqlite.gd::GDScript::-1::1679857270::0::1::::<>RefCounted<>::
|
||||
LICENSE.md::TextFile::-1::1679857270::0::1::::<><>::
|
||||
plugin.cfg::TextFile::-1::1679857270::0::1::::<><>::
|
||||
::res://addons/godot-sqlite/bin/::1679857270
|
||||
::res://addons/godot-sqlite/bin/android/::1679857270
|
||||
::res://addons/godot-sqlite/bin/android/arm64-v8a/::1679857270
|
||||
::res://addons/godot-sqlite/bin/android/armeabi-v7a/::1679857270
|
||||
::res://addons/godot-sqlite/bin/android/x86/::1679857270
|
||||
::res://addons/godot-sqlite/bin/android/x86_64/::1679857270
|
||||
::res://addons/godot-sqlite/bin/ios/::1679857270
|
||||
::res://addons/godot-sqlite/bin/ios/arm64/::1679857270
|
||||
::res://addons/godot-sqlite/bin/ios/armv7/::1679857270
|
||||
::res://addons/godot-sqlite/bin/javascript/::1679857270
|
||||
::res://addons/godot-sqlite/bin/osx/::1679857270
|
||||
::res://addons/godot-sqlite/bin/win64/::1679857270
|
||||
::res://addons/godot-sqlite/bin/x11/::1679857270
|
||||
::res://assets/::1679251874
|
||||
::res://screens/::1679251882
|
@ -0,0 +1,3 @@
|
||||
[folding]
|
||||
|
||||
sections_unfolded=PackedStringArray()
|
@ -0,0 +1,12 @@
|
||||
[editor_metadata]
|
||||
|
||||
executable_path="/usr/bin/godot"
|
||||
|
||||
[debug_options]
|
||||
|
||||
run_live_debug=true
|
||||
run_reload_scripts=true
|
||||
|
||||
[recent_files]
|
||||
|
||||
scripts=["res://addons/godot-sqlite/godot-sqlite-wrapper.gd", "res://addons/godot-sqlite/godot-sqlite.gd", "res://DB.gd"]
|
@ -0,0 +1,41 @@
|
||||
[res://DB.gd]
|
||||
|
||||
state={
|
||||
"bookmarks": PackedInt32Array(),
|
||||
"breakpoints": PackedInt32Array(),
|
||||
"column": 0,
|
||||
"folded_lines": Array[int]([]),
|
||||
"h_scroll_position": 0,
|
||||
"row": 12,
|
||||
"scroll_position": 0.0,
|
||||
"selection": false,
|
||||
"syntax_highlighter": "GDScript"
|
||||
}
|
||||
|
||||
[res://addons/godot-sqlite/godot-sqlite.gd]
|
||||
|
||||
state={
|
||||
"bookmarks": PackedInt32Array(),
|
||||
"breakpoints": PackedInt32Array(),
|
||||
"column": 0,
|
||||
"folded_lines": Array[int]([]),
|
||||
"h_scroll_position": 0,
|
||||
"row": 0,
|
||||
"scroll_position": 0.0,
|
||||
"selection": false,
|
||||
"syntax_highlighter": "GDScript"
|
||||
}
|
||||
|
||||
[res://addons/godot-sqlite/godot-sqlite-wrapper.gd]
|
||||
|
||||
state={
|
||||
"bookmarks": PackedInt32Array(),
|
||||
"breakpoints": PackedInt32Array(),
|
||||
"column": 0,
|
||||
"folded_lines": Array[int]([]),
|
||||
"h_scroll_position": 0,
|
||||
"row": 0,
|
||||
"scroll_position": 12.0,
|
||||
"selection": false,
|
||||
"syntax_highlighter": "GDScript"
|
||||
}
|
@ -0,0 +1,7 @@
|
||||
list=Array[Dictionary]([{
|
||||
"base": &"RefCounted",
|
||||
"class": &"SQLiteWrapper",
|
||||
"icon": "",
|
||||
"language": &"GDScript",
|
||||
"path": "res://addons/godot-sqlite/godot-sqlite-wrapper.gd"
|
||||
}])
|
Binary file not shown.
@ -0,0 +1,3 @@
|
||||
source_md5="47313fa4c47a9963fddd764e1ec6e4a8"
|
||||
dest_md5="e460ea20cd8f2b0bb93e0b9aea181c60"
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -8,7 +8,7 @@ tool
|
||||
extends EditorPlugin
|
||||
|
||||
func _enter_tree():
|
||||
pass
|
||||
pass
|
||||
|
||||
func _exit_tree():
|
||||
pass
|
||||
pass
|
||||
|
@ -1,8 +1,9 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/icon.png-487276ed1e3a0c39cad0279d744ee560.stex"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://bu06ddjy8c2lj"
|
||||
path="res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
@ -10,26 +11,24 @@ metadata={
|
||||
[deps]
|
||||
|
||||
source_file="res://icon.png"
|
||||
dest_files=[ "res://.import/icon.png-487276ed1e3a0c39cad0279d744ee560.stex" ]
|
||||
dest_files=["res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_mode=0
|
||||
compress/bptc_ldr=0
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
flags/repeat=0
|
||||
flags/filter=true
|
||||
flags/mipmaps=false
|
||||
flags/anisotropic=false
|
||||
flags/srgb=2
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/HDR_as_SRGB=false
|
||||
process/invert_color=false
|
||||
process/normal_map_invert_y=false
|
||||
stream=false
|
||||
size_limit=0
|
||||
detect_3d=true
|
||||
svg/scale=1.0
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
||||
|
@ -6,21 +6,12 @@
|
||||
; [section] ; section goes between []
|
||||
; param=value ; assign values to parameters
|
||||
|
||||
config_version=4
|
||||
|
||||
_global_script_classes=[ {
|
||||
"base": "Reference",
|
||||
"class": "SQLiteWrapper",
|
||||
"language": "GDScript",
|
||||
"path": "res://addons/godot-sqlite/godot-sqlite-wrapper.gd"
|
||||
} ]
|
||||
_global_script_class_icons={
|
||||
"SQLiteWrapper": ""
|
||||
}
|
||||
config_version=5
|
||||
|
||||
[application]
|
||||
|
||||
config/name="NewTestBase"
|
||||
config/features=PackedStringArray("4.0")
|
||||
config/icon="res://icon.png"
|
||||
|
||||
[gui]
|
||||
|
Reference in New Issue
Block a user