Commit Graph

15 Commits

Author SHA1 Message Date
cd3fe08e07 Fix warnings. 2020-03-12 00:29:38 +00:00
0bc3b5c1fe Code restyling. 2020-02-29 18:03:33 +00:00
feead08c5e Rename comment header. 2020-02-27 12:31:23 +00:00
c8e7a167b7 Rename namespace. 2020-02-27 00:36:40 +00:00
f277078318 Add method to marshal big-endian structure into byte array. 2020-02-19 03:30:39 +00:00
035605d869 Add support to swap endian of struct enums. 2020-02-19 01:08:34 +00:00
0fb1781ca2 Update copyright date. 2020-01-03 17:54:18 +00:00
c2c9c67faa Merge pull request #1 from SilasLaspada/master
Remove some unreachable code
2019-12-04 18:41:00 +00:00
a7d7c673a1 Code reformat. 2019-11-25 00:54:39 +00:00
SilasLaspada
4959cce565 Remove some unreachable code
Because these will always return something, the break statements can never be reached. Fixes some warnings.
2019-11-14 21:12:18 -07:00
f7c0d6fffb Send hello packet. 2019-10-19 19:08:47 +01:00
7c7930ff30 Aggressively inline marshalling methods. 2019-03-11 19:24:06 +00:00
2dac60cdce Override Marshal.SizeOf in Helpers and use it instead of System's. 2019-03-01 07:35:22 +00:00
3253963031 Add overrides to marshal with offset and length. 2019-02-28 10:35:40 +00:00
adfd41d931 Add more optimized marshallers. 2019-02-27 08:49:42 +00:00