История коммитов

Автор SHA1 Сообщение Дата
  Ivan Safrin 8912d89935 Moved physics event dispatching to fire after every Step() call, not after all Step() calls are complete 12 лет назад
  Ivan Safrin bd60b62ca1 Added .vert and .frag to list of extensions openable by text editor in IDE 12 лет назад
  Ivan Safrin f48d66d586 Added a dummy file so that the tags folder gets created automatically 12 лет назад
  Ivan Safrin d28fada75c Merge pull request #249 from CIB/documentation 12 лет назад
  Ivan Safrin 9cf2267461 Merge pull request #244 from TheCosmotect/copycut 12 лет назад
  Ivan Safrin 6b50498a75 Merge pull request #248 from TheCosmotect/left-select-fix 12 лет назад
  Ivan Safrin b173ad82b8 Merge pull request #251 from CIB/cleanup 12 лет назад
  Ivan Safrin e0c3262f24 Merge pull request #252 from CIB/file 12 лет назад
  cib 2197c08b01 Implemented OSBasics::fileExists 12 лет назад
  cib 4c6685599c Fixed the doxygen string for UITextInput::insertLine 12 лет назад
  cib b3dd313226 Optimized PolyUITextInput::insertLine 12 лет назад
  Ivan Safrin 438a160ccf Added platformer game example to Lua examples 12 лет назад
  Ivan Safrin 37266b8e9d Added getScreenEntityById and getScreenEntitiesByTag helper accessors to ScreenEntity 12 лет назад
  Ivan Safrin bb3204a27a Added clampDefault and mipmapsDefault settings to MaterialManager to set the texture clamping and mimap generation defaults 12 лет назад
  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 лет назад
  cib faad50deb0 Added tagfile generation to doxygen files. 12 лет назад
  cib f8fb6a7a3d Added doxygen comments to PolyUITextInput.h 12 лет назад
  Ethan M 08a4605749 switched to max() to make sure colEnd arg >= 0 (instead of if testing) 12 лет назад
  Ivan Safrin b548bbaf1e Made labels not re-render if text and color are the same 12 лет назад
  Ivan Safrin 5e9aebe160 Added ENTITY_CAPSULE and ENTITY_TRIPLE_CIRCLE entity types to 2d physics 13 лет назад
  Ethan M b5dec1c4ca Fixed a crash that happened when attempting to select text with left key + shift 13 лет назад
  Ivan Safrin 59f6ddce52 Fixed caret not updating when skipping right in the text editor 13 лет назад
  Ivan Safrin b402246a60 Merge pull request #247 from CIB/documentation 13 лет назад
  Ivan Safrin 7335fd5189 Merge pull request #245 from CIB/cleanup 13 лет назад
  cib f89ca06494 Added a doxygen file for PolycodeUI 13 лет назад
  cib ecd061af4d Added doxygen comments to PolyUIMenu.h 13 лет назад
  cib 2753d88462 Prevent UIMenu from going over the screen in the IDE. 13 лет назад
  Ivan Safrin e233f5a67a Merge branch 'master' of https://github.com/ivansafrin/Polycode 13 лет назад
  Ivan Safrin bbd27232a4 Added material support to ScreenMesh, ignoreParentMatrix now set to false for collisionOnly entities in 2D physics module 13 лет назад
  Ethan M 428490c1c9 Added ability to cut and copy the current line in UITextInput without selecting 13 лет назад