mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2024-11-04 14:30:05 +00:00
dongresource
80dabf4406
* Fixed not being able to modify the DB externally while the script is running * Made most DB-related errors print the appropriate error string * Fixed the settings looking for dbsaveinterval in the shard category instead of the login category * Added -shr and -wal to .gitignore (even though we're not actually using WAL mode) Hopefully the DB code is now free of resource leaks and undefined behaviour.
19 lines
140 B
Plaintext
19 lines
140 B
Plaintext
.vscode/
|
|
bin/*
|
|
notes.txt
|
|
config.ini
|
|
*.o
|
|
tags
|
|
*~
|
|
CMakeFiles/
|
|
CMakeCache.txt
|
|
build/
|
|
.vs/
|
|
.idea/
|
|
*.db
|
|
*-shm
|
|
*-wal
|
|
version.h
|
|
infer-out
|
|
gmon.out
|