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 years ago
..
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 9 years ago
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) 9 years ago
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) 9 years ago
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 9 years ago
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 9 years ago
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 9 years ago
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) 9 years ago
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 9 years ago
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) 9 years ago
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) 9 years ago
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 9 years ago
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) 9 years ago
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 :) 9 years ago
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 9 years ago
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 9 years ago
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) 9 years ago
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 9 years ago
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 :) 9 years ago
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 9 years ago
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 :) 9 years ago
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. 9 years ago
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 9 years ago
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) 9 years ago
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 9 years ago
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 :) 9 years ago
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 9 years ago
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) 9 years ago
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. 9 years ago
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 9 years ago
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 :) 9 years ago
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 9 years ago
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 9 years ago
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 9 years ago
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) 9 years ago
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. 9 years ago
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. 9 years ago
GPUDrawOptions.lua 65c81b8d7d Removed alphaTest from rendering options, added alphatest shaders 9 years ago
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) 9 years ago
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 :) 9 years ago
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 9 years ago
InputEvent.lua dfc779f79b Generated scripts from merged pull request 9 years ago
JSScriptInstance.lua feeae8c67c Proper garbage collection for JavaScript bindings 9 years ago
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 9 years ago
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. 9 years ago
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. 9 years ago
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. 9 years ago
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. 9 years ago
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. 9 years ago
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 9 years ago
Material.lua 65c81b8d7d Removed alphaTest from rendering options, added alphatest shaders 9 years ago
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 9 years ago
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) 9 years ago
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) 9 years ago
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 :) 9 years ago
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) 9 years ago
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) 9 years ago
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 9 years ago
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 9 years ago
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) 9 years ago
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 9 years ago
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 9 years ago
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 9 years ago
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 9 years ago
PolycodeViewBase.lua feeae8c67c Proper garbage collection for JavaScript bindings 9 years ago
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 9 years ago
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) 9 years ago
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) 9 years ago
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 9 years ago
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 9 years ago
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) 9 years ago
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) 9 years ago
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 9 years ago
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 :) 9 years ago
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 :) 9 years ago
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) 9 years ago
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. 9 years ago
RenderThread.lua 4e1e0e19d9 Memory cleanup fixes 9 years ago
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 9 years ago
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) 9 years ago
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 :) 9 years ago
RendererThreadJob.lua feeae8c67c Proper garbage collection for JavaScript bindings 9 years ago
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 :) 9 years ago
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) 9 years ago
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 :) 9 years ago
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 9 years ago
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 9 years ago
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. 9 years ago
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. 9 years ago
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 :) 9 years ago
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) 9 years ago
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 :) 9 years ago
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 9 years ago
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) 9 years ago
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) 9 years ago
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) 9 years ago
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) 9 years ago
SceneMesh.lua 65c81b8d7d Removed alphaTest from rendering options, added alphatest shaders 9 years ago
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 9 years ago
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 :) 9 years ago
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) 9 years ago
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) 9 years ago
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) 9 years ago
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 9 years ago
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) 9 years ago
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) 9 years ago
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) 9 years ago
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) 9 years ago
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. 9 years ago
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 9 years ago
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. 9 years ago
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 :) 9 years ago
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. 9 years ago
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 :) 9 years ago
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 :) 9 years ago
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 :) 9 years ago
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) 9 years ago
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) 9 years ago
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 9 years ago
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. 9 years ago
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. 9 years ago
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) 9 years ago
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 :) 9 years ago
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) 9 years ago
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 9 years ago
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 9 years ago
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 9 years ago
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 9 years ago
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 9 years ago
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 9 years ago
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 9 years ago
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 9 years ago
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 9 years ago