2
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 4 hours ago.
Sep 03, 2024 — Sep 03, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #913 from dgough/next More... over 12 years ago
Updated the Android make file More... over 12 years ago
Fixed opening absolute paths with the FileSystem class More... over 12 years ago
Merge branch 'next' of https://github.com/blackberry/GamePlay into bugfix More... over 12 years ago
Fixes a typo in ImageControl's UV calculations. Allows opacity to affect ImageControls. More... over 12 years ago
Using NEAREST filter instead of LINEAR on theme textures to fix blurry borders. More... over 12 years ago
Fixes #866 Removing the erroneous if statement around drawing a control's background allows there to be borders only on some sides of a skinned control. More... over 12 years ago
Fixed lua dofile on Windows Fixed #909 Previously, on all platforms except windows, ScriptController modified the lua functions "dofile" and "loadfile" so that they will search in the directory FileSystem::getResourcePath(). I removed #ifndef WIN32 so that Windows will behave like this too. More... over 12 years ago
Merge pull request #910 from sgrenier/next More... over 12 years ago
Added public methods on ScriptController for registering and unregistering global script callback functions (i.e. initiailze, finalize, update, render, touchEvent, keyEvent, etc). Multiple registered functions per callback are now supported and scripts can register themselves. Updated gameplay lua script bindings. More... over 12 years ago
Merge pull request #908 from ablake/next More... over 12 years ago
Merge branch 'next' of https://github.com/blackberry/GamePlay into next More... over 12 years ago
Quick fix for default source and destination regions for ImageControl. More... over 12 years ago
Merge pull request #907 from seanpaultaylor/next More... over 12 years ago
Merge pull request #906 from sgrenier/next More... over 12 years ago
Merge branch 'next' of https://github.com/blackberry/GamePlay into next More... over 12 years ago
Added FrameBuffer::getCurrent() for retrieving the currently bound FrameBuffer. Added support for setting a custom projection matrix on Camera class. More... over 12 years ago
Update Xcode project for ImageControl and missing lua sources More... over 12 years ago
Merge pull request #900 from dgough/next More... over 12 years ago
Merge pull request #897 from Joilnen/next More... over 12 years ago
Merge pull request #894 from ablake/next More... over 12 years ago
Fixed typo in ScriptController::mouseEvent More... over 12 years ago
Fixing ImageControl.o reference on linkage step. More... over 12 years ago
Adding a couple setters and changing some method names in ImageControl. More... over 12 years ago
Keeping my lua bindings up-to-date. More... over 12 years ago
Merge branch 'next' of https://github.com/blackberry/GamePlay into next More... over 12 years ago
More improvements and comments for ImageControl. More... over 12 years ago
Merge pull request #895 from dgough/next More... over 12 years ago
Merge branch 'next' of https://github.com/blackberry/GamePlay into next More... over 12 years ago
Added @script{ignore} to Game::getArguments. More... over 12 years ago