Cameron Hart 6649ffbfdc Made a lot of Matrix4 parameters pass by const reference to reduce copying. Also made some more accessors const. 14 lat temu
..
OSBasics.cpp 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 lat temu
PolyAGLCore.cpp c9406f5051 Code cleanup and documentation. 15 lat temu
PolyBezierCurve.cpp c9406f5051 Code cleanup and documentation. 15 lat temu
PolyBone.cpp 6649ffbfdc Made a lot of Matrix4 parameters pass by const reference to reduce copying. Also made some more accessors const. 14 lat temu
PolyCamera.cpp 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 lat temu
PolyCocoaCore.mm 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 lat temu
PolyColor.cpp 7fe8f5c173 Made a lot of read only methods const and parameters const reference where possible to avoid copies. 14 lat temu
PolyConfig.cpp 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 lat temu
PolyCore.cpp 207ca4fca6 Windows port and some fixes 14 lat temu
PolyCoreInput.cpp c9406f5051 Code cleanup and documentation. 15 lat temu
PolyCoreServices.cpp a58e4a109f Polycode doesn't crash now if invalid font file is specified. Will now destroy fonts on exit. 14 lat temu
PolyCubemap.cpp c9406f5051 Code cleanup and documentation. 15 lat temu
PolyData.cpp 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 lat temu
PolyEntity.cpp 7fe8f5c173 Made a lot of read only methods const and parameters const reference where possible to avoid copies. 14 lat temu
PolyEvent.cpp 7fe8f5c173 Made a lot of read only methods const and parameters const reference where possible to avoid copies. 14 lat temu
PolyEventDispatcher.cpp c9406f5051 Code cleanup and documentation. 15 lat temu
PolyEventHandler.cpp c9406f5051 Code cleanup and documentation. 15 lat temu
PolyFixedShader.cpp 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 lat temu
PolyFont.cpp 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 lat temu
PolyFontManager.cpp 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 lat temu
PolyGLCubemap.cpp c9406f5051 Code cleanup and documentation. 15 lat temu
PolyGLES1Renderer.cpp 5f2a5232c4 More code cleanup 14 lat temu
PolyGLES1Texture.cpp c9406f5051 Code cleanup and documentation. 15 lat temu
PolyGLRenderer.cpp 09981b43ec Windows compile fixes for static libs. Polycode player not building yet. 14 lat temu
PolyGLSLProgram.cpp 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 lat temu
PolyGLSLShader.cpp 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 lat temu
PolyGLSLShaderModule.cpp 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 lat temu
PolyGLTexture.cpp f4baf7df63 Added default shaders, fixed GLSL shader calls, made GLSL part of core, added positional sound support. 14 lat temu
PolyGLVertexBuffer.cpp 207ca4fca6 Windows port and some fixes 14 lat temu
PolyImage.cpp 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 lat temu
PolyInputEvent.cpp c9406f5051 Code cleanup and documentation. 15 lat temu
PolyLabel.cpp 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 lat temu
PolyLogger.cpp c9406f5051 Code cleanup and documentation. 15 lat temu
PolyMaterial.cpp 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 lat temu
PolyMaterialManager.cpp 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 lat temu
PolyMatrix4.cpp 7fe8f5c173 Made a lot of read only methods const and parameters const reference where possible to avoid copies. 14 lat temu
PolyMesh.cpp 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 lat temu
PolyModule.cpp c9406f5051 Code cleanup and documentation. 15 lat temu
PolyObject.cpp 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 lat temu
PolyParticle.cpp 0ea079f5f6 Added two new default shaders, fixed up particle systems, binding generation will now include public class members that are not pointers. 14 lat temu
PolyParticleEmitter.cpp 6649ffbfdc Made a lot of Matrix4 parameters pass by const reference to reduce copying. Also made some more accessors const. 14 lat temu
PolyPerlin.cpp c9406f5051 Code cleanup and documentation. 15 lat temu
PolyPolygon.cpp c9406f5051 Code cleanup and documentation. 15 lat temu
PolyQuaternion.cpp 6649ffbfdc Made a lot of Matrix4 parameters pass by const reference to reduce copying. Also made some more accessors const. 14 lat temu
PolyQuaternionCurve.cpp c9406f5051 Code cleanup and documentation. 15 lat temu
PolyRectangle.cpp c9406f5051 Code cleanup and documentation. 15 lat temu
PolyRenderer.cpp 6649ffbfdc Made a lot of Matrix4 parameters pass by const reference to reduce copying. Also made some more accessors const. 14 lat temu
PolyResource.cpp 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 lat temu
PolyResourceManager.cpp 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 lat temu
PolySDLCore.cpp 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 lat temu
PolyScene.cpp 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 lat temu
PolySceneEntity.cpp 19cd891d7c Rewrote default shaders, fixed light sorting code, fixed UV generation for cylinder, torus primitives, material properties in material files. 14 lat temu
PolySceneLabel.cpp 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 lat temu
PolySceneLight.cpp 6649ffbfdc Made a lot of Matrix4 parameters pass by const reference to reduce copying. Also made some more accessors const. 14 lat temu
PolySceneLine.cpp c9406f5051 Code cleanup and documentation. 15 lat temu
PolySceneManager.cpp f4baf7df63 Added default shaders, fixed GLSL shader calls, made GLSL part of core, added positional sound support. 14 lat temu
PolySceneMesh.cpp 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 lat temu
PolyScenePrimitive.cpp 19cd891d7c Rewrote default shaders, fixed light sorting code, fixed UV generation for cylinder, torus primitives, material properties in material files. 14 lat temu
PolySceneRenderTexture.cpp f4baf7df63 Added default shaders, fixed GLSL shader calls, made GLSL part of core, added positional sound support. 14 lat temu
PolySceneSound.cpp 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 lat temu
PolyScreen.cpp 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 lat temu
PolyScreenCurve.cpp c9406f5051 Code cleanup and documentation. 15 lat temu
PolyScreenEntity.cpp ebb65e8c37 Scale position and hit size before performing hit test. 14 lat temu
PolyScreenEvent.cpp c9406f5051 Code cleanup and documentation. 15 lat temu
PolyScreenImage.cpp 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 lat temu
PolyScreenLabel.cpp 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 lat temu
PolyScreenLine.cpp 30d0f0841f Particle emitter and 2D Physics fixes 14 lat temu
PolyScreenManager.cpp c9406f5051 Code cleanup and documentation. 15 lat temu
PolyScreenMesh.cpp 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 lat temu
PolyScreenShape.cpp df05e5cfd0 Fixed screen shape gradients and shape stroke. 14 lat temu
PolyScreenSound.cpp 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 lat temu
PolyScreenSprite.cpp 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 lat temu
PolyShader.cpp 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 lat temu
PolySkeleton.cpp 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 lat temu
PolySound.cpp 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 lat temu
PolySoundManager.cpp f4baf7df63 Added default shaders, fixed GLSL shader calls, made GLSL part of core, added positional sound support. 14 lat temu
PolyString.cpp 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 lat temu
PolyTexture.cpp 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 lat temu
PolyTimer.cpp c9406f5051 Code cleanup and documentation. 15 lat temu
PolyTimerManager.cpp c9406f5051 Code cleanup and documentation. 15 lat temu
PolyTween.cpp 207ca4fca6 Windows port and some fixes 14 lat temu
PolyTweenManager.cpp c9406f5051 Code cleanup and documentation. 15 lat temu
PolyVector2.cpp c9406f5051 Code cleanup and documentation. 15 lat temu
PolyVector3.cpp c9406f5051 Code cleanup and documentation. 15 lat temu
PolyVertex.cpp c9406f5051 Code cleanup and documentation. 15 lat temu
PolyWinCore.cpp b53915032a Bugfixes and more examples 14 lat temu
PolyiPhoneCore.cpp c9406f5051 Code cleanup and documentation. 15 lat temu
tinystr.cpp 7cc9015fd0 Initial import from old repository 15 lat temu
tinyxml.cpp 6508f8c9a0 Added a String class, replaced std::string and wstring with the new class 15 lat temu
tinyxmlerror.cpp 7cc9015fd0 Initial import from old repository 15 lat temu
tinyxmlparser.cpp 7cc9015fd0 Initial import from old repository 15 lat temu