Commit Graph

721 Commits

Author SHA1 Message Date
jgranick
13d7214d00 Update OpenAL 2016-09-10 09:40:48 -07:00
jgranick
c027e1398d Update OpenAL 2016-09-10 08:44:45 -07:00
Joshua Granick
b3856128dc Add bindings for device pause/resume for OpenAL 2016-09-09 14:10:49 -07:00
Joshua Granick
86d998e129 Use standard OpenALSoft on Android 2016-09-09 14:10:07 -07:00
Joshua Granick
2fdea8ff38 Update OpenAL version 2016-09-09 14:09:00 -07:00
Joshua Granick
14ea28f4e5 Reduce GC activity 2016-09-08 11:40:41 -07:00
Joshua Granick
83ac4fa432 Update Locale 2016-09-07 14:47:37 -07:00
Joshua Granick
fdae1d359a Debug Travis crash 2016-09-07 14:39:30 -07:00
Joshua Granick
3127e4a0b9 Need to revert Byte changes, AutoGCRoot is releasing memory too quickly on iOS 2016-09-02 22:49:34 -07:00
Joshua Granick
2045024ba5 Minor fixes 2016-09-02 22:41:18 -07:00
Joshua Granick
c046d3d39d Compile fix 2016-09-02 21:55:28 -07:00
Joshua Granick
cb6d15238d Work on system directories 2016-09-02 21:08:21 -07:00
Joshua Granick
25022dab82 Remove debug statement 2016-09-02 16:57:14 -07:00
Joshua Granick
ad4c61cc35 Implement Locale for iOS/macOS 2016-09-02 15:09:06 -07:00
Joshua Granick
8915f9142a Static link fix 2016-09-02 14:48:47 -07:00
Joshua Granick
1b34b83d80 Compile fix 2016-09-02 14:43:55 -07:00
Joshua Granick
efcf8715d3 Compile fix 2016-09-02 14:40:26 -07:00
Joshua Granick
8502635421 Initial implemention of lime.system.Locale 2016-09-02 14:17:28 -07:00
Joshua Granick
5926fcce0c Add missing files 2016-08-30 15:55:54 -07:00
Joshua Granick
bb6465fd38 Import @vroad byte pinning for C# 2016-08-30 15:55:36 -07:00
Joshua Granick
1ff2486474 Remove debug message 2016-08-30 15:19:07 -07:00
Joshua Granick
4633398244 Use AutoGCRoot in native Bytes type 2016-08-30 15:08:05 -07:00
James Gray
b5de932caf ifdef LIME_ZLIB 2016-08-11 20:58:10 -05:00
Joshua Granick
2918876ede Add support for hidden windows, hide on munit tests 2016-08-10 11:07:31 -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
15cdf18d0f Neko native bytes resize fix 2016-07-25 15:53:43 -07:00
Joshua Granick
59406600c5 Implement Deflate/Zlib/GZip for HTML5, Deflate/Zlib/LZMA for Flash, other compress fixes 2016-07-22 11:25:08 -07:00
Joshua Granick
683094599a Move LZMA to utils.compress, add Deflate, GZip and Zlib compress/decompress support 2016-07-20 20:50:35 -07:00
Valentin Lemière
e5664e5a77 AL function typo fix, Fix #775 2016-07-09 11:28:05 +02:00
Giuseppe Di Mauro
6111cf43e7 Fix floodFill with alpha on neko/cpp (#762) 2016-06-17 17:19:56 +02:00
azrafe7
8a76e2d58a Fix fillRect behaviour when using alpha on neko/cpp
see #759 and #631
2016-06-16 23:05:24 +02:00
Joshua Granick
a6c93ea050 Update Cairo 2016-06-03 08:05:11 -07:00
Joshua Granick
0bcd8d46ee Memory workaround 2016-06-03 06:31:15 -07:00
vroad
9d5839bc73 Fix spaces 2016-05-26 11:41:19 +09:00
vroad
bb9d3327ec Implement virtual destructor in Application 2016-05-26 11:40:34 +09:00
vroad
166808d706 Implement virtual destructors in some C++ classes 2016-05-26 11:13:01 +09:00
Joshua Granick
fe913e7a76 Compile fix 2016-05-24 11:24:30 -07:00
Joshua Granick
332b75b725 Compile fix 2016-05-24 11:10:08 -07:00
Joshua Granick
e2fcae4c9b Handle garbage collection for OpenGL API 2016-05-24 03:09:11 -07:00
Joshua Granick
8a13cd95c7 Merge pull request #737 from mauvecow/neko-openal-fix
OpenALBindings: Converted val_array references to be neko compatible.
2016-05-18 23:40:33 -07:00
mauve
174025e7a4 OpenALBindings: Converted val_array references to be neko compatible. 2016-05-18 23:37:58 -07:00
Joshua Granick
cf1d25d950 Remove Lime legacy/hybrid mode 2016-05-18 22:17:06 -07:00
Joshua Granick
dda6f6a2db Add Cairo showGlyphs 2016-05-12 09:40:18 -07:00
Lars Doucet
b3164fa161 Update ExternalInterface.cpp
Fix audio crash bug for embedded audio (thanks @mauvecow!)
2016-04-05 15:13:56 -05:00
Lars Doucet
da26e563f7 Update ExternalInterface.cpp
Comment out free() in System.getDocumentDirectory with note about crash
2016-04-05 14:27:17 -05:00
Joshua Granick
9c2b9d2889 Crash fix 2016-04-02 00:56:40 -07:00
Joshua Granick
75bb6905af alloc_string does a copy (need to clean up some memory) 2016-03-14 10:11:37 -07:00
Joshua Granick
0579d97b9e Merge pull request #701 from rocket-games/fix-system-dir-mem-leak
Fix system dir string leak
2016-03-14 09:35:15 -07:00
Jonathan Como
72184c843c Free string after converting to value when getting the SystemDirectory 2016-03-09 16:18:17 -08:00