Commit Graph

64 Commits

Author SHA1 Message Date
Joshua Granick
a29297f450 Minor tweak 2018-07-12 12:35:45 -07:00
Joshua Granick
8a6a0922eb Expose stage and element on Window (Flash and HTML5), restore AIR multi-window support 2018-07-12 12:20:08 -07:00
Joshua Granick
ead5cd8946 Flash fixes 2018-07-07 11:10:57 -07:00
Joshua Granick
6743c61405 Clean up error output 2018-07-07 10:06:03 -07:00
Joshua Granick
b076f95dc7 Refactor, make Preloader created by default, onUpdate on Application, app.createWindow, merge win/context attributes 2018-07-05 09:34:00 -07:00
Joshua Granick
59520c26cb Rough pass at refactoring app.Config into Window and new RenderContextAttributes and Meta 2018-07-05 09:34:00 -07:00
Joshua Granick
355aa29d56 Move update/frameRate to Window and flatten Application convenience callbacks to fire only from the primary window 2018-07-05 09:33:59 -07:00
Joshua Granick
9a0c65ed2e Refactor API for clarity and future changes 2018-07-05 09:33:58 -07:00
Joshua Granick
a2a4e063b2 Add key/value command-line arguments to Window parameters 2018-04-18 08:27:00 -07:00
Joshua Granick
6589b22c6f Add support for GL 32-bit color depth on native (close #698) 2017-06-05 13:29:37 -07:00
Joshua Granick
45f923360a Add 'always on top' window support 2017-05-04 14:44:18 -07:00
Joshua Granick
f2a4b425c1 Fix Neko initialization loop 2017-04-26 14:30:45 -07:00
Joshua Granick
4b0f765daa Force CFFI to front of static initialization order 2017-04-26 14:04:27 -07:00
Joshua Granick
06dbecde66 Rebuild how lime.embed works, fix multiple embeds, allow passing window config values (resolve #933) 2017-02-28 15:33:51 -08:00
Joshua Granick
d87122eb7f Minor fix 2017-02-24 19:25:25 -08:00
Joshua Granick
ef39486f25 Revise asset library architecture 2017-02-24 19:19:39 -08:00
Joshua Granick
7d7f19f8db Hide template ApplicationMain/DefaultAssetLibrary classes from dox gen (close #494) 2017-01-09 14:54:02 -08:00
Joshua Granick
6b4f70027f Hack support for named library preload (need to revise this more) 2016-12-24 00:42:02 -08:00
Joshua Granick
592665629d Use AppName.embed instead lime.embed for HTML5 by default 2016-12-22 14:34:33 -08:00
Joshua Granick
1ea331e47a Add 'lime.AppFileName.embed' as a temporary patch for multiple embeds on the same HTML page 2016-12-22 12:28:58 -08:00
Joshua Granick
61fec3eefe Push asset logic deeper into 'loadFrom*' static methods and AssetLibrary 2016-12-11 13:50:34 -08:00
Joshua Granick
87f331ca3c Make sure lime.Assets when onPreloaderComplete is called 2016-11-01 07:40:10 -07:00
Joshua Granick
ba5f8c91c8 Compile fix 2016-10-27 16:06:16 -07:00
Joshua Granick
73fd352301 Register default asset library later during init 2016-10-27 15:55:57 -07:00
Joshua Granick
63a17d8884 Move DefaultAssetLibrary registeration to ApplicationMain template 2016-10-21 15:24:24 -07:00
Joshua Granick
6dc05a26c9 Move lime.embed to ApplicationMain template 2016-10-20 08:19:24 -07:00
Joshua Granick
a16499254a Default allowHighDPI to false on desktop, fix initialization to set value 2016-09-15 14:21:16 -07:00
Joshua Granick
09f88c5145 Fix use of CADisplayLink on iOS 2016-09-15 13:05:40 -07:00
Joshua Granick
152ba59adf Cleanup 2016-09-07 15:17:27 -07:00
Joshua Granick
9899bdf672 Require manual Locale init, fixes Travis build 2016-09-07 13:49:47 -07:00
Valentin Lemière
69206a502a Note in comment why hack
[skip ci]
2016-08-30 09:37:36 +02:00
Valentin Lemière
524880cd6c Use programPath on haxe 3.3+ 2016-08-30 09:36:08 +02:00
Joshua Granick
2918876ede Add support for hidden windows, hide on munit tests 2016-08-10 11:07:31 -07:00
Joshua Granick
7d4eb9364e Exit if error code is not zero 2016-06-06 16:11:19 -07:00
Joshua Granick
db058e64fd Improve docs 2015-08-26 19:51:13 -07:00
Joshua Granick
b44890502f Improve lime.app.Config 2015-08-20 10:23:23 -07:00
Joshua Granick
e6f133ab51 Update to support multiple windows 2015-08-19 18:09:45 -07:00
Joshua Granick
8a9db7a36a Update events, be aware of multiple windows 2015-08-19 10:23:11 -07:00
Joshua Granick
e02fa7c2c6 Improve Preloader 2015-08-18 17:36:56 -07:00
Joshua Granick
6e705aa23f Initial support for software rendering using Cairo 2015-05-01 18:13:40 -07:00
Joshua Granick
ea0db8f13f Populate additional Config values, use company name and file name for preference path 2015-03-19 14:16:31 -07:00
Joshua Granick
941e55c90d facepalm 2015-02-13 10:05:30 -08:00
Joshua Granick
ef66e10dd2 Assets prefix fix 2015-02-13 09:31:16 -08:00
Joshua Granick
643ff2e363 Fix HTML5 asset URL 2015-02-13 08:19:07 -08:00
Joshua Granick
62194c7842 Add Emscripten support 2015-02-12 19:04:57 -08:00
Joshua Granick
851931b220 Merge pull request #326 from ioga/assets-prefix
Support custom prefix (root) for resources URLs in html5.
2015-02-11 09:06:31 -08:00
Joshua Granick
41fcc1f4df Improve testing support 2015-01-29 12:00:58 -08:00
Ilia Glazkov
1dc7c513e4 Support custom prefix (root) for resources URLs in html5.
Allow users to specify custom resources root in lime.embed.
2015-01-22 15:22:43 -08:00
vroad
17cb9e51b4 Work on node.js support 2014-11-02 23:38:29 +09:00
Joshua Granick
f409b5bc85 Fix FONT type 2014-08-13 10:42:15 -07:00