Ivan Safrin 2d48f5192b Gamepad support in Windows il y a 14 ans
..
OSBasics.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. il y a 14 ans
PolyAGLCore.cpp c9406f5051 Code cleanup and documentation. il y a 14 ans
PolyBezierCurve.cpp c9406f5051 Code cleanup and documentation. il y a 14 ans
PolyBone.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. il y a 14 ans
PolyCamera.cpp dc9f716198 Fix for render to texture aspect ratio when post processing filter is applied il y a 14 ans
PolyCocoaCore.mm 3ab1b17bcf Joystick fix for Mac il y a 14 ans
PolyColor.cpp 027d9462f5 UI HSlider fixes and UI Color picker il y a 14 ans
PolyConfig.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. il y a 14 ans
PolyCore.cpp 3f300899cd Some more IDE work il y a 14 ans
PolyCoreInput.cpp b07cef3dd0 Gamepad support via libstem_gamepad il y a 14 ans
PolyCoreServices.cpp 60398a8df7 Moved gamepad stuff into core il y a 14 ans
PolyCubemap.cpp c9406f5051 Code cleanup and documentation. il y a 14 ans
PolyData.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. il y a 14 ans
PolyEntity.cpp 467369d432 Drag and Drop for UITrees, started on Screen editor in IDE il y a 14 ans
PolyEvent.cpp 7fe8f5c173 Made a lot of read only methods const and parameters const reference where possible to avoid copies. il y a 14 ans
PolyEventDispatcher.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. il y a 14 ans
PolyEventHandler.cpp c9406f5051 Code cleanup and documentation. il y a 14 ans
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. il y a 14 ans
PolyFont.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. il y a 14 ans
PolyFontManager.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. il y a 14 ans
PolyGLCubemap.cpp 94c4d628d1 Win32 compile fixes. il y a 14 ans
PolyGLES1Renderer.cpp 5f2a5232c4 More code cleanup il y a 14 ans
PolyGLES1Texture.cpp c9406f5051 Code cleanup and documentation. il y a 14 ans
PolyGLRenderer.cpp 7bb90f1f18 Screenshot support and image saving il y a 14 ans
PolyGLSLProgram.cpp 94c4d628d1 Win32 compile fixes. il y a 14 ans
PolyGLSLShader.cpp d362e3dea1 Windows fixes il y a 14 ans
PolyGLSLShaderModule.cpp e39113166b Winsock and GLSL fixes for Windows il y a 14 ans
PolyGLTexture.cpp d362e3dea1 Windows fixes il y a 14 ans
PolyGLVertexBuffer.cpp e9c1a6af55 Mac fixes for bitshifter's changes. il y a 14 ans
PolyImage.cpp 5c34882c66 Started working on Windows gamepad support + Unicode fix for Windows il y a 14 ans
PolyInputEvent.cpp b07cef3dd0 Gamepad support via libstem_gamepad il y a 14 ans
PolyLabel.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. il y a 14 ans
PolyLogger.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. il y a 14 ans
PolyMaterial.cpp 096ec070c0 Only use FP16 framebuffers if specified in material file il y a 14 ans
PolyMaterialManager.cpp 096ec070c0 Only use FP16 framebuffers if specified in material file il y a 14 ans
PolyMatrix4.cpp 7fe8f5c173 Made a lot of read only methods const and parameters const reference where possible to avoid copies. il y a 14 ans
PolyMesh.cpp 027d9462f5 UI HSlider fixes and UI Color picker il y a 14 ans
PolyModule.cpp c9406f5051 Code cleanup and documentation. il y a 14 ans
PolyObject.cpp de739af9de Project file saving/loading in IDE il y a 14 ans
PolyParticle.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. il y a 14 ans
PolyParticleEmitter.cpp c6d8d955d8 HDR and particle system fixes il y a 14 ans
PolyPerlin.cpp c9406f5051 Code cleanup and documentation. il y a 14 ans
PolyPolygon.cpp 04a22925fc Tangent generation and normal map shader support il y a 14 ans
PolyQuaternion.cpp 6649ffbfdc Made a lot of Matrix4 parameters pass by const reference to reduce copying. Also made some more accessors const. il y a 14 ans
PolyQuaternionCurve.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. il y a 14 ans
PolyRectangle.cpp c9406f5051 Code cleanup and documentation. il y a 14 ans
PolyRenderer.cpp 1f89731a0a HDR and shader fixes, made SceneLabel subclass SceneMesh il y a 14 ans
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. il y a 14 ans
PolyResourceManager.cpp 04a22925fc Tangent generation and normal map shader support il y a 14 ans
PolySDLCore.cpp f19a328069 Fix SDLCore build error. il y a 14 ans
PolyScene.cpp 5f7eea2457 Added a way to switch cameras in a scene il y a 14 ans
PolySceneEntity.cpp 19cd891d7c Rewrote default shaders, fixed light sorting code, fixed UV generation for cylinder, torus primitives, material properties in material files. il y a 14 ans
PolySceneLabel.cpp 1f89731a0a HDR and shader fixes, made SceneLabel subclass SceneMesh il y a 14 ans
PolySceneLight.cpp 096ec070c0 Only use FP16 framebuffers if specified in material file il y a 14 ans
PolySceneLine.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. il y a 14 ans
PolySceneManager.cpp dc9f716198 Fix for render to texture aspect ratio when post processing filter is applied il y a 14 ans
PolySceneMesh.cpp 1f89731a0a HDR and shader fixes, made SceneLabel subclass SceneMesh il y a 14 ans
PolyScenePrimitive.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. il y a 14 ans
PolySceneRenderTexture.cpp dc9f716198 Fix for render to texture aspect ratio when post processing filter is applied il y a 14 ans
PolySceneSound.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. il y a 14 ans
PolyScreen.cpp 096ec070c0 Only use FP16 framebuffers if specified in material file il y a 14 ans
PolyScreenCurve.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. il y a 14 ans
PolyScreenEntity.cpp 0374c77167 Started rewriting ScreenEntity input events, broke UI temporarily il y a 14 ans
PolyScreenEvent.cpp c9406f5051 Code cleanup and documentation. il y a 14 ans
PolyScreenImage.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. il y a 14 ans
PolyScreenLabel.cpp c2b21a5e41 Made mipmaps not generate for Screen mesh textures il y a 14 ans
PolyScreenLine.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. il y a 14 ans
PolyScreenManager.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. il y a 14 ans
PolyScreenMesh.cpp c2b21a5e41 Made mipmaps not generate for Screen mesh textures il y a 14 ans
PolyScreenShape.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. il y a 14 ans
PolyScreenSound.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. il y a 14 ans
PolyScreenSprite.cpp 18e6e9fbde Kinect module fixes and screen sprite improvements. Disabled binding generation as default. il y a 14 ans
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. il y a 14 ans
PolySkeleton.cpp 40ee2aafec Revisiting UI Module and IDE il y a 14 ans
PolySound.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. il y a 14 ans
PolySoundManager.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. il y a 14 ans
PolyString.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. il y a 14 ans
PolyTexture.cpp c2b21a5e41 Made mipmaps not generate for Screen mesh textures il y a 14 ans
PolyTimer.cpp c2b21a5e41 Made mipmaps not generate for Screen mesh textures il y a 14 ans
PolyTimerManager.cpp aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. il y a 14 ans
PolyTween.cpp cdee607137 Merge branch 'master' into pxljm il y a 14 ans
PolyTweenManager.cpp cdee607137 Merge branch 'master' into pxljm il y a 14 ans
PolyVector2.cpp 9359018eee Cleaned up Vector2 il y a 14 ans
PolyVector3.cpp c9406f5051 Code cleanup and documentation. il y a 14 ans
PolyVertex.cpp c9406f5051 Code cleanup and documentation. il y a 14 ans
PolyWinCore.cpp 2d48f5192b Gamepad support in Windows il y a 14 ans
PolyiPhoneCore.cpp c9406f5051 Code cleanup and documentation. il y a 14 ans
tinystr.cpp 7cc9015fd0 Initial import from old repository il y a 15 ans
tinyxml.cpp 6508f8c9a0 Added a String class, replaced std::string and wstring with the new class il y a 15 ans
tinyxmlerror.cpp 7cc9015fd0 Initial import from old repository il y a 15 ans
tinyxmlparser.cpp 7cc9015fd0 Initial import from old repository il y a 15 ans