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
Alex
8e7964b835
Merge pull request #5066 from dannuic/tob_loginpatches
...
TOB packet work through zone in
2026-04-15 22:03: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
a4785d30e0
Added some comments for trivial opcodes
2026-04-13 17:48:11 -05: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
517d9419a7
Update opcode tracker
2026-04-12 17:03:29 -07:00
KimLS
a789b22fc7
Change from obr to tob dir, added a status doc
2026-04-12 13:16:23 -07:00
KimLS
6e1fe45090
Merge branch 'tob_patch' of https://github.com/EQEmu/EQEmu into tob_patch
2026-04-09 20:41:53 -07:00
KimLS
492d848f6a
adjust offsets by 2 in OP_LogServer on tob, I had done it simply from assembly and misread the register and it's off by 2 for each one.
2026-04-09 20:41:40 -07:00
Alex
ce5e216be9
Merge pull request #5058 from dannuic/tob_zonein
...
TOB zonein + all opcodes for TOB
2026-04-09 00:01:53 -07:00
dannuic
48e0847f21
renamed straggler file for tob
2026-04-08 23:06:09 -05:00
dannuic
7f42add39b
Finished up player profile
2026-04-08 22:13:37 -05:00
dannuic
49161a618f
Added up to DoN currency (not inclusive)
2026-04-08 17:57:08 -05:00
dannuic
aac7bbf48a
Fixed enough to allow zoning
2026-04-08 15:57:37 -05:00
dannuic
2c4d82f1b9
Fixed packed structs
2026-04-08 10:26:36 -05:00
dannuic
dea5031d83
WIP attempts at zoning in
2026-04-07 23:35:16 -05:00
KimLS
30c9c6317f
Update OP_LogServer
...
Fix the source group matching in common lib
Added a couple packet structure documentations I had looked at.
2026-04-06 20:51:52 -07:00
Alex
c7eea72997
Merge pull request #5057 from dannuic/tob_charactercreate
...
Implemented through character creation packets
2026-04-06 14:51:18 -07:00
Knightly
ba2ca5eada
Lua: Header Matching and Cleanup ( #5055 )
Build / Linux (push) Has been cancelled
Build / Windows (push) Has been cancelled
2026-04-06 14:48:46 -07:00
dannuic
28e6ef29d4
Corrected missing find/replace for steam_latest
2026-04-06 16:23:06 -05:00
dannuic
a6f4438c0d
Removed the _t for consistency
2026-04-06 16:15:20 -05:00
dannuic
e5a111d8d8
Implemented through character creation packets
2026-04-06 16:09:59 -05:00
brainiac
491b1edd12
Warning fixes, general cleanup ( #5053 )
Build / Linux (push) Has been cancelled
Build / Windows (push) Has been cancelled
2026-04-04 23:27:21 -07:00
KimLS
abbaf6f9a1
update opcodes
2026-04-04 16:47:41 -07:00
KimLS
ccdc9f2e43
fix dumb compile errors from my hand merge
2026-04-04 15:48:43 -07:00
KimLS
a9effc7bac
A couple laurion renames i missed
2026-04-04 15:28:59 -07:00
KimLS
a2b3b36cf1
WIP, porting old laurion changes to tob
2026-04-04 15:11:21 -07:00
KimLS
75ddf8dfc3
Merge branch 'master' into obr_login
2026-04-04 14:14:47 -07:00
Knightly
435224631f
Lua: Add world_wide_add_ldon_win & events ( #5054 )
Build / Linux (push) Waiting to run
Build / Windows (push) Waiting to run
2026-04-04 11:15:05 -07:00
KimLS
a3802ff257
opcode fixes
2026-04-02 11:50:08 -07:00
Knightly
48d18aa62a
Update Readme for license changes
Build / Linux (push) Has been cancelled
Build / Windows (push) Has been cancelled
2026-04-01 17:09:57 -07:00
Knightly
7ab909ee47
Standardize Licensing
...
- License was intended to be GPLv3 per earlier commit of GPLv3 LICENSE FILE
- This is confirmed by the inclusion of libraries that are incompatible with GPLv2
- This is also confirmed by KLS and the agreement of KLS's predecessors
- Added GPLv3 license headers to the compilable source files
- Removed Folly licensing in strings.h since the string functions do not match the Folly functions and are standard functions - this must have been left over from previous implementations
- Removed individual contributor license headers since the project has been under the "developer" mantle for many years
- Removed comments on files that were previously automatically generated since they've been manually modified multiple times and there are no automatic scripts referencing them (removed in 2023)
2026-04-01 17:09:57 -07:00
Knightly
287d4a66dc
Fixup CMakePresets.json
...
- Fix vcpkg presetName variable evaluation
- Remove tabs & fix alignment
2026-04-01 16:57:28 -07:00
KimLS
ca23b8612e
WIP world select packets
2026-03-30 21:54:15 -07:00
KimLS
485ae4809d
some changes, working on login
2026-03-30 18:36:13 -07:00
KimLS
452407ed67
Fix seq in on login handshake
2026-03-26 21:59:53 -07:00
KimLS
aa1c481f65
update opcodes
2026-03-26 13:01:24 -07:00
KimLS
780dcdab5a
Renamed "larion" to "steam latest"
2026-03-26 12:50:46 -07:00