2 года назад
История
README.md
R.A.B.I.D.S
Discord Bot for Your Cyberpunk Red Open Table Campain in Foundry VTT
NOTE: For proper working of all functions needed to grab number of users from FVTT (changes to source needed)
Dependencies:
- Boost (Needed to be installed)
- OpenSSL (Needed to be installed)
- nlohmann::json (Downloading on build)
- SleepyDiscord (Downloading on build)
- nlohmann_json::nlohmann_json (Downloading on build)
- fmt (Downloading on build)
- sqlite3 (Already included)
Build Linux
git clone https://github.com/SteamDragon/R.A.B.I.D.S
mkdir out
cd out/
cmake ..
make
Changelog:
0.2.4
1) Code smell cleanup 2) small optimisations 3) increasing maintainability
0.2.3
- When server is stopped no restart will be performed
0.2.2
- Changed Registration function to Slash command one
- Small Cleanup
0.2.1
- Moved all string to the config file
- Added auto generating date for the game
0.2.0
- Added Boost::Log logging
- Now, if an error occurs during the execution of adding downtime or healing operations, this will not lead to a crash of the entire application.
0.1.9
- Added a library for interacting with SQLite
- Downtime table display is now beautiful
- Downtime processing
- Healing processing
- Cryotank processing
0.1.8
- Fixed a bug due to which the restart was incorrect
- Removed the last lines that are shown to the user in the config file (Including the token)
- Added FMT library, now strings can be beautifully formatted in the console (mostly for myself)
0.1.7
- Added configuration files and the ability to operate on them
- Updated the saving of the technical restart time (Now it is saved in the config when the application is closed)
0.1.6
- Fixed registration errors
0.1.5
- First test version
- Fixed server not stopping issues
- Improved the functionality of displaying the number of players
- Registration now creates an Actor
- When registering users, a temporary file is created with a list of actors / users to be created
- Technical restart of the server by time (Default time is 12 hours)
0.1.4
- Fixed issue with writing to database
- Added download support
0.1.3
- Added support for registration and password change
- Added support for starting/stopping and restarting the server
- Added Help Message
- Optimized status update. Only the unique status is sent
Конвейеры
0 успешных
0 с ошибкой