8000 Tags · ja0n/OpenMU · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: ja0n/OpenMU

Tags

v0.3.7

Toggle v0.3.7's commit message
Increased package version to 0.3.7

Since the last package, a lot of minor fixes have been applied, especially regarding quest messages.

v0.3.6

Toggle v0.3.6's commit message
Bumped version because of small but important changes

v0.3.5

Toggle v0.3.5's commit message
Added more extension methods for variable sized packets

Added lengths for some packets, too.

v0.3.4

Toggle v0.3.4's commit message
Added extension methods for IConnection to simplify packet sending

They're auto-generated and based on the xml data.
Had to slightly adapt the Type pattern for enums, so that the class is specified in their type name. That's required because these names are not used in the same class, but in extensions.
I also had to reference MUnique.OpenMU.Network, because of the IConnection interface. They were both unrelated, but if I wanted to make use of extension methods I had the following options:
  * Put the extension methods into Network and reference Network.Packets
  * Put the extension methods into Network.Packets and reference Network (-> I did this)
  * Create a new project which references both

For the sake of simplicity I've decided to run all xslt in Network.Packets.

Bumped Network.Packets nuget version to 0.3.4

v0.3.3

Toggle v0.3.3's commit message
Update nuget packages

Added length of ClientToServer packets since last version

v0.3.2

Toggle v0.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fixed path

v0.3.1

Toggle v0.3.1's commit message
Improved Dockerfile - removed ci=true, instead call restore before

I noted this, but can't find the related issue of msbuild anymore :S

v0.3.0

Toggle v0.3.0's commit message
trying to fix nuget publishing

v0.2.0

Toggle v0.2.0's commit message
Updated readme, added packet sender to context menu

v.0.1.7

Toggle v.0.1.7's commit message
Fixed missing Newtonsoft.Json package

0