diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2013-04-07 21:28:32 +0200 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2013-04-07 21:28:32 +0200 |
commit | 499962029a94074ecd007a1be5f760337ff9ffbb (patch) | |
tree | c084157866783cc18ef8c9844e0ee09edf38a7b7 /source/SQLite/urls.txt | |
parent | Fixed bug in entities movement: Corrected proper flooring of double values for the relative move packet, and teleport packet. Also, made the velocity packet to be sent first than the positions packets. (diff) | |
download | cuberite-499962029a94074ecd007a1be5f760337ff9ffbb.tar cuberite-499962029a94074ecd007a1be5f760337ff9ffbb.tar.gz cuberite-499962029a94074ecd007a1be5f760337ff9ffbb.tar.bz2 cuberite-499962029a94074ecd007a1be5f760337ff9ffbb.tar.lz cuberite-499962029a94074ecd007a1be5f760337ff9ffbb.tar.xz cuberite-499962029a94074ecd007a1be5f760337ff9ffbb.tar.zst cuberite-499962029a94074ecd007a1be5f760337ff9ffbb.zip |
Diffstat (limited to '')
-rw-r--r-- | source/SQLite/urls.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/source/SQLite/urls.txt b/source/SQLite/urls.txt new file mode 100644 index 000000000..8b5869be6 --- /dev/null +++ b/source/SQLite/urls.txt @@ -0,0 +1,9 @@ +
+SQLite:
+http://www.sqlite.org
+SQLite is in public domain
+
+LuaSQLite3:
+http://lua.sqlite.org
+http://lua.sqlite.org/index.cgi/doc/tip/doc/lsqlite3.wiki -- documentation
+License for LuaSQLite is stored in $/install/LuaSQLite3-LICENSE.txt and distributed with the executables
\ No newline at end of file |