Ivan Safrin e998cf2e27 Fixed VPLANE primitive, minor tweaks (forgot exactly what) há 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. há 14 anos atrás
PolyAGLCore.cpp c9406f5051 Code cleanup and documentation. há 14 anos atrás
PolyBezierCurve.cpp c9406f5051 Code cleanup and documentation. há 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. há 14 anos atrás
PolyCamera.cpp dc9f716198 Fix for render to texture aspect ratio when post processing filter is applied há 14 anos atrás
PolyCocoaCore.mm 3ab1b17bcf Joystick fix for Mac há 14 anos atrás
PolyColor.cpp 027d9462f5 UI HSlider fixes and UI Color picker há 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. há 14 anos atrás
PolyCore.cpp 3f300899cd Some more IDE work há 14 anos atrás
PolyCoreInput.cpp b07cef3dd0 Gamepad support via libstem_gamepad há 14 anos atrás
PolyCoreServices.cpp 60398a8df7 Moved gamepad stuff into core há 14 anos atrás
PolyCubemap.cpp c9406f5051 Code cleanup and documentation. há 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. há 14 anos atrás
PolyEntity.cpp e998cf2e27 Fixed VPLANE primitive, minor tweaks (forgot exactly what) há 14 anos atrás
PolyEvent.cpp 7fe8f5c173 Made a lot of read only methods const and parameters const reference where possible to avoid copies. há 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. há 14 anos atrás
PolyEventHandler.cpp c9406f5051 Code cleanup and documentation. há 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. há 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. há 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. há 14 anos atrás
PolyGLCubemap.cpp 94c4d628d1 Win32 compile fixes. há 14 anos atrás
PolyGLES1Renderer.cpp 5f2a5232c4 More code cleanup há 14 anos atrás
PolyGLES1Texture.cpp c9406f5051 Code cleanup and documentation. há 14 anos atrás
PolyGLRenderer.cpp c02b27e9e0 Vertex color support in VBOs when useVertexColors on Mesh set to true, Color + overloading há 14 anos atrás
PolyGLSLProgram.cpp 94c4d628d1 Win32 compile fixes. há 14 anos atrás
PolyGLSLShader.cpp d362e3dea1 Windows fixes há 14 anos atrás
PolyGLSLShaderModule.cpp e39113166b Winsock and GLSL fixes for Windows há 14 anos atrás
PolyGLTexture.cpp d362e3dea1 Windows fixes há 14 anos atrás
PolyGLVertexBuffer.cpp 4d4235dd40 Tangent support in VBOs há 14 anos atrás
PolyImage.cpp 5c34882c66 Started working on Windows gamepad support + Unicode fix for Windows há 14 anos atrás
PolyInputEvent.cpp b07cef3dd0 Gamepad support via libstem_gamepad há 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. há 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. há 14 anos atrás
PolyMaterial.cpp 096ec070c0 Only use FP16 framebuffers if specified in material file há 14 anos atrás
PolyMaterialManager.cpp 096ec070c0 Only use FP16 framebuffers if specified in material file há 14 anos atrás
PolyMatrix4.cpp 7fe8f5c173 Made a lot of read only methods const and parameters const reference where possible to avoid copies. há 14 anos atrás
PolyMesh.cpp e998cf2e27 Fixed VPLANE primitive, minor tweaks (forgot exactly what) há 14 anos atrás
PolyModule.cpp c9406f5051 Code cleanup and documentation. há 14 anos atrás
PolyObject.cpp de739af9de Project file saving/loading in IDE há 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. há 14 anos atrás
PolyParticleEmitter.cpp e998cf2e27 Fixed VPLANE primitive, minor tweaks (forgot exactly what) há 14 anos atrás
PolyPerlin.cpp c9406f5051 Code cleanup and documentation. há 14 anos atrás
PolyPolygon.cpp 04a22925fc Tangent generation and normal map shader support há 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. há 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. há 14 anos atrás
PolyRectangle.cpp c9406f5051 Code cleanup and documentation. há 14 anos atrás
PolyRenderer.cpp 1f89731a0a HDR and shader fixes, made SceneLabel subclass SceneMesh há 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. há 14 anos atrás
PolyResourceManager.cpp 04a22925fc Tangent generation and normal map shader support há 14 anos atrás
PolySDLCore.cpp f19a328069 Fix SDLCore build error. há 14 anos atrás
PolyScene.cpp 5f7eea2457 Added a way to switch cameras in a scene há 14 anos atrás
PolySceneEntity.cpp c02b27e9e0 Vertex color support in VBOs when useVertexColors on Mesh set to true, Color + overloading há 14 anos atrás
PolySceneLabel.cpp 1f89731a0a HDR and shader fixes, made SceneLabel subclass SceneMesh há 14 anos atrás
PolySceneLight.cpp 096ec070c0 Only use FP16 framebuffers if specified in material file há 14 anos atrás
PolySceneLine.cpp e998cf2e27 Fixed VPLANE primitive, minor tweaks (forgot exactly what) há 14 anos atrás
PolySceneManager.cpp dc9f716198 Fix for render to texture aspect ratio when post processing filter is applied há 14 anos atrás
PolySceneMesh.cpp c02b27e9e0 Vertex color support in VBOs when useVertexColors on Mesh set to true, Color + overloading há 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. há 14 anos atrás
PolySceneRenderTexture.cpp dc9f716198 Fix for render to texture aspect ratio when post processing filter is applied há 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. há 14 anos atrás
PolyScreen.cpp 096ec070c0 Only use FP16 framebuffers if specified in material file há 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. há 14 anos atrás
PolyScreenEntity.cpp 0374c77167 Started rewriting ScreenEntity input events, broke UI temporarily há 14 anos atrás
PolyScreenEvent.cpp c9406f5051 Code cleanup and documentation. há 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. há 14 anos atrás
PolyScreenLabel.cpp c2b21a5e41 Made mipmaps not generate for Screen mesh textures há 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. há 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. há 14 anos atrás
PolyScreenMesh.cpp c2b21a5e41 Made mipmaps not generate for Screen mesh textures há 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. há 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. há 14 anos atrás
PolyScreenSprite.cpp 18e6e9fbde Kinect module fixes and screen sprite improvements. Disabled binding generation as default. há 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. há 14 anos atrás
PolySkeleton.cpp 40ee2aafec Revisiting UI Module and IDE há 14 anos atrás
PolySound.cpp 774ec0b061 Sound playback status accessor and 3D physics fixes há 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. há 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. há 14 anos atrás
PolyTexture.cpp c2b21a5e41 Made mipmaps not generate for Screen mesh textures há 14 anos atrás
PolyTimer.cpp c2b21a5e41 Made mipmaps not generate for Screen mesh textures há 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. há 14 anos atrás
PolyTween.cpp cdee607137 Merge branch 'master' into pxljm há 14 anos atrás
PolyTweenManager.cpp cdee607137 Merge branch 'master' into pxljm há 14 anos atrás
PolyVector2.cpp 9359018eee Cleaned up Vector2 há 14 anos atrás
PolyVector3.cpp c9406f5051 Code cleanup and documentation. há 14 anos atrás
PolyVertex.cpp c9406f5051 Code cleanup and documentation. há 14 anos atrás
PolyWinCore.cpp 2d48f5192b Gamepad support in Windows há 14 anos atrás
PolyiPhoneCore.cpp c9406f5051 Code cleanup and documentation. há 14 anos atrás
tinystr.cpp 7cc9015fd0 Initial import from old repository há 15 anos atrás
tinyxml.cpp 6508f8c9a0 Added a String class, replaced std::string and wstring with the new class há 15 anos atrás
tinyxmlerror.cpp 7cc9015fd0 Initial import from old repository há 15 anos atrás
tinyxmlparser.cpp 7cc9015fd0 Initial import from old repository há 15 anos atrás