Chris Culy
|
c8e7975bd9
Fixed a bug in generating bindings for overloaded inherited functions.
|
13 år sedan |
Chris Culy
|
8167dc4e88
Adds support for detecting name clashes between Lua bindings and Lua keywords.
|
13 år sedan |
Chris Culy
|
9f1c2652ed
Adds gameplay-luagen project, which generates bindings from the Doxygen XML output.
|
13 år sedan |
Ken Whatmough
|
af0f29fcc0
removed default-value comments from cpp
|
13 år sedan |
Ken Whatmough
|
52ca2dd867
Adds support for normals in getHeight based on the existing heightfield data. Visually tested using a new 'H' key mode added to the heightmap test in the internal repo (which depends on this change).
|
13 år sedan |
Steve Grenier
|
58b628643c
Adds hit test filter support for ray and sweep tests in PhysicsController.
|
13 år sedan |
Steve Grenier
|
879ce17664
Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-sgrenier
|
13 år sedan |
Steve Grenier
|
4ca0d43d5c
Fixed bug with PhysicsController::rayTest where it was using incorrect ray vectors.
|
13 år sedan |
Chris Culy
|
ae84b48fd2
Removes old header includes.
|
13 år sedan |
Chris Culy
|
b20fcd055a
Moves public inheritance on PhysicsController to an inner private class.
|
13 år sedan |
Steve Grenier
|
ee61e40cc8
Fixed issue where time would not progress properly in animations when the game framerate was significantly high (greater than several hundred FPS).
|
13 år sedan |
Kieran Cunney
|
ea6c5a7058
Changes calls in gameplay to abs() on a float to the floating point version fabs().
|
13 år sedan |
Chris Culy
|
bb7a73550a
Updates physics properties definitions for collision objects.
|
13 år sedan |
Chris Culy
|
bd37f58064
Error handling improvements (7 of 7 - Physics).
|
13 år sedan |
Darryl Gough
|
6fd51d9a78
Fixed mouse events not being passed to forms on PlayBook.
|
13 år sedan |
Chris Culy
|
fe9e3c2870
Error handling improvements (1 of 7 - UI system and global macro rename).
|
13 år sedan |
Steve Grenier
|
9b73f92441
Fixed performance issue in character sample when moving close to walls or objects that occlude the camera.
|
13 år sedan |
setaylor
|
30e23f15b2
Changes gameplay::Package to gameplay::Bundle.
|
13 år sedan |
Steve Grenier
|
8201d7d83e
Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-sgrenier
|
13 år sedan |
Steve Grenier
|
d709227f97
Added PhysicsController::sweepTest() method for performing sweep tests with physics objects.
|
13 år sedan |
Chris Culy
|
cb37f13d91
Changed tabs to spaces.
|
13 år sedan |
Steve Grenier
|
3ab1f4b6ea
Several fixes to PhysicsCharacter.
|
13 år sedan |
Steve Grenier
|
aab2daf9ab
Fixed compile errors and warnings with qcc.
|
13 år sedan |
Steve Grenier
|
61e580c539
Added support for explicitly specifying collision shapes for physics collision objects (rigid bodies, ghost objects, characters).
|
13 år sedan |
Chris Culy
|
28a6feffc0
Adds support for ghost objects to the physics system.
|
13 år sedan |
Steve Grenier
|
b3d4adb693
Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-sgrenier
|
14 år sedan |
Steve Grenier
|
d4bc602ca9
Added new PhysicsCollisionObject base class for PhysicsRigidBody and PhysicsCharacter.cpp.
|
14 år sedan |
Chris Culy
|
208d2128f1
Fixes memory leak for heightfield collision shapes (changes heightfield collision shape creation to be more like the other shapes for consistency).
|
14 år sedan |
Steve Grenier
|
85646b44ad
Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-sgrenier
|
14 år sedan |
Steve Grenier
|
4bdf569269
PhysicsCharacter updates.
|
14 år sedan |