Cameron Hart 77b46c7ef9 More const methods. пре 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 77b46c7ef9 More const methods. пре 14 година
PolyScreenCurve.cpp c9406f5051 Code cleanup and documentation. пре 14 година
PolyScreenEntity.cpp 732c99ae13 Fixed memory leak. пре 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 година