Skip to content

Tags: pragmagic/godot-nim

Tags

v0.8.5

Toggle v0.8.5's commit message
Fix handling of uint64 on old version of Nim

v0.8.4

Toggle v0.8.4's commit message
Fix accepting Option params

v0.8.3

Toggle v0.8.3's commit message
Fix leak of Reference-inherited objects

v0.8.2

Toggle v0.8.2's commit message
Bump version to 0.8.2

v0.8.1

Toggle v0.8.1's commit message
Fix wrapping methods with Array return types

v0.8.0

Toggle v0.8.0's commit message
Break reference cycle in NimGodotObject

v0.7.28

Toggle v0.7.28's commit message
More efficient and GC-safe conversions in API generator

v0.7.27

Toggle v0.7.27's commit message
Up version to 0.7.27

v0.7.26

Toggle v0.7.26's commit message
Fix unsigned int conversion to/from Variant

v0.7.25

Toggle v0.7.25's commit message
Do not log error when casting fails

This allows not to perform unnecessary 'of' check before
casting, if cast failure is expected.