Skip to content

Releases: HaSa1002/codetranslator

v0.7 Development Release

16 Feb 01:26
Compare
Choose a tag to compare
Pre-release

Version 0.7 (Build 2021-02-16 02:14 CET)
using Godot 3.2.4.rc2
deployed to online version

Featuring:

  • parsing of is and as,
  • event being translated to @event,
  • support for loops,
  • correct detected method calls in method calls when using commas,
  • marked warn lines,
  • const support,
  • bitwise operator support,
  • some more remaps,
  • debug prints,
  • a refactoring and
  • some bug fixes.

v0.6 Development Release

12 Sep 23:34
Compare
Choose a tag to compare
Pre-release

Version 0.6 (Build 2020-09-13 01:30)
using Godot 3.2.2.stable
deployed to online version

  • Add support for NodePath
  • Add negation support
  • Add indention for direct copy paste into the class reference
  • Change output to codeblocks output
  • Fix wrong detection of symbols in strings
  • Fix brace content detection
  • Fix dots being placed two times

v0.5 Development Release

12 Sep 13:57
e418272
Compare
Choose a tag to compare
Pre-release

Version 0.5 (Build 2020-09-12 15:53)
using Godot 3.2.2.stable
deployed to online version

  • Fixed NodePath detection
  • Fixed if and elif not parsing content
  • Fixed groups being detected as methods
  • Added support for is (type checking)
  • Added support for as (type conversion)
  • Added Support for negative array indices

0.4 Development Release

10 Sep 13:28
Compare
Choose a tag to compare
Pre-release

Version 0.4 (Build 2020-09-10 15:14)
using Godot 3.2.2.stable
deployed to online version

  • Add Support for Math
  • Add Support for [] (subscription) operator
  • Add Detection of property strings
  • Add Array Detection
  • Add Support for connect signal conversion when using method in same class
  • Add Type Detection from other variables
  • Add Static Function Detection

0.3 Development Release

03 Aug 21:41
Compare
Choose a tag to compare
Pre-release

Version 0.3 (Build 2020-08-03 23:26)
using Godot 3.2.2.stable
deployed to online version

  • Add $ support
  • Add multiline "" support
  • Fix indents
  • Fix closing braces not beeing set correctly
  • Fix variables getting access modifier without class
  • Fix processing of built-in classes/types

0.2 Development Release

03 Aug 00:42
Compare
Choose a tag to compare
Pre-release

Version 0.2 (Build 2020-08-03 2:39)
using Godot 3.2.2.stable
deployed to online version

Added

  • built-in class detection
  • abs, acos, asin, atan, atan2, and min method remaps
  • pass detection
  • return detection
  • constructor detection for built-in classes
  • bool detection
  • description why paste might not work on some browsers (#1)
  • added tool support

Changed

  • Fixed braces beeing wrongly detected as the end of expression
  • Fixed variables beeing parsed as class member without class
  • Fixed removal of new lines
  • Fixed } not appearing
  • Renamed constants to reflect the style guide

0.1 Inital Release

02 Aug 21:27
Compare
Choose a tag to compare
0.1 Inital Release Pre-release
Pre-release
Inital commit (0.1)