Ivan Safrin
|
37a40fefe1
Bugfixes across the codebase, fixed numerous memory leaks, SceneEntityInstances can now load assets into a resource pool explicitly, which can then be unloaded to remove all traces of loaded resources for an entity instance
|
10 年 前 |
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 年 前 |
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 年 前 |
Ivan Safrin
|
d9d7ff88d6
Fixed distance not being returned properly in ray/box intersection code, made editor icons lower resolution and smaller
|
11 年 前 |
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 年 前 |
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 年 前 |
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 年 前 |
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 年 前 |
Ivan Safrin
|
07b4f6c9c1
Added a simple resource pool subscription system, resource pools are now shared between entity editors and material editor, materials will update in entity editors when changed in the material editor
|
11 年 前 |
Ivan Safrin
|
42004fd032
Fixed entity scene importing in polyimport, added material file generation and material override options to entity scene import, added proper options to 3d asset import dialog in the IDE, entity files now store rotations in quaternions
|
11 年 前 |
Ivan Safrin
|
4cb18f7521
Rewrote and fixed frustum culling, added Vector4 class, added AABB calculation to entities, made local bounding box protected and added accessors, fixed bounding box generation across the board, moved some mesh related settings from Entity to SceneMesh, fixed world-space particles, added visibility calculation toggles to Scenes
|
12 年 前 |
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 年 前 |
Ivan Safrin
|
5345dbe0f1
Added a trigger method to the particle system, added an accessor for the top level resource pool in the entity instance
|
12 年 前 |
Ivan Safrin
|
be5e070c9b
Adjusted doxygen web templates for the new Polycode site, added trackPhysicsChild to PhysicsScene
|
12 年 前 |
Bill Robinson
|
2622a60861
Changed Camera projection mode to just be an int and added a bit more explanation.
|
12 年 前 |
Bill Robinson
|
cd7aefd2d9
Added frustum support from Camera. Cleaned up projection code a bit.
|
12 年 前 |
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 年 前 |
Ivan Safrin
|
48b186021c
Entity Instances will now reload in the entity editor when the linked file is re-saved
|
12 年 前 |
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 年 前 |
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 年 前 |
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 年 前 |
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 年 前 |
Ivan Safrin
|
0ed9d27bda
Saving and loading particle systems in entity editor, tweaked particle shader to take into account vertex color alpha
|
12 年 前 |
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 年 前 |
Ivan Safrin
|
160aaeedf5
Implemented saving and loading of most of the entity editor entity types, cleaned up some old shader code
|
12 年 前 |
Ivan Safrin
|
f85e1327f5
Added SceneSprite and SceneEntityInstance, the IDE is running again (sort of)
|
12 年 前 |