Commit Graph

1376 Commits

Author SHA1 Message Date
Lars A. Doucet
02c545a8f1 null checks on lime/graphics/Image.hx 2015-04-21 16:20:45 -05:00
Joshua Granick
3e2291fb54 Return immediately if ov_open fails 2015-04-21 14:00:56 -07:00
Joshua Granick
5ff82be019 Close a few more handles 2015-04-21 13:42:50 -07:00
Joshua Granick
e3c4c0d57b Minor fix 2015-04-21 13:38:48 -07:00
Joshua Granick
7e9f71c1c0 Better cleanup in WAV code 2015-04-21 13:35:46 -07:00
Joshua Granick
d7ade5b2f8 Better OGG cleanup 2015-04-21 13:31:38 -07:00
Joshua Granick
f3030bb9c4 Update CHANGELOG 2015-04-21 12:42:00 -07:00
Joshua Granick
8bd5bb91a3 Update to 2.3.3 2015-04-21 12:41:52 -07:00
Joshua Granick
4160ac31c7 Improve handling of progress numbers in URLLoader 2015-04-21 11:12:09 -07:00
Joshua Granick
a095d00004 Merge pull request #411 from larsiusprime/origin_master
Image.hx: fix buffer overflow vulnerability in copyPixels() by setting a...
2015-04-20 16:57:44 -07:00
Joshua Granick
3245938a96 Capitalize drive letter on Windows when standardizing paths 2015-04-20 15:58:57 -07:00
Lars A. Doucet
67dd654d60 Image.hx: fix buffer overflow vulnerability in copyPixels() by setting an explicit width/height bounds check on destPoint+sourceRect in addition to sourceRect itself 2015-04-20 15:38:20 -05:00
Joshua Granick
eb2b293a28 Embed fix 2015-04-17 14:48:34 -07:00
Joshua Granick
81933743bd Compile fix 2015-04-17 13:25:51 -07:00
Joshua Granick
005b385be2 Add source.offset, source.length and rename the timeOffset value -> currentTime. Looping will occur between the start offset and end length values. OpenFL can use this to do a 'loop back to start offset' play, while the standard use-case in Lime will loop the whole sound (but optionally support both start and end constraints) 2015-04-17 12:49:18 -07:00
Joshua Granick
9ccaef026e Improvements to AudioSource 2015-04-17 09:47:20 -07:00
Joshua Granick
24133aab8f Merge pull request #410 from larsiusprime/audio
Audio: SOUND_COMPLETE events, looping, pause/resume
2015-04-17 09:29:17 -07:00
Lars A. Doucet
e7cfefe907 Audio: compile fix: remove errant import 2015-04-17 11:05:54 -05:00
Lars A. Doucet
c64160bc93 Audio: style fix 2015-04-17 10:24:04 -05:00
Lars A. Doucet
0ac3cc18b8 Audio: pausing/resuming works now 2015-04-17 10:21:15 -05:00
Joshua Granick
f59583ed34 Handle hardware anti-aliasing flags with SDL2 2015-04-16 16:50:53 -07:00
Lars A. Doucet
7b5d23a064 Merge branch 'master' of https://github.com/openfl/lime into audio 2015-04-16 16:42:03 -05:00
Lars A. Doucet
4c48203e79 AudioSource: added internal timing to keep track of loops 2015-04-16 16:40:37 -05:00
Joshua Granick
fb2ca2571d Merge pull request #406 from TommyX12/patch-1
Improve legacy default alpha blending
2015-04-15 18:47:30 -07:00
Joshua Granick
d66872acf0 Update CHANGELOG 2.3.2 2015-04-15 08:02:26 -07:00
Joshua Granick
916e5a6614 Update to 2.3.2 2015-04-15 08:02:18 -07:00
Joshua Granick
18a6ddd9b5 Fix color for canvas fillRect 2015-04-15 06:55:08 -07:00
Joshua Granick
4bb6664584 Flash compile fix 2015-04-15 00:00:27 -07:00
Joshua Granick
8ac963f3e0 Fix fillRect optimization, improve behavior of setPixels 2015-04-14 19:28:03 -07:00
Joshua Granick
138f684ed7 Little optimization 2015-04-14 19:13:23 -07:00
Joshua Granick
bfe40858f7 Fix getPixels 2015-04-14 16:53:13 -07:00
Joshua Granick
d88a14a2a0 Add CFFI setPixels 2015-04-14 16:44:26 -07:00
Joshua Granick
ed2ccc89db Fix -nocffi flag 2015-04-14 16:44:18 -07:00
Joshua Granick
4d135c8f03 Fix default 'disableCFFI' value 2015-04-14 16:28:27 -07:00
Joshua Granick
30c23aad42 Remove debug statement 2015-04-14 16:18:43 -07:00
Joshua Granick
8680d42d25 Add more CFFI methods, improve use within the tools (force color order) 2015-04-14 16:15:32 -07:00
Joshua Granick
e2c2359726 Add floodFill in CFFI 2015-04-14 14:26:57 -07:00
Joshua Granick
560a78db62 Add support for PixelFormat (RGBA, ARGB) in Image, add more CFFI methods 2015-04-14 13:49:58 -07:00
Tommy X
af4a8eb92c Improve default alpha blending
Change default alpha blending blendFunc to correctly blend alpha for RGBA textures in non-premultiplied alpha mode
2015-04-14 16:32:01 -04:00
Joshua Granick
a6cb988d72 Color fix 2015-04-14 01:24:44 -07:00
Joshua Granick
338518a5f4 Add more Image pixel operation CFFI functions 2015-04-13 17:35:30 -07:00
Joshua Granick
a16894571e Speed up some operations 2015-04-13 13:15:19 -07:00
Joshua Granick
5d435931db Allow custom ports (--port=123) when launching HTML5 content 2015-04-11 22:32:53 -07:00
Joshua Granick
376a85c57e Remove debug messages 2015-04-11 22:32:17 -07:00
Joshua Granick
ab81e57786 Add larger icon sizes for Windows 10 2015-04-11 20:33:08 -07:00
Joshua Granick
525f8fdb72 Improve BMP format code 2015-04-11 20:33:07 -07:00
Joshua Granick
66c1840952 Disable ImageDataUtil changes for now 2015-04-11 20:33:06 -07:00
Joshua Granick
5aa9d6b581 Disable old Sound.java reference 2015-04-11 12:02:22 -07:00
Joshua Granick
81accad822 Disable references to removed Sound.java file 2015-04-10 10:21:39 -07:00
Joshua Granick
342c64293f Improve handling of Windows system paths 2015-04-10 09:11:46 -07:00