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