2
0
Cameron Hart bdf926ccc5 Merge branch 'master' of git://github.com/ivansafrin/Polycode 14 жил өмнө
..
OSBasics.h ea833b7237 Building PolyCore with CMake on Linux. 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 b4ddf8649f Fixed manual project for PolycodePlayer 14 жил өмнө
PolyBone.h 7a37c48787 Code clean up and documentation 14 жил өмнө
PolyCamera.h 67e5654afc Changed private members to protected in non-manager classes. 14 жил өмнө
PolyCocoaCore.h 05b7bdf04d VSync on Mac, anisothropic filtering options, 3D physics framerate idependence 14 жил өмнө
PolyColor.h 05b7bdf04d VSync on Mac, anisothropic filtering options, 3D physics framerate idependence 14 жил өмнө
PolyConfig.h c9406f5051 Code cleanup and documentation. 14 жил өмнө
PolyCore.h 05b7bdf04d VSync on Mac, anisothropic filtering options, 3D physics framerate idependence 14 жил өмнө
PolyCoreInput.h c9406f5051 Code cleanup and documentation. 14 жил өмнө
PolyCoreServices.h 8b1ae6d785 3D Physics module, minor fixes across the board. 14 жил өмнө
PolyCubemap.h c9406f5051 Code cleanup and documentation. 14 жил өмнө
PolyData.h 7a37c48787 Code clean up and documentation 14 жил өмнө
PolyEntity.h a4af1a3f84 Added a flag for an entity to render children even if invisible. 14 жил өмнө
PolyEvent.h c9406f5051 Code cleanup and documentation. 14 жил өмнө
PolyEventDispatcher.h c9406f5051 Code cleanup and documentation. 14 жил өмнө
PolyEventHandler.h 67e5654afc Changed private members to protected in non-manager classes. 14 жил өмнө
PolyFixedShader.h c9406f5051 Code cleanup and documentation. 14 жил өмнө
PolyFont.h 67e5654afc Changed private members to protected in non-manager classes. 14 жил өмнө
PolyFontManager.h c9406f5051 Code cleanup and documentation. 14 жил өмнө
PolyGLCubemap.h 67e5654afc Changed private members to protected in non-manager classes. 14 жил өмнө
PolyGLES1Renderer.h 67e5654afc Changed private members to protected in non-manager classes. 14 жил өмнө
PolyGLES1Texture.h c9406f5051 Code cleanup and documentation. 14 жил өмнө
PolyGLRenderer.h 326c753171 Added CMake build for the networking module, removed CMake build from Examples (switching to manual projects for simplicity's sake), various bugfixes to physics modules, reorganized packing of assets into release directories 14 жил өмнө
PolyGLSLProgram.h f4baf7df63 Added default shaders, fixed GLSL shader calls, made GLSL part of core, added positional sound support. 14 жил өмнө
PolyGLSLShader.h f4baf7df63 Added default shaders, fixed GLSL shader calls, made GLSL part of core, added positional sound support. 14 жил өмнө
PolyGLSLShaderModule.h 19cd891d7c Rewrote default shaders, fixed light sorting code, fixed UV generation for cylinder, torus primitives, material properties in material files. 14 жил өмнө
PolyGLTexture.h 05b7bdf04d VSync on Mac, anisothropic filtering options, 3D physics framerate idependence 14 жил өмнө
PolyGLVertexBuffer.h 67e5654afc Changed private members to protected in non-manager classes. 14 жил өмнө
PolyGlobals.h e8f96c7684 Merge branch 'master' of git://github.com/ivansafrin/Polycode 14 жил өмнө
PolyImage.h ea833b7237 Building PolyCore with CMake on Linux. 14 жил өмнө
PolyInputEvent.h ea513e36b8 More code cleanup, documentation, polycode build tool fixes and player fixes 14 жил өмнө
PolyInputKeys.h c9406f5051 Code cleanup and documentation. 14 жил өмнө
PolyLabel.h 67e5654afc Changed private members to protected in non-manager classes. 14 жил өмнө
PolyLogger.h c9406f5051 Code cleanup and documentation. 14 жил өмнө
PolyMaterial.h 19cd891d7c Rewrote default shaders, fixed light sorting code, fixed UV generation for cylinder, torus primitives, material properties in material files. 14 жил өмнө
PolyMaterialManager.h c9406f5051 Code cleanup and documentation. 14 жил өмнө
PolyMatrix4.h c9406f5051 Code cleanup and documentation. 14 жил өмнө
PolyMesh.h 9caa40dca6 Fixed Sphere mesh generation. TYPE_SPHERE primitives will now work. 14 жил өмнө
PolyModule.h 6508f8c9a0 Added a String class, replaced std::string and wstring with the new class 15 жил өмнө
PolyObject.h fe9bb07923 Merge branch 'master' of github.com:ivansafrin/Polycode 14 жил өмнө
PolyParticle.h 0ea079f5f6 Added two new default shaders, fixed up particle systems, binding generation will now include public class members that are not pointers. 14 жил өмнө
PolyParticleEmitter.h 3f22489bf4 Various bugfixes across the board 14 жил өмнө
PolyPerlin.h 67e5654afc Changed private members to protected in non-manager classes. 14 жил өмнө
PolyPolygon.h 67e5654afc Changed private members to protected in non-manager classes. 14 жил өмнө
PolyQuaternion.h c9406f5051 Code cleanup and documentation. 14 жил өмнө
PolyQuaternionCurve.h 67e5654afc Changed private members to protected in non-manager classes. 14 жил өмнө
PolyRectangle.h c9406f5051 Code cleanup and documentation. 14 жил өмнө
PolyRenderer.h 05b7bdf04d VSync on Mac, anisothropic filtering options, 3D physics framerate idependence 14 жил өмнө
PolyResource.h c9406f5051 Code cleanup and documentation. 14 жил өмнө
PolyResourceManager.h 5f2a5232c4 More code cleanup 14 жил өмнө
PolySDLCore.h b53915032a Bugfixes and more examples 14 жил өмнө
PolyScene.h 05b7bdf04d VSync on Mac, anisothropic filtering options, 3D physics framerate idependence 14 жил өмнө
PolySceneEntity.h 19cd891d7c Rewrote default shaders, fixed light sorting code, fixed UV generation for cylinder, torus primitives, material properties in material files. 14 жил өмнө
PolySceneLabel.h c9406f5051 Code cleanup and documentation. 14 жил өмнө
PolySceneLight.h 6cb1164fc4 Added an importance property to lights. You can use it to make distant lights override closer ones. 14 жил өмнө
PolySceneLine.h 326c753171 Added CMake build for the networking module, removed CMake build from Examples (switching to manual projects for simplicity's sake), various bugfixes to physics modules, reorganized packing of assets into release directories 14 жил өмнө
PolySceneManager.h c9406f5051 Code cleanup and documentation. 14 жил өмнө
PolySceneMesh.h c9406f5051 Code cleanup and documentation. 14 жил өмнө
PolyScenePrimitive.h 326c753171 Added CMake build for the networking module, removed CMake build from Examples (switching to manual projects for simplicity's sake), various bugfixes to physics modules, reorganized packing of assets into release directories 14 жил өмнө
PolySceneRenderTexture.h c9406f5051 Code cleanup and documentation. 14 жил өмнө
PolySceneSound.h f4baf7df63 Added default shaders, fixed GLSL shader calls, made GLSL part of core, added positional sound support. 14 жил өмнө
PolyScreen.h 19cd891d7c Rewrote default shaders, fixed light sorting code, fixed UV generation for cylinder, torus primitives, material properties in material files. 14 жил өмнө
PolyScreenCurve.h c9406f5051 Code cleanup and documentation. 14 жил өмнө
PolyScreenEntity.h c9406f5051 Code cleanup and documentation. 14 жил өмнө
PolyScreenEvent.h c9406f5051 Code cleanup and documentation. 14 жил өмнө
PolyScreenImage.h 67e5654afc Changed private members to protected in non-manager classes. 14 жил өмнө
PolyScreenLabel.h 5f2a5232c4 More code cleanup 14 жил өмнө
PolyScreenLine.h 30d0f0841f Particle emitter and 2D Physics fixes 14 жил өмнө
PolyScreenManager.h c9406f5051 Code cleanup and documentation. 14 жил өмнө
PolyScreenMesh.h c9406f5051 Code cleanup and documentation. 14 жил өмнө
PolyScreenShape.h c9406f5051 Code cleanup and documentation. 14 жил өмнө
PolyScreenSound.h f4baf7df63 Added default shaders, fixed GLSL shader calls, made GLSL part of core, added positional sound support. 14 жил өмнө
PolyScreenSprite.h 67e5654afc Changed private members to protected in non-manager classes. 14 жил өмнө
PolyShader.h 19cd891d7c Rewrote default shaders, fixed light sorting code, fixed UV generation for cylinder, torus primitives, material properties in material files. 14 жил өмнө
PolySkeleton.h 3f22489bf4 Various bugfixes across the board 14 жил өмнө
PolySound.h 879be2377c Merge branch 'cmake-deps' 14 жил өмнө
PolySoundManager.h 879be2377c Merge branch 'cmake-deps' 14 жил өмнө
PolyString.h 326c753171 Added CMake build for the networking module, removed CMake build from Examples (switching to manual projects for simplicity's sake), various bugfixes to physics modules, reorganized packing of assets into release directories 14 жил өмнө
PolyTexture.h c9406f5051 Code cleanup and documentation. 14 жил өмнө
PolyThreaded.h c9406f5051 Code cleanup and documentation. 14 жил өмнө
PolyTimer.h 67e5654afc Changed private members to protected in non-manager classes. 14 жил өмнө
PolyTimerManager.h c9406f5051 Code cleanup and documentation. 14 жил өмнө
PolyTween.h 67e5654afc Changed private members to protected in non-manager classes. 14 жил өмнө
PolyTweenManager.h 05b7bdf04d VSync on Mac, anisothropic filtering options, 3D physics framerate idependence 14 жил өмнө
PolyVector2.h 67e5654afc Changed private members to protected in non-manager classes. 14 жил өмнө
PolyVector3.h 67e5654afc Changed private members to protected in non-manager classes. 14 жил өмнө
PolyVertex.h 67e5654afc Changed private members to protected in non-manager classes. 14 жил өмнө
PolyWinCore.h c5ab22c40c Windows fixes 14 жил өмнө
Poly_iPhone.h fe9bb07923 Merge branch 'master' of github.com:ivansafrin/Polycode 14 жил өмнө
Polycode.h f4baf7df63 Added default shaders, fixed GLSL shader calls, made GLSL part of core, added positional sound support. 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 жил өмнө