2
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 17, 2024 — Aug 17, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update README.md More... over 13 years ago
Merge pull request #174 from blackberry-gaming/next-setaylor More... over 13 years ago
Merge pull request #173 from blackberry-gaming/next-cculy More... over 13 years ago
Fixed the colored and diffuse specular fragment shaders. More... over 13 years ago
Added support for PVR texture compression. More... over 13 years ago
Minor fix to allow disabling of forms from within a UI callback. More... over 13 years ago
Merge pull request #172 from blackberry-gaming/next-ablake More... over 13 years ago
Updating the docs. More... over 13 years ago
Merge pull request #171 from blackberry-gaming/next-dgough More... over 13 years ago
Fixed memory leak in PhysicsCharacter. More... over 13 years ago
Merge pull request #170 from blackberry-gaming/next-ablake More... over 13 years ago
Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-ablake More... over 13 years ago
Added ability to disable controls. Touch events are now consumed by forms. Particles are now billboarded. Fixed drawing of text in CheckBoxes and RadioButtons. Added missing methods to Slider. Added an init method to Control for common initialization. More... over 13 years ago
Merge pull request #37 from blackberry-gaming/next More... over 13 years ago
Merge pull request #169 from blackberry-gaming/next-dgough More... over 13 years ago
Fixed shader compile error for PlayBook. More... over 13 years ago
Merge pull request #168 from blackberry-gaming/next-dgough More... over 13 years ago
Added a way to get an animation from an AnimationTarget. More... over 13 years ago
Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-dgough More... over 13 years ago
Merge pull request #167 from blackberry-gaming/next-sgrenier More... over 13 years ago
Updates to PhysicsCharacter: - Added rotation methods. - Removed MoveFlags (can no longer rotate in setVelocity). - Fixed issue with calling setVelocity() with a zero vector. More... over 13 years ago
Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-dgough More... over 13 years ago
Merge pull request #166 from blackberry-gaming/next-sgrenier More... over 13 years ago
Removed change to windows message pump. More... over 13 years ago
Fixed issue in Win32 that prevented assert dialogs and other system dialogs from showing up. More... over 13 years ago
Fixed the windows message pump so that the error dialog appears when an assertion fails. More... over 13 years ago
Merge pull request #163 from blackberry-gaming/next-cculy More... over 13 years ago
Removes unneeded friend (from PhysicsController); this fixes the QNX build. More... over 13 years ago
Fixes issue where disabled UI controls were receiving input events. Changes Game::pause() to behave like pausing a game (vs. the old behavior, which was like pausing a system process). Removes mipmapping from Theme (so that scaled containers don't have rendering artifacts). More... over 13 years ago
Slider text now appears. A fix for partial borders. Starting to implement support for STATE_DISABLED. More... over 13 years ago