mcc dc60cb88d9 applyTo(Vector3) method for Quaternions. 13 роки тому
..
GLee.h 185c6d4b99 Make Polycode buildable with mingw crosscompiler -- large patch comprising changes up to 6171487c3a07 in mcclure fork 14 роки тому
OSBasics.h aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. 14 роки тому
PolyAGLCore.h 67e5654afc Changed private members to protected in non-manager classes. 14 роки тому
PolyBasics.h 7a37c48787 Code clean up and documentation 14 роки тому
PolyBezierCurve.h 8666e09cbe Merged in a bunch of mcclure's memory leak fixes 13 роки тому
PolyBone.h 8666e09cbe Merged in a bunch of mcclure's memory leak fixes 13 роки тому
PolyCamera.h 0f94852b5d Fixed ortho mode and 3d picking from camera in ortho 13 роки тому
PolyCocoaCore.h 490211cbd1 Warp mouse Cocoa implementation 13 роки тому
PolyColor.h 8666e09cbe Merged in a bunch of mcclure's memory leak fixes 13 роки тому
PolyConfig.h aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. 14 роки тому
PolyCore.h 6e1940bf25 Thread-safe events, adjustment Matrix for polygon picking 13 роки тому
PolyCoreInput.h 02e11ec43a Added joystick index to joystick events 13 роки тому
PolyCoreServices.h 0f94852b5d Fixed ortho mode and 3d picking from camera in ortho 13 роки тому
PolyCubemap.h 8666e09cbe Merged in a bunch of mcclure's memory leak fixes 13 роки тому
PolyData.h 2ec7a76488 Fixed Lua binding generation to work with tidied includes. 14 роки тому
PolyEntity.h 5f81670b6d Fixed documentation error 13 роки тому
PolyEvent.h 6e1940bf25 Thread-safe events, adjustment Matrix for polygon picking 13 роки тому
PolyEventDispatcher.h 6e1940bf25 Thread-safe events, adjustment Matrix for polygon picking 13 роки тому
PolyEventHandler.h 8666e09cbe Merged in a bunch of mcclure's memory leak fixes 13 роки тому
PolyFixedShader.h 8666e09cbe Merged in a bunch of mcclure's memory leak fixes 13 роки тому
PolyFont.h 8666e09cbe Merged in a bunch of mcclure's memory leak fixes 13 роки тому
PolyFontManager.h aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. 14 роки тому
PolyGLCubemap.h 94c4d628d1 Win32 compile fixes. 14 роки тому
PolyGLES1Renderer.h 67e5654afc Changed private members to protected in non-manager classes. 14 роки тому
PolyGLES1Texture.h c9406f5051 Code cleanup and documentation. 14 роки тому
PolyGLHeaders.h 19d64a03df Fixed some stuff MingW patch broke and added mouse warp support in Windows 13 роки тому
PolyGLRenderer.h 0f94852b5d Fixed ortho mode and 3d picking from camera in ortho 13 роки тому
PolyGLSLProgram.h 8666e09cbe Merged in a bunch of mcclure's memory leak fixes 13 роки тому
PolyGLSLShader.h f9e5bf72fb Material manager 'reload programs' reloads programs (shaders) but not shaders (programs), meaning materials don't actually change after a reload. Fix that. Add a 'grab all resources of type' feature to ResourceManager to support this. 14 роки тому
PolyGLSLShaderModule.h aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. 14 роки тому
PolyGLTexture.h dfd6ba1da4 More leak fixes from mcclure 13 роки тому
PolyGLVertexBuffer.h 4d4235dd40 Tangent support in VBOs 14 роки тому
PolyGlobals.h 40fb920e56 Added winxp/vista fallback for multitouch functions 13 роки тому
PolyImage.h 95ef3cc459 Premultiplied alpha support 13 роки тому
PolyInputEvent.h 02e11ec43a Added joystick index to joystick events 13 роки тому
PolyInputKeys.h c9406f5051 Code cleanup and documentation. 14 роки тому
PolyLabel.h f6edf81027 Premultiplied alpha support in labels 13 роки тому
PolyLogger.h aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. 14 роки тому
PolyMaterial.h 37ba78c602 Slight material speed improvements and additional sound stuff 13 роки тому
PolyMaterialManager.h 95ef3cc459 Premultiplied alpha support 13 роки тому
PolyMatrix4.h 025f56124e Matrix4 now has determinant and transpose functions. 13 роки тому
PolyMesh.h 8666e09cbe Merged in a bunch of mcclure's memory leak fixes 13 роки тому
PolyModule.h 3813e57dce Fixed some typos 13 роки тому
PolyObject.h d4bd53c53e Object xml serialization: Support type namespacing and 'nil' elements. ARRAY_TYPE can now be successfully serialized and deserialized 13 роки тому
PolyParticle.h aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. 14 роки тому
PolyParticleEmitter.h 8666e09cbe Merged in a bunch of mcclure's memory leak fixes 13 роки тому
PolyPerlin.h 67e5654afc Changed private members to protected in non-manager classes. 14 роки тому
PolyPolygon.h 8666e09cbe Merged in a bunch of mcclure's memory leak fixes 13 роки тому
PolyQuaternion.h dc60cb88d9 applyTo(Vector3) method for Quaternions. 13 роки тому
PolyQuaternionCurve.h 8666e09cbe Merged in a bunch of mcclure's memory leak fixes 13 роки тому
PolyRectangle.h aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. 14 роки тому
PolyRenderer.h 6e1940bf25 Thread-safe events, adjustment Matrix for polygon picking 13 роки тому
PolyResource.h aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. 14 роки тому
PolyResourceManager.h f9e5bf72fb Material manager 'reload programs' reloads programs (shaders) but not shaders (programs), meaning materials don't actually change after a reload. Fix that. Add a 'grab all resources of type' feature to ResourceManager to support this. 14 роки тому
PolySDLCore.h f19a328069 Fix SDLCore build error. 14 роки тому
PolyScene.h 8666e09cbe Merged in a bunch of mcclure's memory leak fixes 13 роки тому
PolySceneEntity.h 6defaa8438 Started adding 3d physics constraints, messing around with gaussian blur, fixed ScreenLine bug, added compound shape support for 3d physics, fixed warning from the mingw pull request 13 роки тому
PolySceneLabel.h f6edf81027 Premultiplied alpha support in labels 13 роки тому
PolySceneLight.h aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. 14 роки тому
PolySceneLine.h 8666e09cbe Merged in a bunch of mcclure's memory leak fixes 13 роки тому
PolySceneManager.h 971106bb55 Fixed texture destruction and render to texture 14 роки тому
PolySceneMesh.h 8666e09cbe Merged in a bunch of mcclure's memory leak fixes 13 роки тому
PolyScenePrimitive.h 526fafcdc8 Added TYPE_UNCAPPED_CYLINDER scene mesh type 13 роки тому
PolySceneRenderTexture.h 8666e09cbe Merged in a bunch of mcclure's memory leak fixes 13 роки тому
PolySceneSound.h 54c63c1ef2 Fixed orientation issues with positional sound 13 роки тому
PolyScreen.h 855d4bdc6a Add simple accessors for the children of a Screen, like the ones that already exist for Scene 13 роки тому
PolyScreenCurve.h 8666e09cbe Merged in a bunch of mcclure's memory leak fixes 13 роки тому
PolyScreenEntity.h 7c2adedb49 hitwidth/hitheight (now a Rectangle hit instead of two Numbers) now works correctly with ScreenMesh. If you change the Mesh after creating the ScreenMesh you will need to call an updateHitBox() function. 13 роки тому
PolyScreenEvent.h 8666e09cbe Merged in a bunch of mcclure's memory leak fixes 13 роки тому
PolyScreenImage.h 8666e09cbe Merged in a bunch of mcclure's memory leak fixes 13 роки тому
PolyScreenLabel.h f6edf81027 Premultiplied alpha support in labels 13 роки тому
PolyScreenLine.h 8666e09cbe Merged in a bunch of mcclure's memory leak fixes 13 роки тому
PolyScreenManager.h aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. 14 роки тому
PolyScreenMesh.h 7c2adedb49 hitwidth/hitheight (now a Rectangle hit instead of two Numbers) now works correctly with ScreenMesh. If you change the Mesh after creating the ScreenMesh you will need to call an updateHitBox() function. 13 роки тому
PolyScreenShape.h 54867c3ef4 Added line weight and smooth control to Scene and Screen meshes 13 роки тому
PolyScreenSound.h 2ec7a76488 Fixed Lua binding generation to work with tidied includes. 14 роки тому
PolyScreenSprite.h 8666e09cbe Merged in a bunch of mcclure's memory leak fixes 13 роки тому
PolyShader.h f64acadc1c Fix Windows build broken by 4fc918057f2f 14 роки тому
PolySkeleton.h 8666e09cbe Merged in a bunch of mcclure's memory leak fixes 13 роки тому
PolySound.h 8666e09cbe Merged in a bunch of mcclure's memory leak fixes 13 роки тому
PolySoundManager.h 54c63c1ef2 Fixed orientation issues with positional sound 13 роки тому
PolyString.h 0a4775b3ca Made label size methods static, added Vector2 shader uniforms, animation end callback in ScreenSprite, shape testing methods for 2D Physics 13 роки тому
PolyTexture.h c2b21a5e41 Made mipmaps not generate for Screen mesh textures 14 роки тому
PolyThreaded.h 6e1940bf25 Thread-safe events, adjustment Matrix for polygon picking 13 роки тому
PolyTimer.h 8666e09cbe Merged in a bunch of mcclure's memory leak fixes 13 роки тому
PolyTimerManager.h aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. 14 роки тому
PolyTween.h 8666e09cbe Merged in a bunch of mcclure's memory leak fixes 13 роки тому
PolyTweenManager.h cdee607137 Merge branch 'master' into pxljm 14 роки тому
PolyVector2.h 0374c77167 Started rewriting ScreenEntity input events, broke UI temporarily 14 роки тому
PolyVector3.h 8666e09cbe Merged in a bunch of mcclure's memory leak fixes 13 роки тому
PolyVertex.h 04a22925fc Tangent generation and normal map shader support 14 роки тому
PolyWinCore.h 19d64a03df Fixed some stuff MingW patch broke and added mouse warp support in Windows 13 роки тому
Poly_iPhone.h fe9bb07923 Merge branch 'master' of github.com:ivansafrin/Polycode 14 роки тому
Polycode.h d362e3dea1 Windows fixes 14 роки тому
PolyiPhoneCore.h c9406f5051 Code cleanup and documentation. 14 роки тому
tinystr.h 7cc9015fd0 Initial import from old repository 15 роки тому
tinyxml.h c763d26677 Major changes all across, haven't been commiting anything, will start now 15 роки тому