seanpaultaylor
|
b84e1706f0
Fixed Linux sample06-racer.
|
13 жил өмнө |
Steve Grenier
|
cd56321b6d
Merge branch 'next' of https://github.com/blackberry/GamePlay into next
|
13 жил өмнө |
Steve Grenier
|
d997f3dd6d
Added MSAA support for iOS
|
13 жил өмнө |
Adam Blake
|
2bfcd54eb6
#424 -- Added _pausedCount to Game. The game won't resume until Game::resume() has been called as many times as Game::pause() was called. This lets us continue to
|
13 жил өмнө |
setaylor
|
6298869deb
Added Game::isGestureRegistered(Gesture::GestureEvent evt)
|
13 жил өмнө |
setaylor
|
9e246bae10
Changes to gesture interfaces.
|
13 жил өмнө |
setaylor
|
23a3707f1c
Added Gesture API support and implemented gestures support in PlatformQNX.cpp.
|
13 жил өмнө |
setaylor
|
c0e67fd388
API Changes to Gamepad, Game and Platform for Gamepad API.
|
13 жил өмнө |
Kieran Cunney
|
b9b7796333
Adds support for XInput gamepads for PlatformWin32
|
13 жил өмнө |
Darryl Gough
|
69fc8b07c0
Added some @script{create} tags.
|
13 жил өмнө |
Chris Culy
|
20afed09b8
Added support for users to generate Lua script bindings for their own classes (with integration into gameplay).
|
13 жил өмнө |
Chris Culy
|
00e82485f6
Added the ScriptTarget class, which any class can derive from in order to allow Lua scripts to interact with it (see the class for more information).
|
13 жил өмнө |
Steve Grenier
|
c35b92df90
Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-sgrenier
|
13 жил өмнө |
Steve Grenier
|
511948a783
Added AIController and basic AI system including AIAgent, AIStateMachine, AIState and AIMessage.
|
13 жил өмнө |
Chris Culy
|
648dd5474d
Refactored all gameplay begin() member functions to start() (to match with the API change of end() to finish()).
|
13 жил өмнө |
Kieran Cunney
|
268863bb76
Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-kcunney
|
13 жил өмнө |
Kieran Cunney
|
fc49fae4d6
Fixes false memory leak being reported in Game as a result of declaring a vector of Gamepads. Now just store the pointer to the vector in Game and clean it up in Game::finalize().
|
13 жил өмнө |
Chris Culy
|
bb658af28e
Updated BB10 projects to work with Lua script support.
|
13 жил өмнө |
Chris Culy
|
c8e7975bd9
Fixed a bug in generating bindings for overloaded inherited functions.
|
13 жил өмнө |
Chris Culy
|
29099b6987
Fix for enumerations in Lua scripts so that passing enums from C++ to Lua works properly.
|
13 жил өмнө |
Chris Culy
|
9f1c2652ed
Adds gameplay-luagen project, which generates bindings from the Doxygen XML output.
|
13 жил өмнө |
Darryl Gough
|
c47cc81178
Removed the copy constructor implementation for classes that wanted to hide it.
|
13 жил өмнө |
Sean Paul Taylor
|
daaa7190a0
Added cursor visibility and mouse capture on MacOSX
|
13 жил өмнө |
setaylor
|
635aa6cb3a
Changed Game::setMouseCapture and Platform::setMouseCapture to setMouseCaptured.
|
13 жил өмнө |
setaylor
|
f9a3585ce1
Changed Game::menu to menuEvent
|
13 жил өмнө |
Steve Grenier
|
936a4efd3a
Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-sgrenier
|
13 жил өмнө |
Kieran Cunney
|
c1c7be078f
Adds the following APIs to the Gamepad class:
|
13 жил өмнө |
Steve Grenier
|
1df09c1322
Mouse capture support for Windows (Mac OSX support and accessories support for embedded platforms incomplete).
|
13 жил өмнө |
Steve Grenier
|
bcb73a074e
Adding support for mouse capture.
|
13 жил өмнө |
Kieran Cunney
|
e137e948bb
Adds Gamepad class to gameplay.
|
13 жил өмнө |