]> git.lizzy.rs Git - mtmap.git/log
mtmap.git
21 months agoMerge pull request #2 from ev2-1/master master
Elias Fleckenstein [Sat, 16 Jul 2022 23:21:13 +0000 (01:21 +0200)]
Merge pull request #2 from ev2-1/master

Change index in Peek and Poke node to uint16

21 months agoMerge branch 'EliasFleckenstein03-master' 2/head
Riley [Sat, 16 Jul 2022 23:17:49 +0000 (01:17 +0200)]
Merge branch 'EliasFleckenstein03-master'

21 months agoMerge branch 'master' of https://github.com/EliasFleckenstein03/mtmap into EliasFleck...
Riley [Sat, 16 Jul 2022 23:17:37 +0000 (01:17 +0200)]
Merge branch 'master' of https://github.com/EliasFleckenstein03/mtmap into EliasFleckenstein03-master

21 months agochanged i in Peek- and PokeNode from int to uint16
Riley [Sat, 16 Jul 2022 23:14:40 +0000 (01:14 +0200)]
changed i in Peek- and PokeNode from int to uint16

21 months agoAdd Peek- and PokeNode functions to MapBlk (#1)
Riley [Sat, 16 Jul 2022 23:13:57 +0000 (01:13 +0200)]
Add Peek- and PokeNode functions to MapBlk (#1)

* added PickNode to MapBlk

* renamed MapBlk.PickNode to MapBlk.PeekNode

* added funktion MapBlk.PokeNode as reverse of MapBlk.PeekNode

21 months agoadded funktion MapBlk.PokeNode as reverse of MapBlk.PeekNode 1/head
Riley [Sat, 16 Jul 2022 23:09:31 +0000 (01:09 +0200)]
added funktion MapBlk.PokeNode as reverse of MapBlk.PeekNode

21 months agorenamed MapBlk.PickNode to MapBlk.PeekNode
Riley [Sat, 16 Jul 2022 23:08:41 +0000 (01:08 +0200)]
renamed MapBlk.PickNode to MapBlk.PeekNode

21 months agoadded PickNode to MapBlk
Riley [Sat, 16 Jul 2022 23:04:51 +0000 (01:04 +0200)]
added PickNode to MapBlk

21 months agoSupport param1 and param2 v0.4.0
Elias Fleckenstein [Sat, 16 Jul 2022 21:33:57 +0000 (23:33 +0200)]
Support param1 and param2

21 months agoDon't error on unknown nodes v0.3.0
Elias Fleckenstein [Sat, 16 Jul 2022 21:16:36 +0000 (23:16 +0200)]
Don't error on unknown nodes

21 months agoDon't serialize unnecessary special node id mappings v0.2.6
Elias Fleckenstein [Sat, 16 Jul 2022 21:11:29 +0000 (23:11 +0200)]
Don't serialize unnecessary special node id mappings

21 months agoProperly serialize special node id mappings v0.2.5
Elias Fleckenstein [Sat, 16 Jul 2022 21:07:41 +0000 (23:07 +0200)]
Properly serialize special node id mappings

21 months agoSupport node meta version 0 v0.2.4
Elias Fleckenstein [Sat, 16 Jul 2022 20:56:00 +0000 (22:56 +0200)]
Support node meta version 0

21 months agoSkip special ids v0.2.3
Elias Fleckenstein [Sat, 16 Jul 2022 20:43:36 +0000 (22:43 +0200)]
Skip special ids

21 months agoPut string into double quotes v0.2.2
Elias Fleckenstein [Sat, 16 Jul 2022 19:46:48 +0000 (21:46 +0200)]
Put string into double quotes

21 months agoAdd node names and ids to invalid node errors v0.2.1
Elias Fleckenstein [Sat, 16 Jul 2022 19:42:41 +0000 (21:42 +0200)]
Add node names and ids to invalid node errors

21 months agoImprove node id mapping serialization performance v0.2.0
Elias Fleckenstein [Sat, 16 Jul 2022 19:25:37 +0000 (21:25 +0200)]
Improve node id mapping serialization performance

21 months agoFix node id mapping length v0.1.1
Elias Fleckenstein [Sat, 16 Jul 2022 19:06:08 +0000 (21:06 +0200)]
Fix node id mapping length

21 months agoPanic on errors instead of return v0.1.0
Elias Fleckenstein [Sat, 16 Jul 2022 18:56:15 +0000 (20:56 +0200)]
Panic on errors instead of return

21 months agoOnly serialize node id mappings for nodes that are in block v0.0.1
Elias Fleckenstein [Sat, 16 Jul 2022 18:32:31 +0000 (20:32 +0200)]
Only serialize node id mappings for nodes that are in block

21 months agoDeserialize: accept io.Reader v0.0.0
Elias Fleckenstein [Sat, 16 Jul 2022 16:10:24 +0000 (18:10 +0200)]
Deserialize: accept io.Reader

21 months agoMerge branch 'master' of github.com:EliasFleckenstein03/mtmap
Elias Fleckenstein [Sat, 16 Jul 2022 15:53:49 +0000 (17:53 +0200)]
Merge branch 'master' of github.com:EliasFleckenstein03/mtmap

21 months agoAdd serialization
Elias Fleckenstein [Sat, 16 Jul 2022 15:53:42 +0000 (17:53 +0200)]
Add serialization

21 months agoCreate LICENSE
Elias Fleckenstein [Sat, 16 Jul 2022 15:14:36 +0000 (17:14 +0200)]
Create LICENSE

21 months agoAdd deserialization
Elias Fleckenstein [Sat, 16 Jul 2022 15:12:47 +0000 (17:12 +0200)]
Add deserialization