CHANGELOG.md 2.4 KB

CHANGELOG

0.1.1

2021-04-05

Fixes

  • fix wrappers generation in Windows (426c62cc47)
  • fix .gitlab-ci.yml to fix issues with new go-v1.16.x go get approach (f1129e1c24)
  • fix templates group mentions (b9c07259d2)

0.1.0

2020-10-18

Features

  • removed Python generation scriopt and move build to Magefile (7c2d111571)
  • add capabilities for code generation with autoregistration (7cc63f67d4)

Fixes

  • added more missing comments (8498ef8aa2)
  • fallback to goreturns if goimport is missing (56c65385ad)
  • fix wrong conversion to uintptr to apply pointer aritmetict to **C.godot_variant to iterate the array (a00ff223d5)
  • fix magefile clean (30e084b982)
  • fixed errors and added more examples (552d344e17)
  • add clearer docstrings to SimpleDemo (0912bec369)
  • add clearer docstrings on SimpleDemoManual (94b61cc463)
  • updated README.md (10aa39fc5d)
  • removed invalid tag (33551ec115)
  • fix compilation step on test stage (4a20358164)
  • initialize git submodules before trying to build the library (b5311d4182)
  • install goreturns needed for generation (de4a478a48)
  • fix issues all around gdnative (9a82e5c425)
  • eerything working in auto generation but signals make editor to crash (probably due pointer conversion into array) (995747d331)
  • fixed signals and removed unused imports (0f2165e175)
  • fix linting errors and rename gdnativego compiler into gogdc (8419ba6c1c)
  • fix generation bugs introduced by sloppy linting errors refactor (7336dbcb9c)
  • fix generate pipeline stage (82e61b1c2d)
  • simplified pipeline steps as some are dependent on others (10fdc14667)
  • change goreturns invocation due Go caching (8051fbd3ed)
  • fix README.md typos (7fffdb0ad9)