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
|
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
|
4d036f5293
|
Working on Assets so it can be extended
|
2014-06-19 10:39:49 -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
|
536e2118b2
|
Assets improvements for HTML5
|
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
|
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 |
|
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
|
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
|
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
|
4b49547052
|
Update Linux libneko.so
|
2014-06-04 23:28:01 -07:00 |
|
Joshua Granick
|
1675043dd1
|
Add HXML files for 'final' build config
|
2014-05-22 15:38:04 -07:00 |
|
Joshua Granick
|
7d4c3668d1
|
Cleanup HXML templates
|
2014-05-20 18:38:30 -07:00 |
|
Joshua Granick
|
a31249dfb6
|
Handle 'screenSize' config as well
|
2014-05-20 11:48:48 -07:00 |
|
Joshua Granick
|
a6e83e9a46
|
Add JS dependencies to HTML template
|
2014-05-16 09:24:07 -07:00 |
|
Joshua Granick
|
4dbef76f6c
|
Merge pull request #154 from massivedanger/osx-retina-window-chrome
High-resolution window chrome on Mac apps
|
2014-05-12 10:10:41 -07:00 |
|
Joshua Granick
|
6e348b7310
|
Merge pull request #155 from JandyCo/ios-framework-search-paths
Allow for custom search paths for iOS framework dependencies
|
2014-05-12 10:08:57 -07:00 |
|
Joshua
|
5362467559
|
Remove -l from linker flags loop
|
2014-05-11 14:05:18 -04:00 |
|
Joshua
|
d32396157b
|
Use IOS_LINKER_FLAGS as an array
|
2014-05-11 13:55:27 -04:00 |
|
Joshua
|
5d33e71b32
|
Add loop to insert list of frameworkSearchPaths as defined by the project.xml file
|
2014-05-02 22:40:18 -04:00 |
|
Evan Walsh
|
2a421d2b8e
|
Add NSHighResolutionCapable to Mac Info.plist
|
2014-05-01 20:08:39 -04:00 |
|
Hasufel
|
499f7d13ac
|
comment log.v 'get special dir'
|
2014-05-01 18:50:45 +02:00 |
|
Joshua Granick
|
b610f27aad
|
Guard onTrimMemory for Android target API < 14
|
2014-04-23 12:37:29 -07:00 |
|
Joshua Granick
|
c4a4da5567
|
Patch iOS project
|
2014-04-23 05:01:03 -07:00 |
|
Joshua Granick
|
a30b450b13
|
Do not consume keyboard arrow keys on Android (pass to both joystick and keyboard events) and handle dpad center as keyboard enter (like on Kindle FireTV)
|
2014-04-17 15:23:03 -07:00 |
|
Joshua Granick
|
97dc9df075
|
Cleanup, compile fix
|
2014-04-16 15:39:46 -07:00 |
|
Joshua Granick
|
823d409508
|
Merge pull request #137 from kiroukou/patch-7
Update GameActivity.java
|
2014-04-16 15:34:14 -07:00 |
|
Joshua Granick
|
b2289e5406
|
Merge branch 'nme-collab'
Conflicts:
project/src/backend/sdl2/SDL2Stage.cpp
project/src/common/Display.cpp
project/src/common/ExternalInterface.cpp
|
2014-04-15 14:33:54 -07:00 |
|
kiroukou
|
dc3b496575
|
Update GameActivity.java
Added onNewIntent to broadcast to extensions
(mainly)
|
2014-04-15 15:00:03 +02: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 |
|
George Corney
|
6ba1a00ebc
|
CSS-forced width & height fix
CSS prevented the width and the height being set by the project file
|
2014-04-05 19:22:04 +01:00 |
|
Rui Campos
|
19be58e2ee
|
added callbacks for onLowMemory and onTrimMemory
|
2014-04-02 16:32:00 +02:00 |
|
Joshua Granick
|
9b3e65cd74
|
Use C++11 by default for iOS, fix builds
|
2014-04-01 20:41:41 -07:00 |
|
Joshua Granick
|
673448f8a4
|
Android context fix
|
2014-04-01 19:01:55 -07:00 |
|
Hasufel
|
d0c87ca1ca
|
KEYCODE_VOLUME_MUTE only available API 11
|
2014-03-29 14:29:06 +01:00 |
|
Simon Morris
|
1e77247b38
|
Fix volume and back keys on android
|
2014-03-11 14:40:53 +00:00 |
|
Joshua Granick
|
88647348d9
|
Android key fix
|
2014-03-06 13:33:51 -08:00 |
|
Joshua Granick
|
68dff31af8
|
Fix Android char code
|
2014-02-13 15:51:58 -08:00 |
|
Joshua Granick
|
92a82145bb
|
Fix Android key codes
|
2014-02-13 15:44:51 -08:00 |
|
Joshua Granick
|
a706e4cacb
|
Compile fix
|
2014-02-13 13:59:38 -08:00 |
|
Joshua Granick
|
7c5fde6cbb
|
Use charCode and keyCode from Android
|
2014-02-13 11:56:42 -08:00 |
|
Joshua Granick
|
e175cfe154
|
Merge openfl-native templates
|
2014-02-13 09:41:09 -08:00 |
|
underscorediscovery
|
e5a78f0415
|
Wrapper; template - fixing spaces
|
2014-02-08 16:23:45 -03:30 |
|