Joshua Granick
|
10a2a74cd8
|
Handle title and window flags
|
2014-07-09 15:39:02 -07:00 |
|
Joshua Granick
|
9b6fced383
|
Add HelloWorld sample
|
2014-07-09 14:52:44 -07:00 |
|
Joshua Granick
|
f8dc0c817a
|
Update SimpleImage sample
|
2014-07-09 14:37:38 -07:00 |
|
Joshua Granick
|
b1432a514a
|
Performance improvement
|
2014-07-09 13:25:18 -07:00 |
|
Joshua Granick
|
b5988061e1
|
Merge pull request #182 from delahee/patch-6
add the preserve context directive.
|
2014-07-09 08:10:03 -07:00 |
|
David "Blackmagic" Elahee
|
fe5a62c20a
|
add the preserve context directive.
It will not prevent contextLost but improve situation on many devices.
|
2014-07-09 10:07:45 +02:00 |
|
Joshua Granick
|
aef2cfb800
|
Merge pull request #180 from MattTuttle/fix-mac-include
Preventing duplicate objects error in ByteArray.h (lime:next)
|
2014-07-08 23:08:03 -07:00 |
|
MattTuttle
|
fdec74b87a
|
Preventing duplicate objects error in ByteArray.h
|
2014-07-08 15:55:03 -05:00 |
|
Joshua Granick
|
5ef9f9809d
|
Minor tweak
|
2014-07-08 11:58:21 -07:00 |
|
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 |
|
Joshua Granick
|
b32cbd15fa
|
Merge pull request #176 from delahee/patch-5
Added a resize func
|
2014-07-03 10:06:37 -07:00 |
|
David "Blackmagic" Elahee
|
86a87c4b3d
|
Added a resize func
Since resize is possible, I took advantage of it. If there is a& better way to do it let me know :)
|
2014-06-30 15:11:54 +02: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
|
f260fa9610
|
Update to 1.0.1
1.0.1
|
2014-06-24 13:23:00 -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 |
|