Releases: ekelokorpi/panda-engine
Releases · ekelokorpi/panda-engine
Release list
1.6.0
- Added
Cameramodule - Added iOS8 detection
- Added all modules to
Core - Added
ignoreModulesproperty toCore - Added
Math.randomIntfunction toCore - Added dynamic mode to
Loader - Added
bgColorattribute toLoader - Added
canvasIdattribute toSystem - Added
scaleToFitattribute toSystem - Added
addTomethod toTilingSprite - Added
addTomethod toSprite - Improved
Debugperformance - Improved
Storage - Improved device-specific config
- Fixed rotate screen image scaling
- Fixed desktop canvas positioning
- Fixed
Loaderbar size bug - Fixed
pauseOnHidebug onSystem - Fixed iOS innerheight bugs
- Fixed default portrait height
- Changed
Systemorientation attribute type to String - Changed default orientation to landscape
- Changed
audioQueuetype to Array onCore - Cleaned config file
1.5.1
- Fixed iOS 7 retina whiteline bug
- Fixed resizeToFill to work on CocoonJS
- Fixed Body update after remove
1.5.0
- Updated Pixi to 1.5.3
- Added
barWidthattribute toLoader - Added
barHeightattribute toLoader - Added
barMarginattribute toLoader - Added
startSceneattribute toSystem - Added
resizeToFillattribute toSystem - Added
addTomethod toContainer - Added specific config for iOS devices
- Added blend modes
- Added rotate div id for styling
- Added
landscapeandportraitstring support to orientation - Added JSON support to
Storage - Added Facebook detection
- Added
windowstring support toSystemdimensions - Added
mediaFoldersupport toSpine - Added
Analyticssupport to CocoonJS - Added
labelparameter toeventmethod onAnalytics - Added
valueparameter toeventmethod onAnalytics - Changed default
mediaFoldertomedia - Fixed
Bodyremoving - Fixed
Bodyundefined collision group - Fixed
Bodycollision remove, when group is set to zero - Fixed
Loaderstarting when opening page at wrong orientation - Fixed
Loaderto work without logo - Disabled
Loaderlogo tweening by default - Fixed
Tweendefault interpolation typo - Fixed
Factorialfunction onTween - Fixed negative
game.system.deltabug - Fixed android to use
onresizeinstead ofonorientationchange - Moved default orientation to config file
1.4.0
- Added
hiresWidthandhiresHeightattributes toSystemclass - Added background color/image support for desktop
- Added background position support
- Added
onRepeatcallback toTweenclass - Added
coreModulesproperty toCoreclass - Added iPod detection
- Renamed
resizeattribute toscaleonSystemclass - Improved background color/image syntax
- Improved core syntax
- Disabled analytics on CocoonJS
- Fixed chained tween start parameter
- Fixed
keyboard,tweenandspritemodules to strict mode - Fixed loader to work without audio module
- Fixed tween removing
- Fixed music volume on resume
1.3.2
1.3.1
- Fixed particle sprite constructor
- Fixed jshint errors
1.3.0
- Updated Pixi to 1.5.2
- Added tween pause and resume methods
- Added flash detection
- Added redirect support, when canvas not supported
- Added logo attribute to loader
- Added scene.addTween method
- Added audio.stopAll method
- Added barBg, barColor and logoTween attributes to loader
- Added mediaFolder support to rotateImg
- Added mediaFolder support to backgroundImage
- Added support for Windows 8.1 tablet
- Optimized vector class
- Updated particle module to work without physics module
- Fixed addAsset to return id
- Fixed iOS 7.1 resize bug
- Fixed overwriting body background image
- Fixed loader startTime to init on update
- Fixed viewport overwriting
- Fixed audio pausing
- Fixed pauseTime on looped sound
- Fixed resumeAll when sound or music muted
- Fixed sound resume on Web Audio
- Fixed system resume
- Fixed particle rotation reset
- Fixed particles to support mediaFolder
- Fixed cache disabling
- Changed default debug color to white
- Changed tween classes to use game.Class
- Removed seconds support from timer
- Removed deprecated functions from scene
- Cleaned core code
1.2.0
- Added support for device-specific configuration
- Added swipe support to scene
- Added loader bar
- Added game.Audio.resumeSound method
- Added game.Audio.pauseMusic method
- Added game.Audio.resumeMusic method
- Added asset id support for game.TilingSprite
- Added support for pandaConfig.mediaFolder
- Added default rotate image
- Added orientationchange event to system
- Added iOS 7.1 detection
- Added minimal-ui for iOS 7.1
- Renamed game.Timer.unpause to resume
- Moved viewport meta to JavaScript
- Cleaned config file
- Fixed wrong PIXI.Stage parameters
- Fixed CocoonJS audio stop bug
- Renamed keyboard numbers from ONE -> 1
- Removed deprecated code from core
1.1.6
- Added game.System.width and game.System.height attributes
- Added game.System.startScene attribute
- Added game.Vector.angleFromOrigin method
- Added game.RenderTexture class
- Fixed game.Animation remove, when using onComplete
- Fixed game.TweenGroup.add method
- Fixed game.Vector.angle method to return correct value
- Fixed mouseover/mouseout overriding touchover/touchout
- Fixed game.World.removeBody method not working, when collisionGroup not set
1.1.5
- Added support for sprite touchover() and touchout()
- Changed default rotate backgroundColor to white on mobile
- Changed default game backgroundColor to black on mobile
- Disabled audio on iOS 5.x.x
- Fixed loader bug on iOS 5.x.x
- Fixed orientation check not working, when resize disabled
- Fixed loader backgroundColor bug
- Fixed _remove to false on game.Scene.addObject()