DarkflameServer/dDatabase/GameDatabase
jadebenn ef6f2f133e
chore: Eradicate C-style casts and further clean up some code (#1361)
* cast and code cleanup

* cast cleanup

* bug fixes and improvements

* no getBoolField method exists

* fixes

* unbroke sg cannon scoring

* removing comments

* Remove the c-style cast warning I added from CMakeLists now that they're gone (it triggers on 3rd party dependencies and slows down compilation)

* (Hopefully) fix MacOS compilation error

* partially-implemented feedback

* more updates to account for feedback

* change bool default

---------

Co-authored-by: jadebenn <jonahebenn@yahoo.com>
2023-12-27 22:18:20 -06:00
..
ITables Merge branch 'main' into 985 2023-11-21 18:11:46 -08:00
MySQL Merge branch 'main' into 985 2023-11-21 18:11:46 -08:00
CMakeLists.txt refactor: Database abstraction and organization of files (#1274) 2023-11-17 18:47:18 -06:00
Database.cpp refactor: Database abstraction and organization of files (#1274) 2023-11-17 18:47:18 -06:00
Database.h refactor: Database abstraction and organization of files (#1274) 2023-11-17 18:47:18 -06:00
GameDatabase.h Merge branch 'main' into 985 2023-11-21 18:11:46 -08:00
MigrationRunner.cpp chore: Eradicate C-style casts and further clean up some code (#1361) 2023-12-27 22:18:20 -06:00
MigrationRunner.h refactor: Database abstraction and organization of files (#1274) 2023-11-17 18:47:18 -06:00