4094 Commits

Author SHA1 Message Date
dannuic
190af8d3f6 Reorganization and PR comments 2026-04-29 22:14:47 -06:00
dannuic
a54f93e70f Updated class naming 2026-04-29 13:50:36 -06:00
dannuic
966ca5cf07 Merge branch 'tob_patch' into tob_buffupdate 2026-04-29 13:27:52 -06:00
dannuic
625157f058 Merge remote-tracking branch 'origin/develop' into tob_patch 2026-04-29 13:26:40 -06:00
KimLS
accda849ac Merge fix
Some checks are pending
Build / Linux (push) Waiting to run
Build / Windows (push) Waiting to run
2026-04-28 00:15:35 -07:00
dannuic
a907c76e1c Collapsed stubbed classes 2026-04-27 19:20:43 -06:00
dannuic
d16c1b2483 Removed any 'legacy' functions from the new code 2026-04-27 17:52:45 -06:00
dannuic
f3634e54ae Added db migrations to account for spell id type changes 2026-04-27 10:51:50 -06:00
dannuic
5de441fa20 converted spell id's to integers and made the internal representation 322-bit 2026-04-26 23:53:57 -06:00
dannuic
05cb1921e8 initial tie in of makebuffpacket to logic (still need to do buff definition work) 2026-04-26 21:42:26 -06:00
dannuic
743fd45b17
Added component-based patch system (#5070)
Some checks failed
Build / Linux (push) Has been cancelled
Build / Windows (push) Has been cancelled
2026-04-25 23:29:12 -07:00
dannuic
c25b3fbf19 Merge branch 'tob_stringupgrade' into tob_buffupdate 2026-04-25 23:52:20 -06:00
dannuic
cebafe3971 Added missing include 2026-04-25 21:46:17 -06:00
dannuic
40870924e9 Updated patch map to an array and added null safety checks for the conversion 2026-04-25 16:54:30 -06:00
dannuic
0a6dd09f2c Removed unnecessary function for static component map 2026-04-25 15:51:15 -06:00
dannuic
fba1c06847 changed pointer into unique pointer and addressed review concerns 2026-04-25 01:03:48 -06:00
dannuic
bcf65c141d Adding buff infrastructure to handle legacy and modern buff semantics 2026-04-25 00:24:23 -06:00
brainiac
6694281f22
Fix gcc warnings (#5071)
Some checks are pending
Build / Linux (push) Waiting to run
Build / Windows (push) Waiting to run
2026-04-24 23:05:32 -07:00
dannuic
c5d048ad5b corrected buff packet, but not marking it done until buff refactor 2026-04-24 13:04:56 -06:00
dannuic
ffc912b2f6 Validated channel messages 2026-04-23 23:07:18 -06:00
dannuic
1d47611b24 Reorganized into more logical units 2026-04-23 18:33:07 -06:00
dannuic
83e29f96d7 Cleanup 2026-04-22 23:44:19 -06:00
dannuic
79be47430c Moved formatted message into the new tob patch and cleaned up a bit 2026-04-22 16:11:01 -06:00
dannuic
ee4c6099eb Added component-based patch system and applied it to interrupt packets 2026-04-22 00:27:47 -06:00
Knightly
0ada77f340
Login Updates for TOB (#5068)
Some checks failed
Build / Linux (push) Has been cancelled
Build / Windows (push) Has been cancelled
2026-04-20 22:45:58 -07:00
KimLS
dceec36fad Merge branch 'master' into tob_patch 2026-04-20 18:41:45 -07:00
xJeris
5dc093fe5e
Add Multiple Mercenary Hire Functionality (#5059)
Some checks failed
Build / Linux (push) Has been cancelled
Build / Windows (push) Has been cancelled
2026-04-20 17:52:23 -07:00
ltroylove
348094b881
fix: correct off-by-one in GetSpellLevel for Berserker class (#5060)
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-20 17:50:36 -07:00
dannuic
0e0162edc0 Added spell links to interrupt and fizzle messages 2026-04-19 23:07:02 -06:00
dannuic
c5d089de68 Validated message and interrupt packets, needs refactor for full functionality 2026-04-18 12:08:54 -06:00
dannuic
b8ee811ac6 Fixed unmemming spells on cast 2026-04-18 06:53:37 -06:00
dannuic
08cdd8234d Validated to OP_CastSpell -- still causes a spell to unmem after cast 2026-04-18 00:08:18 -06:00
dannuic
3bb7f94713 Fixed memorization for parity with RoF2 2026-04-17 23:35:34 -06:00
dannuic
ec5a9d0bd4 Validated up to OP_MemorizeSpell (still needs testing in client) 2026-04-17 18:07:39 -06:00
dannuic
2da6d3f37c Fixed item index mapping 2026-04-17 14:57:35 -06:00
dannuic
6a7baf8f1c Validated through OP_SetServerFilter 2026-04-17 11:56:46 -06:00
dannuic
a8e3ab41e1 Validated up to OP_ExpUpdate 2026-04-16 17:13:17 -06:00
dannuic
fe4146050f Validated up to OP_UpdateAA 2026-04-16 16:51:41 -06:00
dannuic
36ea946255 Attempt to fix opcodes formatting 2026-04-16 16:28:08 -06:00
dannuic
f29d87aced Validated up to OP_WorldObjectsSent 2026-04-16 15:59:54 -06:00
KimLS
767f04731b Merge fix 2026-04-15 22:06:39 -07:00
dannuic
a9333fb51b Added padding into client position struct 2026-04-15 22:52:21 -06:00
dannuic
27ad857ee5 Fixed spawn position struct 2026-04-15 22:51:23 -06:00
dannuic
5549daedb1 Some ZoneChange work 2026-04-15 21:10:41 -05:00
dannuic
b5cc8dfab1 Verified and corrected packets through character select 2026-04-14 13:39:28 -05:00
dannuic
865f619e21 Validated and filled out SendMaxCharacters 2026-04-13 22:56:49 -06:00
dannuic
a54711817d Validated EnterWorld (in & out) 2026-04-13 17:34:21 -05:00
dannuic
139575661d Validated SendCharInfo 2026-04-13 17:10:38 -05:00
dannuic
8dd24f4a70 Updated comments for LogServer 2026-04-13 15:47:13 -05:00
KimLS
6e1fe45090 Merge branch 'tob_patch' of https://github.com/EQEmu/EQEmu into tob_patch 2026-04-09 20:41:53 -07:00