História revízii

Autor SHA1 Správa Dátum
  Kieran Cunney 9625a837d6 Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-kcunney 13 rokov pred
  Kieran Cunney e137e948bb Adds Gamepad class to gameplay. 13 rokov pred
  seanpaultaylor 861f6bda6d Improved stock shader library to be more modular and reducing duplicate shader code. 13 rokov pred
  Adam Blake 93c477d644 All controls now take focus in the same way. 13 rokov pred
  Adam Blake 15aafb3c21 Fixes #476 (adding mouse event support to UI controls). 13 rokov pred
  Sean Paul Taylor f9be193d81 Merge pull request #443 from blackberry-gaming/next-ablake 13 rokov pred
  Chris Culy 115e8b15b7 Adds support for a Joystick control. 13 rokov pred
  Adam Blake efbe1baf45 Stops containers from becoming dirty just when clicked on if they're not scrollable. 13 rokov pred
  Adam Blake e7a31afb79 Fixing issues with scrolling within multiple nested containers. 13 rokov pred
  Adam Blake 81cc7c8061 Going back to batching controls more granularly in order to support overlapping controls and z-ordering. 13 rokov pred
  Adam Blake 8e27bfa0f5 Clearing a form's FBO on creation / resize. 13 rokov pred
  Adam Blake 1ee9150c0c Removing elapsedTime param from Form::update so that scrolling doesn't require an API change. 13 rokov pred
  Adam Blake 449f37eeae Fixed bug in SpriteBatch::draw() method that rotates the quad in 2D. 13 rokov pred
  Adam Blake b06b8e30be Clearing alpha channel of a Form's framebuffer to 0. 13 rokov pred
  Chris Culy cb259ae230 Error handling improvements (3 of 7 - Scene and Tools/Utilities). 13 rokov pred
  Adam Blake 51af923531 Fixing autoWidth setters on Control and Form. 13 rokov pred
  Adam Blake ad7e0d178d Calling setSize on Form will now re-create the Form's RenderTarget and projection matrix. 13 rokov pred
  Adam Blake 35c269ccf2 Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-ablake 13 rokov pred
  Adam Blake 6192fd04b7 2D Forms now draw into a FrameBuffer. Controls are only redrawn when dirty. 13 rokov pred
  Chris Culy fe9e3c2870 Error handling improvements (1 of 7 - UI system and global macro rename). 13 rokov pred
  Adam Blake 37374d81cd Fixing a bug in Frustum where planes were being calculated incorrectly. 13 rokov pred
  Adam Blake a14944ba60 Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-ablake 13 rokov pred
  Adam Blake faf409a2d6 Adding FlowLayout, ScrollLayout. 13 rokov pred
  Kieran Cunney 1129e9e600 Optimizes and cleans up animation system. 13 rokov pred
  Adam Blake 2b728d0636 One very important null-check. 13 rokov pred
  Adam Blake 1b2da65d72 Optimizing drawImages() for all controls that use it. 13 rokov pred
  Adam Blake 56a86250ac Added ability to override themed properties on a control within a .form file. 13 rokov pred
  Adam Blake 9db478edb0 Filling or reaching the end of a text box will stop you from entering additional text. 13 rokov pred
  Adam Blake d0a8c6301b Batching all text that shares the same font within a form. 13 rokov pred
  Adam Blake 0b2e47a385 Alignment of controls within their parent containers. 13 rokov pred