| .. |
|
OSBasics.cpp
|
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.cpp
|
c9406f5051
Code cleanup and documentation.
|
14 anos atrás |
|
PolyBezierCurve.cpp
|
c9406f5051
Code cleanup and documentation.
|
14 anos atrás |
|
PolyBone.cpp
|
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.cpp
|
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.mm
|
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.cpp
|
be8f24208d
Merge branch 'master' into pxljm
|
14 anos atrás |
|
PolyConfig.cpp
|
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.cpp
|
207ca4fca6
Windows port and some fixes
|
14 anos atrás |
|
PolyCoreInput.cpp
|
c9406f5051
Code cleanup and documentation.
|
14 anos atrás |
|
PolyCoreServices.cpp
|
a58e4a109f
Polycode doesn't crash now if invalid font file is specified. Will now destroy fonts on exit.
|
14 anos atrás |
|
PolyCubemap.cpp
|
c9406f5051
Code cleanup and documentation.
|
14 anos atrás |
|
PolyData.cpp
|
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.cpp
|
be8f24208d
Merge branch 'master' into pxljm
|
14 anos atrás |
|
PolyEvent.cpp
|
7fe8f5c173
Made a lot of read only methods const and parameters const reference where possible to avoid copies.
|
14 anos atrás |
|
PolyEventDispatcher.cpp
|
c9406f5051
Code cleanup and documentation.
|
14 anos atrás |
|
PolyEventHandler.cpp
|
c9406f5051
Code cleanup and documentation.
|
14 anos atrás |
|
PolyFixedShader.cpp
|
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.cpp
|
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.cpp
|
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.cpp
|
c9406f5051
Code cleanup and documentation.
|
14 anos atrás |
|
PolyGLES1Renderer.cpp
|
5f2a5232c4
More code cleanup
|
14 anos atrás |
|
PolyGLES1Texture.cpp
|
c9406f5051
Code cleanup and documentation.
|
14 anos atrás |
|
PolyGLRenderer.cpp
|
3f22489bf4
Various bugfixes across the board
|
14 anos atrás |
|
PolyGLSLProgram.cpp
|
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.cpp
|
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.cpp
|
be8f24208d
Merge branch 'master' into pxljm
|
14 anos atrás |
|
PolyGLTexture.cpp
|
f4baf7df63
Added default shaders, fixed GLSL shader calls, made GLSL part of core, added positional sound support.
|
14 anos atrás |
|
PolyGLVertexBuffer.cpp
|
207ca4fca6
Windows port and some fixes
|
14 anos atrás |
|
PolyImage.cpp
|
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.cpp
|
c9406f5051
Code cleanup and documentation.
|
14 anos atrás |
|
PolyLabel.cpp
|
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.cpp
|
c9406f5051
Code cleanup and documentation.
|
14 anos atrás |
|
PolyMaterial.cpp
|
be8f24208d
Merge branch 'master' into pxljm
|
14 anos atrás |
|
PolyMaterialManager.cpp
|
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.cpp
|
7fe8f5c173
Made a lot of read only methods const and parameters const reference where possible to avoid copies.
|
14 anos atrás |
|
PolyMesh.cpp
|
be8f24208d
Merge branch 'master' into pxljm
|
14 anos atrás |
|
PolyModule.cpp
|
c9406f5051
Code cleanup and documentation.
|
14 anos atrás |
|
PolyObject.cpp
|
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.cpp
|
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.cpp
|
be8f24208d
Merge branch 'master' into pxljm
|
14 anos atrás |
|
PolyPerlin.cpp
|
c9406f5051
Code cleanup and documentation.
|
14 anos atrás |
|
PolyPolygon.cpp
|
c9406f5051
Code cleanup and documentation.
|
14 anos atrás |
|
PolyQuaternion.cpp
|
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.cpp
|
c9406f5051
Code cleanup and documentation.
|
14 anos atrás |
|
PolyRectangle.cpp
|
c9406f5051
Code cleanup and documentation.
|
14 anos atrás |
|
PolyRenderer.cpp
|
6649ffbfdc
Made a lot of Matrix4 parameters pass by const reference to reduce copying. Also made some more accessors const.
|
14 anos atrás |
|
PolyResource.cpp
|
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.cpp
|
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.cpp
|
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.cpp
|
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.cpp
|
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.cpp
|
be8f24208d
Merge branch 'master' into pxljm
|
14 anos atrás |
|
PolySceneLight.cpp
|
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.cpp
|
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.cpp
|
f4baf7df63
Added default shaders, fixed GLSL shader calls, made GLSL part of core, added positional sound support.
|
14 anos atrás |
|
PolySceneMesh.cpp
|
be8f24208d
Merge branch 'master' into pxljm
|
14 anos atrás |
|
PolyScenePrimitive.cpp
|
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.cpp
|
f4baf7df63
Added default shaders, fixed GLSL shader calls, made GLSL part of core, added positional sound support.
|
14 anos atrás |
|
PolySceneSound.cpp
|
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.cpp
|
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.cpp
|
c9406f5051
Code cleanup and documentation.
|
14 anos atrás |
|
PolyScreenEntity.cpp
|
ebb65e8c37
Scale position and hit size before performing hit test.
|
14 anos atrás |
|
PolyScreenEvent.cpp
|
c9406f5051
Code cleanup and documentation.
|
14 anos atrás |
|
PolyScreenImage.cpp
|
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.cpp
|
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.cpp
|
30d0f0841f
Particle emitter and 2D Physics fixes
|
14 anos atrás |
|
PolyScreenManager.cpp
|
c9406f5051
Code cleanup and documentation.
|
14 anos atrás |
|
PolyScreenMesh.cpp
|
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.cpp
|
df05e5cfd0
Fixed screen shape gradients and shape stroke.
|
14 anos atrás |
|
PolyScreenSound.cpp
|
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.cpp
|
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.cpp
|
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.cpp
|
be8f24208d
Merge branch 'master' into pxljm
|
14 anos atrás |
|
PolySound.cpp
|
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.cpp
|
f4baf7df63
Added default shaders, fixed GLSL shader calls, made GLSL part of core, added positional sound support.
|
14 anos atrás |
|
PolyString.cpp
|
be8f24208d
Merge branch 'master' into pxljm
|
14 anos atrás |
|
PolyTexture.cpp
|
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 |
|
PolyTimer.cpp
|
c9406f5051
Code cleanup and documentation.
|
14 anos atrás |
|
PolyTimerManager.cpp
|
c9406f5051
Code cleanup and documentation.
|
14 anos atrás |
|
PolyTween.cpp
|
207ca4fca6
Windows port and some fixes
|
14 anos atrás |
|
PolyTweenManager.cpp
|
3f22489bf4
Various bugfixes across the board
|
14 anos atrás |
|
PolyVector2.cpp
|
c9406f5051
Code cleanup and documentation.
|
14 anos atrás |
|
PolyVector3.cpp
|
c9406f5051
Code cleanup and documentation.
|
14 anos atrás |
|
PolyVertex.cpp
|
c9406f5051
Code cleanup and documentation.
|
14 anos atrás |
|
PolyWinCore.cpp
|
b53915032a
Bugfixes and more examples
|
14 anos atrás |
|
PolyiPhoneCore.cpp
|
c9406f5051
Code cleanup and documentation.
|
14 anos atrás |
|
tinystr.cpp
|
7cc9015fd0
Initial import from old repository
|
15 anos atrás |
|
tinyxml.cpp
|
6508f8c9a0
Added a String class, replaced std::string and wstring with the new class
|
15 anos atrás |
|
tinyxmlerror.cpp
|
7cc9015fd0
Initial import from old repository
|
15 anos atrás |
|
tinyxmlparser.cpp
|
7cc9015fd0
Initial import from old repository
|
15 anos atrás |