Commit Graph

1596 Commits

Author SHA1 Message Date
Joshua Granick
bfe40858f7 Fix getPixels 2015-04-14 16:53:13 -07:00
Joshua Granick
d88a14a2a0 Add CFFI setPixels 2015-04-14 16:44:26 -07:00
Joshua Granick
ed2ccc89db Fix -nocffi flag 2015-04-14 16:44:18 -07:00
Joshua Granick
4d135c8f03 Fix default 'disableCFFI' value 2015-04-14 16:28:27 -07:00
Joshua Granick
30c23aad42 Remove debug statement 2015-04-14 16:18:43 -07:00
Joshua Granick
8680d42d25 Add more CFFI methods, improve use within the tools (force color order) 2015-04-14 16:15:32 -07:00
Joshua Granick
e2c2359726 Add floodFill in CFFI 2015-04-14 14:26:57 -07:00
Joshua Granick
560a78db62 Add support for PixelFormat (RGBA, ARGB) in Image, add more CFFI methods 2015-04-14 13:49:58 -07:00
Tommy X
af4a8eb92c Improve default alpha blending
Change default alpha blending blendFunc to correctly blend alpha for RGBA textures in non-premultiplied alpha mode
2015-04-14 16:32:01 -04:00
Joshua Granick
a6cb988d72 Color fix 2015-04-14 01:24:44 -07:00
Joshua Granick
338518a5f4 Add more Image pixel operation CFFI functions 2015-04-13 17:35:30 -07:00
Joshua Granick
a16894571e Speed up some operations 2015-04-13 13:15:19 -07:00
Joshua Granick
5d435931db Allow custom ports (--port=123) when launching HTML5 content 2015-04-11 22:32:53 -07:00
Joshua Granick
376a85c57e Remove debug messages 2015-04-11 22:32:17 -07:00
Joshua Granick
ab81e57786 Add larger icon sizes for Windows 10 2015-04-11 20:33:08 -07:00
Joshua Granick
525f8fdb72 Improve BMP format code 2015-04-11 20:33:07 -07:00
Joshua Granick
66c1840952 Disable ImageDataUtil changes for now 2015-04-11 20:33:06 -07:00
Joshua Granick
5aa9d6b581 Disable old Sound.java reference 2015-04-11 12:02:22 -07:00
Joshua Granick
81accad822 Disable references to removed Sound.java file 2015-04-10 10:21:39 -07:00
Joshua Granick
342c64293f Improve handling of Windows system paths 2015-04-10 09:11:46 -07:00
Joshua Granick
61d15a6ff6 Fix legacy timer 2015-04-09 13:15:51 -07:00
Joshua Granick
e688390c47 Prevent crash on Neko optional CFFI (try/catch does not handle missing files) 2015-04-08 17:41:20 -07:00
Joshua Granick
c5ad1dbd23 Additional optional CFFI improvements 2015-04-08 16:09:37 -07:00
Joshua Granick
7123de5a6d Improve support for optional CFFI 2015-04-08 15:46:48 -07:00
Joshua Granick
b8928fafcc Update CHANGELOG 2015-04-08 11:17:00 -07:00
Joshua Granick
96f980e3b4 Update to 2.3.1 2015-04-08 11:16:59 -07:00
Joshua Granick
cbee9a1bb4 Merge pull request #400 from vroad/fix-neko-gl-crash
Fix lime_gl_tex_sub_image_2d crash on neko
2015-04-08 10:47:34 -07:00
Joshua Granick
6a6d37f734 Use safe name for registering statics, use 'lime_legacy_' for legacy prims to avoid conflicting names 2015-04-07 12:03:16 -07:00
Joshua Granick
01fc807722 Remove unused Sound.java 2015-04-06 13:40:09 -07:00
Joshua Granick
fc584bf7c1 Use assetManager reference in legacy that exists in hybrid mode as well 2015-04-06 13:22:27 -07:00
Joshua Granick
5df7984255 Do not define -Dlime-legacy when using Lime hybrid 2015-04-06 12:37:08 -07:00
Joshua Granick
b23ddbb2c9 Fix OGG loading on Android 2015-04-06 10:40:33 -07:00
Joshua Granick
4de93a64c3 Force -Dstatic_link on Emscripten 2015-04-05 18:06:26 -07:00
Joshua Granick
c01bb81cb3 Use 'lime_hybrid' instead of 'hybrid' 2015-04-04 23:04:24 -07:00
Joshua Granick
b0b526812b Shutdown OpenAL for ManagedStage 2015-04-04 23:04:05 -07:00
Joshua Granick
6a523ceae1 Update SVG tool 2015-04-04 22:16:11 -07:00
Joshua Granick
b3b7d2c299 Add initial Lime hybrid support (Lime 2 + Lime legacy) 2015-04-04 22:16:01 -07:00
Joshua Granick
3153f47f22 Rename the legacy lime binary to 'lime-legacy' 2015-04-04 22:15:29 -07:00
vroad
78e5c32efd Fix lime_gl_tex_sub_image_2d crash on neko 2015-04-04 21:13:48 +09:00
Joshua Granick
a093d456c6 Rebuild tweak 2015-04-03 17:06:00 -07:00
Joshua Granick
a6590150fc Implement softKeyboardRect for iOS (legacy) 2015-03-31 17:12:00 -07:00
Joshua Granick
8a4b1f4dd4 Potential add for softKeyboardRect on iOS 2015-03-31 15:40:18 -07:00
Joshua Granick
f77e9caef4 NULL file fixes 2015-03-30 09:25:20 -07:00
Joshua Granick
5e2f3e22b1 Minor tweak 2015-03-30 08:55:18 -07:00
Joshua Granick
94655546bb Add default Linux font directory 2015-03-30 08:54:04 -07:00
Joshua Granick
345b24daf9 Merge pull request #394 from vroad/nodejs-fix
Fix compile error on nodejs
2015-03-29 10:42:32 -07:00
Joshua Granick
272acef5f5 Merge pull request #393 from ibilon/patch-alloc-null-string
Don't alloc string on null char* directory
2015-03-29 10:41:49 -07:00
Valentin Lemière
b414378636 Don't alloc string on null char* directory 2015-03-29 09:57:02 +02:00
vroad
11d3c48691 Fix compile error on nodejs 2015-03-29 12:43:48 +09:00
Joshua Granick
d2a0cc77ff Merge pull request #391 from ibilon/neko-rpath
Replace linux neko with standalone version (-rpath)
2015-03-28 11:29:45 -07:00