Joshua Granick
|
dd8ca69353
|
Port JNI class from Lime legacy
|
2015-08-11 15:39:41 -07:00 |
|
Joshua Granick
|
f1b17dfb8d
|
Improve Cairo font hinting
|
2015-08-10 09:59:29 -07:00 |
|
Joshua Granick
|
b64811c23e
|
Merge pull request #535 from Hasufel/patch-3
Cater for two's complement in joypad analog axis
|
2015-08-09 07:01:10 -07:00 |
|
Nilsen Filc
|
e5870a4ca2
|
Cater for two's complement in joypad analog axis
Cater for two's complement in joypad analog axis - positive analog and triggers would otherwise send wrong valueif divided by 32768 when 32767 is max.
|
2015-08-09 12:17:20 +02:00 |
|
Joshua Granick
|
0a70994bdc
|
Haxe 3.1.3 fix
|
2015-08-07 23:36:16 -07:00 |
|
Joshua Granick
|
6434c67b00
|
Template fix
|
2015-08-07 21:55:09 -07:00 |
|
Joshua Granick
|
6573d57e0e
|
Improve HTML5 onTextInput
|
2015-08-07 21:54:54 -07:00 |
|
Joshua Granick
|
1835e67d38
|
Fix event.has
|
2015-08-07 21:54:53 -07:00 |
|
Joshua Granick
|
9a0c35344a
|
Merge pull request #532 from ibilon/travis
Use new travis mode
|
2015-08-01 12:38:13 -07:00 |
|
Valentin Lemière
|
bb24b23463
|
Use new travis mode
|
2015-08-01 19:45:58 +02:00 |
|
Joshua Granick
|
de8c4298d4
|
Fix support for some JPEG images
|
2015-08-01 07:50:27 -07:00 |
|
Joshua Granick
|
28321ddc58
|
Minor change
|
2015-07-31 20:51:59 -07:00 |
|
Joshua Granick
|
ef9263abe1
|
Merge pull request #529 from jarnik/master
settable lime.ui.Window.title, SDL only
|
2015-07-31 20:46:26 -07:00 |
|
Joshua Granick
|
903e300aa2
|
Move getDisplay to the backends, minor fixes
|
2015-07-31 20:26:18 -07:00 |
|
Joshua Granick
|
f1b0967137
|
Build fix
|
2015-07-31 20:04:08 -07:00 |
|
Joshua Granick
|
67b3c09541
|
Ensure that HTML5 window.display returns the correct index (since window.x is not in screen coordinates)
|
2015-07-31 20:00:32 -07:00 |
|
Joshua Granick
|
0635e85681
|
Add Display for HTML5/Flash
|
2015-07-31 19:59:20 -07:00 |
|
Joshua Granick
|
1d723e1d0e
|
Add window.display
|
2015-07-31 19:44:03 -07:00 |
|
Joshua Granick
|
2290e26c4d
|
We cannot maintain an updated list of displays, change to 'System.getDisplay' instead
|
2015-07-31 19:34:41 -07:00 |
|
Joshua Granick
|
fd376e6f99
|
Working on the Display API
|
2015-07-31 12:10:57 -07:00 |
|
Joshua Granick
|
0b9926a87a
|
Merge branch 'larsiusprime-displays'
|
2015-07-31 11:13:47 -07:00 |
|
Jarnik
|
b4efea23dd
|
lime.ui.Window.title dummy functions for flash and html5
|
2015-07-31 08:29:46 +02:00 |
|
Jarnik
|
83fcb82cce
|
settable lime.ui.Window.titlem, SDL only
|
2015-07-31 08:08:12 +02:00 |
|
Lars A. Doucet
|
8c24a8ad24
|
displays -- add bounds
|
2015-07-30 16:23:30 -05:00 |
|
Lars A. Doucet
|
691de634e3
|
displays: ConstVector2 -> Resolution
|
2015-07-30 16:01:25 -05:00 |
|
Lars A. Doucet
|
2e61c9619b
|
displays -- remove more test code
|
2015-07-30 15:51:00 -05:00 |
|
Lars A. Doucet
|
433f981e87
|
displays -- remove test code
|
2015-07-30 15:49:40 -05:00 |
|
Lars A. Doucet
|
bad547d090
|
display -- (almost) final touches
|
2015-07-30 15:47:19 -05:00 |
|
Lars A. Doucet
|
8dfe690981
|
displays -- think I got it working
|
2015-07-30 15:40:33 -05:00 |
|
Lars A. Doucet
|
e04b18cd8a
|
displays -- almost there
|
2015-07-30 15:32:20 -05:00 |
|
Lars A. Doucet
|
a99ee5af17
|
display -- adding last implementation bits
|
2015-07-30 15:27:28 -05:00 |
|
Lars A. Doucet
|
37a16c5971
|
add name
|
2015-07-30 14:46:36 -05:00 |
|
Lars A. Doucet
|
ac275f55ee
|
display -- name
|
2015-07-30 14:40:37 -05:00 |
|
Lars A. Doucet
|
3588d9e6e0
|
compile fix
|
2015-07-30 14:27:43 -05:00 |
|
Lars A. Doucet
|
60f5dc4ff5
|
cleaning up Display cpp
|
2015-07-30 13:53:55 -05:00 |
|
Lars A. Doucet
|
e0a16c109c
|
Trying to hook up the first native function!
|
2015-07-30 13:39:05 -05:00 |
|
Lars A. Doucet
|
32beb569d1
|
added Display.h / SDLDisplay.cpp, blank for now
|
2015-07-30 13:12:42 -05:00 |
|
Lars A. Doucet
|
e49ded358a
|
Added Display.hx stub to lime.system
|
2015-07-30 13:04:51 -05:00 |
|
Joshua Granick
|
ecdae2570e
|
Add 'from UInt to UInt' to Int abstracts for convenience (resolve #526)
|
2015-07-30 07:42:04 -07:00 |
|
Joshua Granick
|
e7b1119f68
|
Merge pull request #512 from madrazo/patch-2
[Legacy] template for static link: BuildMain.xml
|
2015-07-29 11:35:05 -07:00 |
|
Joshua Granick
|
92b11cc989
|
Merge pull request #511 from madrazo/patch-3
[Legacy] template for static link: Main.cpp
|
2015-07-29 11:34:50 -07:00 |
|
Joshua Granick
|
1691211e22
|
Merge pull request #510 from madrazo/patch-4
[Legacy] template for static link: include.xml
|
2015-07-29 11:34:39 -07:00 |
|
Joshua Granick
|
d684b29bdc
|
Merge pull request #524 from jonasmonnier/master
add device choice for ios simulator
|
2015-07-29 10:51:24 -07:00 |
|
Joshua Granick
|
24aa0f9faa
|
Fix image.src if __srcCanvas is null
|
2015-07-28 08:54:15 -07:00 |
|
jonas.monnier
|
7daa9c89c7
|
Fix typo in device config
|
2015-07-28 13:48:21 +02:00 |
|
jonas.monnier
|
480b6e384c
|
add device choice in ios simulator
|
2015-07-28 13:21:23 +02:00 |
|
Joshua Granick
|
d7d8c1ca89
|
Merge pull request #522 from Matan/master
Fixed CPP target embedded assets
|
2015-07-27 08:13:09 -07:00 |
|
Matan Uberstein
|
0abd3977c9
|
Added failsafe to Preloader for small AIR binaries
|
2015-07-27 14:41:36 +02:00 |
|
Matan Uberstein
|
e8434d4f59
|
Fixed CPP target embedded assets
|
2015-07-27 12:26:51 +02:00 |
|
Joshua Granick
|
d9faa82bf8
|
Fix Log build
|
2015-07-25 14:35:28 -07:00 |
|