| .. |
|
OSBasics.h
|
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.
|
14 anos atrás |
|
PolyAGLCore.h
|
67e5654afc
Changed private members to protected in non-manager classes.
|
14 anos atrás |
|
PolyBasics.h
|
7a37c48787
Code clean up and documentation
|
14 anos atrás |
|
PolyBezierCurve.h
|
b4ddf8649f
Fixed manual project for PolycodePlayer
|
14 anos atrás |
|
PolyBone.h
|
6649ffbfdc
Made a lot of Matrix4 parameters pass by const reference to reduce copying. Also made some more accessors const.
|
14 anos atrás |
|
PolyCamera.h
|
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.
|
14 anos atrás |
|
PolyCocoaCore.h
|
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.
|
14 anos atrás |
|
PolyColor.h
|
be8f24208d
Merge branch 'master' into pxljm
|
14 anos atrás |
|
PolyConfig.h
|
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.
|
14 anos atrás |
|
PolyCore.h
|
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.
|
14 anos atrás |
|
PolyCoreInput.h
|
c9406f5051
Code cleanup and documentation.
|
14 anos atrás |
|
PolyCoreServices.h
|
8b1ae6d785
3D Physics module, minor fixes across the board.
|
14 anos atrás |
|
PolyCubemap.h
|
c9406f5051
Code cleanup and documentation.
|
14 anos atrás |
|
PolyData.h
|
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.
|
14 anos atrás |
|
PolyEntity.h
|
be8f24208d
Merge branch 'master' into pxljm
|
14 anos atrás |
|
PolyEvent.h
|
7fe8f5c173
Made a lot of read only methods const and parameters const reference where possible to avoid copies.
|
14 anos atrás |
|
PolyEventDispatcher.h
|
c9406f5051
Code cleanup and documentation.
|
14 anos atrás |
|
PolyEventHandler.h
|
67e5654afc
Changed private members to protected in non-manager classes.
|
14 anos atrás |
|
PolyFixedShader.h
|
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.
|
14 anos atrás |
|
PolyFont.h
|
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.
|
14 anos atrás |
|
PolyFontManager.h
|
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.
|
14 anos atrás |
|
PolyGLCubemap.h
|
67e5654afc
Changed private members to protected in non-manager classes.
|
14 anos atrás |
|
PolyGLES1Renderer.h
|
67e5654afc
Changed private members to protected in non-manager classes.
|
14 anos atrás |
|
PolyGLES1Texture.h
|
c9406f5051
Code cleanup and documentation.
|
14 anos atrás |
|
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 anos atrás |
|
PolyGLSLProgram.h
|
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.
|
14 anos atrás |
|
PolyGLSLShader.h
|
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.
|
14 anos atrás |
|
PolyGLSLShaderModule.h
|
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.
|
14 anos atrás |
|
PolyGLTexture.h
|
c9406f5051
Code cleanup and documentation.
|
14 anos atrás |
|
PolyGLVertexBuffer.h
|
67e5654afc
Changed private members to protected in non-manager classes.
|
14 anos atrás |
|
PolyGlobals.h
|
e8f96c7684
Merge branch 'master' of git://github.com/ivansafrin/Polycode
|
14 anos atrás |
|
PolyImage.h
|
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.
|
14 anos atrás |
|
PolyInputEvent.h
|
ea513e36b8
More code cleanup, documentation, polycode build tool fixes and player fixes
|
14 anos atrás |
|
PolyInputKeys.h
|
c9406f5051
Code cleanup and documentation.
|
14 anos atrás |
|
PolyLabel.h
|
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.
|
14 anos atrás |
|
PolyLogger.h
|
c9406f5051
Code cleanup and documentation.
|
14 anos atrás |
|
PolyMaterial.h
|
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.
|
14 anos atrás |
|
PolyMaterialManager.h
|
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.
|
14 anos atrás |
|
PolyMatrix4.h
|
6649ffbfdc
Made a lot of Matrix4 parameters pass by const reference to reduce copying. Also made some more accessors const.
|
14 anos atrás |
|
PolyMesh.h
|
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.
|
14 anos atrás |
|
PolyModule.h
|
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.
|
14 anos atrás |
|
PolyObject.h
|
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.
|
14 anos atrás |
|
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 anos atrás |
|
PolyParticleEmitter.h
|
be8f24208d
Merge branch 'master' into pxljm
|
14 anos atrás |
|
PolyPerlin.h
|
67e5654afc
Changed private members to protected in non-manager classes.
|
14 anos atrás |
|
PolyPolygon.h
|
67e5654afc
Changed private members to protected in non-manager classes.
|
14 anos atrás |
|
PolyQuaternion.h
|
6649ffbfdc
Made a lot of Matrix4 parameters pass by const reference to reduce copying. Also made some more accessors const.
|
14 anos atrás |
|
PolyQuaternionCurve.h
|
67e5654afc
Changed private members to protected in non-manager classes.
|
14 anos atrás |
|
PolyRectangle.h
|
c9406f5051
Code cleanup and documentation.
|
14 anos atrás |
|
PolyRenderer.h
|
be8f24208d
Merge branch 'master' into pxljm
|
14 anos atrás |
|
PolyResource.h
|
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.
|
14 anos atrás |
|
PolyResourceManager.h
|
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.
|
14 anos atrás |
|
PolySDLCore.h
|
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.
|
14 anos atrás |
|
PolyScene.h
|
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.
|
14 anos atrás |
|
PolySceneEntity.h
|
19cd891d7c
Rewrote default shaders, fixed light sorting code, fixed UV generation for cylinder, torus primitives, material properties in material files.
|
14 anos atrás |
|
PolySceneLabel.h
|
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.
|
14 anos atrás |
|
PolySceneLight.h
|
6649ffbfdc
Made a lot of Matrix4 parameters pass by const reference to reduce copying. Also made some more accessors const.
|
14 anos atrás |
|
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 anos atrás |
|
PolySceneManager.h
|
c9406f5051
Code cleanup and documentation.
|
14 anos atrás |
|
PolySceneMesh.h
|
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.
|
14 anos atrás |
|
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 anos atrás |
|
PolySceneRenderTexture.h
|
c9406f5051
Code cleanup and documentation.
|
14 anos atrás |
|
PolySceneSound.h
|
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.
|
14 anos atrás |
|
PolyScreen.h
|
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.
|
14 anos atrás |
|
PolyScreenCurve.h
|
c9406f5051
Code cleanup and documentation.
|
14 anos atrás |
|
PolyScreenEntity.h
|
c9406f5051
Code cleanup and documentation.
|
14 anos atrás |
|
PolyScreenEvent.h
|
c9406f5051
Code cleanup and documentation.
|
14 anos atrás |
|
PolyScreenImage.h
|
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.
|
14 anos atrás |
|
PolyScreenLabel.h
|
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.
|
14 anos atrás |
|
PolyScreenLine.h
|
30d0f0841f
Particle emitter and 2D Physics fixes
|
14 anos atrás |
|
PolyScreenManager.h
|
c9406f5051
Code cleanup and documentation.
|
14 anos atrás |
|
PolyScreenMesh.h
|
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.
|
14 anos atrás |
|
PolyScreenShape.h
|
c9406f5051
Code cleanup and documentation.
|
14 anos atrás |
|
PolyScreenSound.h
|
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.
|
14 anos atrás |
|
PolyScreenSprite.h
|
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.
|
14 anos atrás |
|
PolyShader.h
|
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.
|
14 anos atrás |
|
PolySkeleton.h
|
be8f24208d
Merge branch 'master' into pxljm
|
14 anos atrás |
|
PolySound.h
|
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.
|
14 anos atrás |
|
PolySoundManager.h
|
879be2377c
Merge branch 'cmake-deps'
|
14 anos atrás |
|
PolyString.h
|
be8f24208d
Merge branch 'master' into pxljm
|
14 anos atrás |
|
PolyTexture.h
|
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.
|
14 anos atrás |
|
PolyThreaded.h
|
c9406f5051
Code cleanup and documentation.
|
14 anos atrás |
|
PolyTimer.h
|
67e5654afc
Changed private members to protected in non-manager classes.
|
14 anos atrás |
|
PolyTimerManager.h
|
c9406f5051
Code cleanup and documentation.
|
14 anos atrás |
|
PolyTween.h
|
67e5654afc
Changed private members to protected in non-manager classes.
|
14 anos atrás |
|
PolyTweenManager.h
|
c9406f5051
Code cleanup and documentation.
|
14 anos atrás |
|
PolyVector2.h
|
7fe8f5c173
Made a lot of read only methods const and parameters const reference where possible to avoid copies.
|
14 anos atrás |
|
PolyVector3.h
|
7fe8f5c173
Made a lot of read only methods const and parameters const reference where possible to avoid copies.
|
14 anos atrás |
|
PolyVertex.h
|
67e5654afc
Changed private members to protected in non-manager classes.
|
14 anos atrás |
|
PolyWinCore.h
|
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.
|
14 anos atrás |
|
Poly_iPhone.h
|
fe9bb07923
Merge branch 'master' of github.com:ivansafrin/Polycode
|
14 anos atrás |
|
Polycode.h
|
f4baf7df63
Added default shaders, fixed GLSL shader calls, made GLSL part of core, added positional sound support.
|
14 anos atrás |
|
PolyiPhoneCore.h
|
c9406f5051
Code cleanup and documentation.
|
14 anos atrás |
|
tinystr.h
|
7cc9015fd0
Initial import from old repository
|
15 anos atrás |
|
tinyxml.h
|
c763d26677
Major changes all across, haven't been commiting anything, will start now
|
15 anos atrás |