index
:
mt.git
5.4.1
master
Fork of anon5's mt package, updated to work with Luanti >=5.5.0
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2023-02-12
Add WaitGroup to SerializePkt
HEAD
master
Lizzy Fleckenstein
2023-02-12
Expose methods for packet (de-)serialization
Lizzy Fleckenstein
2023-02-06
.gitignore binaries
Lizzy Fleckenstein
2023-02-06
Add support for DamageEffect in ToCltHP
Lizzy Fleckenstein
2023-02-06
Fix crash introduced by last commit
Lizzy Fleckenstein
2022-07-09
Methods EXPOSED
Elias Fleckenstein
2022-06-08
Bump minetest version in doc
Elias Fleckenstein
2022-06-08
go generate
v0.0.1
Elias Fleckenstein
2022-06-08
Fix hud style flags type
Elias Fleckenstein
2022-06-07
Fix mapblock compression
Elias Fleckenstein
2022-06-07
Support 5.5.0 NodeDef
Elias Fleckenstein
2022-06-07
Support PlaceParam2
Elias Fleckenstein
2022-06-07
Move package paths to dragonfire fork
Elias Fleckenstein
2022-06-07
Support HUD font style
Elias Fleckenstein
2022-06-07
Fix mkserialize.sh
Elias Fleckenstein
2022-06-07
Strip trailing whitespace
Elias Fleckenstein
2022-06-07
Fix subpackage paths
Elias Fleckenstein
2022-06-02
Make Tokens in ToSrvHaveMedia an array
Minetest-j45
2022-06-02
Actually export Token in ToSrvHaveMedia
Minetest-j45
2022-06-02
USe correct channel for ToSrvHaveMedia
Minetest-j45
2022-06-02
Make seperate module to facilitate testing
Minetest-j45
2022-06-02
Run mkserialize.sh once again
Minetest-j45
2022-06-02
Update ToCltMediaPush
Minetest-j45
2022-06-02
Add new ToSrvHaveMedia cmd
Minetest-j45
2022-06-01
fix errors in usage of zstd
Minetest-j45
2022-06-01
import zstd lib
Minetest-j45
2022-06-01
Update MapBlk serialization to zstd
Minetest-j45
2021-09-19
Switch to Minetest 5.4.1 protocol and other changes
anon5
2021-09-09
Fix panic when sending ToCltMinimapModes
anon5
2021-06-23
Remove incomplete JSON (de)serialization for ToolCaps
anon5
2021-06-22
s/ToSrvModChan(.*)/ToSrv\1ModChan/g
anon5
2021-06-22
Add String methods to some types using stringer and fix some minor defects
anon5
2021-06-21
Add high-level protocol (de)serialization
anon5
2021-06-21
LICENSE: add my email address to copyright notice
anon5
2021-04-01
Use strings.IndexByte in ItemMeta.Fields
anon5
2021-04-01
Add SerializeKeep method to Inv and InvList
anon5
2021-03-22
rudp: partial rewrite with new API supporting io.Readers
anon5
2021-03-03
rudp/proxy: fix import path
anon5
2021-03-03
rudp: optimize and refactor
anon5
2021-02-28
rudp: fix errors returned by Peer.Recv other than net.ErrClosed when the Peer...
anon5
2021-02-24
Improve item meta handling
anon5
2021-02-23
Fix newlines after item names
anon5
2021-02-23
Use sentinal correctly
anon5
2021-02-22
Add inv (de)serialization
anon5
2021-02-20
rudp: deprecate ErrClosed and replace with net.ErrClosed
anon5
2020-11-19
Add go.mod, see https://github.com/anon55555/mt/issues/1#issuecomment-730424074
anon5
2020-11-07
Initial public release
anon5