mirror of
https://github.com/open-goal/jak-project
synced 2026-05-24 07:11:15 -04:00
bf83f2442d
- Rough start of the SQLite integration to facilitate the SQL queries - Cleanup and disable a little bit of code so the game no longer crashes when entering the editor - Implement some of the mouse data stuff  https://user-images.githubusercontent.com/13153231/202881484-399747e7-dcdb-4e09-93e9-b561a45c8a18.mp4 This is a very old branch so best to get it merged now that it's at a decent point so it can be iterated on.
17 lines
534 B
Markdown
Vendored
Generated
17 lines
534 B
Markdown
Vendored
Generated
sqlite3
|
|
-------
|
|
|
|
Copyright (c) 2012-2022 Sebastien Rombauts (sebastien.rombauts@gmail.com)
|
|
|
|
"sqlite3.c" and "sqlite3.h" files from sqlite-amalgamation-3370200.zip (SQLite 3.37.2 2022-01-06)
|
|
|
|
Those files are provided for easy setup and compatibility under Windows/Linux/MacOS.
|
|
They are used by default by the CMake build.
|
|
|
|
Use -DSQLITECPP_INTERNAL_SQLITE=OFF to link against the Linux "libsqlite3-dev" package instead.
|
|
|
|
### License:
|
|
|
|
All of the code and documentation in SQLite has been dedicated to the public domain by the authors.
|
|
|