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

Автор SHA1 Сообщение Дата
  cib ca960570c6 Fixed a GL issue on windows. 12 лет назад
  cib f837b5f2bb Implemented OSBasics::fileTime on windows 12 лет назад
  Ivan Safrin 7bdba54c0c Improved zoom tool in the IDE screen editor 12 лет назад
  Ivan Safrin a0d3e3b9f2 Disabled built tool output in console, added a checkbox in screen editor to show and hide reference entities 12 лет назад
  Ivan Safrin 417411fd03 Resource now subclasses EventDispatcher, broadcasts RESOURCE_RELOAD_EVENT event on reload, made ScreenEntityInstance register a resource entry for themselves, implemented ScreenEntityInstance reload on file change. IDE screen editor will now reload linked entities when they change. 12 лет назад
  Ivan Safrin aca1fa37a4 Fixed resource paths not setting correctly for textures, added texture resource reload, made images in IDE editors reload on change. 12 лет назад
  Ivan Safrin 073af0bbef Added an optional flag for resource autoreload. Added getFileTime function to OSBasics. Implemented resource reload for GLSL programs. Made the material editor flag custom shader programs to reload when changed. Refactored some shader code 12 лет назад
  Ivan Safrin 1733f6fb3d Added an instance of the Logger to CoreServices and added a nonstatic log method called logBroadcast that dispatches a notify event from the Logger instance so that they can be printed to listening consoles. Made the GLSL module use the log broadcast for its error message. Made IDE console listen to Logger broadcasts. 12 лет назад
  Ivan Safrin dfd27ddab3 Added a shader clearing call in ScreenMesh rendering, fixed zlib URL 12 лет назад
  Ivan Safrin 6d3bd82faf Merge pull request #258 from CIB/documentation 12 лет назад
  Ivan Safrin 34f312d7dd Merge pull request #259 from CIB/cleanup 12 лет назад
  Ivan Safrin 1ee703fa48 Merge pull request #265 from CIB/less-memory 12 лет назад
  cib ccf895f6f0 Converted Entity::tags to a pointer. 12 лет назад
  cib bca3c92113 Removed Entity::qPitch/Yaw/Roll 12 лет назад
  cib d48451256f Added more safety checks to config loading for PolycodeProject 12 лет назад
  cib d3d17c13ea Fixed small naming issue. 12 лет назад
  cib 48ba85335c Added type-safety helpers to ObjectEntry 12 лет назад
  cib 7963171175 Updated core cmake files to not rebuild stuff that is up to date. 12 лет назад
  cib 7198dc71f9 Added an index file to doxygen to interlink modules. 12 лет назад
  cib 16bb6c43bb Added doxygen comments to PolyUIScrollContainer.h 12 лет назад
  Ivan Safrin 375127e4dc Added 'Close File' to IDE menu in Windows and Linux, made the text editor convert Windows line endings to Unix 12 лет назад
  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 лет назад
  Ivan Safrin 1ec5c2f0fe Added file names to texture props 12 лет назад
  Ivan Safrin 2bec0d0f56 Material editor now sets document changed flags 12 лет назад
  Ivan Safrin 9e616d75be IDE will now close files associated with the a project when that project is closed 12 лет назад
  Ivan Safrin 8275c69b9c Added basic syntax highlighting for GLSL 12 лет назад
  Ivan Safrin 1cca83a2c1 Prevent editor from getting copy/paste events if deactivated 12 лет назад
  Ivan Safrin 6c406f325a Rewrote material editor to use IDE property sheets 12 лет назад
  Ivan Safrin c76f79b627 Fixed material editor changing names in the material browser incorrectly 12 лет назад
  Ivan Safrin 8912d89935 Moved physics event dispatching to fire after every Step() call, not after all Step() calls are complete 12 лет назад