James Gray
|
b91e59cdd3
|
update run.n
|
2016-08-11 21:06:53 -05:00 |
|
James Gray
|
b5de932caf
|
ifdef LIME_ZLIB
|
2016-08-11 20:58:10 -05:00 |
|
Joshua Granick
|
04893ff841
|
Fix array to array buffer on Neko with null value
|
2016-08-11 18:49:48 -07:00 |
|
Joshua Granick
|
df31f15be5
|
Don't need crossOrigin for local base64 string (resolve #793)
|
2016-08-11 09:24:02 -07:00 |
|
Joshua Granick
|
3abc277c8d
|
Try handling higher SWF versions
|
2016-08-10 18:25:53 -07:00 |
|
James Gray
|
3747c0683b
|
console: transient index/vertex buffers
|
2016-08-10 18:29:46 -05:00 |
|
Joshua Granick
|
2918876ede
|
Add support for hidden windows, hide on munit tests
|
2016-08-10 11:07:31 -07:00 |
|
Joshua Granick
|
0aac32f551
|
Use Android build tools 24.0.1, don't require HTTPS
|
2016-08-08 14:42:30 -07:00 |
|
Joshua Granick
|
b37bb94460
|
Compile fix
|
2016-08-08 14:41:49 -07:00 |
|
player-03
|
de7f0b217b
|
Extensions depend on extension-api.
|
2016-08-08 13:40:35 -07:00 |
|
player-03
|
574bb0118b
|
Include the libs folder.
|
2016-08-08 13:40:14 -07:00 |
|
player-03
|
5af4034541
|
If build.xml exists, ignore it and use a bunch of Gradle code instead.
|
2016-08-08 13:39:39 -07:00 |
|
player-03
|
f7fcad06c1
|
Use Gradle to deal with missing build.gradle files.
|
2016-08-08 13:39:00 -07:00 |
|
player-03
|
17eeceae48
|
Add libs folder, so users know where to place JAR files.
|
2016-08-08 13:38:21 -07:00 |
|
player-03
|
3a9a5053e3
|
Allow copying templates to anywhere in the Android project.
|
2016-08-08 13:38:04 -07:00 |
|
player-03
|
ca59773602
|
Correct the output file name.
|
2016-08-08 13:37:48 -07:00 |
|
player-03
|
481b39b01b
|
Fix dependencies.
|
2016-08-08 13:37:32 -07:00 |
|
player-03
|
c89cf05bfb
|
Recognize Gradle projects as valid dependencies.
|
2016-08-08 13:37:17 -07:00 |
|
player-03
|
4376c0008d
|
Allow advanced users to choose the Gradle task.
|
2016-08-08 13:37:01 -07:00 |
|
player-03
|
4415278da5
|
Use "assembleDebug" and "assembleRelease" tasks, per documentation.
|
2016-08-08 13:36:45 -07:00 |
|
player-03
|
b4bec36810
|
Remove build.xml, since it's no longer used.
|
2016-08-08 13:36:30 -07:00 |
|
player-03
|
6d55753e53
|
Restructure the default dependency.
|
2016-08-08 13:36:12 -07:00 |
|
player-03
|
bf5b0abdf2
|
Specify buildToolsVersion.
|
2016-08-08 13:35:56 -07:00 |
|
player-03
|
1ecb95598b
|
Always define signingConfigs.release.
|
2016-08-08 13:35:26 -07:00 |
|
player-03
|
e6e7e5265a
|
Put the "deps" folder in the project root.
|
2016-08-08 13:35:10 -07:00 |
|
player-03
|
5f3d5e90df
|
Don't install Ant during the setup process.
|
2016-08-08 13:34:54 -07:00 |
|
player-03
|
391a7bb6bc
|
Remove redundancy.
|
2016-08-08 13:34:37 -07:00 |
|
player-03
|
2788dec2a5
|
Consistently use tabs in build.gradle.
|
2016-08-08 13:34:24 -07:00 |
|
player-03
|
28e9fe1a14
|
Use Gradle's folder structure for extensions.
|
2016-08-08 13:34:09 -07:00 |
|
player-03
|
d647c33a6a
|
Build extensions as Android libraries, not standalone Android apps.
|
2016-08-08 13:33:54 -07:00 |
|
player-03
|
83d561481d
|
If project.xml doesn't define a certificate, instead check for a file named signing.properties.
|
2016-08-08 13:33:31 -07:00 |
|
player-03
|
b027b7764f
|
Use gradle.properties to store project-wide values.
|
2016-08-08 13:33:15 -07:00 |
|
player-03
|
4dafc08eae
|
If inserting a build.gradle file, make it import the existing Ant build.
|
2016-08-08 13:32:57 -07:00 |
|
player-03
|
22d07a5c75
|
Add local.properties to Android projects.
|
2016-08-08 13:32:42 -07:00 |
|
player-03
|
ecb799128b
|
Automatically insert build.gradle into an extension if it isn't there.
|
2016-08-08 13:32:25 -07:00 |
|
player-03
|
9d19f8a88f
|
Add a build.gradle file to the extension template.
|
2016-08-08 13:32:09 -07:00 |
|
player-03
|
eaee9c79c5
|
Replace placeholder package name.
|
2016-08-08 13:31:53 -07:00 |
|
player-03
|
3fa3440aeb
|
Add Gradle build files.
|
2016-08-08 13:31:36 -07:00 |
|
player-03
|
493f63f1a0
|
Include dependencies in the template context.
|
2016-08-08 13:31:22 -07:00 |
|
player-03
|
fbd208121f
|
Clean up old code.
|
2016-08-08 13:31:08 -07:00 |
|
player-03
|
7beca72f18
|
Restructure Android project to match Gradle's guidelines.
|
2016-08-08 13:30:26 -07:00 |
|
player-03
|
a4a27a2edc
|
Add "gradle-version" configuration option.
|
2016-08-08 13:29:06 -07:00 |
|
player-03
|
d54fc9438c
|
Use a Gradle wrapper.
|
2016-08-08 13:28:01 -07:00 |
|
player-03
|
755e8fc135
|
Compile with Gradle instead of Ant.
|
2016-08-08 13:27:47 -07:00 |
|
player-03
|
678a8f7e20
|
Add build.gradle.
|
2016-08-08 13:27:33 -07:00 |
|
Joshua Granick
|
cc7b1046a3
|
Merge pull request #790 from Tyveris/develop
Fixed elseif to elif compile issue.
|
2016-08-07 08:50:42 -07:00 |
|
Lincoln Hamilton
|
5d247287ab
|
Fixed elseif to elif compile issue.
|
2016-08-07 11:48:20 -04:00 |
|
Joshua Granick
|
7b22fd1cc4
|
Fix Android crash in System directory check (resolve openfl/openfl#1219)
|
2016-08-05 11:30:48 -07:00 |
|
Joshua Granick
|
bd7ddafa31
|
Compile fix
|
2016-08-03 13:17:35 -07:00 |
|
Joshua Granick
|
060f7002ff
|
Handle null in more from* methods
|
2016-08-03 13:10:39 -07:00 |
|