Commit Graph

612 Commits

Author SHA1 Message Date
Joshua Granick
84fbffa923 Minor refactor 2014-07-08 11:56:25 -07:00
Joshua Granick
7df1416127 Remove PVRTC 2014-07-08 11:36:27 -07:00
Joshua Granick
43f6cb0693 Add JPG/PNG image loading 2014-07-08 11:35:04 -07:00
Matt Tuttle
9f6debd95b Adding JPEG/PNG file loading (PVRTC stub) 2014-07-08 11:21:44 -07:00
Joshua Granick
429f9bac86 Add JPEG and PNG libs 2014-07-08 11:04:55 -07:00
Joshua Granick
cb304a30e6 Merge pull request #179 from MattTuttle/fix-gl-ios
Fixes for iOS (lime:next)
2014-07-08 10:32:07 -07:00
Joshua Granick
c3eb75e3bc Fix power of two check 2014-07-08 09:06:55 -07:00
Joshua Granick
08ab0ab605 Compile fix for HTML5 2014-07-08 08:57:47 -07:00
Joshua Granick
f83a99ca04 Merge pull request #178 from MattTuttle/fix-data-classes
Fixes for data classes in neko/flash (lime:next)
2014-07-08 08:41:42 -07:00
MattTuttle
243bafee25 Fixes for data classes in neko/flash 2014-07-08 10:37:38 -05:00
Joshua Granick
b6ef69d974 Refactor Image and add initial Matrix3, Vector2 2014-07-08 08:09:36 -07:00
Joshua Granick
86d0644f06 Improve frame timing 2014-07-07 02:35:16 -07:00
Joshua Granick
99fad47f69 Inline 2014-07-06 22:21:44 -07:00
Joshua Granick
16ceada602 BYTES_PER_ELEMENT should be static 2014-07-06 22:17:10 -07:00
Joshua Granick
f9e602e630 Tenative support for flags when loading images 2014-07-06 21:03:01 -07:00
Joshua Granick
4f1a0c449e Frame time fix 2014-07-06 20:51:20 -07:00
Joshua Granick
5fae3b4ff6 Set window size 2014-07-06 18:04:30 -07:00
Joshua Granick
a2be4e9a49 Make Matrix4 abstract to fix compile issues on some platforms, update sample to use Matrix4 2014-07-05 16:31:18 -07:00
Joshua Granick
679eedab8e Initial Matrix4/Vector4 classes 2014-07-05 13:46:04 -07:00
MattTuttle
4c897b5a39 Adding OpenRead/OpenOverwrite for iOS 2014-06-27 11:30:56 -05:00
Joshua Granick
8e78a8c038 Merge pull request #174 from MattTuttle/feature-pot-image
Adding power of two conversion for Image (lime:next)
2014-06-26 14:44:58 -07:00
MattTuttle
ab4f32df56 Adding power of two conversion for Image 2014-06-26 16:18:12 -05:00
Joshua Granick
594b62c2e2 Remove testing code 2014-06-26 12:16:25 -07:00
Joshua Granick
eff408f14d Build only 64 for now 2014-06-26 11:01:45 -07:00
Joshua Granick
33e6df3a25 Update CI script 2014-06-26 10:55:27 -07:00
Joshua Granick
6951d5738d Build fix 2014-06-26 10:47:51 -07:00
Joshua Granick
7c4cb01a26 Move 'triggerFrame' logic to exec() 2014-06-26 10:36:52 -07:00
Joshua Granick
dd91d80b2e Begin work on Module support 2014-06-26 07:37:15 -07:00
Joshua Granick
edf34475e2 Use 'wheel' instead of 'mousewheel' 2014-06-26 07:04:28 -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
0df67dfea2 Merge pull request #173 from MattTuttle/fix-html5-mouse-wheel
Fixing mouse wheel in html5 (lime:next)
2014-06-25 23:42:15 -07:00
Matt Tuttle
fe2036043b Fixing mouse wheel in html5 2014-06-25 19:26:17 -05:00
Joshua Granick
d2f34a71dc Begin integrating Neko support 2014-06-25 14:34:27 -07:00
Joshua Granick
cd879b6287 Cleaner Neko init 2014-06-25 08:44:54 -07:00
Joshua Granick
da4a3af9ed Add mouse wheel 2014-06-25 07:28:09 -07:00
Joshua Granick
3d0cb9e139 Move lime.graphics.opengl.* to lime.graphics 2014-06-20 15:21:06 -07:00
Joshua Granick
ef4f191464 Expose Application.window, and define config.background for all platforms 2014-06-20 13:51:18 -07:00
Joshua Granick
22ebfee143 Compile fix 2014-06-20 12:56:50 -07:00
Joshua Granick
e483261890 Update sample 2014-06-20 11:59:11 -07:00
Joshua Granick
f24dbff767 Use 'Image' instead of 'ImageData', expose both 'data' and 'bytes' from the Image object 2014-06-20 11:58:05 -07:00
Joshua Granick
0b6433d04d Add Neko loader path init 2014-06-19 15:06:22 -07:00
Joshua Granick
bbffdfc1b2 Fixes 2014-06-19 14:39:28 -07:00
Joshua Granick
ef81d1f05a Use 'Assets' instead of 'lime.Assets' in messages, to make it easier to wrap 2014-06-19 14:00:26 -07:00
Joshua Granick
35812d61b3 Trim down run script 2014-06-19 12:45:17 -07:00
Joshua Granick
ceb7c52b18 Update CI script 2014-06-19 10:48:07 -07:00
Joshua Granick
4d036f5293 Working on Assets so it can be extended 2014-06-19 10:39:49 -07:00
Joshua Granick
4772ce2107 Vertex fix in sample 2014-06-19 09:06:45 -07:00
Joshua Granick
06bfc9e7e7 Compile fix 2014-06-19 01:04:27 -07:00
Joshua Granick
8dcd7587ef Fix tools 2014-06-19 00:57:40 -07:00