Joshua Granick
|
35b555f04a
|
Prevent use of Lime classes in Lime legacy
|
2016-01-20 14:00:19 -08:00 |
|
Joshua Granick
|
8b595c877d
|
Include environment in if/unless project XML checks
|
2016-01-19 16:11:16 -08:00 |
|
Joshua Granick
|
93b694bd05
|
Define FINAL and RELEASE in the template context
|
2016-01-15 12:32:30 -08:00 |
|
Joshua Granick
|
9228bddd87
|
Allow disabling of disabling keyboard browser events in HTML5
|
2016-01-15 12:32:19 -08:00 |
|
Joshua Granick
|
e9f7839680
|
Add a try/catch, in case an -armv5 style argument does not match an expected ARM architecture
|
2016-01-13 09:16:59 -08:00 |
|
Joshua Granick
|
b8646f1596
|
Move get display index to C++
|
2016-01-12 11:43:13 -08:00 |
|
Joshua Granick
|
bd7bb51000
|
Add display.dpi for Flash, default value for HTML5
|
2016-01-12 09:45:13 -08:00 |
|
Joshua Granick
|
d44dd7b27e
|
Compile fix
|
2016-01-12 09:44:57 -08:00 |
|
Joshua Granick
|
81b87ce76a
|
Simplify display.dpi to diagonal value
|
2016-01-12 09:39:19 -08:00 |
|
Joshua Granick
|
d1d6e22673
|
Merge pull request #669 from larsiusprime/display_dpi
Expose display device DPI
|
2016-01-12 09:33:29 -08:00 |
|
Lars Doucet
|
b240ff08e8
|
Expose display device DPI
|
2016-01-12 09:15:28 -06:00 |
|
Joshua Granick
|
c626ca1ff8
|
Patch in support for disabling copy of NDLL files
|
2016-01-11 16:43:01 -08:00 |
|
Joshua Granick
|
95308643e0
|
Patch in support for disabling copy of NDLL files
|
2016-01-11 16:27:14 -08:00 |
|
Joshua Granick
|
f6377c0596
|
Try and fix the MSVC -19 issue (and keep older HXCPP compatibility)
|
2016-01-11 10:14:31 -08:00 |
|
Joshua Granick
|
f39f06aadf
|
Update to new Cairo/Pixman lib versions
|
2016-01-08 18:30:43 -08:00 |
|
Joshua Granick
|
b42c5f78c7
|
Cleanup
|
2016-01-08 18:30:34 -08:00 |
|
Lars Doucet
|
dd792c0863
|
proper HX_WINDOWS guard
|
2016-01-08 15:14:48 -08:00 |
|
Lars A. Doucet
|
2345beced9
|
Add linux/mac leads for implementing setting window resizability at runtime.
|
2016-01-08 15:14:48 -08:00 |
|
Lars A. Doucet
|
0ba90daaf4
|
remove ill-advised "fullscreen borderless" function that doesn't really work anyways. Didn't realize existing default fullscreen was already a "fullscreen borderless" solution.
|
2016-01-08 15:14:48 -08:00 |
|
Lars A. Doucet
|
1e662edeab
|
add setBorderless and setResizable stubs to HTML5Window
|
2016-01-08 15:14:48 -08:00 |
|
Lars A. Doucet
|
d3351a24ed
|
Window: better switching between fullscreenBorderless and back
|
2016-01-08 15:14:47 -08:00 |
|
Lars A. Doucet
|
e86ac9cc75
|
added borderless, resizable, and fullscreenBorderless properties to Window.hx.
Caveats: resizable can only be set at runtime for windows right now as SDL does not support it natively and has to be added per platform.
|
2016-01-08 15:14:47 -08:00 |
|
Joshua Granick
|
dccf208fa5
|
Integrate directory dialog support
|
2016-01-08 15:09:38 -08:00 |
|
Lars A. Doucet
|
1ddb43b990
|
CFFI hookups for nfd "open directory" functionality
|
2016-01-08 15:05:34 -08:00 |
|
Joshua Granick
|
97fb0dcccc
|
Move threshold logic to CFFI again
|
2016-01-08 14:51:38 -08:00 |
|
Joshua Granick
|
0bf3017ce8
|
Cleanup
|
2016-01-08 14:15:24 -08:00 |
|
Joshua Granick
|
a06d18e461
|
Improve logic of Threshold
|
2016-01-08 14:08:54 -08:00 |
|
Joshua Granick
|
3e4bd31fc6
|
Add renderer.readPixels (thank you @larsiusprime, close #666, close openfl/openfl#1003)
|
2016-01-08 13:15:34 -08:00 |
|
Joshua Granick
|
44f4de226b
|
Update README
|
2016-01-08 10:10:06 -08:00 |
|
Joshua Granick
|
b6009ab00b
|
Update the default target Android SDK version to 19, fix immersive mode for 19+ devices
|
2016-01-08 10:08:57 -08:00 |
|
Joshua Granick
|
de7ef6ea80
|
Update to SDL 2.0.4
|
2016-01-08 09:30:17 -08:00 |
|
Joshua Granick
|
f5e1d06716
|
Use bytes.Set instead
|
2016-01-05 15:33:25 -08:00 |
|
Joshua Granick
|
c912b11cde
|
Workaround for free_root issue
|
2016-01-05 15:22:55 -08:00 |
|
Joshua Granick
|
aac7c0e8f5
|
Merge pull request #663 from rocket-games/JNIReferenceLimitFix
Cleaning up leaked references in JNI caused by function arguments
|
2016-01-05 10:56:01 -08:00 |
|
Steven
|
d05550e0fa
|
Cleaning up leaked references in JNI caused by function arguments and return values.
|
2016-01-05 09:54:45 -08:00 |
|
Joshua Granick
|
f8adb667ca
|
Android JPEG fix
|
2016-01-05 09:24:59 -08:00 |
|
Joshua Granick
|
77d9e12c64
|
Remove @:finalizer support (brittle, and breaks CFFI.enabled=false)
|
2016-01-04 15:06:24 -08:00 |
|
Joshua Granick
|
3f2acae106
|
Allow variables in XML if/unless, and (temporary?) 592 match for getting for using a value as a substitute value
|
2016-01-04 12:08:16 -08:00 |
|
Joshua Granick
|
530b4b8fac
|
Define 'target' when processing project XML
|
2016-01-04 11:30:07 -08:00 |
|
Joshua Granick
|
c32e8f44a3
|
Add MIPS/MIPSEL to architectures
|
2016-01-04 11:27:25 -08:00 |
|
Joshua Granick
|
62a7436f3d
|
Compile fix
2.8.3
|
2016-01-02 08:33:22 -08:00 |
|
Joshua Granick
|
42bde0573b
|
Update CHANGELOG
|
2016-01-02 08:27:37 -08:00 |
|
Joshua Granick
|
898ac0f64a
|
Update to 2.8.3
|
2016-01-02 08:27:30 -08:00 |
|
Joshua Granick
|
4f5922c731
|
Ensure that OpenAL is not included on static build
|
2016-01-01 14:52:31 -08:00 |
|
Joshua Granick
|
590c460dc1
|
Merge branch 'master' of https://github.com/openfl/lime
|
2016-01-01 14:40:51 -08:00 |
|
Joshua Granick
|
44caba8e17
|
Merge pull request #662 from james4k/pr-console-audio-changes
console: audio/fmod fixes and cleanup
|
2016-01-01 14:43:15 -08:00 |
|
Joshua Granick
|
3fa5e01171
|
Merge pull request #657 from james4k/pr-console-cffi-static-link
guard CFFI STATIC_LINK anchor funcs for the optional libs
|
2016-01-01 14:42:18 -08:00 |
|
Joshua Granick
|
ab1dc5e8b9
|
Merge pull request #661 from james4k/pr-console-assets-embedbytes
console: handle Assets.embedBytes/embedByteArray
|
2016-01-01 14:40:51 -08:00 |
|
Joshua Granick
|
953dc5e1bd
|
Merge pull request #660 from james4k/pr-console-add-blend-states
console: add a few blend states
|
2016-01-01 14:40:36 -08:00 |
|
Joshua Granick
|
432a0c8a45
|
Merge pull request #659 from james4k/pr-console-rebuild-final-fix
tools: fix for rebuild -final
|
2016-01-01 14:40:28 -08:00 |
|