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. %!s(int64=9) %!d(string=hai) anos
..
AABB.lua a06f4716dd Finished cleaning up and rewriting the Lua bindings generator, Lua bindings generator now implements an abstracted bindings generator used by the new system %!s(int64=9) %!d(string=hai) anos
AttributeBinding.lua 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) %!s(int64=9) %!d(string=hai) anos
AudioMixer.lua 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) %!s(int64=9) %!d(string=hai) anos
AudioStreamingSource.lua a06f4716dd Finished cleaning up and rewriting the Lua bindings generator, Lua bindings generator now implements an abstracted bindings generator used by the new system %!s(int64=9) %!d(string=hai) anos
BasicFile.lua a06f4716dd Finished cleaning up and rewriting the Lua bindings generator, Lua bindings generator now implements an abstracted bindings generator used by the new system %!s(int64=9) %!d(string=hai) anos
BasicFileProvider.lua a06f4716dd Finished cleaning up and rewriting the Lua bindings generator, Lua bindings generator now implements an abstracted bindings generator used by the new system %!s(int64=9) %!d(string=hai) anos
BezierCurve.lua 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) %!s(int64=9) %!d(string=hai) anos
BezierPoint.lua a06f4716dd Finished cleaning up and rewriting the Lua bindings generator, Lua bindings generator now implements an abstracted bindings generator used by the new system %!s(int64=9) %!d(string=hai) anos
BinaryObjectReader.lua 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) %!s(int64=9) %!d(string=hai) anos
BinaryObjectWriter.lua 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) %!s(int64=9) %!d(string=hai) anos
Bone.lua 3891dfc58f Restored skeletal animation functionality, removed CPU-based skinning, added sameple GPU-skinning material, fixed potential Texture binding crash in renderer, defaulted texture filtering mode to linear %!s(int64=9) %!d(string=hai) anos
BoneTrack.lua 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) %!s(int64=9) %!d(string=hai) anos
Camera.lua 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 :) %!s(int64=9) %!d(string=hai) anos
Color.lua a06f4716dd Finished cleaning up and rewriting the Lua bindings generator, Lua bindings generator now implements an abstracted bindings generator used by the new system %!s(int64=9) %!d(string=hai) anos
ColorRange.lua a06f4716dd Finished cleaning up and rewriting the Lua bindings generator, Lua bindings generator now implements an abstracted bindings generator used by the new system %!s(int64=9) %!d(string=hai) anos
Config.lua 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) %!s(int64=9) %!d(string=hai) anos
ConfigEntry.lua a06f4716dd Finished cleaning up and rewriting the Lua bindings generator, Lua bindings generator now implements an abstracted bindings generator used by the new system %!s(int64=9) %!d(string=hai) anos
Core.lua 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 :) %!s(int64=9) %!d(string=hai) anos
CoreFileExtension.lua a06f4716dd Finished cleaning up and rewriting the Lua bindings generator, Lua bindings generator now implements an abstracted bindings generator used by the new system %!s(int64=9) %!d(string=hai) anos
CoreInput.lua 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 :) %!s(int64=9) %!d(string=hai) anos
CoreMotionEvent.lua 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. %!s(int64=9) %!d(string=hai) anos
CoreMutex.lua 7ba6ae9af6 Fixed issues with concurrent mesh rendering: added submesh support to meshes, geometry now defined in separate MeshGeometry classes, then bound copied into a Mesh, streamlined attribute binding in renderer %!s(int64=9) %!d(string=hai) anos
CoreServices.lua 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) %!s(int64=9) %!d(string=hai) anos
Cubemap.lua a06f4716dd Finished cleaning up and rewriting the Lua bindings generator, Lua bindings generator now implements an abstracted bindings generator used by the new system %!s(int64=9) %!d(string=hai) anos
Data.lua 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 :) %!s(int64=9) %!d(string=hai) anos
DebugBackTraceEntry.lua a06f4716dd Finished cleaning up and rewriting the Lua bindings generator, Lua bindings generator now implements an abstracted bindings generator used by the new system %!s(int64=9) %!d(string=hai) anos
DummyCore.lua 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) %!s(int64=9) %!d(string=hai) anos
Entity.lua 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. %!s(int64=9) %!d(string=hai) anos
EntityProp.lua a06f4716dd Finished cleaning up and rewriting the Lua bindings generator, Lua bindings generator now implements an abstracted bindings generator used by the new system %!s(int64=9) %!d(string=hai) anos
Event.lua 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 :) %!s(int64=9) %!d(string=hai) anos
EventDispatcher.lua 4f70414684 Restored full Lua bindings, integrated Lua bindings into the core and made the script resource loader manage bingings, added ability to attach Lua classes to entities with the Entity passed as bound Lua class %!s(int64=9) %!d(string=hai) anos
EventHandler.lua a06f4716dd Finished cleaning up and rewriting the Lua bindings generator, Lua bindings generator now implements an abstracted bindings generator used by the new system %!s(int64=9) %!d(string=hai) anos
Font.lua a06f4716dd Finished cleaning up and rewriting the Lua bindings generator, Lua bindings generator now implements an abstracted bindings generator used by the new system %!s(int64=9) %!d(string=hai) anos
FontResourceLoader.lua 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) %!s(int64=9) %!d(string=hai) anos
GPUDrawBuffer.lua 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. %!s(int64=9) %!d(string=hai) anos
GPUDrawCall.lua 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. %!s(int64=9) %!d(string=hai) anos
GPUDrawOptions.lua 65c81b8d7d Removed alphaTest from rendering options, added alphatest shaders %!s(int64=9) %!d(string=hai) anos
GlyphData.lua 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) %!s(int64=9) %!d(string=hai) anos
Image.lua 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 :) %!s(int64=9) %!d(string=hai) anos
IndexDataArray.lua a06f4716dd Finished cleaning up and rewriting the Lua bindings generator, Lua bindings generator now implements an abstracted bindings generator used by the new system %!s(int64=9) %!d(string=hai) anos
InputEvent.lua dfc779f79b Generated scripts from merged pull request %!s(int64=9) %!d(string=hai) anos
JSScriptInstance.lua feeae8c67c Proper garbage collection for JavaScript bindings %!s(int64=9) %!d(string=hai) anos
JoystickInfo.lua a06f4716dd Finished cleaning up and rewriting the Lua bindings generator, Lua bindings generator now implements an abstracted bindings generator used by the new system %!s(int64=9) %!d(string=hai) anos
Label.lua 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. %!s(int64=9) %!d(string=hai) anos
LightInfo.lua 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. %!s(int64=9) %!d(string=hai) anos
LightInfoBinding.lua 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. %!s(int64=9) %!d(string=hai) anos
LightShadowInfoBinding.lua 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. %!s(int64=9) %!d(string=hai) anos
LocalShaderParam.lua 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. %!s(int64=9) %!d(string=hai) anos
LuaScriptInstance.lua a06f4716dd Finished cleaning up and rewriting the Lua bindings generator, Lua bindings generator now implements an abstracted bindings generator used by the new system %!s(int64=9) %!d(string=hai) anos
Material.lua 65c81b8d7d Removed alphaTest from rendering options, added alphatest shaders %!s(int64=9) %!d(string=hai) anos
MaterialManager.lua a06f4716dd Finished cleaning up and rewriting the Lua bindings generator, Lua bindings generator now implements an abstracted bindings generator used by the new system %!s(int64=9) %!d(string=hai) anos
MaterialResourceLoader.lua 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) %!s(int64=9) %!d(string=hai) anos
Matrix4.lua 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) %!s(int64=9) %!d(string=hai) anos
Mesh.lua 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 :) %!s(int64=9) %!d(string=hai) anos
MeshGeometry.lua 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) %!s(int64=9) %!d(string=hai) anos
MeshResourceLoader.lua 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) %!s(int64=9) %!d(string=hai) anos
MouseEventResult.lua a06f4716dd Finished cleaning up and rewriting the Lua bindings generator, Lua bindings generator now implements an abstracted bindings generator used by the new system %!s(int64=9) %!d(string=hai) anos
OSFileEntry.lua a06f4716dd Finished cleaning up and rewriting the Lua bindings generator, Lua bindings generator now implements an abstracted bindings generator used by the new system %!s(int64=9) %!d(string=hai) anos
ObjectEntry.lua 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) %!s(int64=9) %!d(string=hai) anos
OpenGLGraphicsInterface.lua a06f4716dd Finished cleaning up and rewriting the Lua bindings generator, Lua bindings generator now implements an abstracted bindings generator used by the new system %!s(int64=9) %!d(string=hai) anos
Perlin.lua a06f4716dd Finished cleaning up and rewriting the Lua bindings generator, Lua bindings generator now implements an abstracted bindings generator used by the new system %!s(int64=9) %!d(string=hai) anos
PhysFSFile.lua a06f4716dd Finished cleaning up and rewriting the Lua bindings generator, Lua bindings generator now implements an abstracted bindings generator used by the new system %!s(int64=9) %!d(string=hai) anos
PhysFSFileProvider.lua a06f4716dd Finished cleaning up and rewriting the Lua bindings generator, Lua bindings generator now implements an abstracted bindings generator used by the new system %!s(int64=9) %!d(string=hai) anos
PolycodeViewBase.lua feeae8c67c Proper garbage collection for JavaScript bindings %!s(int64=9) %!d(string=hai) anos
ProgramAttribute.lua 7ba6ae9af6 Fixed issues with concurrent mesh rendering: added submesh support to meshes, geometry now defined in separate MeshGeometry classes, then bound copied into a Mesh, streamlined attribute binding in renderer %!s(int64=9) %!d(string=hai) anos
ProgramParam.lua 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) %!s(int64=9) %!d(string=hai) anos
ProgramResourceLoader.lua 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) %!s(int64=9) %!d(string=hai) anos
QuatTriple.lua a06f4716dd Finished cleaning up and rewriting the Lua bindings generator, Lua bindings generator now implements an abstracted bindings generator used by the new system %!s(int64=9) %!d(string=hai) anos
Quaternion.lua a06f4716dd Finished cleaning up and rewriting the Lua bindings generator, Lua bindings generator now implements an abstracted bindings generator used by the new system %!s(int64=9) %!d(string=hai) anos
QuaternionCurve.lua 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) %!s(int64=9) %!d(string=hai) anos
Ray.lua 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) %!s(int64=9) %!d(string=hai) anos
Rectangle.lua a06f4716dd Finished cleaning up and rewriting the Lua bindings generator, Lua bindings generator now implements an abstracted bindings generator used by the new system %!s(int64=9) %!d(string=hai) anos
RenderBuffer.lua 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 :) %!s(int64=9) %!d(string=hai) anos
RenderDataArray.lua 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 :) %!s(int64=9) %!d(string=hai) anos
RenderFrame.lua 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) %!s(int64=9) %!d(string=hai) anos
RenderTargetBinding.lua 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. %!s(int64=9) %!d(string=hai) anos
RenderThread.lua 4e1e0e19d9 Memory cleanup fixes %!s(int64=9) %!d(string=hai) anos
RenderThreadDebugInfo.lua a06f4716dd Finished cleaning up and rewriting the Lua bindings generator, Lua bindings generator now implements an abstracted bindings generator used by the new system %!s(int64=9) %!d(string=hai) anos
Renderer.lua 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) %!s(int64=9) %!d(string=hai) anos
RendererPlatformData.lua 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 :) %!s(int64=9) %!d(string=hai) anos
RendererThreadJob.lua feeae8c67c Proper garbage collection for JavaScript bindings %!s(int64=9) %!d(string=hai) anos
Resource.lua 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 :) %!s(int64=9) %!d(string=hai) anos
ResourceManager.lua 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) %!s(int64=9) %!d(string=hai) anos
ResourcePool.lua 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 :) %!s(int64=9) %!d(string=hai) anos
Rotation.lua a06f4716dd Finished cleaning up and rewriting the Lua bindings generator, Lua bindings generator now implements an abstracted bindings generator used by the new system %!s(int64=9) %!d(string=hai) anos
SDLAudioInterface.lua 3891dfc58f Restored skeletal animation functionality, removed CPU-based skinning, added sameple GPU-skinning material, fixed potential Texture binding crash in renderer, defaulted texture filtering mode to linear %!s(int64=9) %!d(string=hai) anos
Scene.lua 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. %!s(int64=9) %!d(string=hai) anos
SceneCurve.lua 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. %!s(int64=9) %!d(string=hai) anos
SceneEntityInstance.lua 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 :) %!s(int64=9) %!d(string=hai) anos
SceneEntityInstanceLayer.lua 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) %!s(int64=9) %!d(string=hai) anos
SceneEntityInstanceResourceEntry.lua 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 :) %!s(int64=9) %!d(string=hai) anos
SceneImage.lua a06f4716dd Finished cleaning up and rewriting the Lua bindings generator, Lua bindings generator now implements an abstracted bindings generator used by the new system %!s(int64=9) %!d(string=hai) anos
SceneLabel.lua 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) %!s(int64=9) %!d(string=hai) anos
SceneLight.lua 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) %!s(int64=9) %!d(string=hai) anos
SceneLine.lua 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) %!s(int64=9) %!d(string=hai) anos
SceneManager.lua 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) %!s(int64=9) %!d(string=hai) anos
SceneMesh.lua 65c81b8d7d Removed alphaTest from rendering options, added alphatest shaders %!s(int64=9) %!d(string=hai) anos
SceneParticle.lua a06f4716dd Finished cleaning up and rewriting the Lua bindings generator, Lua bindings generator now implements an abstracted bindings generator used by the new system %!s(int64=9) %!d(string=hai) anos
SceneParticleEmitter.lua 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 :) %!s(int64=9) %!d(string=hai) anos
ScenePrimitive.lua 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) %!s(int64=9) %!d(string=hai) anos
SceneRenderTexture.lua 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) %!s(int64=9) %!d(string=hai) anos
SceneSound.lua 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) %!s(int64=9) %!d(string=hai) anos
SceneSoundListener.lua a06f4716dd Finished cleaning up and rewriting the Lua bindings generator, Lua bindings generator now implements an abstracted bindings generator used by the new system %!s(int64=9) %!d(string=hai) anos
SceneSprite.lua 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) %!s(int64=9) %!d(string=hai) anos
ScriptInstance.lua 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) %!s(int64=9) %!d(string=hai) anos
ScriptResourceLoader.lua 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) %!s(int64=9) %!d(string=hai) anos
Shader.lua 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) %!s(int64=9) %!d(string=hai) anos
ShaderBinding.lua 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. %!s(int64=9) %!d(string=hai) anos
ShaderPass.lua 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 %!s(int64=9) %!d(string=hai) anos
ShaderPlatformData.lua 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. %!s(int64=9) %!d(string=hai) anos
ShaderProgram.lua 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 :) %!s(int64=9) %!d(string=hai) anos
ShaderRenderTarget.lua 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. %!s(int64=9) %!d(string=hai) anos
Skeleton.lua 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 :) %!s(int64=9) %!d(string=hai) anos
SkeletonAnimation.lua 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 :) %!s(int64=9) %!d(string=hai) anos
Sound.lua 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 :) %!s(int64=9) %!d(string=hai) anos
SoundManager.lua 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) %!s(int64=9) %!d(string=hai) anos
Sprite.lua 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) %!s(int64=9) %!d(string=hai) anos
SpriteFrame.lua a06f4716dd Finished cleaning up and rewriting the Lua bindings generator, Lua bindings generator now implements an abstracted bindings generator used by the new system %!s(int64=9) %!d(string=hai) anos
SpriteSet.lua 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. %!s(int64=9) %!d(string=hai) anos
SpriteState.lua 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. %!s(int64=9) %!d(string=hai) anos
String.lua 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) %!s(int64=9) %!d(string=hai) anos
Texture.lua 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 :) %!s(int64=9) %!d(string=hai) anos
TextureResourceLoader.lua 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) %!s(int64=9) %!d(string=hai) anos
TimeInfo.lua a06f4716dd Finished cleaning up and rewriting the Lua bindings generator, Lua bindings generator now implements an abstracted bindings generator used by the new system %!s(int64=9) %!d(string=hai) anos
Timer.lua a06f4716dd Finished cleaning up and rewriting the Lua bindings generator, Lua bindings generator now implements an abstracted bindings generator used by the new system %!s(int64=9) %!d(string=hai) anos
TimerManager.lua a06f4716dd Finished cleaning up and rewriting the Lua bindings generator, Lua bindings generator now implements an abstracted bindings generator used by the new system %!s(int64=9) %!d(string=hai) anos
TouchInfo.lua a06f4716dd Finished cleaning up and rewriting the Lua bindings generator, Lua bindings generator now implements an abstracted bindings generator used by the new system %!s(int64=9) %!d(string=hai) anos
Vector2.lua a06f4716dd Finished cleaning up and rewriting the Lua bindings generator, Lua bindings generator now implements an abstracted bindings generator used by the new system %!s(int64=9) %!d(string=hai) anos
Vector3.lua a06f4716dd Finished cleaning up and rewriting the Lua bindings generator, Lua bindings generator now implements an abstracted bindings generator used by the new system %!s(int64=9) %!d(string=hai) anos
Vector4.lua a06f4716dd Finished cleaning up and rewriting the Lua bindings generator, Lua bindings generator now implements an abstracted bindings generator used by the new system %!s(int64=9) %!d(string=hai) anos
VertexDataArray.lua a06f4716dd Finished cleaning up and rewriting the Lua bindings generator, Lua bindings generator now implements an abstracted bindings generator used by the new system %!s(int64=9) %!d(string=hai) anos
VideoModeChangeInfo.lua a06f4716dd Finished cleaning up and rewriting the Lua bindings generator, Lua bindings generator now implements an abstracted bindings generator used by the new system %!s(int64=9) %!d(string=hai) anos