- IntelliJ fixes (#41)
- Doc comment for AssetPaths (#42)
- Default to resizable on Html5 ($45)
- Use message.reporting=pretty ($46)
- Add FLX_NO_HEALTH define
- Added Lime XSD schema references to enable completion
- Added the Red Hat XML extension to VSCode extension recommendations
- Enabled formatting and import sorting on save in VSCode
- Enabled
"haxe.enableExtendedIndentation"in VSCode
- Minor code style update
- Removed the
diagnosticsPathFilterfrom VSCode settings
- Replaced
napeinProject.xmlwithnape-haxe4
- Added a second Lime launch config without a
preLaunchTask
- Updated launch configs for Lime 7.3.0 and Lime VSCode extension 1.3.0
- Modernized
launch.jsonto use${workspaceFolder}
- Added a Macro launch config to
launch.json
- Added Windows/Linux/Mac configs to
launch.json
- Added a HTML5 launch config to
launch.json - Removed unnecessary problem matchers from
lime testintasks.json
- Added problem matchers added in vshaxe 1.11.0
- Updated the VSCode config for use with the Lime extension
- Disabled
vsyncby default inProject.xml
- Fixed deprecation warnings in the VSCode
tasks.json
- Fixed flixel-tools not finding templates if dependencies are missing
- Removed the deprecated
suppressTaskNamefrom the VSCodetasks.json
- Updated
tasks.jsonfor VSCode 1.14.0
- Reduced VSCode extension recommendations to just vshaxe
- Fixed the hxcpp launch config paths on Mac and Linux (#34)
- Fixed the display config paths on Mac in
settings.json
- Added hxcpp launch configs to
launch.json - Fixed the
"search.exclude"glob pattern insettings.json(#32) - Fixed the display config paths on Linux in
settings.json(#33)
- Fixed
isBuildCommandbeing used twice intasks.json
- Use vshaxe 1.5.0's problem matcher in
tasks.json(VSCode 1.11.0)
- Removed
MenuState.hx - Removed unused imports
- Updated
versionin the VSCodetasks.jsonto 2.0.0 (VSCode 1.10.0)
- Added the Haxe Extension Pack to VSCode workspace recommendations
- Changed the initial state from
MenuStatetoPlayState(#30) - Added a Flash debug config to VSCode's
launch.json - Added a search exclude filter to VSCode's
settings.json
- Added template files for Visual Studio Code (requires flixel-tools 1.2.0)
- Updated the IntelliJ IDEA template (#28)
- Compatibility with flixel 4.1.0
Main.hx: changedWidthandHeightarguments to 0 (#25)
.fdztemplate: fixed theupdate()signature for HaxeFlixel 4.0.0
- Compatibility with flixel 4.0.0
- The following defines are now enabled by default in the
Project.xml: <haxedef name="FLX_NO_MOUSE" if="mobile" /><haxedef name="FLX_NO_KEYBOARD" if="mobile" /><haxedef name="FLX_NO_TOUCH" if="desktop" />- Removed unnecessary code from
Main.hx - Removed trailing whitespace
- Removed
Reg.hx - Removed some comments
- Removed the barebones template
- Default to
<window resizable="false" />on HTML5
- Compatibility with flixel 3.3.0
- Project.xml:
- Removed the openfl include
- Increased the swf version to 11.8
- Added AssetPaths.hx to all templates
- Moved GameClass.hx logic into Main.hx
- Compatibility with flixel 3.1.0
- Added pregenerated templates
- Added 'barebones' template
- Improvements to the Project.xml, particularly the window-tags
- Initial haxelib release