Ivan Safrin 60398a8df7 Moved gamepad stuff into core пре 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 1f89731a0a HDR and shader fixes, made SceneLabel subclass SceneMesh пре 14 година
PolyCocoaCore.mm 60398a8df7 Moved gamepad stuff into core пре 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 b07cef3dd0 Gamepad support via libstem_gamepad пре 14 година
PolyCoreServices.cpp 60398a8df7 Moved gamepad stuff into core пре 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 1f89731a0a HDR and shader fixes, made SceneLabel subclass SceneMesh пре 14 година
PolyGLSLProgram.cpp 94c4d628d1 Win32 compile fixes. пре 14 година
PolyGLSLShader.cpp 04a22925fc Tangent generation and normal map shader support пре 14 година
PolyGLSLShaderModule.cpp 04a22925fc Tangent generation and normal map shader support пре 14 година
PolyGLTexture.cpp 971106bb55 Fixed texture destruction and render to texture пре 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 b07cef3dd0 Gamepad support via libstem_gamepad пре 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 04a22925fc Tangent generation and normal map shader support пре 14 година
PolyMaterialManager.cpp 1f89731a0a HDR and shader fixes, made SceneLabel subclass SceneMesh пре 14 година
PolyMatrix4.cpp 7fe8f5c173 Made a lot of read only methods const and parameters const reference where possible to avoid copies. пре 14 година
PolyMesh.cpp 04a22925fc Tangent generation and normal map shader support пре 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 04a22925fc Tangent generation and normal map shader support пре 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 1f89731a0a HDR and shader fixes, made SceneLabel subclass SceneMesh пре 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 04a22925fc Tangent generation and normal map shader support пре 14 година
PolySDLCore.cpp f19a328069 Fix SDLCore build error. пре 14 година
PolyScene.cpp 5f7eea2457 Added a way to switch cameras in a scene пре 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 1f89731a0a HDR and shader fixes, made SceneLabel subclass SceneMesh пре 14 година
PolySceneLight.cpp 971106bb55 Fixed texture destruction and render to texture пре 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 1f89731a0a HDR and shader fixes, made SceneLabel subclass SceneMesh пре 14 година
PolySceneMesh.cpp 1f89731a0a HDR and shader fixes, made SceneLabel subclass SceneMesh пре 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 971106bb55 Fixed texture destruction and render to texture пре 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 60398a8df7 Moved gamepad stuff into core пре 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 година