Commit History

Author SHA1 Message Date
  cib 16bb6c43bb Added doxygen comments to PolyUIScrollContainer.h 12 years ago
  Ivan Safrin 375127e4dc Added 'Close File' to IDE menu in Windows and Linux, made the text editor convert Windows line endings to Unix 12 years ago
  Ivan Safrin 403c82ffdb New material editor, started on shader editor (doesnt save yet), rewrote some internal shader stuff to be more streamlined, fixed Label not redrawing correctly after setting size or font, fix for paths with spaces in executeExternalCommand and IDE on Linux and Mac, made 2D template use an entity2d file, fixed new file and new project dialog buttons firing while invisible 12 years ago
  Ivan Safrin 1ec5c2f0fe Added file names to texture props 12 years ago
  Ivan Safrin 2bec0d0f56 Material editor now sets document changed flags 12 years ago
  Ivan Safrin 9e616d75be IDE will now close files associated with the a project when that project is closed 12 years ago
  Ivan Safrin 8275c69b9c Added basic syntax highlighting for GLSL 12 years ago
  Ivan Safrin 1cca83a2c1 Prevent editor from getting copy/paste events if deactivated 12 years ago
  Ivan Safrin 6c406f325a Rewrote material editor to use IDE property sheets 12 years ago
  Ivan Safrin c76f79b627 Fixed material editor changing names in the material browser incorrectly 12 years ago
  Ivan Safrin 8912d89935 Moved physics event dispatching to fire after every Step() call, not after all Step() calls are complete 12 years ago
  Ivan Safrin bd60b62ca1 Added .vert and .frag to list of extensions openable by text editor in IDE 12 years ago
  Ivan Safrin f48d66d586 Added a dummy file so that the tags folder gets created automatically 12 years ago
  Ivan Safrin d28fada75c Merge pull request #249 from CIB/documentation 12 years ago
  Ivan Safrin 9cf2267461 Merge pull request #244 from TheCosmotect/copycut 12 years ago
  Ivan Safrin 6b50498a75 Merge pull request #248 from TheCosmotect/left-select-fix 12 years ago
  Ivan Safrin b173ad82b8 Merge pull request #251 from CIB/cleanup 12 years ago
  Ivan Safrin e0c3262f24 Merge pull request #252 from CIB/file 12 years ago
  cib 2197c08b01 Implemented OSBasics::fileExists 12 years ago
  cib 4c6685599c Fixed the doxygen string for UITextInput::insertLine 12 years ago
  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