Ivan Safrin
|
7cd3a8c427
Added ability to edit the root entity of an entity file in the IDE entity editor (automatically selectes when nothing else is selected or selected via tree)
|
10 gadi atpakaļ |
Ivan Safrin
|
1659aa47ce
Text input fields now select all on gaining focus, invisible and/or disabled UI elements will no longer focus on tab, added support for disabling focus elements when their parent prop is disabled, primitive sheet in IDE entity editor will not tab through disabled fields now
|
10 gadi atpakaļ |
Ivan Safrin
|
14ff32c986
Added ability to register focus child without adding it to the UI element, separete groups of focusable elements now tab through seamlessly in IDE prop sheets, moved some more IDE inputs to be tabbable
|
10 gadi atpakaļ |
Ivan Safrin
|
b4b8130dad
Update focusing in UI module, focusable UI elements must now be explicitly added with addFocusChild. UI elements will now properly cycle focus when user presses tab key, updated IDE in most places to use addFocusChild
|
10 gadi atpakaļ |
Ivan Safrin
|
3837e0f9ea
Added additional image loading support via stb_image. Polycode can now load PNG,JPG,TGA,PSD rgba images and Radiance HDR floating point images. Polycode IDE will now load newly supported file formats and allow to browse for them in the asset browser. Polycode entity editor now has SceneMesh settings for alpha testing and backface culling, which are now saved in the entity file format
|
10 gadi atpakaļ |
Ivan Safrin
|
92920fd47d
Tweaked binding generation to allow for receiving charCode from InputEvent in Lua, added an option for SceneSounds to play and loop automatically when loaded as part of a SceneEntityInstance, added an option for it to the entity editor in the IDE
|
11 gadi atpakaļ |
Ivan Safrin
|
4c3720bfed
Added a SceneMesh sheet for entity editor, made SceneMeshes that have VBOs and a skeleton not use VBOs unless the setting to send bone matrices to the material is on
|
11 gadi atpakaļ |
Ivan Safrin
|
0b1b425be1
Added a SceneCurve class to render/place BezierCurves in the Scene, added bezier curve editing and SceneCurve save/load to IDE entity editor, added a message box popup to the IDE, fixed bounding box calculations in camera and light preview gizmos in the entity editor, fixed bounding box calculation in the entity editor grid
|
11 gadi atpakaļ |
Ivan Safrin
|
ff1e978028
Saving and loading of new sprites in the entity editor, cloning of new sprites, added a random starting frame parameter to new sprites
|
11 gadi atpakaļ |
Ivan Safrin
|
207ed4ddbf
Added new SceneSprite into Polycode proper, made SpriteSets into ResourcePools, added ability to link SpriteSets to entities in entity editor, adding sprites now looks for sprites in linked resource pools
|
11 gadi atpakaļ |
Ivan Safrin
|
0897b049d7
Material preview box in material prop in the IDE
|
11 gadi atpakaļ |
Joachim Meyer
|
23cb86ad3a
IDE build failed because of "'LayerProp::layerID' : only static const integral data members can be initialized within a class" it is fixing this
|
11 gadi atpakaļ |
Ivan Safrin
|
7834ea4719
Bezier curve based animation now properly samples curves based on x (not t) except for quaternion curve animations, entity mouse events now contain ray depth information, entity editor will now select closest entity at first click, added visibility layers to SceneEntityInstance and visibility layer sheets to the entity editor
|
11 gadi atpakaļ |
Ivan Safrin
|
110ca74a1d
Added bounding box visualization to entity editor, added bounding box field to entity prop sheet, changed sprite editor zoom to a slider instead of a drop down
|
11 gadi atpakaļ |
Ivan Safrin
|
84b00735e9
Fixed cubemap editor crashing on empty cubemaps, fixed post effect editor not laying out sheets properly
|
12 gadi atpakaļ |
Ivan Safrin
|
dffed96631
Moved light sorting to renderer from shader module, fixed light sorting, renamed area lights to point lights everywhere in the code base, added light importance option to SceneLight prop sheet in entity editor, light importance now saved and loaded into entity instances
|
12 gadi atpakaļ |
Ivan Safrin
|
b45e295a6c
Prevented material shader option sheets from crashing on Undo and Redo
|
12 gadi atpakaļ |
Ivan Safrin
|
6b29115c1e
Fixed post filter editor not displaying texture bindings sheet correctly
|
12 gadi atpakaļ |
Ivan Safrin
|
489b0ef551
Restored custom entity properties sheet in the entity editor, made custom entity property entries resize properly
|
12 gadi atpakaļ |
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 gadi atpakaļ |
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 gadi atpakaļ |
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 gadi atpakaļ |
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 gadi atpakaļ |
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 gadi atpakaļ |
Ivan Safrin
|
77571cf6a5
Added ability to add cameras in the scene editor, added camera property sheet, camera icons
|
12 gadi atpakaļ |
Ivan Safrin
|
fc7d880132
Adding sounds in scene editor, hooked up sound prop sheet
|
12 gadi atpakaļ |
Ivan Safrin
|
892aa11319
Adding sprite in scene editor, sprite sheet prop, added ability to set sprite size explicitly
|
12 gadi atpakaļ |
Ivan Safrin
|
496961ce73
Fixed shader texture prop sheet, added scene label prop sheet
|
12 gadi atpakaļ |
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 gadi atpakaļ |
Ivan Safrin
|
b7d3d5b096
Added SceneLight property sheet to editor, made Project/Unproject take a viewport parameter in Renderer, UI tweaks
|
12 gadi atpakaļ |