- fixed project and template creation on Windows when Haxelib repository path uses forward slashes
- fixed crashes on unknown IDE choices (#74)
- (potentially) fixed an issue with an invalid
tempfile path when creating projects and templates - removed the
convertcommand (not useful for modern flixel versions)
templatecommand:- removed the pre-compilation step (no longer needed with Lime 7.3.0)
templatecommand:- fixed VSCode setup being out of sync with flixel-templates (#71)
createcommand:- fixed inconsistent numbering of demos (#70)
buildprojectscommand:- added
--for rest arguments
- added
createandtemplatecommands:- made the output more verbose / helpful
- sped up initialization by replacing
lime buildwithlime update
configurecommand:- added support for VSCode
.code-workspacefiles
- added support for VSCode
- Added support for flixel-templates' VSCode
launch.json
setupcommand:- fixed an installation issue on Linux (#68)
- Added a new
configurecommand (allows adding VSCode config files to a project) - Added
vscodeas an option for-ideflags - Added support for auto-opening in IntelliJ IDEA on all platforms (#66)
- Changed the default IDE to Visual Studio code
buildprojectscommand:- added a
-verboseoption - added support for
-Dvalue
- added a
templatecommand:- fixed
-ideoption not working
- fixed
setupcommand:- fixed the installation path on OS X El Capitan
setupcommand:- fixed the Sublime Text symlink command on Mac
templatecommand:- fixed some template variables not being replaced with IDE option "None"
testdemoscommand:- removed the
validatealias - renamed it to
buildprojects(bp) - fixed an error when not specifying a target (defaults to flash)
- more compact and more helpful output
-<target>is now<target>- added a
-diroption to build projects other than the flixel-demos haxelib - made the output on linux colored based on the exit code of
haxelib run openfl compile_results.logis now only created with the-logoption- fixed
openfl buildcalls not working when the tools are built with Haxe 3.2+
- removed the
createcommand:- don't ask for confirmation for the auto-open in IDE option
- minor optimization
- improved the demo list output
- added a
-diroption to create projects other than the flixel-demos haxelib - don't copy
exportfolders
templatecommand:- fixed the auto-open in IDE option only being respected with Sublime Text
- fixed exception when trying to delete already exisitng dir when files in that dir are in use
setupcommand:- don't ask for an author name anymore (wasn't being used)
- Changed the syntax for the IDE override options of
createandtemplatefrom-subl|-fd|-idea|-noideto-ide <subl|fd|idea|none> - The HaxeFlixel header is now only displayed with
flixelorflixel help - The logo in the header is now printed in color on Linux and Mac
- The missing templates error is no longer printed for commands that don't need them
- Fix the detection of installed haxelibs for Haxe 3.2.0
- Fix line endings in .sh files
- Include default settings
- Fix download in the setup when there's no flixel alias
- Fix the Sublime Text project file on Windows
- Fix Download command to use haxelib install for the new flixel HaxeLibs.
- Author will work in templates specified with ${AUTHOR}
- Restore the build script for linux/mac with .sh file.
- Convert command: Fix FlxG.keys. conversion
- Setup command: Bugfix for entering a name with special chars
- build.bat added
- Compatibilty with latest version of flixel-templates (with "pregenerated" folder)
- Disabled the download command with flixel-demos and flixel-templates being on haxelib
- Initial haxelib release