- 3def6a8 royaleUnitDescriptor.template: hide AIR window by default by Josh Tynjala · 7 hours ago develop
- 71a1962 royaleUnitDescriptor.template: consistent indentation by Josh Tynjala · 7 hours ago
- a6a7f83 royaleunit-ant-tasks: prefer AIR_HOME over ROYALE_HOME, if available, to find adl and adt executables by Josh Tynjala · 9 hours ago
- 8cee3fb MethodBodySemanticChecker: don't allow an arrow function to be used with new as a constructor by Josh Tynjala · 6 days ago
- 06e46e5 MethodBodySemanticChecker: prevent 'arguments' binding from being used in an arrow function by Josh Tynjala · 6 days ago
- 42bf14a formatter, linter: fix incorrect end line and end column on generated whitespace or extra tokens by Josh Tynjala · 7 days ago
- 5a4b8d3 RELEASE_NOTES: update for 0.9.13 by Josh Tynjala · 7 days ago
- 2404c68 MethodBodySemanticChecker: another exception for return types that aren't the same or subclasses (any (*) type) by Josh Tynjala · 7 days ago
- 5ed20c9 FunctionTypeExpressionNode: fix null AST node when parsing signature by Josh Tynjala · 7 days ago
- a6c8e59 FunctionCallEmitter: fix Vector.<Foo>() global function when using custom vector emulation class by Josh Tynjala · 13 days ago
- fd729b2 Tests for new vector emulation options to omit element types and to use a function for literals by Josh Tynjala · 13 days ago
- b6c0523 AsIsEmitter: fix implicit cast to vector when using js-vector-emulation-class option by Josh Tynjala · 13 days ago
- 5ef5638 AsIsEmitter: fix (x as *) emitting Language.as(x, *) in JS, where * doesn't exist by Josh Tynjala · 13 days ago
- d22b10d externc: create all directories for generated .as files beforehand by Josh Tynjala · 3 weeks ago
- 3f764ab JSConfiguration: js-vector-emulation-literal-function to allow calling a function to create a Vector literal instead of the constructor by Josh Tynjala · 3 weeks ago
- c8b7f35 AsIsEmitter: fix as and is when using js-vector-emulation-class by Josh Tynjala · 3 weeks ago
- 9fdb92a JSConfiguration: js-vector-emulation-element-types option to control whether js-vector-emulation-class receives the element types as a constructor argument or not by Josh Tynjala · 3 weeks ago
- 5d3b3f0 IdentifierNode: fix issue where asc can't compile because of dependency on RoyaleProject (closes #242) by Josh Tynjala · 3 weeks ago
- 8d12afc Ant: enable assertions on junit tests by Josh Tynjala · 3 weeks ago
- 60b7aa7 MXML HTTPService, WebService, RemoteObject: tweak some parent/child relationships to fix assertions by Josh Tynjala · 3 weeks ago
- ee996cd ASTokenFormatter, ASLinter: normalize file path and provide ASFileScope to fix assertion errors by Josh Tynjala · 3 weeks ago
- 6994db7 ExpressionNodeBase: fix assertion error for getDependencyType() with IFunctionTypeExpressionNode by Josh Tynjala · 3 weeks ago
- 7405d89 Function type expressions: optionally specify a required function signature for variables that can store functions, and check that signature at compile-time by Josh Tynjala · 4 months ago
- 9afc9f9 FontEmbeddingNotSupported: restore this class, even though it is not used in the compiler anymore, because it is referenced by the as3mxml language server by Josh Tynjala · 4 weeks ago
- ed97a92 Enable [Embed] for TTF/OTF fonts when targeting SWF by Josh Tynjala · 4 weeks ago
- ef3c6e7 FontEmbeddingNotSupported: fix typo by Josh Tynjala · 4 weeks ago
- 8965059 CSSTree: fix uncaught exceptions when parsing hexadecimal color values and number values by adding problems when invalid by Josh Tynjala · 3 months ago
- 8d78181 MethodBodySemanticChecker: when checking strict function types, if expected parameter is optional, actual parameter must be optional too by Josh Tynjala · 3 months ago
- c2484a6 MXMLScopeBuilder/MXMLFileScope: use a PackageScope as the containing scope for a type created with fx:Component by Josh Tynjala · 3 months ago
- b8a63a8 MXMLScopeBuilder: don't use a magic string for comparison, use a constant that already exists by Josh Tynjala · 3 months ago
- ba1a138 MXMLScopeBuilder: report a problem if the className value of fx:Component is not a valid AS3 identifier by Josh Tynjala · 3 months ago
- 86fa033 MethodBodySemanticChecker: performance optimization to return earlier from checkFunctionTypeMeta when expectedFunctionTypeMeta is null to avoid unnecessary resolve of right expression by Josh Tynjala · 4 months ago
- f0bf881 MethodBodySemanticChecker: added missing strict function types check for values of return statements by Josh Tynjala · 4 months ago
- a3870b3 compiler-common: missed a guava 33.5.0-jre and failureaccess 1.0.3 for Maven by Josh Tynjala · 4 months ago
- 37f2079 guava 33.5.0-jre and failureaccess 1.0.3 by Josh Tynjala · 4 months ago
- 20e7683 compiler-jx: some more tests for CSS attributes by Josh Tynjala · 4 months ago
- a8426f4 compiler: didn't mean to commit this, it was to test a specific feature faster by Josh Tynjala · 4 months ago
- 1422cba CSS: support more CSS pseudo-classes with arguments by Josh Tynjala · 4 months ago
- 6f571ca CSS: move function name validation into CSSTree so that those function names may be used as identifiers by Josh Tynjala · 4 months ago
- f2de1ac CSS: fix 'not' not being allowed as an identifier by moving the check for it into CSSTree with a new problem class for unknown pseudo-classes in selectors by Josh Tynjala · 4 months ago
- f9af40f CSS: make parsing of attribute selectors stricter by Josh Tynjala · 4 months ago
- c544fdc JSCSSCompilationSession: added many more HTML elements from the specification by Josh Tynjala · 4 months ago
- ca46a4f JSCSSCompilationSession: improved distinction between components and HTML elements when outputting CSS by Josh Tynjala · 4 months ago
- 3f09ebc JSCSSCompilationSession: fix issues with generation of selectors in real .css file where parts were incorrect or missing by Josh Tynjala · 4 months ago
- 485402c compiler-jx: add missing emit for fx:RegExp tags in MXML for JS targets by Josh Tynjala · 5 months ago
- 96ea150 MXMLClassDirectiveProcessor: allow fx:RegExp declaration in MXML when targeting SWF by Josh Tynjala · 5 months ago
- 071c9dd CSS.g: fix Decision can match input warnings for rgb() and rgba() by Josh Tynjala · 5 months ago
- c34cb84 maven: update antlr from 3.3 to 3.5.2 for consistency by Josh Tynjala · 5 months ago
- 451d813 Revert "maven: update from Antlr 2.7.7 and 3.3 to 3.5.2" by Josh Tynjala · 5 months ago
- cf6bf15 maven: update from Antlr 2.7.7 and 3.3 to 3.5.2 by Josh Tynjala · 5 months ago
- 84bb2f8 MXMLClassNode, MXMLFunctionNode: tweak use of assertion in getValue() to allow a null expression to return without throwing an exception by Josh Tynjala · 5 months ago
- 11f6bd2 more updated Flash Player projector content debugger URLs by Josh Tynjala · 5 months ago
- 66cfda1 prerequisiteCheck: updated URLs for Flash Player projector content debugger by Josh Tynjala · 5 months ago
- 27199fd externc: MethodReferenca and FunctionReference should return null instead of an empty string as default value for String return type by Josh Tynjala · 5 months ago
- b5a398a externc: in FunctionReference, return the appropriate default value for each type similar to MethodReference by Josh Tynjala · 5 months ago
- 59310d3 externc: fix some warnings returning null for Number/int/uint type by Josh Tynjala · 5 months ago
- 09997e4 compiler: fx:Function tests for SWF by Josh Tynjala · 5 months ago
- db122e1 sdk.integration.tests: include only tests that are excluded from normal tests by Josh Tynjala · 5 months ago
- fe36e7d tests: remove redundant exclusions by Josh Tynjala · 5 months ago
- 9b02897 MXMLObjectTagTests: fix typo by Josh Tynjala · 5 months ago
- a540579 IMXMLBlockVisitor, IMXMLEmitter: move MXMLFunctionID/fx:Function into its own visitFunction and emitFunction methods by Josh Tynjala · 5 months ago
- 96c57f2 MXMLRoyaleEmitter: fix missing assignment to field in constructor when a primitive value has an id and isn't a direct child of fx:Declarations by Josh Tynjala · 5 months ago
- 60bec73 MXMLRoyaleEmitter: fix fx:Function and fx:Class with id in fx:Declarations not getting set properly in constructor by Josh Tynjala · 5 months ago
- e41cf78 MXMLClassDirectiveProcess: fix Boolean, Number, int, uint, String, Class, and Function objects in fx:Declarations with an id when targeting SWF by Josh Tynjala · 5 months ago
- c6f396b MXMLComponentNode: fix null exception when fx:Component doesn't have a correct closing tag by Josh Tynjala · 5 months ago
- 6939105 MXMLClassDefinitionNode: allow Model tag as child of root when using MXML 2006 dialect by Josh Tynjala · 5 months ago
- 43d54ff MXMLClassDefinitionNode: allow mx:Component as a child of the root when using MXML 2006 dialect (closes #241) by Josh Tynjala · 5 months ago
- c0d0f88 MXMLClassDirectiveProcessor: fix incorrectly pushing the id of an MXML object as data when children-as-data is false by Josh Tynjala · 5 months ago
- 491aac0 Maven: use some version of apache-rat-plugin as royale-asjs by Josh Tynjala · 5 months ago
- c6c45b2 dependencies: instead of both commons-lang and commons-lang3, upgrade everything to commons-lang3 by Josh Tynjala · 5 months ago
- 4a819ee update commons-lang3 to 3.18.0 by Josh Tynjala · 5 months ago
- fdab753 swfdumps for null conditional dynamic operator by Josh Tynjala · 5 months ago
- 32c5338 null conditional operator with dynamic access by Josh Tynjala · 6 months ago
- 286b77d Arrow functions by Josh Tynjala · 8 months ago
- 72d5184 FunctionObjectNode: fix missing resolve() override that should return the definition of the function node by Josh Tynjala · 8 months ago
- cc319f1 compiler: more fixes for null conditional (?.) operator by Josh Tynjala · 9 months ago
- fdc6ad9 compiler: swfdumps for commit f72dd87343468e968249192503610c2c75b1d6b8 by Josh Tynjala · 9 months ago
- f72dd87 ASParser: partial fixes for null conditional (a?.b) operator by Josh Tynjala · 9 months ago
- d06fc19 JSIncludeScript, JSIncludeCSS, and JSIncludeAsset metadata by Josh Tynjala · 9 months ago
- 01895d9 CSSUnresolvedClassReferenceProblem: add quotes around qname to match other problems by Josh Tynjala · 9 months ago
- 2765b63 CSSUnresolvedClassReferenceProblem: fix exception by using isQuoted() before calling stripQuotes() by Josh Tynjala · 9 months ago
- fde9bdb compiler: Flex => Royale by Josh Tynjala · 9 months ago
- a0d3c89 compiler: clarify services compiler option description by Josh Tynjala · 9 months ago
- 068120f compiler-jx: mark some advanced compiler options as advanced by Josh Tynjala · 9 months ago
- 4cd1fa0 MXMLC, MXMLJSC: start message should use getProgramName() instead of hardcoding (mxmlc) by Josh Tynjala · 9 months ago
- 56fb1a8 MXMLJSC, ASDOCJSC: fix getProgramName() value by Josh Tynjala · 9 months ago
- 70c41c3 JSRoyaleASDocEmitter: improve escaping of asdoc tag descriptions by Josh Tynjala · 10 months ago
- 60af894 JSRoyaleASDocEmitter: instead of skipping certain fields, output valid empty values instead by Josh Tynjala · 10 months ago
- e7b7f07 JSCSSCompilationSession: fix font-weight incorrectly output with font-style value by Josh Tynjala · 10 months ago
- 4f0e9fa debugger: fix failure to find fdbhelp_XX.txt resources for help command by Josh Tynjala · 10 months ago
- 80e8afd debugger: generate build.number.date before version.properties is written so that it isn't empty by Josh Tynjala · 10 months ago
- 86c6b58 DebugCLI: fix localized messages appearing like !copyright! by Josh Tynjala · 10 months ago
- bb62190 debugger: consistent build.number/env.BUILD_NUMBER usage in Ant build with other Java modules by Josh Tynjala · 10 months ago
- 1dd498e debugger: some formatting in build.xml by Josh Tynjala · 10 months ago
- 8686b29 debugger: add and use javac.src, javac.deprecation, and javac.debug properties, like other Java modules by Josh Tynjala · 10 months ago
- 35eed62 FunctionScope: fix exception where a FunctionNode has been garbage collected, and a new FunctionNode gets re-attached to the existing FunctionScope scope by Josh Tynjala · 10 months ago
- d00faec ASDOCJSC: remove accidentally included System.gc() call by Josh Tynjala · 10 months ago
- 169365b ASDOCJSC: if emitting ASDoc JSON resulted in errors, report them by Josh Tynjala · 10 months ago
- affaf60 ASBlockWalker: in visitCompilationUnit(), if unit.getSyntaxTreeRequest().get().getAST() returns null, report the problems by Josh Tynjala · 10 months ago
- 56c09b5 ASCompilationUnit: collect problems when owner.getSyntaxTreeRequest().get().getAST() returns null by Josh Tynjala · 10 months ago