Ivan Safrin 87483bd9d8 Merge pull request #20 from bitshifter/master hace 14 años
..
OSBasics.h ea833b7237 Building PolyCore with CMake on Linux. hace 14 años
PolyAGLCore.h 67e5654afc Changed private members to protected in non-manager classes. hace 14 años
PolyBasics.h 7a37c48787 Code clean up and documentation hace 14 años
PolyBezierCurve.h 7a37c48787 Code clean up and documentation hace 14 años
PolyBone.h 7a37c48787 Code clean up and documentation hace 14 años
PolyCamera.h 67e5654afc Changed private members to protected in non-manager classes. hace 14 años
PolyCocoaCore.h 67e5654afc Changed private members to protected in non-manager classes. hace 14 años
PolyColor.h 67e5654afc Changed private members to protected in non-manager classes. hace 14 años
PolyConfig.h c9406f5051 Code cleanup and documentation. hace 14 años
PolyCore.h 207ca4fca6 Windows port and some fixes hace 14 años
PolyCoreInput.h c9406f5051 Code cleanup and documentation. hace 14 años
PolyCoreServices.h 8b1ae6d785 3D Physics module, minor fixes across the board. hace 14 años
PolyCubemap.h c9406f5051 Code cleanup and documentation. hace 14 años
PolyData.h 7a37c48787 Code clean up and documentation hace 14 años
PolyEntity.h 7a37c48787 Code clean up and documentation hace 14 años
PolyEvent.h c9406f5051 Code cleanup and documentation. hace 14 años
PolyEventDispatcher.h c9406f5051 Code cleanup and documentation. hace 14 años
PolyEventHandler.h 67e5654afc Changed private members to protected in non-manager classes. hace 14 años
PolyFixedShader.h c9406f5051 Code cleanup and documentation. hace 14 años
PolyFont.h 67e5654afc Changed private members to protected in non-manager classes. hace 14 años
PolyFontManager.h c9406f5051 Code cleanup and documentation. hace 14 años
PolyGLCubemap.h 67e5654afc Changed private members to protected in non-manager classes. hace 14 años
PolyGLES1Renderer.h 67e5654afc Changed private members to protected in non-manager classes. hace 14 años
PolyGLES1Texture.h c9406f5051 Code cleanup and documentation. hace 14 años
PolyGLRenderer.h 51ffb7883c Added a method to set the clipping planes in the Renderer. hace 14 años
PolyGLSLProgram.h f4baf7df63 Added default shaders, fixed GLSL shader calls, made GLSL part of core, added positional sound support. hace 14 años
PolyGLSLShader.h f4baf7df63 Added default shaders, fixed GLSL shader calls, made GLSL part of core, added positional sound support. hace 14 años
PolyGLSLShaderModule.h 19cd891d7c Rewrote default shaders, fixed light sorting code, fixed UV generation for cylinder, torus primitives, material properties in material files. hace 14 años
PolyGLTexture.h c9406f5051 Code cleanup and documentation. hace 14 años
PolyGLVertexBuffer.h 67e5654afc Changed private members to protected in non-manager classes. hace 14 años
PolyGlobals.h 207ca4fca6 Windows port and some fixes hace 14 años
PolyImage.h ea833b7237 Building PolyCore with CMake on Linux. hace 14 años
PolyInputEvent.h ea513e36b8 More code cleanup, documentation, polycode build tool fixes and player fixes hace 14 años
PolyInputKeys.h c9406f5051 Code cleanup and documentation. hace 14 años
PolyLabel.h 67e5654afc Changed private members to protected in non-manager classes. hace 14 años
PolyLogger.h c9406f5051 Code cleanup and documentation. hace 14 años
PolyMaterial.h 19cd891d7c Rewrote default shaders, fixed light sorting code, fixed UV generation for cylinder, torus primitives, material properties in material files. hace 14 años
PolyMaterialManager.h c9406f5051 Code cleanup and documentation. hace 14 años
PolyMatrix4.h c9406f5051 Code cleanup and documentation. hace 14 años
PolyMesh.h 9caa40dca6 Fixed Sphere mesh generation. TYPE_SPHERE primitives will now work. hace 14 años
PolyModule.h 6508f8c9a0 Added a String class, replaced std::string and wstring with the new class hace 15 años
PolyObject.h fe9bb07923 Merge branch 'master' of github.com:ivansafrin/Polycode hace 14 años
PolyParticle.h 0ea079f5f6 Added two new default shaders, fixed up particle systems, binding generation will now include public class members that are not pointers. hace 14 años
PolyParticleEmitter.h 30d0f0841f Particle emitter and 2D Physics fixes hace 14 años
PolyPerlin.h 67e5654afc Changed private members to protected in non-manager classes. hace 14 años
PolyPolygon.h 67e5654afc Changed private members to protected in non-manager classes. hace 14 años
PolyQuaternion.h c9406f5051 Code cleanup and documentation. hace 14 años
PolyQuaternionCurve.h 67e5654afc Changed private members to protected in non-manager classes. hace 14 años
PolyRectangle.h c9406f5051 Code cleanup and documentation. hace 14 años
PolyRenderer.h 6cb1164fc4 Added an importance property to lights. You can use it to make distant lights override closer ones. hace 14 años
PolyResource.h c9406f5051 Code cleanup and documentation. hace 14 años
PolyResourceManager.h 5f2a5232c4 More code cleanup hace 14 años
PolySDLCore.h b53915032a Bugfixes and more examples hace 14 años
PolyScene.h f4baf7df63 Added default shaders, fixed GLSL shader calls, made GLSL part of core, added positional sound support. hace 14 años
PolySceneEntity.h 19cd891d7c Rewrote default shaders, fixed light sorting code, fixed UV generation for cylinder, torus primitives, material properties in material files. hace 14 años
PolySceneLabel.h c9406f5051 Code cleanup and documentation. hace 14 años
PolySceneLight.h 6cb1164fc4 Added an importance property to lights. You can use it to make distant lights override closer ones. hace 14 años
PolySceneLine.h 67e5654afc Changed private members to protected in non-manager classes. hace 14 años
PolySceneManager.h c9406f5051 Code cleanup and documentation. hace 14 años
PolySceneMesh.h c9406f5051 Code cleanup and documentation. hace 14 años
PolyScenePrimitive.h 67e5654afc Changed private members to protected in non-manager classes. hace 14 años
PolySceneRenderTexture.h c9406f5051 Code cleanup and documentation. hace 14 años
PolySceneSound.h f4baf7df63 Added default shaders, fixed GLSL shader calls, made GLSL part of core, added positional sound support. hace 14 años
PolyScreen.h 19cd891d7c Rewrote default shaders, fixed light sorting code, fixed UV generation for cylinder, torus primitives, material properties in material files. hace 14 años
PolyScreenCurve.h c9406f5051 Code cleanup and documentation. hace 14 años
PolyScreenEntity.h c9406f5051 Code cleanup and documentation. hace 14 años
PolyScreenEvent.h c9406f5051 Code cleanup and documentation. hace 14 años
PolyScreenImage.h 67e5654afc Changed private members to protected in non-manager classes. hace 14 años
PolyScreenLabel.h 5f2a5232c4 More code cleanup hace 14 años
PolyScreenLine.h 30d0f0841f Particle emitter and 2D Physics fixes hace 14 años
PolyScreenManager.h c9406f5051 Code cleanup and documentation. hace 14 años
PolyScreenMesh.h c9406f5051 Code cleanup and documentation. hace 14 años
PolyScreenShape.h c9406f5051 Code cleanup and documentation. hace 14 años
PolyScreenSound.h f4baf7df63 Added default shaders, fixed GLSL shader calls, made GLSL part of core, added positional sound support. hace 14 años
PolyScreenSprite.h 67e5654afc Changed private members to protected in non-manager classes. hace 14 años
PolyShader.h 19cd891d7c Rewrote default shaders, fixed light sorting code, fixed UV generation for cylinder, torus primitives, material properties in material files. hace 14 años
PolySkeleton.h 67e5654afc Changed private members to protected in non-manager classes. hace 14 años
PolySound.h 879be2377c Merge branch 'cmake-deps' hace 14 años
PolySoundManager.h 879be2377c Merge branch 'cmake-deps' hace 14 años
PolyString.h 67e5654afc Changed private members to protected in non-manager classes. hace 14 años
PolyTexture.h c9406f5051 Code cleanup and documentation. hace 14 años
PolyThreaded.h c9406f5051 Code cleanup and documentation. hace 14 años
PolyTimer.h 67e5654afc Changed private members to protected in non-manager classes. hace 14 años
PolyTimerManager.h c9406f5051 Code cleanup and documentation. hace 14 años
PolyTween.h 67e5654afc Changed private members to protected in non-manager classes. hace 14 años
PolyTweenManager.h c9406f5051 Code cleanup and documentation. hace 14 años
PolyVector2.h 67e5654afc Changed private members to protected in non-manager classes. hace 14 años
PolyVector3.h 67e5654afc Changed private members to protected in non-manager classes. hace 14 años
PolyVertex.h 67e5654afc Changed private members to protected in non-manager classes. hace 14 años
PolyWinCore.h c5ab22c40c Windows fixes hace 14 años
Poly_iPhone.h fe9bb07923 Merge branch 'master' of github.com:ivansafrin/Polycode hace 14 años
Polycode.h f4baf7df63 Added default shaders, fixed GLSL shader calls, made GLSL part of core, added positional sound support. hace 14 años
PolyiPhoneCore.h c9406f5051 Code cleanup and documentation. hace 14 años
tinystr.h 7cc9015fd0 Initial import from old repository hace 15 años
tinyxml.h c763d26677 Major changes all across, haven't been commiting anything, will start now hace 15 años