Commit Graph

37 Commits

Author SHA1 Message Date
CakeLancelot
38c68f351b Update README.md to fix some inaccurate info, move commands to wiki page 2023-10-12 04:00:16 +02:00
CakeLancelot
ab480d88f1 Update version numbers to 1.5 2023-10-07 18:20:04 -05:00
be6a4c0a5d Enforce minimum supported libsqlite version
The server now checks the libsqlite both at compile time and on server
startup. The version the executable was built with and the one it's
running with may be different, so long as they're both at or above the
minimum supported version. One or both version numbers are printed on
startup, depending on if they're identical or not.

The compile-time ("Built with") version depends on the sqlite3.h header
used during compilation, while the runtime ("Using") version depends on
either:

* The sqlite3.c version used during compilation, if statically linked.
  (Which may be different from the header version and still compile and run
  fine.)
* The version of the libsqlite3.so or sqlite3.dll that the server
  loaded, if dynamically linked. Version mismatches here are normal,
  especially on Unix systems with their own system libraries.

The current minimum version is 3.33.0, from 2020-08-14, as that's the
one that introduced the UPDATE-FROM syntax used during login by
Database::updateSelectedByPlayerId().

Also rearranged the prints and initialization calls in main() slightly.
2023-03-19 01:41:07 +01:00
1ba0f5e14a Mention Linux instructions in README.md
Also clarify the line about CI binaries.
2022-11-26 20:30:07 +01:00
CakeLancelot
7b7d8bce45
Update README.md
Elaborate on server setup instructions a bit
2022-06-01 17:47:39 -05:00
Gent Semaj
36638b1522
Update README with new artifact location 2022-04-07 15:29:54 -04:00
1404fa0bb7
Removed references to Appveyor 2022-04-04 19:47:24 -05:00
7f65ec5b96
Fixed workflow badge 2022-04-04 19:41:05 -05:00
041908ddda
CI: Moved to Github Workflows from Appveyor (#243)
YOLO
2022-04-04 20:38:05 -04:00
CakeLancelot
f4a7ab7373
Update README to include installer instructions 2021-12-20 23:11:07 -06:00
Hpmason
ed285e5d24 Update version numbers in README.md
README still uses version 1.3 for links to client and server files. This changes those links to 1.4
2021-10-05 19:43:25 -04:00
Ege
f5600912cb
Update README & logo
Artwork by: https://github.com/egeesin
Commit authored by: https://github.com/egeesin
2021-04-15 13:06:39 -05:00
CakeLancelot
f0f3eaf749 README Revisions 2021-02-24 12:35:04 -06:00
CakeLancelot
b0697f12a3
Update README with link to commands on the wiki 2021-01-08 11:23:44 -06:00
CakeLancelot
8bbf40ac95 Update README.md 2020-12-23 18:31:48 -05:00
CakeLancelot
f1aa2c19ef
Add dependency documentation to README 2020-12-14 15:57:04 -06:00
CakeLancelot
7b4fab8c6b
Update client/server bundle link in README 2020-10-29 23:49:25 -05:00
CakeLancelot
4da178d16c
Remove mention of random characters from README
The random characters feature hasn't been available for a while now. I also clarified some information regarding usage and the public server.
2020-10-24 23:57:17 -05:00
8a144a359f It hasn't been a landwalker for a while now. 2020-10-02 19:34:09 +02:00
CakeLancelot
501d153894
Update README.md
Inventories are now saved to DB
2020-09-15 06:02:39 -05:00
b797993014 updated readme 2020-09-07 13:07:04 -05:00
c8c4ec7d01 updated readme & small refactor 2020-09-07 12:23:00 -05:00
4ade533f40 Wrote a CONTRIBUTING.md. 2020-08-31 03:47:56 +02:00
9e9161083d Reword some comments and correct paths in the Readme. 2020-08-28 22:18:28 +02:00
Raymonf
57681cd669
Correct AppVeyor link 2020-08-26 13:53:50 -04:00
c1b6ae8466 No need to unpack zero-length packet structs.
Also fixed formatting and added subheading to README.md.
2020-08-25 01:08:02 +02:00
Onii-chan
afbf309c7e
Add player revive, vehicle mount/dismount and more (#33) 2020-08-24 16:04:56 -05:00
2072bdcff7 updated appveyor 2020-08-22 13:29:38 -05:00
CakeLancelot
e3d53e8dcf
Add Discord badge to README 2020-08-20 22:04:35 -05:00
Raymonf
b89df8d497
Mention AppVeyor in the readme 2020-08-20 22:54:11 -04:00
Raymonf
09b21c54d3
Update compilation instructions 2020-08-20 16:10:29 -04:00
4d9072a752 added radio's logo, started NPCManager 2020-08-19 17:21:35 -05:00
Raymonf
3a892de7c7
Add a link to Windows compilation instructions 2020-08-18 22:11:29 -04:00
78e096a411 added cakes server to readme 2020-08-18 17:28:00 -05:00
2e9e265cba fixed readme 2020-08-18 16:06:24 -05:00
8400a15262 added release to readme 2020-08-18 15:55:06 -05:00
9d366e3720 inital commit 2020-08-18 15:42:30 -05:00