386 Commits

Author SHA1 Message Date
Akkadius
332a1dcab1 Update windows-build.ps1 2023-01-21 00:51:26 -06:00
Akkadius
8dd8caff63 Update windows-build.ps1 2023-01-21 00:41:20 -06:00
Akkadius
fc24385fd6 Update windows-build.ps1 2023-01-21 00:30:52 -06:00
Akkadius
c9d8c45b39 Update windows-build.ps1 2023-01-21 00:22:52 -06:00
Akkadius
191746975c Trim windows assets 2023-01-21 00:15:11 -06:00
Akkadius
4ed820039c Update linux-build.sh 2023-01-20 21:16:55 -06:00
Akkadius
c931b1051e Update linux-build.sh 2023-01-20 20:25:39 -06:00
Akkadius
77ad1c6f9c Update linux-build.sh 2023-01-20 17:37:02 -06:00
Akkadius
77cbe4b9d4 Run it 2023-01-20 17:17:41 -06:00
Akkadius
c7dcf52b82 Consolidate 2023-01-20 17:06:20 -06:00
Akkadius
a942b65553 Update windows-build.ps1 2023-01-20 17:01:08 -06:00
Akkadius
62546b6f2f F 2023-01-20 16:54:10 -06:00
Akkadius
4ac0bfd69e Update windows-build.ps1 2023-01-20 16:51:43 -06:00
Akkadius
9cde2f7405 Update windows-build.ps1 2023-01-20 16:50:45 -06:00
Akkadius
c17ab5a848 Update windows-build.ps1 2023-01-20 16:48:05 -06:00
Akkadius
158dd3ac97 Take #45354 2023-01-20 16:32:11 -06:00
Akkadius
f5de63b1d7 Shuffle 2023-01-20 16:22:41 -06:00
Akkadius
bf157eab7f Update build-release.bat 2023-01-20 16:16:09 -06:00
Akkadius
11fc66c490 Update build-release.bat 2023-01-20 16:11:14 -06:00
Akkadius
f29421a7d6 Test pipeline 2023-01-20 16:04:08 -06:00
Akkadius
0a6212f9a8 Update build-release.bat 2023-01-20 16:01:46 -06:00
Akkadius
84415b146b Update build-release.bat 2023-01-20 16:01:02 -06:00
Akkadius
f65ab8d372 Update build-release.bat 2023-01-20 15:56:03 -06:00
Akkadius
217ea71bd7 Test 2023-01-20 15:54:17 -06:00
Akkadius
b615b4d474 Add version checks 2023-01-20 15:23:10 -06:00
Akkadius
26116ec808 Release without bots 2023-01-20 13:28:54 -06:00
Akkadius
a6438b833c Yolo 2023-01-20 13:28:54 -06:00
Akkadius
2db28a7e42 Yolo 2023-01-20 13:28:54 -06:00
Akkadius
b66c65fc02 Test upload 2023-01-20 13:28:54 -06:00
Akkadius
1c7dedb12d Naming 2023-01-20 13:28:54 -06:00
Akkadius
c445f7bed6 Test 2023-01-20 13:28:54 -06:00
Akkadius
60962005d1 Remove 7z from build scripts 2023-01-20 13:28:53 -06:00
Akkadius
2a81314d49 Split 2023-01-20 13:28:53 -06:00
Akkadius
74f8629884 Update windows-build.ps1 2023-01-20 13:28:53 -06:00
Akkadius
6f8fc85a92 Update windows-build.ps1 2023-01-20 13:28:53 -06:00
Akkadius
87af11374c Update windows-build.ps1 2023-01-20 13:28:53 -06:00
Akkadius
90366302bd Test 2023-01-20 13:28:53 -06:00
Akkadius
e8ca3f6942 [eqemu_server.pl Swap out binary source 2023-01-20 12:56:37 -06:00
Alex King
3335cacac1
[Bots] Cleanup and remove preprocessors. (#2757)
* [Bots] Cleanup and remove preprocessors.

- Removes every `#ifdef BOTS` we have and locks bots behind `Bots:AllowBots` rule.
- Bot updates are now done by default similar to regular database updates.
- Modify `CMakeLists.txt`, `.drone.yml`, and `BUILD.md` to match the removal of `EQEMU_ENABLE_BOTS`.

* Cleanup

- Add SQL for enabling bots for servers with bots.
- Add message that tells players/operators bots are disabled.

* Suggested changes.

* Bot injection stuff

* Change SQL to bot SQL.

* Tweaks

* Remove `is_bot`

* Update version.h

* Update main.cpp

* Update database.cpp

* Fix name availability crash

* Remove bots from update script

Co-authored-by: Akkadius <akkadius1@gmail.com>
2023-01-20 12:35:33 -06:00
Chris Miles
0d1fa9e96e
[Repositories] Add Cereal support to repository generator (#2660)
* [Repositories] Add Cereal support to repository generator

* Update base_repository.template
2022-12-20 13:12:44 -06:00
Kinglykrab
6ff52f94c4
[Repositories] Add Bot Repositories. (#2529)
* [Repositories] Add Bot Repositories.

* Remove unnecessary table.

* Add back table.
2022-11-16 07:15:48 -06:00
Chris Miles
f8e7576ae7
[File Paths] Implement Path Manager (#2440)
* Push up branch for testing

* Path manager

* Tweaks

* Changes

* More path work

* Update paths for eqemu_server.pl

* More path work

* Import and export client files

* Path remove

* More path work

* Update eqemu_config.h

* Fix tests

* Tests disable temp

* Update eqemu_config.h

* Update .drone.yml

* Hook tests back up

* Update main.cpp

* Platform tests

* Fix include

* Use std::filesystem on windows

* Fix IPCMutex name on windows

* std::filesystem changes

* Update path_manager.cpp

* Explicit string cast

* Explicit string cast

* Update path_manager.cpp

* Windows fixes

* Mapped files

* Relative fixes

* Use relative paths off of cwd

* Update Debian image to Debian 11 (updates GCC)

Co-authored-by: hg <4683435+hgtw@users.noreply.github.com>
2022-09-28 04:08:59 -05:00
Chris Miles
19791195e5
[Logging] Netcode Logging Unify (#2443)
* [Logging] Unify netcode logging

* More tweaks, generator

* Exclude OP_SpecialMesg at callback level

* Consolidate packet loggers

* Log at EQStream level instead of proxy

* Fix C->S

* Server to server logging

* C-S for Loginserver

* Hook UCS for C->S

* Update eqemu_logsys.h

* World C->S logging

* Translate opcodes through patch system for client to server

* Additional logging requests

* Add detailed opcode translation logging

* vStringFormat resiliency

* Translate loginserver C->S

* Simplify out message string (reduce copies) and ignore legacy formats

* Update eqemu_logsys.cpp

* Log file format

* Handle deprecated categories
2022-09-28 03:42:09 -05:00
Chris Miles
c826d3b4e9
[eqemu_server.pl] Remove non-working fetch_latest_windows_binaries() (#2445) 2022-09-25 13:00:33 -04:00
Michael Cook (mackal)
6f7fa98996
[Repositories] Add more precise types to repository generator (#2391)
* Make utils/scripts/generators/repository-generator.pl aware of more
datatypes

This adds support for unsigned and more integer types. It also avoids
using parsing functions that require casting (still needed in some
cases)

Having the data types in the Repository structs better map to the types
in the database will allow us to avoid casting when we pull data out of
them. And as a benefit, assume something is wrong if we do :)

Hopefully clean up some warnings due to casting too.

Co-authored-by: Akkadius <akkadius1@gmail.com>
2022-08-31 00:04:27 -05:00
Chris Miles
893d53425a
[Repository] Modernize character recipe list (#2385) 2022-08-21 19:06:57 -05:00
Chris Miles
79285b1002
[Repositories] Add GetMaxId, Count (#2371)
* [Repositories] Add GetMaxId, Count

* Update cmake with repositories, regenerate extended repos

* Remove license from files

* Simplify receivers

* Receiver simplify remaining

* Simplify receivers final

* Pass params by const reference

* Modernize grid tables

* Remove guild members since it doesn't conform as a generatable table

* PR comment
2022-08-13 18:40:56 -05:00
Chris Miles
dfd8f84cac
[Strings] Refactor Strings Usage (#2305)
* Initial commit checkpoint

* More functions converted

* Commify

* More functions

* Fin

* Sort declarations

* Split functions between files

* Bots

* Update strings.h

* Split

* Revert find replaces

* Repository template

* Money

* Misc function

* Update CMakeLists.txt

* Saylink

* Update strings.cpp

* Swap Strings::Saylink for Saylink::Create since saylink is coupled to zone database

* API casings
2022-07-14 02:10:52 -05:00
Chris Miles
f4904d00d2
[Backups] Use World CLI for Database Backups (#2286)
* Use world backup utility instead of db_dumper.pl

* Delete database_dumper.pl

* Delete db_dumper.pl

* Tweak script
2022-07-06 22:02:28 -05:00
titanium-forever
25addc3bd9
Create user directory during account creation to ensure default files are copied to profile from /etc/skel (#2176)
Co-authored-by: Kieren Hinch <khinch-github@nylonmoon.com>
2022-05-27 00:22:31 -05:00