Cameron Hart d2fde9fc99 Converted string to store as UTF-8 since the majority of the time this is how it's used. Now strings can be passed as const reference parameters which greatly reduces the amount of string copying being performed. 14 years ago
..
BezierCurve.lua 30d0f0841f Particle emitter and 2D Physics fixes 14 years ago
BezierPathTween.lua ea513e36b8 More code cleanup, documentation, polycode build tool fixes and player fixes 14 years ago
Bone.lua d2fde9fc99 Converted string to store as UTF-8 since the majority of the time this is how it's used. Now strings can be passed as const reference parameters which greatly reduces the amount of string copying being performed. 14 years ago
BoneTrack.lua 0ea079f5f6 Added two new default shaders, fixed up particle systems, binding generation will now include public class members that are not pointers. 14 years ago
Camera.lua d2fde9fc99 Converted string to store as UTF-8 since the majority of the time this is how it's used. Now strings can be passed as const reference parameters which greatly reduces the amount of string copying being performed. 14 years ago
Color.lua ea513e36b8 More code cleanup, documentation, polycode build tool fixes and player fixes 14 years ago
Config.lua d2fde9fc99 Converted string to store as UTF-8 since the majority of the time this is how it's used. Now strings can be passed as const reference parameters which greatly reduces the amount of string copying being performed. 14 years ago
Core.lua d2fde9fc99 Converted string to store as UTF-8 since the majority of the time this is how it's used. Now strings can be passed as const reference parameters which greatly reduces the amount of string copying being performed. 14 years ago
CoreInput.lua 30d0f0841f Particle emitter and 2D Physics fixes 14 years ago
CoreServices.lua 30d0f0841f Particle emitter and 2D Physics fixes 14 years ago
Cubemap.lua ea513e36b8 More code cleanup, documentation, polycode build tool fixes and player fixes 14 years ago
Data.lua d2fde9fc99 Converted string to store as UTF-8 since the majority of the time this is how it's used. Now strings can be passed as const reference parameters which greatly reduces the amount of string copying being performed. 14 years ago
Entity.lua 7fe8f5c173 Made a lot of read only methods const and parameters const reference where possible to avoid copies. 14 years ago
Event.lua 7fe8f5c173 Made a lot of read only methods const and parameters const reference where possible to avoid copies. 14 years ago
EventDispatcher.lua ea513e36b8 More code cleanup, documentation, polycode build tool fixes and player fixes 14 years ago
EventHandler.lua ea513e36b8 More code cleanup, documentation, polycode build tool fixes and player fixes 14 years ago
FixedShader.lua 30d0f0841f Particle emitter and 2D Physics fixes 14 years ago
FixedShaderBinding.lua d2fde9fc99 Converted string to store as UTF-8 since the majority of the time this is how it's used. Now strings can be passed as const reference parameters which greatly reduces the amount of string copying being performed. 14 years ago
Font.lua e916d58a2a Updated Lua wrappers - fixes compile error. 14 years ago
FontManager.lua d2fde9fc99 Converted string to store as UTF-8 since the majority of the time this is how it's used. Now strings can be passed as const reference parameters which greatly reduces the amount of string copying being performed. 14 years ago
GLSLProgram.lua f4baf7df63 Added default shaders, fixed GLSL shader calls, made GLSL part of core, added positional sound support. 14 years ago
GLSLShader.lua f4baf7df63 Added default shaders, fixed GLSL shader calls, made GLSL part of core, added positional sound support. 14 years ago
GLSLShaderBinding.lua f4baf7df63 Added default shaders, fixed GLSL shader calls, made GLSL part of core, added positional sound support. 14 years ago
GLSLShaderModule.lua f4baf7df63 Added default shaders, fixed GLSL shader calls, made GLSL part of core, added positional sound support. 14 years ago
GenericScene.lua 5f2a5232c4 More code cleanup 15 years ago
Image.lua d2fde9fc99 Converted string to store as UTF-8 since the majority of the time this is how it's used. Now strings can be passed as const reference parameters which greatly reduces the amount of string copying being performed. 14 years ago
InputEvent.lua 30d0f0841f Particle emitter and 2D Physics fixes 14 years ago
Label.lua d2fde9fc99 Converted string to store as UTF-8 since the majority of the time this is how it's used. Now strings can be passed as const reference parameters which greatly reduces the amount of string copying being performed. 14 years ago
Logger.lua ea513e36b8 More code cleanup, documentation, polycode build tool fixes and player fixes 14 years ago
Material.lua d2fde9fc99 Converted string to store as UTF-8 since the majority of the time this is how it's used. Now strings can be passed as const reference parameters which greatly reduces the amount of string copying being performed. 14 years ago
MaterialManager.lua d2fde9fc99 Converted string to store as UTF-8 since the majority of the time this is how it's used. Now strings can be passed as const reference parameters which greatly reduces the amount of string copying being performed. 14 years ago
Matrix4.lua 30d0f0841f Particle emitter and 2D Physics fixes 14 years ago
Mesh.lua d2fde9fc99 Converted string to store as UTF-8 since the majority of the time this is how it's used. Now strings can be passed as const reference parameters which greatly reduces the amount of string copying being performed. 14 years ago
OSBasics.lua d2fde9fc99 Converted string to store as UTF-8 since the majority of the time this is how it's used. Now strings can be passed as const reference parameters which greatly reduces the amount of string copying being performed. 14 years ago
OSFILE.lua ea513e36b8 More code cleanup, documentation, polycode build tool fixes and player fixes 14 years ago
OSFileEntry.lua ea513e36b8 More code cleanup, documentation, polycode build tool fixes and player fixes 14 years ago
ObjectEntry.lua d2fde9fc99 Converted string to store as UTF-8 since the majority of the time this is how it's used. Now strings can be passed as const reference parameters which greatly reduces the amount of string copying being performed. 14 years ago
OpenGLCubemap.lua ea513e36b8 More code cleanup, documentation, polycode build tool fixes and player fixes 14 years ago
Particle.lua 0ea079f5f6 Added two new default shaders, fixed up particle systems, binding generation will now include public class members that are not pointers. 14 years ago
ParticleEmitter.lua e916d58a2a Updated Lua wrappers - fixes compile error. 14 years ago
Perlin.lua ea513e36b8 More code cleanup, documentation, polycode build tool fixes and player fixes 14 years ago
PolycodeModule.lua ea513e36b8 More code cleanup, documentation, polycode build tool fixes and player fixes 14 years ago
PolycodeViewBase.lua f4baf7df63 Added default shaders, fixed GLSL shader calls, made GLSL part of core, added positional sound support. 14 years ago
Polygon.lua 30d0f0841f Particle emitter and 2D Physics fixes 14 years ago
Quaternion.lua 30d0f0841f Particle emitter and 2D Physics fixes 14 years ago
QuaternionCurve.lua 30d0f0841f Particle emitter and 2D Physics fixes 14 years ago
QuaternionTween.lua ea513e36b8 More code cleanup, documentation, polycode build tool fixes and player fixes 14 years ago
Rectangle.lua ea513e36b8 More code cleanup, documentation, polycode build tool fixes and player fixes 14 years ago
Renderer.lua f2f686fbd6 Regenerated Lua bindings. 14 years ago
Resource.lua d2fde9fc99 Converted string to store as UTF-8 since the majority of the time this is how it's used. Now strings can be passed as const reference parameters which greatly reduces the amount of string copying being performed. 14 years ago
ResourceManager.lua d2fde9fc99 Converted string to store as UTF-8 since the majority of the time this is how it's used. Now strings can be passed as const reference parameters which greatly reduces the amount of string copying being performed. 14 years ago
Scene.lua d2fde9fc99 Converted string to store as UTF-8 since the majority of the time this is how it's used. Now strings can be passed as const reference parameters which greatly reduces the amount of string copying being performed. 14 years ago
SceneEntity.lua e916d58a2a Updated Lua wrappers - fixes compile error. 14 years ago
SceneLabel.lua d2fde9fc99 Converted string to store as UTF-8 since the majority of the time this is how it's used. Now strings can be passed as const reference parameters which greatly reduces the amount of string copying being performed. 14 years ago
SceneLight.lua f2f686fbd6 Regenerated Lua bindings. 14 years ago
SceneLine.lua ea513e36b8 More code cleanup, documentation, polycode build tool fixes and player fixes 14 years ago
SceneManager.lua ea513e36b8 More code cleanup, documentation, polycode build tool fixes and player fixes 14 years ago
SceneMesh.lua d2fde9fc99 Converted string to store as UTF-8 since the majority of the time this is how it's used. Now strings can be passed as const reference parameters which greatly reduces the amount of string copying being performed. 14 years ago
SceneParticleEmitter.lua 30d0f0841f Particle emitter and 2D Physics fixes 14 years ago
ScenePrimitive.lua e916d58a2a Updated Lua wrappers - fixes compile error. 14 years ago
SceneRenderTexture.lua 30d0f0841f Particle emitter and 2D Physics fixes 14 years ago
SceneSound.lua 30d0f0841f Particle emitter and 2D Physics fixes 14 years ago
SceneSoundListener.lua f4baf7df63 Added default shaders, fixed GLSL shader calls, made GLSL part of core, added positional sound support. 14 years ago
Screen.lua d2fde9fc99 Converted string to store as UTF-8 since the majority of the time this is how it's used. Now strings can be passed as const reference parameters which greatly reduces the amount of string copying being performed. 14 years ago
ScreenCurve.lua ea513e36b8 More code cleanup, documentation, polycode build tool fixes and player fixes 14 years ago
ScreenEntity.lua 30d0f0841f Particle emitter and 2D Physics fixes 14 years ago
ScreenEvent.lua ea513e36b8 More code cleanup, documentation, polycode build tool fixes and player fixes 14 years ago
ScreenImage.lua ea513e36b8 More code cleanup, documentation, polycode build tool fixes and player fixes 14 years ago
ScreenLabel.lua d2fde9fc99 Converted string to store as UTF-8 since the majority of the time this is how it's used. Now strings can be passed as const reference parameters which greatly reduces the amount of string copying being performed. 14 years ago
ScreenLine.lua 30d0f0841f Particle emitter and 2D Physics fixes 14 years ago
ScreenManager.lua ea513e36b8 More code cleanup, documentation, polycode build tool fixes and player fixes 14 years ago
ScreenMesh.lua d2fde9fc99 Converted string to store as UTF-8 since the majority of the time this is how it's used. Now strings can be passed as const reference parameters which greatly reduces the amount of string copying being performed. 14 years ago
ScreenParticleEmitter.lua 30d0f0841f Particle emitter and 2D Physics fixes 14 years ago
ScreenShape.lua 0ea079f5f6 Added two new default shaders, fixed up particle systems, binding generation will now include public class members that are not pointers. 14 years ago
ScreenSound.lua 30d0f0841f Particle emitter and 2D Physics fixes 14 years ago
ScreenSoundListener.lua f4baf7df63 Added default shaders, fixed GLSL shader calls, made GLSL part of core, added positional sound support. 14 years ago
ScreenSprite.lua d2fde9fc99 Converted string to store as UTF-8 since the majority of the time this is how it's used. Now strings can be passed as const reference parameters which greatly reduces the amount of string copying being performed. 14 years ago
Shader.lua d2fde9fc99 Converted string to store as UTF-8 since the majority of the time this is how it's used. Now strings can be passed as const reference parameters which greatly reduces the amount of string copying being performed. 14 years ago
ShaderBinding.lua d2fde9fc99 Converted string to store as UTF-8 since the majority of the time this is how it's used. Now strings can be passed as const reference parameters which greatly reduces the amount of string copying being performed. 14 years ago
Skeleton.lua d2fde9fc99 Converted string to store as UTF-8 since the majority of the time this is how it's used. Now strings can be passed as const reference parameters which greatly reduces the amount of string copying being performed. 14 years ago
SkeletonAnimation.lua d2fde9fc99 Converted string to store as UTF-8 since the majority of the time this is how it's used. Now strings can be passed as const reference parameters which greatly reduces the amount of string copying being performed. 14 years ago
Sound.lua d2fde9fc99 Converted string to store as UTF-8 since the majority of the time this is how it's used. Now strings can be passed as const reference parameters which greatly reduces the amount of string copying being performed. 14 years ago
SoundManager.lua f4baf7df63 Added default shaders, fixed GLSL shader calls, made GLSL part of core, added positional sound support. 14 years ago
String.lua d2fde9fc99 Converted string to store as UTF-8 since the majority of the time this is how it's used. Now strings can be passed as const reference parameters which greatly reduces the amount of string copying being performed. 14 years ago
Texture.lua d2fde9fc99 Converted string to store as UTF-8 since the majority of the time this is how it's used. Now strings can be passed as const reference parameters which greatly reduces the amount of string copying being performed. 14 years ago
Timer.lua ea513e36b8 More code cleanup, documentation, polycode build tool fixes and player fixes 14 years ago
TimerManager.lua ea513e36b8 More code cleanup, documentation, polycode build tool fixes and player fixes 14 years ago
Tween.lua ea513e36b8 More code cleanup, documentation, polycode build tool fixes and player fixes 14 years ago
TweenManager.lua ea513e36b8 More code cleanup, documentation, polycode build tool fixes and player fixes 14 years ago
Vector2.lua ea513e36b8 More code cleanup, documentation, polycode build tool fixes and player fixes 14 years ago
Vector3.lua 30d0f0841f Particle emitter and 2D Physics fixes 14 years ago
Vertex.lua 30d0f0841f Particle emitter and 2D Physics fixes 14 years ago
VertexBuffer.lua ea513e36b8 More code cleanup, documentation, polycode build tool fixes and player fixes 14 years ago
Win32Core.lua f4baf7df63 Added default shaders, fixed GLSL shader calls, made GLSL part of core, added positional sound support. 14 years ago