Releases: HaSa1002/codetranslator
Releases · HaSa1002/codetranslator
v0.7 Development 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
andas
, 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
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
Version 0.5 (Build 2020-09-12 15:53)
using Godot 3.2.2.stable
deployed to online version
- Fixed NodePath detection
- Fixed
if
andelif
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
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
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
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
Inital commit (0.1)