| .. |
|
lua
|
50a5c98c26
Updated luagen to put 'gameplay::' before ScriptUtil
|
13 gadi atpakaļ |
|
AIAgent.cpp
|
cff8a4c3dd
Updated Lua scripting sample to include a basic scripted AI.
|
13 gadi atpakaļ |
|
AIAgent.h
|
cff8a4c3dd
Updated Lua scripting sample to include a basic scripted AI.
|
13 gadi atpakaļ |
|
AIController.cpp
|
cff8a4c3dd
Updated Lua scripting sample to include a basic scripted AI.
|
13 gadi atpakaļ |
|
AIController.h
|
9e2309ced5
Fixed spelling mistakes in the gameplay header files.
|
13 gadi atpakaļ |
|
AIMessage.cpp
|
cff8a4c3dd
Updated Lua scripting sample to include a basic scripted AI.
|
13 gadi atpakaļ |
|
AIMessage.h
|
cff8a4c3dd
Updated Lua scripting sample to include a basic scripted AI.
|
13 gadi atpakaļ |
|
AIState.cpp
|
cff8a4c3dd
Updated Lua scripting sample to include a basic scripted AI.
|
13 gadi atpakaļ |
|
AIState.h
|
cff8a4c3dd
Updated Lua scripting sample to include a basic scripted AI.
|
13 gadi atpakaļ |
|
AIStateMachine.cpp
|
c6965ff81a
Changed AIState::_empty to be a pointer because DebugMem was complaining about it not being cleaned up.
|
13 gadi atpakaļ |
|
AIStateMachine.h
|
9e2309ced5
Fixed spelling mistakes in the gameplay header files.
|
13 gadi atpakaļ |
|
AbsoluteLayout.cpp
|
2e7fcf3ca1
Added 64-bit Windows support.
|
13 gadi atpakaļ |
|
AbsoluteLayout.h
|
cff8a4c3dd
Updated Lua scripting sample to include a basic scripted AI.
|
13 gadi atpakaļ |
|
Animation.cpp
|
c3b419a6c2
Added "loopBlendTime" property for animation clips to support interpolating between the end points of an animation clip when looping. This allows clips to animate smoother when the end points of a clip do not exactly match up (which is all too common with animated character content).
|
13 gadi atpakaļ |
|
Animation.h
|
b84e1706f0
Fixed Linux sample06-racer.
|
13 gadi atpakaļ |
|
AnimationClip.cpp
|
c3b419a6c2
Added "loopBlendTime" property for animation clips to support interpolating between the end points of an animation clip when looping. This allows clips to animate smoother when the end points of a clip do not exactly match up (which is all too common with animated character content).
|
13 gadi atpakaļ |
|
AnimationClip.h
|
c3b419a6c2
Added "loopBlendTime" property for animation clips to support interpolating between the end points of an animation clip when looping. This allows clips to animate smoother when the end points of a clip do not exactly match up (which is all too common with animated character content).
|
13 gadi atpakaļ |
|
AnimationController.cpp
|
adc3a9c24a
Changes to use size_t instead of unsigned int for 64-bit
|
13 gadi atpakaļ |
|
AnimationController.h
|
ee61e40cc8
Fixed issue where time would not progress properly in animations when the game framerate was significantly high (greater than several hundred FPS).
|
13 gadi atpakaļ |
|
AnimationTarget.cpp
|
5ea13bf57c
Non-public, separate property strings.
|
13 gadi atpakaļ |
|
AnimationTarget.h
|
73ad70d735
Fixed spelling mistakes in source code comments.
|
13 gadi atpakaļ |
|
AnimationValue.cpp
|
c8eda95f47
Animation:
|
13 gadi atpakaļ |
|
AnimationValue.h
|
2193c8bee8
Updated the api-docs and regenerated the lua bindings for gesture support.
|
13 gadi atpakaļ |
|
AudioBuffer.cpp
|
9ace6b892a
Updated AudioBuffer to use Stream instead of FILE.
|
13 gadi atpakaļ |
|
AudioBuffer.h
|
9ace6b892a
Updated AudioBuffer to use Stream instead of FILE.
|
13 gadi atpakaļ |
|
AudioController.cpp
|
ee61e40cc8
Fixed issue where time would not progress properly in animations when the game framerate was significantly high (greater than several hundred FPS).
|
13 gadi atpakaļ |
|
AudioController.h
|
ee61e40cc8
Fixed issue where time would not progress properly in animations when the game framerate was significantly high (greater than several hundred FPS).
|
13 gadi atpakaļ |
|
AudioListener.cpp
|
a2127d70e4
Minor fix in AudioListener to remove camera transform listener in destructor, which sometimes caused an access violation during game shutdown.
|
13 gadi atpakaļ |
|
AudioListener.h
|
69fc8b07c0
Added some @script{create} tags.
|
13 gadi atpakaļ |
|
AudioSource.cpp
|
6e152951cb
Fixes Linux bugs for sample05-lua and sample06-racer
|
13 gadi atpakaļ |
|
AudioSource.h
|
69fc8b07c0
Added some @script{create} tags.
|
13 gadi atpakaļ |
|
Base.h
|
b4fd37677c
Moved #include <typeinfo> to Base.h
|
13 gadi atpakaļ |
|
BoundingBox.cpp
|
69fc8b07c0
Added some @script{create} tags.
|
13 gadi atpakaļ |
|
BoundingBox.h
|
1c7a3c6fbf
Converted tabs to spaces.
|
13 gadi atpakaļ |
|
BoundingBox.inl
|
64e91c1bde
Changed the binary operators to return a const qualified value in order to avoid issues like:
|
14 gadi atpakaļ |
|
BoundingSphere.cpp
|
cb259ae230
Error handling improvements (3 of 7 - Scene and Tools/Utilities).
|
13 gadi atpakaļ |
|
BoundingSphere.h
|
9f1c2652ed
Adds gameplay-luagen project, which generates bindings from the Doxygen XML output.
|
13 gadi atpakaļ |
|
BoundingSphere.inl
|
64e91c1bde
Changed the binary operators to return a const qualified value in order to avoid issues like:
|
14 gadi atpakaļ |
|
Bundle.cpp
|
d5ec7218cb
Added support for specifying depth function via the "depthFunc" string in materials.
|
13 gadi atpakaļ |
|
Bundle.h
|
0512fca49d
Added Stream interface.
|
13 gadi atpakaļ |
|
Button.cpp
|
95732ac4f4
Events will not be passed to forms / containers / controls that are not visible.
|
13 gadi atpakaļ |
|
Button.h
|
1c01268333
Update description of contactIndex now that all platforms return indices, not hashes. Undoes a385f9c723.
|
13 gadi atpakaļ |
|
Camera.cpp
|
d5ec7218cb
Added support for specifying depth function via the "depthFunc" string in materials.
|
13 gadi atpakaļ |
|
Camera.h
|
d5ec7218cb
Added support for specifying depth function via the "depthFunc" string in materials.
|
13 gadi atpakaļ |
|
CheckBox.cpp
|
95732ac4f4
Events will not be passed to forms / containers / controls that are not visible.
|
13 gadi atpakaļ |
|
CheckBox.h
|
1c01268333
Update description of contactIndex now that all platforms return indices, not hashes. Undoes a385f9c723.
|
13 gadi atpakaļ |
|
Container.cpp
|
16ac93e35b
Merge branch 'next' of https://github.com/blackberry/GamePlay into next
|
13 gadi atpakaļ |
|
Container.h
|
1c01268333
Update description of contactIndex now that all platforms return indices, not hashes. Undoes a385f9c723.
|
13 gadi atpakaļ |
|
Control.cpp
|
4286cd5b0e
Merge branch 'next' of https://github.com/blackberry/GamePlay into next
|
13 gadi atpakaļ |
|
Control.h
|
1c01268333
Update description of contactIndex now that all platforms return indices, not hashes. Undoes a385f9c723.
|
13 gadi atpakaļ |
|
Curve.cpp
|
c3b419a6c2
Added "loopBlendTime" property for animation clips to support interpolating between the end points of an animation clip when looping. This allows clips to animate smoother when the end points of a clip do not exactly match up (which is all too common with animated character content).
|
13 gadi atpakaļ |
|
Curve.h
|
c3b419a6c2
Added "loopBlendTime" property for animation clips to support interpolating between the end points of an animation clip when looping. This allows clips to animate smoother when the end points of a clip do not exactly match up (which is all too common with animated character content).
|
13 gadi atpakaļ |
|
DebugNew.cpp
|
c13e516b62
Fixed compiling DebugMem in Visual Studio.
|
13 gadi atpakaļ |
|
DebugNew.h
|
a475493cdd
Fixed compile error when using DebugMem.
|
13 gadi atpakaļ |
|
DepthStencilTarget.cpp
|
d092c66c6a
Fixes unsupported framebuffer issue with qualcomm's android driver.
|
13 gadi atpakaļ |
|
DepthStencilTarget.h
|
d092c66c6a
Fixes unsupported framebuffer issue with qualcomm's android driver.
|
13 gadi atpakaļ |
|
Effect.cpp
|
5f80ee4a2b
Merge branch 'next' of https://github.com/blackberry/GamePlay into next
|
13 gadi atpakaļ |
|
Effect.h
|
5f80ee4a2b
Merge branch 'next' of https://github.com/blackberry/GamePlay into next
|
13 gadi atpakaļ |
|
FileSystem.cpp
|
d5ec7218cb
Added support for specifying depth function via the "depthFunc" string in materials.
|
13 gadi atpakaļ |
|
FileSystem.h
|
d5ec7218cb
Added support for specifying depth function via the "depthFunc" string in materials.
|
13 gadi atpakaļ |
|
FlowLayout.cpp
|
2e7fcf3ca1
Added 64-bit Windows support.
|
13 gadi atpakaļ |
|
FlowLayout.h
|
cff8a4c3dd
Updated Lua scripting sample to include a basic scripted AI.
|
13 gadi atpakaļ |
|
Font.cpp
|
9147a88ecf
- Moves Font, Form and Sprite shaders to file in the gameplay/res/shaders directory
|
13 gadi atpakaļ |
|
Font.h
|
85553c0bf8
Fixed minor warnings and converted tabs to spaces.
|
13 gadi atpakaļ |
|
Form.cpp
|
4286cd5b0e
Merge branch 'next' of https://github.com/blackberry/GamePlay into next
|
13 gadi atpakaļ |
|
Form.h
|
764eb219b7
Fixes displaced joystick sometimes seen on start-up when using virtual gamepad.
|
13 gadi atpakaļ |
|
FrameBuffer.cpp
|
33c732e775
Added a couple methods to FrameBuffer for querying render target info.
|
13 gadi atpakaļ |
|
FrameBuffer.h
|
33c732e775
Added a couple methods to FrameBuffer for querying render target info.
|
13 gadi atpakaļ |
|
Frustum.cpp
|
17eeb40c19
Added support for defining Lights within a .scene file.
|
13 gadi atpakaļ |
|
Frustum.h
|
17eeb40c19
Added support for defining Lights within a .scene file.
|
13 gadi atpakaļ |
|
Game.cpp
|
6febb8d0e4
Created a new Platform.cpp source file and moved some of the common Platform methods from platform-specific source files into this source file to prevent duplication of code.
|
13 gadi atpakaļ |
|
Game.h
|
6febb8d0e4
Created a new Platform.cpp source file and moved some of the common Platform methods from platform-specific source files into this source file to prevent duplication of code.
|
13 gadi atpakaļ |
|
Game.inl
|
277b065fc7
added windows support for toggling sampling at runtime, and stubs for other platforms + lua bindings
|
13 gadi atpakaļ |
|
Gamepad.cpp
|
058c7439f6
XBox 360 Support for Mac OS
|
13 gadi atpakaļ |
|
Gamepad.h
|
bd425196ae
Adding "preferPhysical" parameter to Game::getGamepad().
|
13 gadi atpakaļ |
|
Gesture.h
|
81ab7f5a20
Added tap and swipe gestures to Android with basic impl. since Android doesn't support gestures in NDK.
|
13 gadi atpakaļ |
|
HeightField.cpp
|
93bccc1919
Adds support for .r16 file extension for RAW16 heightmap files.
|
13 gadi atpakaļ |
|
HeightField.h
|
93bccc1919
Adds support for .r16 file extension for RAW16 heightmap files.
|
13 gadi atpakaļ |
|
Image.cpp
|
b0b88806e9
Converted Image and Texture to use Stream instead of FILE.
|
13 gadi atpakaļ |
|
Image.h
|
fd383c8a9d
Added needed @script{ignore} tags to appropriate functions in gameplay.
|
13 gadi atpakaļ |
|
Image.inl
|
4004be749c
Refactors Image into its own separate class (from Texture::Image).
|
14 gadi atpakaļ |
|
Joint.cpp
|
4f1a5253b4
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.
|
13 gadi atpakaļ |
|
Joint.h
|
4f1a5253b4
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.
|
13 gadi atpakaļ |
|
Joystick.cpp
|
979c8e2e9d
Big changes to the Gamepad class.
|
13 gadi atpakaļ |
|
Joystick.h
|
1c01268333
Update description of contactIndex now that all platforms return indices, not hashes. Undoes a385f9c723.
|
13 gadi atpakaļ |
|
Joystick.inl
|
979c8e2e9d
Big changes to the Gamepad class.
|
13 gadi atpakaļ |
|
Keyboard.h
|
b882214017
Fixed multi-touch for Android.
|
14 gadi atpakaļ |
|
Label.cpp
|
a82c415660
Setting opacity, visibility, and enabled/disabled on a Container now affects the container's children.
|
13 gadi atpakaļ |
|
Label.h
|
73ad70d735
Fixed spelling mistakes in source code comments.
|
13 gadi atpakaļ |
|
Layout.cpp
|
67ee3740ad
Issue #751. Layout::align() takes a control's margin into account.
|
13 gadi atpakaļ |
|
Layout.h
|
1c01268333
Update description of contactIndex now that all platforms return indices, not hashes. Undoes a385f9c723.
|
13 gadi atpakaļ |
|
Light.cpp
|
17eeb40c19
Added support for defining Lights within a .scene file.
|
13 gadi atpakaļ |
|
Light.h
|
17eeb40c19
Added support for defining Lights within a .scene file.
|
13 gadi atpakaļ |
|
Logger.cpp
|
73ad70d735
Fixed spelling mistakes in source code comments.
|
13 gadi atpakaļ |
|
Logger.h
|
9b7650fd7b
Added new Logger class to handle info, warning and error logging throughout the framework.
|
13 gadi atpakaļ |
|
Material.cpp
|
2e7fcf3ca1
Added 64-bit Windows support.
|
13 gadi atpakaļ |
|
Material.h
|
69fc8b07c0
Added some @script{create} tags.
|
13 gadi atpakaļ |
|
MaterialParameter.cpp
|
7cbcf1f9a0
Clone animation target when cloning material parameters.
|
13 gadi atpakaļ |
|
MaterialParameter.h
|
5f80ee4a2b
Merge branch 'next' of https://github.com/blackberry/GamePlay into next
|
13 gadi atpakaļ |
|
MathUtil.cpp
|
85553c0bf8
Fixed minor warnings and converted tabs to spaces.
|
13 gadi atpakaļ |
|
MathUtil.h
|
361a72fb8c
Adds smoothing functions and updates the racer sample to use them.
|
13 gadi atpakaļ |
|
MathUtil.inl
|
1c7a3c6fbf
Converted tabs to spaces.
|
13 gadi atpakaļ |
|
MathUtilNeon.inl
|
1c7a3c6fbf
Converted tabs to spaces.
|
13 gadi atpakaļ |
|
Matrix.cpp
|
b483ccd466
Fixes #671: Implements missing Matrix methods for billboard and reflection.
|
13 gadi atpakaļ |
|
Matrix.h
|
5b5cb64b00
Changed the comment for Matrix.createPerspective to say degrees instead of radians.
|
13 gadi atpakaļ |
|
Matrix.inl
|
64e91c1bde
Changed the binary operators to return a const qualified value in order to avoid issues like:
|
14 gadi atpakaļ |
|
Mesh.cpp
|
4ee5b127e4
Added method for creating an empty FrameBuffer object.
|
13 gadi atpakaļ |
|
Mesh.h
|
d2ea3e9dbf
Fixed the texture coordinates of Mesh::createQuad() and added default parameters so people can specify texture coordinates besides 0, 0, 1, 1.
|
13 gadi atpakaļ |
|
MeshBatch.cpp
|
9ce2f6759f
added const qualifier on MeshBatch::add indices argument
|
13 gadi atpakaļ |
|
MeshBatch.h
|
9ce2f6759f
added const qualifier on MeshBatch::add indices argument
|
13 gadi atpakaļ |
|
MeshBatch.inl
|
9ce2f6759f
added const qualifier on MeshBatch::add indices argument
|
13 gadi atpakaļ |
|
MeshPart.cpp
|
4ee5b127e4
Added method for creating an empty FrameBuffer object.
|
13 gadi atpakaļ |
|
MeshPart.h
|
4388f6d8f4
Fixes #267
|
13 gadi atpakaļ |
|
MeshSkin.cpp
|
4f1a5253b4
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.
|
13 gadi atpakaļ |
|
MeshSkin.h
|
4f1a5253b4
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.
|
13 gadi atpakaļ |
|
Model.cpp
|
937400c2e0
Made drawWireframe static in Model.cpp so that it doesn't get detected by luagen.
|
13 gadi atpakaļ |
|
Model.h
|
4f1a5253b4
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.
|
13 gadi atpakaļ |
|
Mouse.h
|
8009a6ee07
Fixes left mouse button events.
|
13 gadi atpakaļ |
|
Node.cpp
|
17eeb40c19
Added support for defining Lights within a .scene file.
|
13 gadi atpakaļ |
|
Node.h
|
4f1a5253b4
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.
|
13 gadi atpakaļ |
|
ParticleEmitter.cpp
|
85553c0bf8
Fixed minor warnings and converted tabs to spaces.
|
13 gadi atpakaļ |
|
ParticleEmitter.h
|
fd383c8a9d
Added needed @script{ignore} tags to appropriate functions in gameplay.
|
13 gadi atpakaļ |
|
Pass.cpp
|
63ad96eed6
Changes to DepthStencilTarget where DEPTH24 -> DEPTH and DEPTH24_STENCIL8 -> DEPTH_STENCIL to be more flexible to allow the platform to implement less or more supported precision.
|
13 gadi atpakaļ |
|
Pass.h
|
31b1eecf83
Removed Pass::getAutoBindProperties()
|
13 gadi atpakaļ |
|
PhysicsCharacter.cpp
|
53cbf100e4
Merge branch 'next' of https://github.com/blackberry/GamePlay into next
|
13 gadi atpakaļ |
|
PhysicsCharacter.h
|
b251d0ded3
Removed PhysicsCharacter public dependencies on btActionInterface.
|
13 gadi atpakaļ |
|
PhysicsCollisionObject.cpp
|
e8b3eafbb7
Fixed for BlackBerry 10 and PlayBook builds.
|
13 gadi atpakaļ |
|
PhysicsCollisionObject.h
|
c21a6af44f
Hide Bullet dependency by making PhysicsMotionState private.
|
13 gadi atpakaļ |
|
PhysicsCollisionShape.cpp
|
93bccc1919
Adds support for .r16 file extension for RAW16 heightmap files.
|
13 gadi atpakaļ |
|
PhysicsCollisionShape.h
|
d5ec7218cb
Added support for specifying depth function via the "depthFunc" string in materials.
|
13 gadi atpakaļ |
|
PhysicsConstraint.cpp
|
a1b933948d
Fixed center of mass calculation in constraint setup to not require a model be attached directly to the node containing the rigid bodies used to create the constraint.
|
13 gadi atpakaļ |
|
PhysicsConstraint.h
|
a1b933948d
Fixed center of mass calculation in constraint setup to not require a model be attached directly to the node containing the rigid bodies used to create the constraint.
|
13 gadi atpakaļ |
|
PhysicsConstraint.inl
|
bd37f58064
Error handling improvements (7 of 7 - Physics).
|
13 gadi atpakaļ |
|
PhysicsController.cpp
|
d5ec7218cb
Added support for specifying depth function via the "depthFunc" string in materials.
|
13 gadi atpakaļ |
|
PhysicsController.h
|
d5ec7218cb
Added support for specifying depth function via the "depthFunc" string in materials.
|
13 gadi atpakaļ |
|
PhysicsFixedConstraint.cpp
|
406c3651d0
- Updated character sample.
|
14 gadi atpakaļ |
|
PhysicsFixedConstraint.h
|
6bd1537915
Updated all gameplay .h/.cpp files to remove the useless file headers that only identify the file name.
|
14 gadi atpakaļ |
|
PhysicsFixedConstraint.inl
|
6bd1537915
Updated all gameplay .h/.cpp files to remove the useless file headers that only identify the file name.
|
14 gadi atpakaļ |
|
PhysicsGenericConstraint.cpp
|
a475493cdd
Fixed compile error when using DebugMem.
|
13 gadi atpakaļ |
|
PhysicsGenericConstraint.h
|
6bd1537915
Updated all gameplay .h/.cpp files to remove the useless file headers that only identify the file name.
|
14 gadi atpakaļ |
|
PhysicsGenericConstraint.inl
|
bd37f58064
Error handling improvements (7 of 7 - Physics).
|
13 gadi atpakaļ |
|
PhysicsGhostObject.cpp
|
138bb45f51
Added Terrain support:
|
13 gadi atpakaļ |
|
PhysicsGhostObject.h
|
c21a6af44f
Hide Bullet dependency by making PhysicsMotionState private.
|
13 gadi atpakaļ |
|
PhysicsHingeConstraint.cpp
|
a475493cdd
Fixed compile error when using DebugMem.
|
13 gadi atpakaļ |
|
PhysicsHingeConstraint.h
|
6bd1537915
Updated all gameplay .h/.cpp files to remove the useless file headers that only identify the file name.
|
14 gadi atpakaļ |
|
PhysicsRigidBody.cpp
|
abf2df5316
Fixed normal vector generation and transformation for terrain.
|
13 gadi atpakaļ |
|
PhysicsRigidBody.h
|
d5ec7218cb
Added support for specifying depth function via the "depthFunc" string in materials.
|
13 gadi atpakaļ |
|
PhysicsRigidBody.inl
|
6a1c234665
Exposed linear and angular factor methods for PhysicsRigidBody; modified lua bindings to match.
|
13 gadi atpakaļ |
|
PhysicsSocketConstraint.cpp
|
a475493cdd
Fixed compile error when using DebugMem.
|
13 gadi atpakaļ |
|
PhysicsSocketConstraint.h
|
6bd1537915
Updated all gameplay .h/.cpp files to remove the useless file headers that only identify the file name.
|
14 gadi atpakaļ |
|
PhysicsSpringConstraint.cpp
|
a475493cdd
Fixed compile error when using DebugMem.
|
13 gadi atpakaļ |
|
PhysicsSpringConstraint.h
|
6bd1537915
Updated all gameplay .h/.cpp files to remove the useless file headers that only identify the file name.
|
14 gadi atpakaļ |
|
PhysicsSpringConstraint.inl
|
6bd1537915
Updated all gameplay .h/.cpp files to remove the useless file headers that only identify the file name.
|
14 gadi atpakaļ |
|
PhysicsVehicle.cpp
|
a475493cdd
Fixed compile error when using DebugMem.
|
13 gadi atpakaļ |
|
PhysicsVehicle.h
|
39caed5174
Adds support for setEnabled() in PhysicsVehicle, and documents lack of support in PhysicsVehicleWheel.
|
13 gadi atpakaļ |
|
PhysicsVehicleWheel.cpp
|
590028652c
Fix wheel transform for general case.
|
13 gadi atpakaļ |
|
PhysicsVehicleWheel.h
|
b6f8266b15
Fixed spelling mistakes.
|
13 gadi atpakaļ |
|
Plane.cpp
|
69fc8b07c0
Added some @script{create} tags.
|
13 gadi atpakaļ |
|
Plane.h
|
69fc8b07c0
Added some @script{create} tags.
|
13 gadi atpakaļ |
|
Plane.inl
|
64e91c1bde
Changed the binary operators to return a const qualified value in order to avoid issues like:
|
14 gadi atpakaļ |
|
Platform.cpp
|
6febb8d0e4
Created a new Platform.cpp source file and moved some of the common Platform methods from platform-specific source files into this source file to prevent duplication of code.
|
13 gadi atpakaļ |
|
Platform.h
|
6febb8d0e4
Created a new Platform.cpp source file and moved some of the common Platform methods from platform-specific source files into this source file to prevent duplication of code.
|
13 gadi atpakaļ |
|
PlatformAndroid.cpp
|
6febb8d0e4
Created a new Platform.cpp source file and moved some of the common Platform methods from platform-specific source files into this source file to prevent duplication of code.
|
13 gadi atpakaļ |
|
PlatformBlackBerry.cpp
|
6febb8d0e4
Created a new Platform.cpp source file and moved some of the common Platform methods from platform-specific source files into this source file to prevent duplication of code.
|
13 gadi atpakaļ |
|
PlatformLinux.cpp
|
6febb8d0e4
Created a new Platform.cpp source file and moved some of the common Platform methods from platform-specific source files into this source file to prevent duplication of code.
|
13 gadi atpakaļ |
|
PlatformMacOSX.mm
|
a0d4bcc468
Added resizable window support for Mac.
|
13 gadi atpakaļ |
|
PlatformWindows.cpp
|
6febb8d0e4
Created a new Platform.cpp source file and moved some of the common Platform methods from platform-specific source files into this source file to prevent duplication of code.
|
13 gadi atpakaļ |
|
PlatformiOS.mm
|
6febb8d0e4
Created a new Platform.cpp source file and moved some of the common Platform methods from platform-specific source files into this source file to prevent duplication of code.
|
13 gadi atpakaļ |
|
Properties.cpp
|
0512fca49d
Added Stream interface.
|
13 gadi atpakaļ |
|
Properties.h
|
0512fca49d
Added Stream interface.
|
13 gadi atpakaļ |
|
Quaternion.cpp
|
73ad70d735
Fixed spelling mistakes in source code comments.
|
13 gadi atpakaļ |
|
Quaternion.h
|
9e2309ced5
Fixed spelling mistakes in the gameplay header files.
|
13 gadi atpakaļ |
|
Quaternion.inl
|
360c1484c9
Removed the implicit conversion operators for Vector3 and Quaternion and replaced them with convenience macros (so that the public interfaces don't have Bullet objects).
|
14 gadi atpakaļ |
|
RadioButton.cpp
|
95732ac4f4
Events will not be passed to forms / containers / controls that are not visible.
|
13 gadi atpakaļ |
|
RadioButton.h
|
1c01268333
Update description of contactIndex now that all platforms return indices, not hashes. Undoes a385f9c723.
|
13 gadi atpakaļ |
|
Ray.cpp
|
69fc8b07c0
Added some @script{create} tags.
|
13 gadi atpakaļ |
|
Ray.h
|
69fc8b07c0
Added some @script{create} tags.
|
13 gadi atpakaļ |
|
Ray.inl
|
64e91c1bde
Changed the binary operators to return a const qualified value in order to avoid issues like:
|
14 gadi atpakaļ |
|
Rectangle.cpp
|
4e31ded1d5
Changed methods in ScriptController to pass vectors by reference instead of by value.
|
13 gadi atpakaļ |
|
Rectangle.h
|
4e31ded1d5
Changed methods in ScriptController to pass vectors by reference instead of by value.
|
13 gadi atpakaļ |
|
Ref.cpp
|
64c6f19902
Renamed gameplay::printError to gameplay::print.
|
13 gadi atpakaļ |
|
Ref.h
|
c62d010f13
doxygen clean up for gameplay.
|
13 gadi atpakaļ |
|
RenderState.cpp
|
6e69d767bd
Added RenderState::clearParameter method to allow existing material parameter values/bindings to be cleared.
|
13 gadi atpakaļ |
|
RenderState.h
|
6e69d767bd
Added RenderState::clearParameter method to allow existing material parameter values/bindings to be cleared.
|
13 gadi atpakaļ |
|
RenderTarget.cpp
|
4ee5b127e4
Added method for creating an empty FrameBuffer object.
|
13 gadi atpakaļ |
|
RenderTarget.h
|
2e7fcf3ca1
Added 64-bit Windows support.
|
13 gadi atpakaļ |
|
Scene.cpp
|
077b0e2503
Changed Scene::load() so it can load from ".gpb" files
|
13 gadi atpakaļ |
|
Scene.h
|
077b0e2503
Changed Scene::load() so it can load from ".gpb" files
|
13 gadi atpakaļ |
|
SceneLoader.cpp
|
17eeb40c19
Added support for defining Lights within a .scene file.
|
13 gadi atpakaļ |
|
SceneLoader.h
|
17eeb40c19
Added support for defining Lights within a .scene file.
|
13 gadi atpakaļ |
|
ScreenDisplayer.cpp
|
7e9c449ffc
Fixed another bug with boolean Lua stack values.
|
13 gadi atpakaļ |
|
ScreenDisplayer.h
|
c4ce16d97f
Fixed doxygen warnings.
|
13 gadi atpakaļ |
|
ScriptController.cpp
|
77addbf0fb
Added a lua function "convert" to convert a userdata value to another gameplay class type.
|
13 gadi atpakaļ |
|
ScriptController.h
|
77addbf0fb
Added a lua function "convert" to convert a userdata value to another gameplay class type.
|
13 gadi atpakaļ |
|
ScriptController.inl
|
9c19d44567
Fixed issue where Lua bindings for overloaded functions with the same number of parameters could be forwarded to the incorrect function.
|
13 gadi atpakaļ |
|
ScriptTarget.cpp
|
cff8a4c3dd
Updated Lua scripting sample to include a basic scripted AI.
|
13 gadi atpakaļ |
|
ScriptTarget.h
|
cff8a4c3dd
Updated Lua scripting sample to include a basic scripted AI.
|
13 gadi atpakaļ |
|
Slider.cpp
|
bad067b854
Merge branch 'next' of https://github.com/blackberry/GamePlay into next
|
13 gadi atpakaļ |
|
Slider.h
|
1c01268333
Update description of contactIndex now that all platforms return indices, not hashes. Undoes a385f9c723.
|
13 gadi atpakaļ |
|
SpriteBatch.cpp
|
9147a88ecf
- Moves Font, Form and Sprite shaders to file in the gameplay/res/shaders directory
|
13 gadi atpakaļ |
|
SpriteBatch.h
|
b4482a3fdd
Updated SpriteBatch doxygen comments.
|
13 gadi atpakaļ |
|
Stream.h
|
501334387d
Fixed spelling mistakes
|
13 gadi atpakaļ |
|
Technique.cpp
|
2e7fcf3ca1
Added 64-bit Windows support.
|
13 gadi atpakaļ |
|
Technique.h
|
2cdd0cd1be
Changed Material::getTechnique(unsigned int) to Material::getTechniqueByIndex(unsigned int) to not require casting.
|
13 gadi atpakaļ |
|
Terrain.cpp
|
6e69d767bd
Added RenderState::clearParameter method to allow existing material parameter values/bindings to be cleared.
|
13 gadi atpakaļ |
|
Terrain.h
|
6e69d767bd
Added RenderState::clearParameter method to allow existing material parameter values/bindings to be cleared.
|
13 gadi atpakaļ |
|
TerrainPatch.cpp
|
6e69d767bd
Added RenderState::clearParameter method to allow existing material parameter values/bindings to be cleared.
|
13 gadi atpakaļ |
|
TerrainPatch.h
|
4893699495
Updated Terrain test to use a 3 splat layers instead of 2.
|
13 gadi atpakaļ |
|
TextBox.cpp
|
95732ac4f4
Events will not be passed to forms / containers / controls that are not visible.
|
13 gadi atpakaļ |
|
TextBox.h
|
1c01268333
Update description of contactIndex now that all platforms return indices, not hashes. Undoes a385f9c723.
|
13 gadi atpakaļ |
|
Texture.cpp
|
9cc8a2514f
Updated gameplay-api for v1.6.0.
|
13 gadi atpakaļ |
|
Texture.h
|
9cc8a2514f
Updated gameplay-api for v1.6.0.
|
13 gadi atpakaļ |
|
Theme.cpp
|
2e7fcf3ca1
Added 64-bit Windows support.
|
13 gadi atpakaļ |
|
Theme.h
|
fd383c8a9d
Added needed @script{ignore} tags to appropriate functions in gameplay.
|
13 gadi atpakaļ |
|
ThemeStyle.cpp
|
91cc29dbb3
Layouts now take scrollbars into account when auto-sizing controls.
|
13 gadi atpakaļ |
|
ThemeStyle.h
|
c4ce16d97f
Fixed doxygen warnings.
|
13 gadi atpakaļ |
|
TimeListener.h
|
9f1c2652ed
Adds gameplay-luagen project, which generates bindings from the Doxygen XML output.
|
13 gadi atpakaļ |
|
Touch.h
|
23a3707f1c
Added Gesture API support and implemented gestures support in PlatformQNX.cpp.
|
13 gadi atpakaļ |
|
Transform.cpp
|
2e7fcf3ca1
Added 64-bit Windows support.
|
13 gadi atpakaļ |
|
Transform.h
|
501334387d
Fixed spelling mistakes
|
13 gadi atpakaļ |
|
Vector2.cpp
|
8dc3f87c29
Fixes #670.
|
13 gadi atpakaļ |
|
Vector2.h
|
0c7b5f9253
Added "/" operator for scalar division with Vectors.
|
13 gadi atpakaļ |
|
Vector2.inl
|
0c7b5f9253
Added "/" operator for scalar division with Vectors.
|
13 gadi atpakaļ |
|
Vector3.cpp
|
5f00eeb786
Fix to Vector3::cross().
|
13 gadi atpakaļ |
|
Vector3.h
|
0c7b5f9253
Added "/" operator for scalar division with Vectors.
|
13 gadi atpakaļ |
|
Vector3.inl
|
0c7b5f9253
Added "/" operator for scalar division with Vectors.
|
13 gadi atpakaļ |
|
Vector4.cpp
|
8dc3f87c29
Fixes #670.
|
13 gadi atpakaļ |
|
Vector4.h
|
0c7b5f9253
Added "/" operator for scalar division with Vectors.
|
13 gadi atpakaļ |
|
Vector4.inl
|
0c7b5f9253
Added "/" operator for scalar division with Vectors.
|
13 gadi atpakaļ |
|
VertexAttributeBinding.cpp
|
2e7fcf3ca1
Added 64-bit Windows support.
|
13 gadi atpakaļ |
|
VertexAttributeBinding.h
|
9e2309ced5
Fixed spelling mistakes in the gameplay header files.
|
13 gadi atpakaļ |
|
VertexFormat.cpp
|
2e7fcf3ca1
Added 64-bit Windows support.
|
13 gadi atpakaļ |
|
VertexFormat.h
|
9e2309ced5
Fixed spelling mistakes in the gameplay header files.
|
13 gadi atpakaļ |
|
VerticalLayout.cpp
|
2e7fcf3ca1
Added 64-bit Windows support.
|
13 gadi atpakaļ |
|
VerticalLayout.h
|
cff8a4c3dd
Updated Lua scripting sample to include a basic scripted AI.
|
13 gadi atpakaļ |
|
gameplay-main-android.cpp
|
9fb7d181f0
Renamed main-xxx.cpp back to gameplay-main-xxx.cpp due to existing Android.mk files.
|
13 gadi atpakaļ |
|
gameplay-main-blackberry.cpp
|
9fb7d181f0
Renamed main-xxx.cpp back to gameplay-main-xxx.cpp due to existing Android.mk files.
|
13 gadi atpakaļ |
|
gameplay-main-ios.mm
|
9fb7d181f0
Renamed main-xxx.cpp back to gameplay-main-xxx.cpp due to existing Android.mk files.
|
13 gadi atpakaļ |
|
gameplay-main-linux.cpp
|
9fb7d181f0
Renamed main-xxx.cpp back to gameplay-main-xxx.cpp due to existing Android.mk files.
|
13 gadi atpakaļ |
|
gameplay-main-macosx.mm
|
9fb7d181f0
Renamed main-xxx.cpp back to gameplay-main-xxx.cpp due to existing Android.mk files.
|
13 gadi atpakaļ |
|
gameplay-main-windows.cpp
|
9fb7d181f0
Renamed main-xxx.cpp back to gameplay-main-xxx.cpp due to existing Android.mk files.
|
13 gadi atpakaļ |
|
gameplay.dox
|
7e4bbf33fd
Updated doxygen apis and dox files.
|
14 gadi atpakaļ |
|
gameplay.h
|
e8b3eafbb7
Fixed for BlackBerry 10 and PlayBook builds.
|
13 gadi atpakaļ |