Commit Graph

612 Commits

Author SHA1 Message Date
Joshua Granick
0cec6cba73 Allow overload for HTML5 GLRenderContext 2014-06-19 00:51:57 -07:00
Joshua Granick
975d58f2fa Add simple image sample for now 2014-06-19 00:51:57 -07:00
Joshua Granick
9fb90a59aa Temporarily use the Haxe format library to handle PNG assets on native platforms 2014-06-19 00:51:57 -07:00
Joshua Granick
a95396627c Fix text/byte loading on native targets 2014-06-19 00:51:57 -07:00
Joshua Granick
35feb81e54 Compile fix 2014-06-19 00:51:57 -07:00
Joshua Granick
536e2118b2 Assets improvements for HTML5 2014-06-19 00:51:57 -07:00
Joshua Granick
ec3b0c381e Add support for events that fire only once 2014-06-19 00:51:57 -07:00
Joshua Granick
226e5e787a Add URLLoader for HTML5, other platforms TBD 2014-06-19 00:51:57 -07:00
Joshua Granick
6ee3e66ecf Don't require Application when creating Window 2014-06-19 00:51:57 -07:00
Joshua Granick
b2dc5f0001 Make event managers always static 2014-06-19 00:51:57 -07:00
Joshua Granick
6a3d2df0b0 New event system 2014-06-19 00:51:57 -07:00
Joshua Granick
753d387e1e Relocate SDL and OpenAL remotes 2014-06-19 00:51:57 -07:00
Joshua Granick
0d0a9ea3b1 Include button/id in mouse/touch events 2014-06-19 00:51:57 -07:00
Joshua Granick
806720647e Moved native dependency repositories to native-toolkit 2014-06-19 00:51:57 -07:00
Joshua Granick
81d34f8fea Name changes 2014-06-19 00:51:57 -07:00
Joshua Granick
82c52c44d4 Working on using flat event data, instead of event objects
Conflicts:
	tools/ndll/Linux64/lime.ndll
2014-06-19 00:51:49 -07:00
Michael Bickel
ab71449828 Removed unnecessary flags 2014-06-19 00:50:30 -07:00
Michael Bickel
c45b5f52e4 first pass of adding flags for sdl (stencil and depthbuffer) 2014-06-19 00:50:30 -07:00
Joshua Granick
e84731a9fb Don't require png.h for the moment 2014-06-19 00:48:44 -07:00
Joshua Granick
7e7755c539 Use 'create' instead of 'init' for consistency 2014-06-19 00:48:30 -07:00
Joshua Granick
0183e700be Unify preloading code 2014-06-19 00:48:11 -07:00
Joshua Granick
a47277f493 Push preloader logic into lime.app.Preloader class
Conflicts:
	tools/helpers/FlashHelper.hx
	tools/project/HXProject.hx
	tools/run.n
2014-06-19 00:47:15 -07:00
Matt Tuttle
6c8caee1d7 Fixing OpenRead and OpenOverwrite on OS X 2014-06-19 00:37:38 -07:00
Joshua Granick
e5364db04e Add hooks for some Flash events 2014-06-19 00:37:38 -07:00
Joshua Granick
0ee39f5a86 Neko fix 2014-06-19 00:37:38 -07:00
Joshua Granick
4e4508b27b Use larger alloc_float for intptr types 2014-06-19 00:37:38 -07:00
Joshua Granick
cfb312811e JS compile fix 2014-06-19 00:37:38 -07:00
Joshua Granick
210ab867e0 Add initial Flash support 2014-06-19 00:37:37 -07:00
Joshua Granick
affe97e040 Fix Timer 2014-06-19 00:37:37 -07:00
Joshua Granick
714357cbc0 Begin to stub in support for image data 2014-06-19 00:37:37 -07:00
Joshua Granick
bd9d9902cd HTML5 compile fix 2014-06-19 00:37:37 -07:00
Joshua Granick
34216a82f4 Add initial asset support, allow canvas and DOM rendering context to be compiled cross-platform (non-op) 2014-06-19 00:37:37 -07:00
Joshua Granick
0ae3c49b4b Improve render context initialization 2014-06-19 00:37:37 -07:00
Joshua Granick
9ab066c4db Work on render context 2014-06-19 00:37:37 -07:00
Joshua Granick
9003204e5b Add commented code for disabling image drag on DOM render 2014-06-19 00:37:37 -07:00
Joshua Granick
74d3b5404f More work on events 2014-06-19 00:37:37 -07:00
Joshua Granick
c155c688eb No need to build shared libs 2014-06-19 00:37:37 -07:00
Joshua Granick
426d322a18 Update CI script 2014-06-19 00:37:37 -07:00
Joshua Granick
2ae4fef7ff Fix HTML5 stats, minor fixes 2014-06-19 00:37:37 -07:00
Joshua Granick
dcad37447e Fix Windows, minor refactor 2014-06-19 00:36:17 -07:00
Joshua Granick
d7064bd064 Fix Windows build 2014-06-19 00:36:04 -07:00
Joshua Granick
3b0c6ced16 Refactor 2014-06-19 00:35:56 -07:00
Joshua Granick
97d9911b67 Some refactoring 2014-06-19 00:35:46 -07:00
Joshua Granick
bfbdbdba5a Begin work on HTML5 2014-06-19 00:35:36 -07:00
Joshua Granick
09e3637918 Add an SDL timer 2014-06-19 00:35:27 -07:00
Joshua Granick
090c3cba28 Seperate out GL classes 2014-06-19 00:35:19 -07:00
Joshua Granick
8fd0f13bc1 Slight refactor 2014-06-19 00:34:34 -07:00
Joshua Granick
78bcad8f95 GL fix 2014-06-19 00:34:24 -07:00
Joshua Granick
e491460630 Working toward render timing 2014-06-19 00:34:14 -07:00
Joshua Granick
0f6adf39d7 Add WindowEvent 2014-06-19 00:34:01 -07:00