0
I Use This!
Inactive

Commits : Listings

Analyzed 14 days ago. based on code collected 14 days ago.
Jan 28, 2024 — Jan 28, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed a nit in the deterministic random number generator found by Dmitry. More... about 11 years ago
Merge branch 'master' of github.com:chr15m/jsGameSoup More... over 11 years ago
Method to load a sprite out of a directory of images. More... over 11 years ago
Readme tweak. More... over 11 years ago
Better stack rethrowing on jsgamesoup bug. More... over 11 years ago
In some weird corner case webkit won't throw 'onload' on something you just set the .src of - create a new Image() from scratch each time. More... over 11 years ago
State machine documentation. More... over 11 years ago
Better handling of image loading in the sprite. Loaded callback now works gracefully if you re-use an image object for multiple sprites. More... over 11 years ago
Also pass the image to the progress callback in sprite preloader. More... almost 12 years ago
Method to set the scale of a sprite dynamically. More... almost 12 years ago
Made the collision example/test work again - Fixed #3 More... almost 12 years ago
Improved the documentation for the collision module. Allowed a generic callback method name for entities involved in collisions. In poly collisions, don't do anything if there is no data in the poly array. More... almost 12 years ago
Method to return a list of all currently known entities. More... almost 12 years ago
Fixed issues with frame width and height using incorrect values. More... almost 12 years ago
If the JSGS has launched already then fire the ready function immediately. More... almost 12 years ago
Merge branch 'master' of github.com:chr15m/jsGameSoup More... over 12 years ago
Fixed a bug in the documentation generating scripts. More... over 12 years ago
Make the contrib directory if it's missing. More... over 12 years ago
General documentation fixing getting ready for total transition to github. Removing dependencies from the source tree and putting dependency download into Makefile instead. More... over 12 years ago
Documentation and website work - almost ready to deploy the git version. More... over 12 years ago
Isometric 3d to screen/2d calculations in isometric.js. More... over 12 years ago
TODO list update. More... over 12 years ago
Sprites can now be rotated. More... over 12 years ago
Sprite scale. Set initial action to be the first one. Sprite test to show it works. More... over 12 years ago
Merge branch 'master' of github.com:chr15m/jsGameSoup More... over 12 years ago
Tiny in-place vector utility that turns any array into a vector. More... over 12 years ago
Doc tweak. More... over 12 years ago
UTF8 the quickstart html by default. More... over 12 years ago
Patch in support for toDataURL() on platforms that don't support it. More... over 12 years ago
Merged Jeremy's mouse tracking code after testing on IE6, Chrome, Firefox. Modified it to fix the floating point value on FF, and also cached the result to speed it up a tad. Also updated the demo code to work on IE6 and verified working with FlashCanvas. More... over 12 years ago