Darryl Gough
|
64c6f19902
Renamed gameplay::printError to gameplay::print.
|
13 vuotta sitten |
Chris Culy
|
648dd5474d
Refactored all gameplay begin() member functions to start() (to match with the API change of end() to finish()).
|
13 vuotta sitten |
Chris Culy
|
29099b6987
Fix for enumerations in Lua scripts so that passing enums from C++ to Lua works properly.
|
13 vuotta sitten |
Darryl Gough
|
c47cc81178
Removed the copy constructor implementation for classes that wanted to hide it.
|
13 vuotta sitten |
setaylor
|
635aa6cb3a
Changed Game::setMouseCapture and Platform::setMouseCapture to setMouseCaptured.
|
13 vuotta sitten |
setaylor
|
1346e4c3a6
Updated Platform to support for optionally passing a user defined nativeWindow to attach to. (on platforms that support this)
|
13 vuotta sitten |
Steve Grenier
|
1df09c1322
Mouse capture support for Windows (Mac OSX support and accessories support for embedded platforms incomplete).
|
13 vuotta sitten |
Steve Grenier
|
bcb73a074e
Adding support for mouse capture.
|
13 vuotta sitten |
Darryl Gough
|
6b45df574a
Fixed bug where MOUSE_PRESS_RIGHT_BUTTON was never sent in windows.
|
13 vuotta sitten |
Adam Blake
|
48fbf29317
Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-ablake
|
13 vuotta sitten |
Adam Blake
|
15aafb3c21
Fixes #476 (adding mouse event support to UI controls).
|
13 vuotta sitten |
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 vuotta sitten |
Steve Grenier
|
d9a76dd0ab
Updates win32 game loop to render frames outside of WM_PAINT.
|
13 vuotta sitten |
Chris Culy
|
c28860fd66
Error handling improvements (6 of 7 - Game and Platform).
|
13 vuotta sitten |
Steve Grenier
|
9637404bd3
Minor fix to win32 game config parsing.
|
13 vuotta sitten |
Steve Grenier
|
5db193ce1d
Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-sgrenier
|
13 vuotta sitten |
Steve Grenier
|
820398598f
Adds game configuration support including support for resource aliases to assist in defining different assets per target platform.
|
13 vuotta sitten |
Darryl Gough
|
6fd51d9a78
Fixed mouse events not being passed to forms on PlayBook.
|
13 vuotta sitten |
Sean Paul Taylor
|
4633eed991
Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-setaylor
|
13 vuotta sitten |
Chris Culy
|
fe9e3c2870
Error handling improvements (1 of 7 - UI system and global macro rename).
|
13 vuotta sitten |
setaylor
|
fd8e995eb2
Fixed android support for portrait mode accelerometer.
|
13 vuotta sitten |
setaylor
|
101c2dbb37
Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-setaylor
|
13 vuotta sitten |
Kieran Cunney
|
0531a9ac2f
Minor optimization/code cleanup.
|
13 vuotta sitten |
Steve Grenier
|
f359291334
Enabled mouse capture in Windows when mouse buttons are pressed to fix issues with controls stopping responding when moving the mouse outside the window.
|
13 vuotta sitten |
setaylor
|
905dedae7a
Updates for proper accerlerometer baseline values for game.
|
13 vuotta sitten |
Sean Paul Taylor
|
acbdf3a3a6
Updated xcode scheme to use LLDB instead of GDB
|
13 vuotta sitten |
Brandon Slack
|
a58358f42e
Fixes crash on hitting esc on Mac OS X
|
13 vuotta sitten |
Darryl Gough
|
a61a832e62
Changed Game::end back to Game::exit.
|
13 vuotta sitten |
Kieran Cunney
|
b2e5b93084
Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-kcunney
|
13 vuotta sitten |
Chris Culy
|
cb37f13d91
Changed tabs to spaces.
|
13 vuotta sitten |