0.1.2
This commit is contained in:
parent
901b01ac61
commit
f6cae08b10
@ -7,3 +7,7 @@ initial release
|
|||||||
- fix \[lb], \[rb], and \[text between brackets]
|
- fix \[lb], \[rb], and \[text between brackets]
|
||||||
- add img tag support & stripping
|
- add img tag support & stripping
|
||||||
- fix message logging
|
- fix message logging
|
||||||
|
|
||||||
|
0.1.2
|
||||||
|
----
|
||||||
|
- fix newline handling
|
||||||
|
@ -19,11 +19,10 @@ func set_hlogmsg(val): pass
|
|||||||
func _enter_tree():
|
func _enter_tree():
|
||||||
NetManager = NetManager_t.new()
|
NetManager = NetManager_t.new()
|
||||||
BBCode = BBCode_t.new()
|
BBCode = BBCode_t.new()
|
||||||
#NetManager.DEBUG = true
|
|
||||||
#BBCode.DEBUG = true
|
|
||||||
|
|
||||||
func _ready():
|
func _ready():
|
||||||
print("[LUCYSLIB] LucysLib 0.1.1 ready")
|
print("[LUCYSLIB] LucysLib 0.1.2 ready")
|
||||||
|
#BBCode.DEBUG = true
|
||||||
#BBCode.test()
|
#BBCode.test()
|
||||||
|
|
||||||
#func packet_dump(PACKET):
|
#func packet_dump(PACKET):
|
||||||
|
Loading…
Reference in New Issue
Block a user