[DiscordArchive] Speaking of packet serialisation, did Blizz ever release anything using JAM externally?
[DiscordArchive] Speaking of packet serialisation, did Blizz ever release anything using JAM externally?
Archived author: MaxHayman • Posted: 2021-02-26T17:54:10.243000+00:00
Original source
Speaking of packet serialisation, did Blizz ever release anything using JAM externally?
Archived author: MaxtorCoder • Posted: 2021-02-26T17:54:15.624000+00:00
Original source
Wym
Archived author: MaxHayman • Posted: 2021-02-26T17:55:30.985000+00:00
Original source
Like the VMAP extractor, people would need to compile and run a tool against the .exe to extract the .protofiles and compile them before they can compile trinitycore Then theres no code "derived from blizzards code" in the repository
Archived author: MaxtorCoder • Posted: 2021-02-26T17:55:50.199000+00:00
Original source
I was talking about this
Archived author: MaxtorCoder • Posted: 2021-02-26T17:56:00.475000+00:00
Original source
People are to dumb for what you are suggesting <:lul:451485508380655616>
Archived author: MaxHayman • Posted: 2021-02-26T17:56:45.053000+00:00
Original source
People were too dumb when they moved to cmake They just wanted the old ascent days of click compile and done.
Archived author: MaxHayman • Posted: 2021-02-26T17:57:42.102000+00:00
Original source
Before protobuf Blizz wrote their own serialisation format they used internally between servers in wow which was later used between tools and other stuff.
https://www.youtube.com/watch?v=hCsEHYwjqVE
[Embed: World of Warcraft's Network Serialization and Routing]
Online games need robust, easy to use network APIs. JAM is World of Warcraft's inter-server serialization and routing layer. This 2013 talk from Blizzard's Joe Rumsey describes how JAM came to be, and how it is used today using real world sample code from WoW and other Blizzard projects to illustrate key concepts, such as machine generated code ...
https://www.youtube.com/watch?v=hCsEHYwjqVE
Archived author: MaxtorCoder • Posted: 2021-02-26T17:58:13.407000+00:00
Original source
Ooohhhh... That's what they are using...
Archived author: MaxtorCoder • Posted: 2021-02-26T17:58:18.770000+00:00
Original source
I actually _did not know that_
Archived author: MaxtorCoder • Posted: 2021-02-26T17:59:46.683000+00:00
Original source
Interesting..