jak-project/third-party/SQLiteCpp/sqlite3
Tyler Wilding bf83f2442d
d/jak2: cleanup more of editable and editable-player (#2029)
- 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


![image](https://user-images.githubusercontent.com/13153231/202881481-95bc0a2a-ac3d-4f65-aff1-b9f7ee5ee345.png)


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.
2022-11-19 23:28:20 -05:00
..
CMakeLists.txt d/jak2: cleanup more of editable and editable-player (#2029) 2022-11-19 23:28:20 -05:00
README.md d/jak2: cleanup more of editable and editable-player (#2029) 2022-11-19 23:28:20 -05:00
sqlite3.c d/jak2: cleanup more of editable and editable-player (#2029) 2022-11-19 23:28:20 -05:00
sqlite3.h d/jak2: cleanup more of editable and editable-player (#2029) 2022-11-19 23:28:20 -05:00

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.