2
I Use This!
Very Low Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Aug 21, 2024 — Aug 21, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-ablake More... over 13 years ago
Fixing slider math to handle negative values. Fixing slider drawing to handle clipping. Fixing a warning in theme. More... over 13 years ago
Merge pull request #218 from blackberry-gaming/next-setaylor More... over 13 years ago
Removed Viewport.h/.cpp and replaced use via Rectangle class. Updated Rectangle width/height to be unsigned int's. Added Game::getViewport() and setViewport to allow for custom user viewports. Refactored Form class to use Rectangle. This still need further changes by ablake for optimziations. More... over 13 years ago
Merge pull request #217 from blackberry-gaming/next-cculy More... over 13 years ago
Fixed a memory leak in PhysicsCollisionShape (added copy constructor and assignment operators). More... over 13 years ago
Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-kcunney More... over 13 years ago
Merge pull request #216 from blackberry-gaming/next-cculy More... over 13 years ago
Merge pull request #215 from blackberry-gaming/next-kcunney More... over 13 years ago
Added support for setting/loading character and ghost physics collision objects from properties files and the .scene file. Replaced some tabs with spaces. More... over 13 years ago
Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-kcunney More... over 13 years ago
Adds functionality to apply attenuation/decay to point lights in order to compute the light's range. Adds functionality to apply attenuation/decay and fall off angle to directional lights in order to compute the light's range and inner and outer angles. Creates an ambient light when the light type is set to ePOINT, and it's decay type is eNONE. This is because when exporting to .fbx format from Maya, any ambient lights get converted into a point light. Removes tabs from file and replaces with spaces. More... over 13 years ago
Merge pull request #214 from blackberry-gaming/next-ablake More... over 13 years ago
Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-kcunney More... over 13 years ago
Fixing bad commit. Reverting files to previous versions. More... over 13 years ago
Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-ablake More... over 13 years ago
Letting image lists set a default color. Fixing a bug in CheckBox. More... over 13 years ago
Merge pull request #213 from blackberry-gaming/next-sgrenier More... over 13 years ago
Fixed compile errors and warnings with qcc. More... over 13 years ago
Merge pull request #212 from blackberry-gaming/next-cculy More... over 13 years ago
Adds a warning comment to Game to prevent false memory leaks from being reported in the future. Adds documentation to the displaySplash macro. Adds the ability to track stack traces in DebugMem mode. More... over 13 years ago
Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-ablake More... over 13 years ago
Refactoring of Theme, especially the way data about texture regions (images used by controls) is stored. Refactoring of the rest of the UI API to work with these changes. Adding setters and getters on all themed properties of controls. Supporting animation of control size, position, and opacity. More... over 13 years ago
Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-kcunney More... over 13 years ago
Merge pull request #211 from blackberry-gaming/next-dgough More... over 13 years ago
Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-dgough More... over 13 years ago
Changed MATH_PIOVER4 use a literal number instead of M_PI_4. More... over 13 years ago
Merge pull request #210 from blackberry-gaming/next-dgough More... over 13 years ago
Renamed CloneContext to NodeCloneContext and moved it to inside Node.h and Node.cpp. More... over 13 years ago
Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-sgrenier More... over 13 years ago