Commit History

Author SHA1 Message Date
  cib b3dd313226 Optimized PolyUITextInput::insertLine 12 years ago
  Ivan Safrin 438a160ccf Added platformer game example to Lua examples 12 years ago
  Ivan Safrin 37266b8e9d Added getScreenEntityById and getScreenEntitiesByTag helper accessors to ScreenEntity 12 years ago
  Ivan Safrin bb3204a27a Added clampDefault and mipmapsDefault settings to MaterialManager to set the texture clamping and mimap generation defaults 12 years ago
  Ivan Safrin 9f0a1f1905 Added safe_delete to Lua API which deletes passed object on next frame, added stopTrackingChild to PhysicsScreen, contact events now dispatched after box2d step completes. 12 years ago
  cib faad50deb0 Added tagfile generation to doxygen files. 12 years ago
  cib f8fb6a7a3d Added doxygen comments to PolyUITextInput.h 12 years ago
  Ethan M 08a4605749 switched to max() to make sure colEnd arg >= 0 (instead of if testing) 12 years ago
  Ivan Safrin b548bbaf1e Made labels not re-render if text and color are the same 12 years ago
  Ivan Safrin 5e9aebe160 Added ENTITY_CAPSULE and ENTITY_TRIPLE_CIRCLE entity types to 2d physics 12 years ago
  Ethan M b5dec1c4ca Fixed a crash that happened when attempting to select text with left key + shift 12 years ago
  Ivan Safrin 59f6ddce52 Fixed caret not updating when skipping right in the text editor 12 years ago
  Ivan Safrin b402246a60 Merge pull request #247 from CIB/documentation 12 years ago
  Ivan Safrin 7335fd5189 Merge pull request #245 from CIB/cleanup 12 years ago
  cib f89ca06494 Added a doxygen file for PolycodeUI 12 years ago
  cib ecd061af4d Added doxygen comments to PolyUIMenu.h 12 years ago
  cib 2753d88462 Prevent UIMenu from going over the screen in the IDE. 12 years ago
  Ivan Safrin e233f5a67a Merge branch 'master' of https://github.com/ivansafrin/Polycode 12 years ago
  Ivan Safrin bbd27232a4 Added material support to ScreenMesh, ignoreParentMatrix now set to false for collisionOnly entities in 2D physics module 12 years ago
  Ethan M 428490c1c9 Added ability to cut and copy the current line in UITextInput without selecting 12 years ago
  Ivan Safrin 13a2164e84 Merge pull request #243 from CIB/cleanup 12 years ago
  cib f7cf4f15b5 Fixed PAGEUP and ALT on windows. 12 years ago
  cib 1e5b9e3100 Improved the LSHIFT/RSHIFT distinction. 12 years ago
  Ivan Safrin 4db14f5a6a Merge pull request #241 from TheCosmotect/console-history 12 years ago
  Ivan Safrin cb9663c5ce Merge pull request #228 from TheCosmotect/proj-title-fix 12 years ago
  Ivan Safrin a6350079bf Merge pull request #236 from CIB/cleanup 12 years ago
  Ivan Safrin d65ceebb88 Merge pull request #239 from mcclure/frustum 12 years ago
  Ivan Safrin d30258d26a Added new Render/Update separation to Windows Core 12 years ago
  Ivan Safrin e62e6a5a7e Added new Render/Update separation to SDL Core 12 years ago
  Ivan Safrin 56e6d494ff Separated Update and Render in the Core. ATTENTION: YOU MUST NOW CALL updateAndRender() instead of Update() or call Update() and Render() manually. Made 2d physics non-framerate dependant, fixed collision detection in 2d physics, fixed z angle not returning correctly from Matrix4, updated IDE and examples to use the new method. Made new file window slightly bigger, fixed UIButton firing click even on on any key press 12 years ago