0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 19, 2023 — Jan 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
refactored GLTexManager and renamed GLTexture to GLTextureWrapper More... about 11 years ago
Kiwi Updates. More... about 11 years ago
Fixed a bug with ArcadePhysics, when the seperation code was not calculating correctly when a hitbox was updated. More... about 11 years ago
Additional Statement added to Destory method of Entity to prevent accidental errors occuring with destruction of tilemaps. More... about 11 years ago
Fixed bug Groups - When using the addChildBefore/After methods the parent was never set. And thus when the object was being told to 'destory' would never be 'actually' destroyed and would stay as a child of it's parent. More... about 11 years ago
TextureLibrary upload on state begin More... about 11 years ago
Audio bug fix. Audio Tag's should not longer be 'unmuted' regardless of the Audio Managers muted state when created. More... about 11 years ago
added profiler plugin and texture manager More... about 11 years ago
Added texture atlas reference to texture More... about 11 years ago
added tracking vars to texture and renderer More... about 11 years ago
init webgl tests More... about 11 years ago
added update access for plugins More... about 11 years ago
Merge branch 'dev' More... about 11 years ago
updated readme error and kiwi.js version num to 0.5.2 More... about 11 years ago
0.5.2 build and docs More... about 11 years ago
Merge branch 'dev' of https://github.com/gamelab/kiwi.js into dev More... about 11 years ago
Release notes for version 0.5.2 More... about 11 years ago
Merge branch 'standofftest' into dev More... about 11 years ago
Changed TextureLibrary to use single canvas for rebuilding images. More... about 11 years ago
Refactored library rebuilds out of stateManager into the libraries - necessary for optimising texture rebuilds More... about 11 years ago
Alias for the rotPointX and rotPointY added to Entities. More... about 11 years ago
Merge branch 'dev' into standofftest More... about 11 years ago
Rebuild Image updates. More... about 11 years ago
Further testing of creation of dom nodes More... about 11 years ago
Added debug boolean property to game. File now logs asset loading if debug is on. More... about 11 years ago
Actually added in the AnimationManager in the commit More... about 11 years ago
Animation Manager Updates. More... about 11 years ago
Signals for each individual Animation are now only created when accessed, thus preventing a huge creation a unneeded signals that may never get used. More... about 11 years ago
Animation Component Updates: More... about 11 years ago
Audio Mute/Volume bug fixed. Examples resizing updated to new API. More... about 11 years ago