2
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 10 hours ago.
Aug 19, 2024 — Aug 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'next' of https://github.com/blackberry/GamePlay into next More... over 12 years ago
blacklisting virtual devices More... over 12 years ago
Fix broken simulator build in master. Please patch next branch, too. More... over 12 years ago
refactoring gamepad code More... over 12 years ago
Merge pull request #852 from ablake/next More... over 12 years ago
Merge pull request #851 from dgough/next More... over 12 years ago
Merge remote-tracking branch 'upstream/next' into next More... over 12 years ago
Gametel and SteelSeries Free support for Mac More... over 12 years ago
Changed the comment for Matrix.createPerspective to say degrees instead of radians. Fixed #831 More... over 12 years ago
Updated CHANGES.md More... over 12 years ago
Added a lua function "convert" to convert a userdata value to another gameplay class type. The purpose of this function is convert a Control to a Button, or PhysicsCollisionObject to a PhysicsRigidBody. This function will change the meta table of the userdata value to the meta table of the class with the given name. More... over 12 years ago
Merge pull request #850 from dgough/next More... over 12 years ago
Added PS3 mappings More... over 12 years ago
Changed ScriptController so you can execute a lua function that is in a table. Previously it was only possible to execute a global lua function using ScriptController::executeFunction. I've also changed many of the ScriptController getters so you can get numbers and strings that are stored in tables. More... over 12 years ago
Merge remote-tracking branch 'upstream/next' into next More... over 12 years ago
Better Axis mapping struct More... over 12 years ago
Merge pull request #845 from WolfgangD/next More... over 12 years ago
Merge pull request #844 from ablake/next More... over 12 years ago
Merging with upstream/next More... over 12 years ago
Fixed userData pointer not cloned when cloning a node. More... over 12 years ago
Change header and lib search paths in xcode project. More... over 12 years ago
XBox 360 Support for Mac OS More... over 12 years ago
Merge pull request #838 from sgrenier/next More... over 12 years ago
Fixed some issues with cloning of nodes (specific to RenderState), where a crash could occur if you tried to release the original node. The new node also shared some of the state of the original, where it should have been making a copy. More... over 12 years ago
Initial Linux Gamepad support More... over 12 years ago
Merge branch 'next' of https://github.com/blackberry/GamePlay into next More... over 12 years ago
Merge pull request #836 from younata/next More... over 12 years ago
Added "/" operator for scalar division with Vectors. More... over 12 years ago
Added '/' operator for vector3 and float. More... over 12 years ago
operator overload for cross-products. More... over 12 years ago