Commit Graph

1596 Commits

Author SHA1 Message Date
srevid
2412d6aceb Update DefaultAssetLibrary.hx 2015-03-02 15:30:00 -05:00
Joshua Granick
0c56683ff5 Update README.md 2015-02-27 11:23:46 -08:00
Joshua Granick
78ce9f9363 Update README.md 2015-02-27 11:19:44 -08:00
Joshua Granick
c3179141ee Update README.md 2015-02-27 11:18:09 -08:00
Joshua Granick
798d702214 Update README.md 2015-02-27 11:15:52 -08:00
Joshua Granick
e511c0d2a5 Update README.md 2015-02-27 11:00:58 -08:00
AKIYAMA Kouhei
6e319d4986 Fix direction of mouse wheel deltaY on HTML5
When mouse wheel moved up 1 notch, deltaY is:
  - HTML5
    - Chrome : -100 (deltaMode=0) (Chrome40.0.2214.115m, Windows7)
    - Chrome : -33.333 (deltaMode=0) (Chrome40.0.2214.115m, Windows8.1, laptop touchpad)
    - Firefox : -3 (deltaMode=1) (Firefox36, Windows7)
    - Firefox : -1 (deltaMode=1) (Firefox35, Windows8.1, laptop mouse)
    - Firefox : -0.2 (deltaMode=1) (Firefox36, Windows8.1, laptop touchpad)
    - Firefox : -0.75 (deltaMode=1) (Firefox35, Windows7, notchless wheel)
  - Flash : 3
  - Windows : 1
2015-02-26 14:12:11 +09:00
Joshua Granick
27d767cfc8 Add hook for getSoftKeyboardHeight on Android (legacy) 2015-02-25 14:38:27 -08:00
Joshua Granick
e977b5c551 Use a unique ID when creating new projects, based on the name, to help reduce conflicts when installed on mobile devices 2015-02-25 14:20:14 -08:00
Joshua Granick
e51871c372 Hack to support added 'lib' prefix on HXCPP 3.2+ iOS target 2015-02-25 12:25:57 -08:00
Joshua Granick
45f3bd06f4 Fix spaces in macro flags (fixes #346) 2015-02-24 11:07:32 -08:00
Joshua Granick
594248aa56 Merge pull request #350 from vroad/PR/fix-1
Fix null check in lime_alc_open_device
2015-02-24 09:33:39 -08:00
vroad
04db9f09cf Fix null check in lime_alc_open_device 2015-02-25 01:07:34 +09:00
Joshua Granick
f0ca86f362 Fix quote escaping in macro call (closes #346) 2015-02-23 23:37:55 -08:00
Joshua Granick
48cc59dc97 Fix KeyModifier 2015-02-23 17:36:25 -08:00
Joshua Granick
df735ef734 Use SDL_WINDOW_FULLSCREEN_DESKTOP instead of SDL_WINDOW_FULLSCREEN to behave better on OS X (until we have an official display mode switch API for regular fullscreen) (closes #235) 2015-02-23 15:47:00 -08:00
Joshua Granick
139293adf5 Add key modifier support to Flash key events and use KeyCode/KeyModifier instead of Int (can still override using Int) 2015-02-23 14:58:28 -08:00
Joshua Granick
f40d0f04ff Improve KeyModifier 2015-02-23 14:21:24 -08:00
Joshua Granick
e7512f66e8 Merge pull request #347 from misohena/html5-key-modifier
Support key modifier on HTML5
2015-02-23 13:42:35 -08:00
Joshua Granick
ac554371f4 Don't define lime-opengl for Flash target (et al) 2015-02-23 13:01:24 -08:00
Joshua Granick
794642564f Ignore -clean flag if not updating/building (such as 'run -clean', which makes no sense) 2015-02-23 10:41:58 -08:00
AKIYAMA Kouhei
a0d440d641 Support key modifier on HTML5 2015-02-24 03:41:32 +09:00
Joshua Granick
9533291e5f Update CHANGELOG.md 2015-02-20 15:00:41 -08:00
Joshua Granick
492c4dc64c Update CHANGELOG 2.1.2 2015-02-20 13:15:41 -08:00
Joshua Granick
2b33c70bb7 Handle pacman 32-bit packages (fixes #160) 2015-02-20 12:41:47 -08:00
Joshua Granick
41b2aa06d8 Read Options.txt in iOS makefile build (fixes #323) 2015-02-20 12:16:00 -08:00
Joshua Granick
8635fc5e9f Improve PathHelper.relocatePath for absolute target directories (fixes #325) 2015-02-20 11:47:18 -08:00
Joshua Granick
bc8c769491 Request focus in Android doResume method (legacy) (fixes #208) 2015-02-20 10:31:06 -08:00
Joshua Granick
4fc3fffe0f Use custom .isInvalid() for GL shader (fixes #31) 2015-02-20 10:18:09 -08:00
Joshua Granick
91cd00a316 Borrow IME options from SDLActivity 2015-02-20 09:27:44 -08:00
Joshua Granick
65c7abc869 Update to 2.1.2 2015-02-20 09:08:07 -08:00
Joshua Granick
c73b80a09b Merge branch 'master' of https://github.com/openfl/lime 2015-02-20 09:06:37 -08:00
Joshua Granick
82b3b6bd4a Update CHANGELOG 2015-02-20 09:06:23 -08:00
Joshua Granick
372078dc1f Merge pull request #343 from bendmorris/master
Adding TILE_BLEND_SUBTRACT flag for subtract blend mode using drawTiles.
2015-02-20 08:50:07 -08:00
Joshua Granick
39c41e21b3 Merge pull request #344 from ibilon/patch-1
Change rename into copy + delete
2015-02-20 08:13:00 -08:00
Valentin Lemière
4380c905df Change rename into copy + delete 2015-02-20 10:53:43 +01:00
Joshua Granick
822a20e9c9 Minor tweak 2015-02-19 14:18:16 -08:00
Joshua Granick
5499af1d21 More work on ZipHelper 2015-02-19 14:09:03 -08:00
Joshua Granick
95ab0dea43 Minor tweak 2015-02-19 14:04:22 -08:00
Joshua Granick
3f548d2f4b Try using system 'zip' command in Mac/Linux ZipHelper 2015-02-19 14:00:29 -08:00
Ben Morris
4eeab6a305 Adding TILE_BLEND_SUBTRACT flag for subtract blend mode using drawTiles. 2015-02-18 09:47:02 -08:00
Joshua Granick
76f80b71e0 Set formatted platform name in the DeploymentHelper call instead, nuance for 64/32-bit Linux 2015-02-18 09:19:09 -08:00
Joshua Granick
fcd1222043 Always generate a build number, set the platform to have the formatted name instead of lowercase and improve the deployment file name 2015-02-18 08:52:33 -08:00
Joshua Granick
9be81b6d4b Restore compatibility for old <android install-location='' /> tag (is <config:android install-location='' /> now) and set the value to 'auto' instead of 'preferExternal' by default 2015-02-18 08:06:53 -08:00
Joshua Granick
04380269f3 Allow 'lime update ios' without opening Xcode, support -xcode flag for 'lime test ios -xcode' or 'lime build ios -xcode' 2015-02-17 17:55:38 -08:00
Joshua Granick
2d6341667d Set stage scale and align in Flash window creation, not preloader. Support web font events in HTML5 preloading 2015-02-17 09:32:27 -08:00
Joshua Granick
9675f8a40a Switch to lime.exe instead of lime.bat (fixes exit from batch files) 2015-02-16 17:58:14 -08:00
Joshua Granick
4ac8380cca Use -gdrive --parent=sd8f79 instead of --gdrive=sd8f79 2015-02-16 16:19:48 -08:00
Joshua Granick
bd53aec469 Minor fix 2015-02-16 15:47:39 -08:00
Joshua Granick
a9f941db76 Minor fix 2015-02-16 15:43:16 -08:00