531 Commits

Author SHA1 Message Date
Michael Cook (mackal)
e1408ede6b Remove AdventureManager::Load since it doesn't do anything 2020-01-16 19:22:17 -05:00
Michael Cook (mackal)
139b6c34e5 Change things -Wcatch-value complains about to references 2020-01-16 19:03:36 -05:00
Akkadius
f81b9d8244 Update worlddb.cpp 2020-01-10 02:54:34 -06:00
Akkadius
b9e87abb3c Implement Character Soft Deletes 2020-01-10 02:54:29 -06:00
Akkadius
8cb51eb253 Scanning optimization work from over a year ago from EZ - cleaned up a bit 2019-12-25 03:16:14 -06:00
Akkadius
77feaa9ac1 Adjust description [skip ci] 2019-12-25 00:19:59 -06:00
Akkadius
fe18033b5d Only add a loginserver if it has a non-empty value 2019-12-24 23:57:54 -06:00
Akkadius
4695aa30ad Add more DatabaseSchema entries 2019-12-23 04:11:45 -06:00
Akkadius
b222a619d7 Initial schema fetch with world command "database:schema" 2019-12-23 03:04:02 -06:00
Akkadius
d23dccec82 Add "world:version" command 2019-12-23 02:16:43 -06:00
Akkadius
25bd285be5 World entrypoint rename 2019-12-23 02:08:51 -06:00
Akkadius
4b69f56a65 Update command handler to use actual real arguments 2019-12-23 01:31:39 -06:00
Akkadius
2ab0ce19a7 Add console helpers to EQEmu::LogSys cleanup world main 2019-12-23 00:39:39 -06:00
Akkadius
81acd797b4 Add initial world server CLI handler interface 2019-12-23 00:38:50 -06:00
Akkadius
ed7ce38fe0 Add some pointer safety checks to underlying data service call [skip ci] 2019-11-03 14:34:07 -06:00
Akkadius
b1704377da Fix for pointer crash [skip ci] 2019-11-01 22:36:04 -05:00
Alex
058a722569
Revert "Revert "Build System Updated"" 2019-10-13 18:49:16 -07:00
Alex
b9f57f1f28
Revert "Build System Updated" 2019-10-12 21:07:06 -07:00
KimLS
259bce9509 Refactor zone net class (nothing to do with networking -.-) 2019-09-27 14:42:35 -07:00
KimLS
8ae76bc217 Merge fix 2019-09-17 20:56:22 -07:00
Akkadius
96ef76847b Fix log calls that either didn't carry over or were using newer aliases that weren't converted to FMT prior to migration 2019-09-17 00:18:07 -05:00
Akkadius
2a18d7cd80 Merge branch 'master' of https://github.com/EQEmu/Server into lsid 2019-09-16 22:11:59 -05:00
Dencelle
8ab2b15768
fix for telnet's lack of language skill
this function is only used when a raw telnet ooc, auction, or tell is used. it needs to have the language skill set though otherwise it just comes out as garbled
2019-09-13 19:29:37 -05:00
Uleat
cf80e594bc Merge branch 'master' of https://github.com/EQEmu/Server into lsid
# Conflicts:
#	common/ruletypes.h
#	world/net.cpp
#	zone/bot_command.cpp
#	zone/command.cpp
#	zone/zonedb.cpp
2019-09-12 01:54:37 -04:00
Akkadius
b2526ff6d6 Make sure loginserver is writing to file log [skip ci] 2019-09-08 02:01:10 -05:00
Akkadius
3177b6ac46 Add CLEStatusString to logging 2019-09-08 00:07:07 -05:00
Akkadius
3230d81d2c Unify ClientLogin logging [skip ci] 2019-09-07 23:59:12 -05:00
Akkadius
89dbdff925 Change logging category [skip ci] 2019-09-07 23:40:22 -05:00
Uleat
5206983513 Removed rule-based check for rule note updates 2019-09-07 23:18:12 -04:00
Akkadius
1bfbe51d89 Add keepalives for world > login and login > world 2019-09-07 21:55:21 -05:00
Akkadius
4cba9439b9 Move a spammy log call to LogDebug [skip ci] 2019-09-07 19:36:28 -05:00
Akkadius
cc377f2659 Fix compile [skip ci] 2019-09-07 02:30:33 -05:00
Akkadius
6222132625 More logging cleanup [skip ci] 2019-09-07 02:18:15 -05:00
Akkadius
9e3f9f9749 More logging changes [skip ci] 2019-09-07 01:59:50 -05:00
Akkadius
b8216a5d40 Merge branch 'master' of https://github.com/EQEmu/Server into lsid 2019-09-07 01:03:13 -05:00
Akkadius
7154873091 Change opcode too [skip ci] 2019-09-07 00:52:13 -05:00
Akkadius
052583d170 Adjust more logging [skip ci] 2019-09-07 00:30:54 -05:00
Akkadius
463aeea5a3 Fix struct mismatch from merge of identical blocks of code [skip ci] 2019-09-07 00:17:23 -05:00
Akkadius
a624b85ea1 More login logging [skip ci] 2019-09-07 00:12:53 -05:00
Akkadius
4b77f573c0 More logging [skip ci] 2019-09-07 00:07:57 -05:00
Akkadius
1f928cd161 More logging [skip ci] 2019-09-07 00:05:00 -05:00
Akkadius
b97696a8c0 Adjust logging [skip ci] 2019-09-06 21:40:13 -05:00
Uleat
a428eb61a1 Merge branch 'master' of https://github.com/EQEmu/Server into io_work 2019-09-06 20:52:23 -04:00
Akkadius
45278f80ca Cleanup world logging [skip ci] 2019-09-06 12:03:50 -05:00
JJ
1e1b21f2bf Fix log during UCS shutdown [skip ci] 2019-09-06 12:05:51 -04:00
Uleat
c1b48b9931 Updated the rule system to automatically restore rule notes (rule-based) 2019-09-04 22:37:17 -04:00
Uleat
f9536f9621 Updated the rule system to automatically add new rules and remove orphaned entries from the rule values tables 2019-09-03 04:04:05 -04:00
Akkadius
3e4587cd57 Logs::Spawns to LogSpawns 2019-09-02 04:10:43 -05:00
Akkadius
2970afff67 More log migrations to fmt / log aliases 2019-09-02 02:33:02 -05:00
Akkadius
2b1950d2e2 Logs::Guilds to LogGuilds 2019-09-02 02:24:34 -05:00