Commit Graph

165 Commits

Author SHA1 Message Date
Joshua Granick
dd91d80b2e Begin work on Module support 2014-06-26 07:37:15 -07:00
Joshua Granick
6713b4d6bf Compile fix 2014-06-26 06:37:48 -07:00
Joshua Granick
867d555076 Handle mouse event button ID on Flash and HTML5 2014-06-26 06:33:06 -07:00
Joshua Granick
d2f34a71dc Begin integrating Neko support 2014-06-25 14:34:27 -07:00
Joshua Granick
da4a3af9ed Add mouse wheel 2014-06-25 07:28:09 -07:00
Joshua Granick
0d0a9ea3b1 Include button/id in mouse/touch events 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
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
Matt Tuttle
6c8caee1d7 Fixing OpenRead and OpenOverwrite on OS X 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
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
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
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
Joshua Granick
565c124c9f Working on event model 2014-06-19 00:33:47 -07:00
Joshua Granick
d82cd0a43d Initial OpenGL bindings 2014-06-19 00:33:35 -07:00
Joshua Granick
4818c02b1e Start working on new architecture 2014-06-19 00:33:21 -07:00
Joshua Granick
a6157c0b78 Update to tagged versions 2014-06-19 00:33:08 -07:00
Joshua Granick
d1679525e9 Update build 2014-06-19 00:32:41 -07:00
Joshua Granick
46413b74a5 Include submodule repositories for C++ libraries 2014-06-19 00:32:21 -07:00
Joshua Granick
cb93f17fb3 Allow override for native code path 2014-05-26 11:51:46 -07:00
Joshua Granick
215403ede6 Add missing JNI prims 2014-04-22 08:03:34 -07:00
Joshua Granick
a66d791a52 Improve 'lime upgrade' behavior and fix S3D builds 2014-04-21 13:35:07 -07:00
Joshua Granick
540b15e45a Add curl_get_headers prim 2014-04-16 15:30:03 -07:00
Joshua Granick
1649dce8af Merge fix 2014-04-10 18:30:02 -07:00
Joshua Granick
453e896cc3 Merge branch 'nme-collab' of https://github.com/openfl/lime into nme-collab
Conflicts:
	project/src/ExternalInterface.cpp
2014-04-10 18:25:24 -07:00
Joshua Granick
618eee5e72 iOS fixes 2014-04-10 18:24:29 -07:00
underscorediscovery
0b3e4ad2a1 Fixing possible iOS problems
When linking statically, register prims complains as a linker error,
And the two new frameworks were required in the PROJ file
2014-04-10 22:46:31 -02:30
Joshua Granick
de6d25bdbf Add lime_register_prims 2014-04-10 16:09:26 -07:00
Joshua Granick
9b3e65cd74 Use C++11 by default for iOS, fix builds 2014-04-01 20:41:41 -07:00
Joshua Granick
ed812dafef Add non-op versions of S3D calls when not enabled 2014-03-31 13:35:17 -07:00
Joshua Granick
99a8d6a740 Use 'lime' instead of 'HX_LIME' for Lime binary build 2014-03-28 12:09:00 -07:00
Joshua Granick
b5c05d900f Compile fix for Lime sample 2014-03-27 17:46:00 -07:00
Joshua Granick
ca0674f82c ExternalInterface fixes 2014-03-27 17:11:33 -07:00
Joshua Granick
f74e883a29 Add ExternalInterface.cpp to handle mapping for lime_* CFFI calls 2014-03-27 16:46:00 -07:00
Joshua Granick
3fae4c1790 Merge project code with NME, for better collaboration. Update Build.xml to import settings from the shared build script in NME 2014-03-27 10:37:50 -07:00
Joshua Granick
d9b3e37dee Merge pull request #113 from delahee/patch-2
MultiplyAlpha optimisation
2014-03-20 23:34:05 -07:00
Joshua Granick
5d241f3320 Merge pull request #108 from delahee/patch-1
Fixed a potential NPE
2014-03-20 23:32:42 -07:00
Joshua Granick
c5f845ff8b Merge pull request #101 from delahee/fix_gl_uni
fixed uniform/vertexAttributeXfv
2014-03-20 23:32:03 -07:00
David "Blackmagic" Elahee
22336374bd MultiplyAlpha optimisation
new implementation goes 2x faster
2014-03-19 16:32:58 +01:00
Joshua Granick
933fec22ac Compile fixes 2014-03-18 22:59:11 -07:00