2
0
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. 15 жил өмнө
PolyBezierCurve.cpp c9406f5051 Code cleanup and documentation. 15 жил өмнө
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. 15 жил өмнө
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. 15 жил өмнө
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. 15 жил өмнө
PolyEventHandler.cpp c9406f5051 Code cleanup and documentation. 15 жил өмнө
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. 15 жил өмнө
PolyGLES1Renderer.cpp 5f2a5232c4 More code cleanup 14 жил өмнө
PolyGLES1Texture.cpp c9406f5051 Code cleanup and documentation. 15 жил өмнө
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. 15 жил өмнө
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. 15 жил өмнө
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. 15 жил өмнө
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. 15 жил өмнө
PolyPolygon.cpp c9406f5051 Code cleanup and documentation. 15 жил өмнө
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. 15 жил өмнө
PolyRectangle.cpp c9406f5051 Code cleanup and documentation. 15 жил өмнө
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. 15 жил өмнө
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. 15 жил өмнө
PolyScreenEntity.cpp ebb65e8c37 Scale position and hit size before performing hit test. 14 жил өмнө
PolyScreenEvent.cpp c9406f5051 Code cleanup and documentation. 15 жил өмнө
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. 15 жил өмнө
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. 15 жил өмнө
PolyTimerManager.cpp c9406f5051 Code cleanup and documentation. 15 жил өмнө
PolyTween.cpp 207ca4fca6 Windows port and some fixes 14 жил өмнө
PolyTweenManager.cpp c9406f5051 Code cleanup and documentation. 15 жил өмнө
PolyVector2.cpp c9406f5051 Code cleanup and documentation. 15 жил өмнө
PolyVector3.cpp c9406f5051 Code cleanup and documentation. 15 жил өмнө
PolyVertex.cpp c9406f5051 Code cleanup and documentation. 15 жил өмнө
PolyWinCore.cpp b53915032a Bugfixes and more examples 14 жил өмнө
PolyiPhoneCore.cpp c9406f5051 Code cleanup and documentation. 15 жил өмнө
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 жил өмнө