Commit Graph

2355 Commits

Author SHA1 Message Date
Joshua Granick
cf1d25d950 Remove Lime legacy/hybrid mode 2016-05-18 22:17:06 -07:00
Joshua Granick
6b83072519 Fix application.preloader reference 2016-05-17 12:12:14 -07:00
Joshua Granick
94c4833b54 Merge pull request #734 from tanis2000/develop
Fixes for tvOS.
2016-05-17 09:06:14 -07:00
Valerio Santinelli
1062d4d9eb Fixes for tvOS.
Forces the architecture to be 64 bit only when using the simulator.
Also fixes an issue where it was being set the wrong define thus not allowing to build for the simulator as expected.
2016-05-17 15:48:32 +02:00
Joshua Granick
51099df564 Shorten macro (thanks @player-03) 2016-05-14 11:27:02 -07:00
Joshua Granick
e26906f065 Update window close behavior 2016-05-14 11:24:03 -07:00
Joshua Granick
22549c557b Fix cache-break value to be once-per-compile 2016-05-14 11:03:23 -07:00
Joshua Granick
951addec2a Improve behavior of onPreloadComplete 2016-05-14 10:48:09 -07:00
Joshua Granick
d530ec8451 HTML5 Image fixes 2016-05-13 15:38:40 -07:00
Joshua Granick
7009358d25 Progress on better WebGL support in Image 2016-05-12 23:15:24 -07:00
Joshua Granick
dda6f6a2db Add Cairo showGlyphs 2016-05-12 09:40:18 -07:00
Joshua Granick
d8b077d319 Try a module system that's resilient to added events 2016-05-11 00:41:24 -07:00
James Gray
9d95964f2f console: add setPixelShaderConstantF method 2016-04-20 02:51:57 -05:00
James Gray
80590ab317 console: add debugReadFrameBuffer method 2016-04-20 02:51:46 -05:00
James Gray
fe30467393 console: make ConsoleRenderContext an extern class
Finally made ConsoleRenderContext an extern class, thanks to a workaround to
default args not working. @:overload is used in combination with the actual
default args specified in the C++ headers.

See https://github.com/HaxeFoundation/haxe/issues/3955.
2016-04-20 02:51:19 -05:00
James Gray
15b5a2dc3f console: suppress trace output for -final builds 2016-04-20 02:50:59 -05:00
James Gray
dc727a8ccb console: simplify Assets.hx compile conditionals 2016-04-20 02:50:36 -05:00
Joshua Granick
aec635bbd2 Merge pull request #708 from larsiusprime/patch-2
Update ExternalInterface.cpp
2016-04-05 13:17:12 -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
Joshua Granick
7e6855d4ae Merge pull request #707 from larsiusprime/patch-1
Update ExternalInterface.cpp
2016-04-05 12:36:45 -07: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
28f828262c Fix case where displayInfo.currentMode is not active yet 2016-04-02 00:56:40 -07:00
Joshua Granick
60539e7e92 Update CHANGELOG.md 2016-03-29 08:46:53 -07:00
Joshua Granick
0befb60445 Update CHANGELOG 2.9.1 2016-03-28 10:37:58 -07:00
Joshua Granick
8421979626 Update to 2.9.1 2016-03-28 10:37:52 -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
Joshua Granick
3e4981dbc3 Merge pull request #702 from soywiz/fix-async-loadBytes
Make DefaultAssetsLibrary.loadBytes binary-safe in flash
2016-03-14 09:34:24 -07:00
Joshua Granick
2bc4eec617 Update native window size and position immediately after fullscreen change 2016-03-13 22:02:40 -07:00
Carlos Ballesteros Velasco
55ab5b5672 Make DefaultAssetsLibrary.loadBytes binary-safe in flash 2016-03-10 14:29:17 +01:00
Jonathan Como
72184c843c Free string after converting to value when getting the SystemDirectory 2016-03-09 16:18:17 -08:00
Joshua Granick
95bec1c4a1 Do not set a default meta company value 2016-03-01 13:35:37 -08:00
Joshua Granick
4b2520a13f Add flag for allow high DPI 2016-03-01 11:53:54 -08:00
Joshua Granick
78bf85b766 Move drop file event to Window, handle mouse capture automatically 2016-03-01 10:45:33 -08:00
Yanrishatum
85ec75fd59 Drag&Drop support; SDL_CaptureMode support; Maximize window support; 2016-03-01 09:53:24 -08:00
Joshua Granick
3a7d8b80e5 Fix suffix name for new HXCPP plus Lime legacy 2016-02-19 19:30:05 -08:00
Joshua Granick
ac0085908c Initial support for haxelib 'path' attribute 2016-02-15 12:47:21 -08:00
Joshua Granick
f21fe6bc2b Merge pull request #689 from mikkelmr/develop
Added missing dependency for IOS
2016-02-13 08:09:20 -08:00
Mikkel Munck Rasmussen
ffebb78446 Added missing dependency for IOS
Makes included examples build againg.
2016-02-11 13:32:39 +01:00
Joshua Granick
21b7993bd5 Add guard in PathHelper 2016-02-04 14:27:49 -08:00
Joshua Granick
8cb537ccd6 Add polyfill for canvas context.isPointInStroke (fix openfl/openfl#973) 2016-02-04 14:23:15 -08:00
Joshua Granick
4b5ea217ba Patch issue where Cairo may render at wrong font size (fix openfl/openfl#1023) 2016-01-26 09:36:23 -08:00
Joshua Granick
0f0491ddbe Emscripten fix 2.9.0 2016-01-22 12:13:23 -08:00
Joshua Granick
7eea607731 Update CHANGELOG 2016-01-22 10:39:26 -08:00
Joshua Granick
ae99a783c6 Update to 2.9.0 2016-01-22 10:39:17 -08:00
Joshua Granick
13b4c9263c Improve application exit, try to allow exit to be canceled 2016-01-22 10:38:45 -08:00
Joshua Granick
5454568301 Merge pull request #679 from DanielUranga/readPixels_fix
Renderer.readPixels fix
2016-01-22 09:19:06 -08:00
Daniel Uranga
119c281d05 Set Renderer.readPixels alpha channel to be non-transparent on native targets 2016-01-21 01:25:20 -03:00
Joshua Granick
35b555f04a Prevent use of Lime classes in Lime legacy 2016-01-20 14:00:19 -08:00