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