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