Commit Graph

3983 Commits

Author SHA1 Message Date
Joshua Granick
480e17098a Apply C++ noDebug to a few more classes 2018-04-22 22:30:01 -07:00
Joshua Granick
223137d484 Move _mbsrtowcs to System 2018-04-22 11:26:26 -07:00
Joshua Granick
51ed111bef Fix font family name on some Android 4.x devices (close #885) 2018-04-22 10:37:48 -07:00
Joshua Granick
917ec2be5b Help correct possible race condition in Flash preloader when simulating progress 2018-04-21 16:24:57 -07:00
Joshua Granick
bd626b9472 Fix help text for --port, tweak arrangement of help items 2018-04-20 21:01:12 -07:00
Joshua Granick
8f53f44744 Minor setup tweak 2018-04-20 20:38:01 -07:00
Joshua Granick
9d225a6cd6 Add color to Lime setup 2018-04-20 20:23:51 -07:00
Joshua Granick
03e121720d Lime config fix 2018-04-20 19:05:52 -07:00
Joshua Granick
f806557ae7 Redo 'lime setup' to wrap 'lime config' 2018-04-20 18:58:10 -07:00
Joshua Granick
8b6ea9bff5 Ignore failed sound preload on HTML5, print warning instead 2018-04-19 19:25:56 -07:00
Joshua Granick
86b71f8208 Fix HTML5 embed='true' 2018-04-19 19:05:34 -07:00
Joshua Granick
dca9b45345 Mark as Lime 6.3.0 2018-04-19 08:06:17 -07:00
Joshua Granick
ca3c2c0432 Update openfl.Vector > typed array conversion 2018-04-19 08:03:52 -07:00
Joshua Granick
cf04338fc5 Fix when no arguments are passed at runtime 2018-04-19 07:35:31 -07:00
Joshua Granick
9ab7d06eac Minor tweak 2018-04-18 17:45:28 -07:00
Joshua Granick
d6c8e7e2ef Add support for --help, -help, -h 2018-04-18 14:08:41 -07:00
Joshua Granick
3b62a4b43a Minor help fix 2018-04-18 13:41:31 -07:00
Joshua Granick
ec0bcdf770 Expand/improve 'lime help' 2018-04-18 13:39:31 -07:00
Joshua Granick
5eeec1d852 Support -D foo in addition to -Dfoo 2018-04-18 09:39:18 -07:00
Joshua Granick
972af872bb Support -- (in addition to -args) for additional arguments (like 'lime test neko -- hello=world') 2018-04-18 09:33:28 -07:00
Joshua Granick
8c95c737ba Add support for overriding default window parameters 2018-04-18 09:24:26 -07:00
Joshua Granick
a2a4e063b2 Add key/value command-line arguments to Window parameters 2018-04-18 08:27:00 -07:00
Joshua Granick
0e3fe0afe6 Update howler.js to 2.0.9 2018-04-16 23:01:28 -07:00
Joshua Granick
296c8a816d Resolve support for '-dce full' with 'embed=true' assets on native 2018-04-13 20:04:17 -07:00
Adam
87a196be7e Use jcenter repository for extension template gradle build. 2018-04-11 18:20:08 -07:00
Adam
464bad5392 Use Google's default repository for extension-api gradle dependencies.
Jcenter is the default for Android Studio projects, is a superset of Maven Central, and is what is used in the default lime template.

Fixes Android builds failing to resolve gradle and gradle plugin versions that are missing from Maven Central.
2018-04-11 18:20:08 -07:00
Adam
5d7201276a Remove unintentional command line argument addition 2018-04-11 18:20:08 -07:00
Adam
221dcaef2f Export multiple IPA types (adhoc, appstore, etc) with one deploy command.
Avoids re-generating an xcarchive for each IPA type you wish to create.
2018-04-11 18:20:08 -07:00
Joshua Granick
a0994d76b5 Embed default manifest on HTML5 2018-04-05 15:12:27 -07:00
Joshua Granick
4b1eb86b4c Add additional verbose messages whenen writing generating files 2018-04-05 15:12:06 -07:00
Joshua Granick
20b80cf9a8 Disable Vsync on native when not requested 2018-04-05 09:33:21 -07:00
Joshua Granick
49bd7c11ac Documentation fix 2018-04-03 18:02:24 -07:00
Joshua Granick
5866bb35cb Documentation fix 2018-04-03 17:54:45 -07:00
Joshua Granick
f6af8eb07c Compile fix 2018-04-03 17:37:21 -07:00
Joshua Granick
d7dfbd4a7f Minor fix 2018-04-03 17:09:44 -07:00
Joshua Granick
c9b28de490 Catch errors in AL gen sources/buffers, workaround Apple OpenAL implementation leaking 2018-04-03 17:05:11 -07:00
Joshua Granick
c34e11bb57 Improve handling of disposed native audio source objects 2018-04-03 17:04:28 -07:00
Joshua Granick
25e8649c20 Fix minor memory leak in Gamepad 2018-04-03 17:02:26 -07:00
Joshua Granick
ecba26e560 Fix fullscreen text input on Webkit 2018-04-03 09:38:18 -07:00
Joshua Granick
8edcc8ff82 Improve support for multiple threads in AL, Cairo and cURL GC 2018-04-02 12:19:48 -07:00
Patrick Gutlich
ca843d9429 FIX, typo in conditionals RASPBERRYPI 2018-04-02 11:44:54 -07:00
Patrick Gutlich
3b4b30b030 FIX conditionals in openglbindings to include 'defined (RASPBERRYPI)' 2018-04-01 13:59:32 -07:00
Daniil Korostelev
a41f48cfcb don't call AssetsMacro.cacheVersion from AssetCache within the macro context 2018-03-28 10:48:50 -07:00
Joshua Granick
6d39732609 Fixes spaces in Windows System.openFile 2018-03-27 09:33:27 -07:00
Adam
ce726f8f94 Remove unintentional command line argument addition 2018-03-26 15:32:22 -07:00
Adam
516f6ebb3b Export multiple IPA types (adhoc, appstore, etc) with one deploy command.
Avoids re-generating an xcarchive for each IPA type you wish to create.
2018-03-26 15:32:22 -07:00
Joshua Granick
8a2bb70d7c Start working on bundle support in asset subdirectory 2018-03-26 12:28:33 -07:00
Joshua Granick
d5349aaa60 Emscripten fix 2018-03-23 12:24:31 -07:00
Joshua Granick
84df9e3744 Allow focus mouse click to fire an event 2018-03-21 11:27:54 -07:00
Joshua Granick
ebd0f63733 Update macOS builds for current Xcode 2018-03-20 19:16:49 -07:00