Cameron Hart 94c4d628d1 Win32 compile fixes. 14 anos atrás
..
OSBasics.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. 14 anos atrás
PolyAGLCore.cpp c9406f5051 Code cleanup and documentation. 14 anos atrás
PolyBezierCurve.cpp c9406f5051 Code cleanup and documentation. 14 anos atrás
PolyBone.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. 14 anos atrás
PolyCamera.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. 14 anos atrás
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 anos atrás
PolyColor.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. 14 anos atrás
PolyConfig.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. 14 anos atrás
PolyCore.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. 14 anos atrás
PolyCoreInput.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. 14 anos atrás
PolyCoreServices.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. 14 anos atrás
PolyCubemap.cpp c9406f5051 Code cleanup and documentation. 14 anos atrás
PolyData.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. 14 anos atrás
PolyEntity.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. 14 anos atrás
PolyEvent.cpp 7fe8f5c173 Made a lot of read only methods const and parameters const reference where possible to avoid copies. 14 anos atrás
PolyEventDispatcher.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. 14 anos atrás
PolyEventHandler.cpp c9406f5051 Code cleanup and documentation. 14 anos atrás
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 anos atrás
PolyFont.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. 14 anos atrás
PolyFontManager.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. 14 anos atrás
PolyGLCubemap.cpp 94c4d628d1 Win32 compile fixes. 14 anos atrás
PolyGLES1Renderer.cpp 5f2a5232c4 More code cleanup 14 anos atrás
PolyGLES1Texture.cpp c9406f5051 Code cleanup and documentation. 14 anos atrás
PolyGLRenderer.cpp 94c4d628d1 Win32 compile fixes. 14 anos atrás
PolyGLSLProgram.cpp 94c4d628d1 Win32 compile fixes. 14 anos atrás
PolyGLSLShader.cpp 94c4d628d1 Win32 compile fixes. 14 anos atrás
PolyGLSLShaderModule.cpp 94c4d628d1 Win32 compile fixes. 14 anos atrás
PolyGLTexture.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. 14 anos atrás
PolyGLVertexBuffer.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. 14 anos atrás
PolyImage.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. 14 anos atrás
PolyInputEvent.cpp c9406f5051 Code cleanup and documentation. 14 anos atrás
PolyLabel.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. 14 anos atrás
PolyLogger.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. 14 anos atrás
PolyMaterial.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. 14 anos atrás
PolyMaterialManager.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. 14 anos atrás
PolyMatrix4.cpp 7fe8f5c173 Made a lot of read only methods const and parameters const reference where possible to avoid copies. 14 anos atrás
PolyMesh.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. 14 anos atrás
PolyModule.cpp c9406f5051 Code cleanup and documentation. 14 anos atrás
PolyObject.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. 14 anos atrás
PolyParticle.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. 14 anos atrás
PolyParticleEmitter.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. 14 anos atrás
PolyPerlin.cpp c9406f5051 Code cleanup and documentation. 14 anos atrás
PolyPolygon.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. 14 anos atrás
PolyQuaternion.cpp 6649ffbfdc Made a lot of Matrix4 parameters pass by const reference to reduce copying. Also made some more accessors const. 14 anos atrás
PolyQuaternionCurve.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. 14 anos atrás
PolyRectangle.cpp c9406f5051 Code cleanup and documentation. 14 anos atrás
PolyRenderer.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. 14 anos atrás
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 anos atrás
PolyResourceManager.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. 14 anos atrás
PolySDLCore.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. 14 anos atrás
PolyScene.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. 14 anos atrás
PolySceneEntity.cpp 19cd891d7c Rewrote default shaders, fixed light sorting code, fixed UV generation for cylinder, torus primitives, material properties in material files. 14 anos atrás
PolySceneLabel.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. 14 anos atrás
PolySceneLight.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. 14 anos atrás
PolySceneLine.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. 14 anos atrás
PolySceneManager.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. 14 anos atrás
PolySceneMesh.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. 14 anos atrás
PolyScenePrimitive.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. 14 anos atrás
PolySceneRenderTexture.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. 14 anos atrás
PolySceneSound.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. 14 anos atrás
PolyScreen.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. 14 anos atrás
PolyScreenCurve.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. 14 anos atrás
PolyScreenEntity.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. 14 anos atrás
PolyScreenEvent.cpp c9406f5051 Code cleanup and documentation. 14 anos atrás
PolyScreenImage.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. 14 anos atrás
PolyScreenLabel.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. 14 anos atrás
PolyScreenLine.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. 14 anos atrás
PolyScreenManager.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. 14 anos atrás
PolyScreenMesh.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. 14 anos atrás
PolyScreenShape.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. 14 anos atrás
PolyScreenSound.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. 14 anos atrás
PolyScreenSprite.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. 14 anos atrás
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 anos atrás
PolySkeleton.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. 14 anos atrás
PolySound.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. 14 anos atrás
PolySoundManager.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. 14 anos atrás
PolyString.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. 14 anos atrás
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 anos atrás
PolyTimer.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. 14 anos atrás
PolyTimerManager.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. 14 anos atrás
PolyTween.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. 14 anos atrás
PolyTweenManager.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. 14 anos atrás
PolyVector2.cpp c9406f5051 Code cleanup and documentation. 14 anos atrás
PolyVector3.cpp c9406f5051 Code cleanup and documentation. 14 anos atrás
PolyVertex.cpp c9406f5051 Code cleanup and documentation. 14 anos atrás
PolyWinCore.cpp 94c4d628d1 Win32 compile fixes. 14 anos atrás
PolyiPhoneCore.cpp c9406f5051 Code cleanup and documentation. 14 anos atrás
tinystr.cpp 7cc9015fd0 Initial import from old repository 15 anos atrás
tinyxml.cpp 6508f8c9a0 Added a String class, replaced std::string and wstring with the new class 15 anos atrás
tinyxmlerror.cpp 7cc9015fd0 Initial import from old repository 15 anos atrás
tinyxmlparser.cpp 7cc9015fd0 Initial import from old repository 15 anos atrás