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
tidied up camera matrix, removed camera offset More... almost 11 years ago
texture atlas renderer now uses single buffer More... almost 11 years ago
mvmatrix->cammatrix More... almost 11 years ago
update render sequence More... almost 11 years ago
Fixed Bug with the 'resizeImage' method. Where when using WebGL, if you didn't pass a width/height when loading a single image, the width/height would the new 'base2' size. More... almost 11 years ago
Updated tslint config for unreachables and updated Kiwi where needed. More... almost 11 years ago
Updated package.json to a valid version number to allow for npm install. tslint.json config options updated to allow for initial build but will need updating. More... almost 11 years ago
Merge pull request #7 from ellisonleao/dev More... almost 11 years ago
Merge branch 'dev' More... almost 11 years ago
v0.6.1 More... almost 11 years ago
Force set vertexAttribPointers every draw - temporary attempted work around for cocoon rendering issue More... almost 11 years ago
Re-implemented the check/conversion of textures to base2. More... almost 11 years ago
vibrance shader More... almost 11 years ago
Audio. Added new parameter 'onlyIfSupported' to the 'addAudio' method, to allow users to always load in a audio piece regardless of support. More... almost 11 years ago
filters working More... almost 11 years ago
Workaround for Sound in CocoonJS added/updated. Also the 'no-sound'/sound not found console.log for browsers have been only appears when debuging now. More... almost 11 years ago
Fixed bug where the onCompleteCallback would only the first time when a Tween was started, and would not start any subseqent time. More... almost 11 years ago
Audio workaround for CocoonJS added. Console.log added before retrieving duration of the audio tag makes the duration work. More... almost 11 years ago
Can now prevent the default action of individual keys when they are pressed/released. More... almost 11 years ago
Merge remote-tracking branch 'upstream/dev' into dev More... almost 11 years ago
Remove unused .jshintrc file More... almost 11 years ago
Keyboard Manager / Keys updated. More... almost 11 years ago
add tslint task and initial configuration file More... almost 11 years ago
Removed a toDataURL() left on the TextField GameObject. More... almost 11 years ago
WebGL - ClampToEdge implemented in TextureWrapper. Resizing images to be base2 removed (as no longer needed). More... almost 11 years ago
Loader no longer attempts to load audio files it thinks it won't be able to decode. Preventing game 'breaking' on devices. More... almost 11 years ago
Add jshint task on Gruntfile More... almost 11 years ago
Add tscommand.tmp.txt on gitignore More... almost 11 years ago
Merge branch 'dev' More... almost 11 years ago
removed extraneously temporary file from root More... almost 11 years ago