Cameron Hart 6649ffbfdc Made a lot of Matrix4 parameters pass by const reference to reduce copying. Also made some more accessors const. 14 роки тому
..
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 роки тому
PolyAGLCore.cpp c9406f5051 Code cleanup and documentation. 14 роки тому
PolyBezierCurve.cpp c9406f5051 Code cleanup and documentation. 14 роки тому
PolyBone.cpp 6649ffbfdc Made a lot of Matrix4 parameters pass by const reference to reduce copying. Also made some more accessors const. 14 роки тому
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 роки тому
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 роки тому
PolyColor.cpp 7fe8f5c173 Made a lot of read only methods const and parameters const reference where possible to avoid copies. 14 роки тому
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 роки тому
PolyCore.cpp 207ca4fca6 Windows port and some fixes 14 роки тому
PolyCoreInput.cpp c9406f5051 Code cleanup and documentation. 14 роки тому
PolyCoreServices.cpp a58e4a109f Polycode doesn't crash now if invalid font file is specified. Will now destroy fonts on exit. 14 роки тому
PolyCubemap.cpp c9406f5051 Code cleanup and documentation. 14 роки тому
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 роки тому
PolyEntity.cpp 7fe8f5c173 Made a lot of read only methods const and parameters const reference where possible to avoid copies. 14 роки тому
PolyEvent.cpp 7fe8f5c173 Made a lot of read only methods const and parameters const reference where possible to avoid copies. 14 роки тому
PolyEventDispatcher.cpp c9406f5051 Code cleanup and documentation. 14 роки тому
PolyEventHandler.cpp c9406f5051 Code cleanup and documentation. 14 роки тому
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 роки тому
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 роки тому
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 роки тому
PolyGLCubemap.cpp c9406f5051 Code cleanup and documentation. 14 роки тому
PolyGLES1Renderer.cpp 5f2a5232c4 More code cleanup 14 роки тому
PolyGLES1Texture.cpp c9406f5051 Code cleanup and documentation. 14 роки тому
PolyGLRenderer.cpp 09981b43ec Windows compile fixes for static libs. Polycode player not building yet. 14 роки тому
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 роки тому
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 роки тому
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 роки тому
PolyGLTexture.cpp f4baf7df63 Added default shaders, fixed GLSL shader calls, made GLSL part of core, added positional sound support. 14 роки тому
PolyGLVertexBuffer.cpp 207ca4fca6 Windows port and some fixes 14 роки тому
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 роки тому
PolyInputEvent.cpp c9406f5051 Code cleanup and documentation. 14 роки тому
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 роки тому
PolyLogger.cpp c9406f5051 Code cleanup and documentation. 14 роки тому
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 роки тому
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 роки тому
PolyMatrix4.cpp 7fe8f5c173 Made a lot of read only methods const and parameters const reference where possible to avoid copies. 14 роки тому
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 роки тому
PolyModule.cpp c9406f5051 Code cleanup and documentation. 14 роки тому
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 роки тому
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 роки тому
PolyParticleEmitter.cpp 6649ffbfdc Made a lot of Matrix4 parameters pass by const reference to reduce copying. Also made some more accessors const. 14 роки тому
PolyPerlin.cpp c9406f5051 Code cleanup and documentation. 14 роки тому
PolyPolygon.cpp c9406f5051 Code cleanup and documentation. 14 роки тому
PolyQuaternion.cpp 6649ffbfdc Made a lot of Matrix4 parameters pass by const reference to reduce copying. Also made some more accessors const. 14 роки тому
PolyQuaternionCurve.cpp c9406f5051 Code cleanup and documentation. 14 роки тому
PolyRectangle.cpp c9406f5051 Code cleanup and documentation. 14 роки тому
PolyRenderer.cpp 6649ffbfdc Made a lot of Matrix4 parameters pass by const reference to reduce copying. Also made some more accessors const. 14 роки тому
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 роки тому
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 роки тому
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 роки тому
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 роки тому
PolySceneEntity.cpp 19cd891d7c Rewrote default shaders, fixed light sorting code, fixed UV generation for cylinder, torus primitives, material properties in material files. 14 роки тому
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 роки тому
PolySceneLight.cpp 6649ffbfdc Made a lot of Matrix4 parameters pass by const reference to reduce copying. Also made some more accessors const. 14 роки тому
PolySceneLine.cpp c9406f5051 Code cleanup and documentation. 14 роки тому
PolySceneManager.cpp f4baf7df63 Added default shaders, fixed GLSL shader calls, made GLSL part of core, added positional sound support. 14 роки тому
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 роки тому
PolyScenePrimitive.cpp 19cd891d7c Rewrote default shaders, fixed light sorting code, fixed UV generation for cylinder, torus primitives, material properties in material files. 14 роки тому
PolySceneRenderTexture.cpp f4baf7df63 Added default shaders, fixed GLSL shader calls, made GLSL part of core, added positional sound support. 14 роки тому
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 роки тому
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 роки тому
PolyScreenCurve.cpp c9406f5051 Code cleanup and documentation. 14 роки тому
PolyScreenEntity.cpp ebb65e8c37 Scale position and hit size before performing hit test. 14 роки тому
PolyScreenEvent.cpp c9406f5051 Code cleanup and documentation. 14 роки тому
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 роки тому
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 роки тому
PolyScreenLine.cpp 30d0f0841f Particle emitter and 2D Physics fixes 14 роки тому
PolyScreenManager.cpp c9406f5051 Code cleanup and documentation. 14 роки тому
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 роки тому
PolyScreenShape.cpp df05e5cfd0 Fixed screen shape gradients and shape stroke. 14 роки тому
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 роки тому
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 роки тому
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 роки тому
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 роки тому
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 роки тому
PolySoundManager.cpp f4baf7df63 Added default shaders, fixed GLSL shader calls, made GLSL part of core, added positional sound support. 14 роки тому
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 роки тому
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 роки тому
PolyTimer.cpp c9406f5051 Code cleanup and documentation. 14 роки тому
PolyTimerManager.cpp c9406f5051 Code cleanup and documentation. 14 роки тому
PolyTween.cpp 207ca4fca6 Windows port and some fixes 14 роки тому
PolyTweenManager.cpp c9406f5051 Code cleanup and documentation. 14 роки тому
PolyVector2.cpp c9406f5051 Code cleanup and documentation. 14 роки тому
PolyVector3.cpp c9406f5051 Code cleanup and documentation. 14 роки тому
PolyVertex.cpp c9406f5051 Code cleanup and documentation. 14 роки тому
PolyWinCore.cpp b53915032a Bugfixes and more examples 14 роки тому
PolyiPhoneCore.cpp c9406f5051 Code cleanup and documentation. 14 роки тому
tinystr.cpp 7cc9015fd0 Initial import from old repository 15 роки тому
tinyxml.cpp 6508f8c9a0 Added a String class, replaced std::string and wstring with the new class 15 роки тому
tinyxmlerror.cpp 7cc9015fd0 Initial import from old repository 15 роки тому
tinyxmlparser.cpp 7cc9015fd0 Initial import from old repository 15 роки тому