Ivan Safrin e998cf2e27 Fixed VPLANE primitive, minor tweaks (forgot exactly what) преди 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 dc9f716198 Fix for render to texture aspect ratio when post processing filter is applied преди 14 години
PolyCocoaCore.mm 3ab1b17bcf Joystick fix for Mac преди 14 години
PolyColor.cpp 027d9462f5 UI HSlider fixes and UI Color picker преди 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 3f300899cd Some more IDE work преди 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 e998cf2e27 Fixed VPLANE primitive, minor tweaks (forgot exactly what) преди 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 c02b27e9e0 Vertex color support in VBOs when useVertexColors on Mesh set to true, Color + overloading преди 14 години
PolyGLSLProgram.cpp 94c4d628d1 Win32 compile fixes. преди 14 години
PolyGLSLShader.cpp d362e3dea1 Windows fixes преди 14 години
PolyGLSLShaderModule.cpp e39113166b Winsock and GLSL fixes for Windows преди 14 години
PolyGLTexture.cpp d362e3dea1 Windows fixes преди 14 години
PolyGLVertexBuffer.cpp 4d4235dd40 Tangent support in VBOs преди 14 години
PolyImage.cpp 5c34882c66 Started working on Windows gamepad support + Unicode fix for Windows преди 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 096ec070c0 Only use FP16 framebuffers if specified in material file преди 14 години
PolyMaterialManager.cpp 096ec070c0 Only use FP16 framebuffers if specified in material file преди 14 години
PolyMatrix4.cpp 7fe8f5c173 Made a lot of read only methods const and parameters const reference where possible to avoid copies. преди 14 години
PolyMesh.cpp e998cf2e27 Fixed VPLANE primitive, minor tweaks (forgot exactly what) преди 14 години
PolyModule.cpp c9406f5051 Code cleanup and documentation. преди 14 години
PolyObject.cpp de739af9de Project file saving/loading in IDE преди 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 e998cf2e27 Fixed VPLANE primitive, minor tweaks (forgot exactly what) преди 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 c02b27e9e0 Vertex color support in VBOs when useVertexColors on Mesh set to true, Color + overloading преди 14 години
PolySceneLabel.cpp 1f89731a0a HDR and shader fixes, made SceneLabel subclass SceneMesh преди 14 години
PolySceneLight.cpp 096ec070c0 Only use FP16 framebuffers if specified in material file преди 14 години
PolySceneLine.cpp e998cf2e27 Fixed VPLANE primitive, minor tweaks (forgot exactly what) преди 14 години
PolySceneManager.cpp dc9f716198 Fix for render to texture aspect ratio when post processing filter is applied преди 14 години
PolySceneMesh.cpp c02b27e9e0 Vertex color support in VBOs when useVertexColors on Mesh set to true, Color + overloading преди 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 dc9f716198 Fix for render to texture aspect ratio when post processing filter is applied преди 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 096ec070c0 Only use FP16 framebuffers if specified in material file преди 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 0374c77167 Started rewriting ScreenEntity input events, broke UI temporarily преди 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 c2b21a5e41 Made mipmaps not generate for Screen mesh textures преди 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 c2b21a5e41 Made mipmaps not generate for Screen mesh textures преди 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 40ee2aafec Revisiting UI Module and IDE преди 14 години
PolySound.cpp 774ec0b061 Sound playback status accessor and 3D physics fixes преди 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 c2b21a5e41 Made mipmaps not generate for Screen mesh textures преди 14 години
PolyTimer.cpp c2b21a5e41 Made mipmaps not generate for Screen mesh textures преди 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 9359018eee Cleaned up Vector2 преди 14 години
PolyVector3.cpp c9406f5051 Code cleanup and documentation. преди 14 години
PolyVertex.cpp c9406f5051 Code cleanup and documentation. преди 14 години
PolyWinCore.cpp 2d48f5192b Gamepad support in Windows преди 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 години