Commit Graph

838 Commits

Author SHA1 Message Date
Joshua Granick
90ab2be4e6 Better approximation of cubic curves 2014-10-23 13:49:11 -07:00
Joshua Granick
da1ba2a143 Fix initial support for cubic bezier font outlines, need to come back and add support for multiple quadratic curves for better quality 2014-10-23 13:19:32 -07:00
Joshua Granick
a2533f111b Update to 2.0.0-alpha.5 2.0.0-alpha.5 2014-10-22 22:43:08 -07:00
Joshua Granick
58e70d4b76 Improve handling of font family name, move AssetHelper.processLibraries and fix a couple colors 2014-10-22 21:40:38 -07:00
Joshua Granick
33d25eaf16 Use proper font name when embedding in Flash 2014-10-22 18:38:01 -07:00
Joshua Granick
141193e4c8 Add support for 'openfl' style command 2014-10-22 14:19:56 -07:00
Joshua Granick
27bacd6148 Handle null audio data from bytes 2014-10-22 14:19:45 -07:00
Joshua Granick
c64fd2ae0c Handle null audio data 2014-10-22 10:29:48 -07:00
Joshua Granick
136125fbed Update CI script 2014-10-21 13:07:09 -07:00
Joshua Granick
f27817a5d4 Include patched (dev branch) Haxe Boot class, to fix Safari issue 2014-10-21 11:29:21 -07:00
Joshua Granick
c385445314 Update to 2.0.0-alpha.4 2.0.0-alpha.4 2014-10-21 09:03:48 -07:00
Joshua Granick
58031623b7 Enable iOS splash screen generation again 2014-10-21 08:28:02 -07:00
Joshua Granick
dfd2af6732 ConfigData improvements 2014-10-21 07:17:42 -07:00
Joshua Granick
a3bd5e8111 'lime create' patch 2014-10-21 06:07:18 -07:00
player-03
5e01a7d046 Parse the hxml more intelligently.
Based on Haxe's documentation plus a little trial and error, only the first space on each line is a delimiter.
2014-10-20 12:07:09 -07:00
Joshua Granick
75e424b467 Update to 2.0.0-alpha.3 2.0.0-alpha.3 2014-10-20 10:56:48 -07:00
Joshua Granick
5ee3082a39 Improve configData.merge, 'create' fix 2014-10-20 10:48:39 -07:00
Joshua Granick
8b56b03641 Disable arg combine 2014-10-20 09:43:39 -07:00
Joshua Granick
6b8f7d9684 Merge pull request #246 from player-03/master
Merge consecutive arguments that don't start with -
2014-10-20 09:28:57 -07:00
Joshua Granick
3f864e72b7 Fix 'lime create extension' 2014-10-20 09:24:41 -07:00
player-03
e8f3b83dd8 Don't skip the first argument.
(See comments on previous commit.)
2014-10-19 10:34:41 -07:00
player-03
029c5009a9 Merge consecutive arguments that don't start with -
Otherwise, if the app title contains a space, it'll be passed as two separate arguments and Haxe won't know what to do with it.
2014-10-19 01:50:30 -07:00
player-03
4d3a2fd1cd Use a regex to split the hxml file.
Allows skipping the "replace newlines with spaces" step, and ensures that there aren't any blank arguments.
2014-10-19 01:31:14 -07:00
Joshua Granick
64a7316e26 Clone defines, just in case 2014-10-18 15:08:15 -07:00
Joshua Granick
c734e94fa5 Merge pull request #245 from player-03/master
Copy defined variables into userDefines.
2014-10-18 15:05:49 -07:00
player-03
cb78889efc Copy defined variables into userDefines.
Required in order to pass these defines to included libraries.
2014-10-18 14:56:35 -07:00
Joshua Granick
c4cfe94aec Hide help completion from FlashDevelop 2014-10-18 13:47:31 -07:00
Joshua Granick
625d7b03b2 Add dummy haxelib.xml 2014-10-18 13:05:29 -07:00
Joshua Granick
b3fae5dd66 Pass -verbose to library handlers when in verbose mode 2014-10-17 22:20:50 -07:00
Joshua Granick
743fa93787 Remove debug println 2014-10-17 20:55:42 -07:00
Joshua Granick
3f670cb624 Add initial support for <library path=my.swf preload=true /> for OpenFL 2014-10-17 18:04:10 -07:00
Joshua Granick
e54bbf84b4 Initial support for assets.bundle 2014-10-17 17:38:12 -07:00
Joshua Granick
bc18b61a29 Fix for HXML comments on Flash target 2014-10-16 11:21:36 -07:00
Joshua Granick
06a949b1b5 Update to 2.0.0-alpha.2 2.0.0-alpha.2 2014-10-16 10:42:11 -07:00
Joshua Granick
78cfc4f23a Fix 'bin' template paths when Lime is not included 2014-10-16 09:53:57 -07:00
Joshua Granick
2897e62da5 Android tool fix 2014-10-16 04:42:40 -07:00
Joshua Granick
3fb5f65cdd Fix 'lime create' 2014-10-14 13:36:53 -07:00
Joshua Granick
79082949a6 Restore Flash font embedding 2014-10-14 12:46:31 -07:00
Joshua Granick
1dbcc45890 HTML5 mouse coordinate fix (account for letterboxing) 2014-10-14 09:55:08 -07:00
Joshua Granick
f82922b149 ByteArray fix 2014-10-14 09:09:20 -07:00
Joshua Granick
5515ed85d6 Fix ByteArray initial size on HTML5 2014-10-14 08:56:16 -07:00
Joshua Granick
1d3d335321 Prevent arrow and space keys (for page scroll), but don't prevent other shortcuts (such as Ctrl + Shift + I) when targeting HTML5 2014-10-14 08:49:17 -07:00
Joshua Granick
1fe986445a Prevent default on HTML5 key events 2014-10-14 08:30:56 -07:00
Joshua Granick
8bb48383b1 Fix iOS linker flags 2014-10-13 05:07:57 -07:00
Joshua Granick
ed69b1234c Merge branch 'master' of https://github.com/openfl/lime 2014-10-13 04:09:16 -07:00
Joshua Granick
35973a60e7 Duplicated classpath fix 2014-10-13 04:08:53 -07:00
Joshua Granick
1aca5d1320 Update README.md 2014-10-11 13:33:44 -07:00
Joshua Granick
6e81335cf9 Update README.md 2014-10-11 12:48:26 -07:00
Joshua Granick
171f00eb45 Merge pull request #240 from mandel59/language-tag-zh
correct a language tag
2014-10-10 09:44:34 -07:00
Ryusei Yamaguchi
1a73ce418e correct a language tag
`ch` for Chamorro and `zh` for Chinese
2014-10-10 20:19:24 +09:00