Ivan Safrin d12e6c475a Fixes for Xcode 4.2 and Lion. пре 14 година
..
OSBasics.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. пре 14 година
PolyAGLCore.cpp c9406f5051 Code cleanup and documentation. пре 14 година
PolyBezierCurve.cpp c9406f5051 Code cleanup and documentation. пре 14 година
PolyBone.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. пре 14 година
PolyCamera.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. пре 14 година
PolyCocoaCore.mm d12e6c475a Fixes for Xcode 4.2 and Lion. пре 14 година
PolyColor.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. пре 14 година
PolyConfig.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. пре 14 година
PolyCore.cpp cdee607137 Merge branch 'master' into pxljm пре 14 година
PolyCoreInput.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. пре 14 година
PolyCoreServices.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. пре 14 година
PolyCubemap.cpp c9406f5051 Code cleanup and documentation. пре 14 година
PolyData.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. пре 14 година
PolyEntity.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. пре 14 година
PolyEvent.cpp 7fe8f5c173 Made a lot of read only methods const and parameters const reference where possible to avoid copies. пре 14 година
PolyEventDispatcher.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. пре 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 aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. пре 14 година
PolyFontManager.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. пре 14 година
PolyGLCubemap.cpp 94c4d628d1 Win32 compile fixes. пре 14 година
PolyGLES1Renderer.cpp 5f2a5232c4 More code cleanup пре 14 година
PolyGLES1Texture.cpp c9406f5051 Code cleanup and documentation. пре 14 година
PolyGLRenderer.cpp 94c4d628d1 Win32 compile fixes. пре 14 година
PolyGLSLProgram.cpp 94c4d628d1 Win32 compile fixes. пре 14 година
PolyGLSLShader.cpp 94c4d628d1 Win32 compile fixes. пре 14 година
PolyGLSLShaderModule.cpp 94c4d628d1 Win32 compile fixes. пре 14 година
PolyGLTexture.cpp cdee607137 Merge branch 'master' into pxljm пре 14 година
PolyGLVertexBuffer.cpp e9c1a6af55 Mac fixes for bitshifter's changes. пре 14 година
PolyImage.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. пре 14 година
PolyInputEvent.cpp c9406f5051 Code cleanup and documentation. пре 14 година
PolyLabel.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. пре 14 година
PolyLogger.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. пре 14 година
PolyMaterial.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. пре 14 година
PolyMaterialManager.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. пре 14 година
PolyMatrix4.cpp 7fe8f5c173 Made a lot of read only methods const and parameters const reference where possible to avoid copies. пре 14 година
PolyMesh.cpp 18e6e9fbde Kinect module fixes and screen sprite improvements. Disabled binding generation as default. пре 14 година
PolyModule.cpp c9406f5051 Code cleanup and documentation. пре 14 година
PolyObject.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. пре 14 година
PolyParticle.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. пре 14 година
PolyParticleEmitter.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. пре 14 година
PolyPerlin.cpp c9406f5051 Code cleanup and documentation. пре 14 година
PolyPolygon.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. пре 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 aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. пре 14 година
PolyRectangle.cpp c9406f5051 Code cleanup and documentation. пре 14 година
PolyRenderer.cpp cdee607137 Merge branch 'master' into pxljm пре 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 aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. пре 14 година
PolySDLCore.cpp f19a328069 Fix SDLCore build error. пре 14 година
PolyScene.cpp cdee607137 Merge branch 'master' into pxljm пре 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 aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. пре 14 година
PolySceneLight.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. пре 14 година
PolySceneLine.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. пре 14 година
PolySceneManager.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. пре 14 година
PolySceneMesh.cpp cdee607137 Merge branch 'master' into pxljm пре 14 година
PolyScenePrimitive.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. пре 14 година
PolySceneRenderTexture.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. пре 14 година
PolySceneSound.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. пре 14 година
PolyScreen.cpp e8d860e746 Merge branch 'const-and-opts' into pxljm пре 14 година
PolyScreenCurve.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. пре 14 година
PolyScreenEntity.cpp 4c721bcc01 Merge branch 'const-and-opts' into pxljm пре 14 година
PolyScreenEvent.cpp c9406f5051 Code cleanup and documentation. пре 14 година
PolyScreenImage.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. пре 14 година
PolyScreenLabel.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. пре 14 година
PolyScreenLine.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. пре 14 година
PolyScreenManager.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. пре 14 година
PolyScreenMesh.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. пре 14 година
PolyScreenShape.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. пре 14 година
PolyScreenSound.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. пре 14 година
PolyScreenSprite.cpp 18e6e9fbde Kinect module fixes and screen sprite improvements. Disabled binding generation as default. пре 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 aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. пре 14 година
PolySound.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. пре 14 година
PolySoundManager.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. пре 14 година
PolyString.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. пре 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 aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. пре 14 година
PolyTimerManager.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. пре 14 година
PolyTween.cpp cdee607137 Merge branch 'master' into pxljm пре 14 година
PolyTweenManager.cpp cdee607137 Merge branch 'master' into pxljm пре 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 ebd46c43f0 Windows compile fixes. пре 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 година