Ivan Safrin
|
fee8794a2d
Fixed lights, lights are now sent to the draw buffer via their Render method and do not require to be added to the Scene as addLight, which has now been removed. Fixed shadowmap rendering. Added castsShadows flag to entities. Fixed entity editor gizmos not rendering. Fixed SceneCurves not rendering.
|
9 lat temu |
Ivan Safrin
|
4671d4143f
Removed CoreServices from the codebase. Removed Timer and TimerManager, removed Tween and TweenManager, made entity Update function take elapsed time, made SceneLabels force material in constructor, UI components now require an explicit resource pool pointer and core passed in constructor. Probably broke a lot of stuff :)
|
9 lat temu |
Ivan Safrin
|
09c56bd5e7
Removed SceneManager, fixed reliance on Scene pointers throughout codebase, removed render calls from the core and made rendering a manual operation, started updating script bindings to use shared pointers (broke scripting and lighting)
|
9 lat temu |
Ivan Safrin
|
046023694b
Static member support in JavaScript bindings
|
9 lat temu |
Ivan Safrin
|
88d4e141fa
Javascript binding updates, added proper constructors, static method support, Polycode Services in global JavaScript scope, made default Texture filtering set to linear, added a simpler SceneLabel constructor
|
9 lat temu |
Ivan Safrin
|
b0851c5e0d
Removed MaterialManager, made all material/shader and program management happen in ResourcePools, removed FontGlyphSheet and SceneImage classes from the codebase. Made all internal resources management and interaction use shared_ptr, renderer resources (shaders, programs, buffers, etc.) now created by the renderer only when used for the first time and deleted automatically in destructor.
|
9 lat temu |
Ivan Safrin
|
e6fecb1054
Fixed rendering memory leak
|
9 lat temu |
Ivan Safrin
|
feeae8c67c
Proper garbage collection for JavaScript bindings
|
9 lat temu |
Ivan Safrin
|
24a8d24298
JavaScript binding getters and setters for properties, fixed JS script to entity bindings, still no GC considerations
|
9 lat temu |
Ivan Safrin
|
1fb99871ad
First pass at automatic JavaScript bindings generation (no returns, instantiations, GC yet), added ability to include JS scripts from file sources, fixed crash on JavaScript error
|
9 lat temu |