Commit History

Author SHA1 Message Date
  Ivan Safrin 871baa107f Fixed crash on deleting entities in entity editor 12 years ago
  Ivan Safrin eb7251a394 Fixed vertical plane primitive not generating tangents, added a way to enable and disable particle emitters, fixed a number of crashes in the IDE, memory cleanup in the IDE, shaders now reload again if program files are changed and reload resources is activated, asset browser now clears asset list if asset browsing mode is changed, material options now update if you change a mesh material in the entity editor. 12 years ago
  Ivan Safrin 568218f268 UAdded Undo/Redo support for select, transform, create and delete actions in entity editor, fixed torus bounding box 12 years ago
  Ivan Safrin fe21b9fa92 Added hasEventListener and addEventListenerUnique convenience methods to EventDispatcher, linked entities will now update properly in the entity editor when the source file changes 12 years ago
  Ivan Safrin 48b186021c Entity Instances will now reload in the entity editor when the linked file is re-saved 12 years ago
  Ivan Safrin bfd0de6096 Implemented Clone/applyClone for all Scene entities;2C, implemented Copy/Paste in the Entity editor, fixed some redundant shader parameter code 12 years ago
  Ivan Safrin 2af6917d67 Added ability to specify an override material in Scene, added wireframe option to materials, added flag to applyMaterial to force the material and ignore override material, added default wireframe material, added ability to toggle lighting in the entity editor, added ability to change between textured, solid and wireframe modes in entity editor 12 years ago
  Ivan Safrin e0228cb5d3 Added ability to add entities into other entities in the entity editor, fixed removal of linked resource pools from entity property view, added shortcut to deselect all in entity editor (KEY_ESCAPE) 12 years ago
  Ivan Safrin 78a310b2b5 Added support for turning off key repeat in CoreInput, SceneLights will now remove themselves from the Scene in their destructor, Entity editor will now ignore shortcuts if not focused, added support for constraining Scene input to the camera viewport, entity editor will now ignore mouse input outside of its scene viewport 12 years ago
  Ivan Safrin 869709885e Added resource pools to resource manager, assets can now be loaded into the global resource pool or custom resource pools, added support for resource pool linking in SceneEntityInstance, added support for resource pool browsing to AssetBrowser, changed material selector to use resource pools via AssetBrowser, added UI for linking material files as resource pools to the current entity, added a tree scene view to the entity editor. 12 years ago
  Ivan Safrin 30bcbf7fd2 Added UIIconSelector control to UI library, added UI assets for UIIconSelector to IDE and default themes, made transform gizmo controls use the new UI control, added a tree view to the entity editor, redid some icons in the entity editor to look better on the UIIconSelector control 12 years ago
  Ivan Safrin ec27b396e7 Added sound recording support to SoundManager, added ability to save frame buffers to images, fixed bug in OSBasics that broke on some paths, added retina support to fullscreen mode on the Mac, added new UI retina and tweaked themes to the default assets, added floating point PCM buffer generation support for Sounds loaded from memory, added file of new entity format to be the new default Entity template in the IDE, minor UI tweaks. 12 years ago
  Ivan Safrin 88c42a25b1 Fixed bug with SceneLabel entity saving binding extra textures, sped up mesh rendering a bit, fixed scene manager calling an extra update loop for virtual scenes 12 years ago
  Ivan Safrin 0ed9d27bda Saving and loading particle systems in entity editor, tweaked particle shader to take into account vertex color alpha 12 years ago
  Ivan Safrin 2b14c3ddbf Fixed transform gizmo getting stuck in view move mode, saving and loading for SceneSounds, Cameras, empty Entities and SceneLabels in entity editor 12 years ago
  Ivan Safrin 160aaeedf5 Implemented saving and loading of most of the entity editor entity types, cleaned up some old shader code 12 years ago
  Ivan Safrin 06a3fab45c Fixed icon and transform gizmo scaling in 2d mode in entity editor, fixed icon and transform gizmo scaling jerkiness 12 years ago
  Ivan Safrin 17b41fdfc5 Scene::addLight() will no longer add the light as a child to the root entity, single point entities are now selected via their icon to assure constant hit area 12 years ago
  Ivan Safrin 5baf7dc815 Fixed some property sheets, entity selection will now cycle through entities under cursor on repeated clicks 12 years ago
  Ivan Safrin 722a6bc095 Fixed spotlight calculation in default shaders, added all default shaders as default materials, added spotlight visualizer to the entity editor, fixed some light prop sheet values 12 years ago
  Ivan Safrin 8127c29e29 Cameras now have an ortho sizing mode (manual, lock height, lock width and viewport), added camera preview window to IDE entity editor, camera visualizer in entity editor now correctly shows ortho mode dimensions, added camera ortho size controls to camera prop sheet, made camera prop sheet hide unnecessary parameters, editor prop sheets will now automatically set their vertical size 12 years ago
  Ivan Safrin 3c419a0c53 Added a camera fov frustum visualizer to the 3d editor 12 years ago
  Ivan Safrin 02272793af Removed Polygon from Polycode, meshes now contain vertices directly 12 years ago
  Ivan Safrin 77571cf6a5 Added ability to add cameras in the scene editor, added camera property sheet, camera icons 12 years ago
  Ivan Safrin fc7d880132 Adding sounds in scene editor, hooked up sound prop sheet 12 years ago
  Ivan Safrin e01d62912b Added icon for empty entities in scene editor, fixed non retina icons in scene editor, added ability to add empty entity in scene editor 12 years ago
  Ivan Safrin 892aa11319 Adding sprite in scene editor, sprite sheet prop, added ability to set sprite size explicitly 12 years ago
  Ivan Safrin 496961ce73 Fixed shader texture prop sheet, added scene label prop sheet 12 years ago
  Ivan Safrin fa1b054f01 Rewrote the particle system to use a single mesh instead of multiple entities, added a particle system property sheet to IDE editor 12 years ago
  Ivan Safrin b7d3d5b096 Added SceneLight property sheet to editor, made Project/Unproject take a viewport parameter in Renderer, UI tweaks 12 years ago