| .. |
|
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 години |
|
PolyAGLCore.cpp
|
c9406f5051
Code cleanup and documentation.
|
преди 14 години |
|
PolyBezierCurve.cpp
|
c9406f5051
Code cleanup and documentation.
|
преди 14 години |
|
PolyBone.cpp
|
6649ffbfdc
Made a lot of Matrix4 parameters pass by const reference to reduce copying. Also made some more accessors const.
|
преди 14 години |
|
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 години |
|
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 години |
|
PolyColor.cpp
|
be8f24208d
Merge branch 'master' into pxljm
|
преди 14 години |
|
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 години |
|
PolyCore.cpp
|
207ca4fca6
Windows port and some fixes
|
преди 14 години |
|
PolyCoreInput.cpp
|
c9406f5051
Code cleanup and documentation.
|
преди 14 години |
|
PolyCoreServices.cpp
|
a58e4a109f
Polycode doesn't crash now if invalid font file is specified. Will now destroy fonts on exit.
|
преди 14 години |
|
PolyCubemap.cpp
|
c9406f5051
Code cleanup and documentation.
|
преди 14 години |
|
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 години |
|
PolyEntity.cpp
|
be8f24208d
Merge branch 'master' into pxljm
|
преди 14 години |
|
PolyEvent.cpp
|
7fe8f5c173
Made a lot of read only methods const and parameters const reference where possible to avoid copies.
|
преди 14 години |
|
PolyEventDispatcher.cpp
|
c9406f5051
Code cleanup and documentation.
|
преди 14 години |
|
PolyEventHandler.cpp
|
c9406f5051
Code cleanup and documentation.
|
преди 14 години |
|
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 години |
|
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 години |
|
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 години |
|
PolyGLCubemap.cpp
|
c9406f5051
Code cleanup and documentation.
|
преди 14 години |
|
PolyGLES1Renderer.cpp
|
5f2a5232c4
More code cleanup
|
преди 14 години |
|
PolyGLES1Texture.cpp
|
c9406f5051
Code cleanup and documentation.
|
преди 14 години |
|
PolyGLRenderer.cpp
|
3f22489bf4
Various bugfixes across the board
|
преди 14 години |
|
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 години |
|
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 години |
|
PolyGLSLShaderModule.cpp
|
be8f24208d
Merge branch 'master' into pxljm
|
преди 14 години |
|
PolyGLTexture.cpp
|
f4baf7df63
Added default shaders, fixed GLSL shader calls, made GLSL part of core, added positional sound support.
|
преди 14 години |
|
PolyGLVertexBuffer.cpp
|
207ca4fca6
Windows port and some fixes
|
преди 14 години |
|
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 години |
|
PolyInputEvent.cpp
|
c9406f5051
Code cleanup and documentation.
|
преди 14 години |
|
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 години |
|
PolyLogger.cpp
|
c9406f5051
Code cleanup and documentation.
|
преди 14 години |
|
PolyMaterial.cpp
|
be8f24208d
Merge branch 'master' into pxljm
|
преди 14 години |
|
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 години |
|
PolyMatrix4.cpp
|
7fe8f5c173
Made a lot of read only methods const and parameters const reference where possible to avoid copies.
|
преди 14 години |
|
PolyMesh.cpp
|
be8f24208d
Merge branch 'master' into pxljm
|
преди 14 години |
|
PolyModule.cpp
|
c9406f5051
Code cleanup and documentation.
|
преди 14 години |
|
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 години |
|
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 години |
|
PolyParticleEmitter.cpp
|
be8f24208d
Merge branch 'master' into pxljm
|
преди 14 години |
|
PolyPerlin.cpp
|
c9406f5051
Code cleanup and documentation.
|
преди 14 години |
|
PolyPolygon.cpp
|
c9406f5051
Code cleanup and documentation.
|
преди 14 години |
|
PolyQuaternion.cpp
|
6649ffbfdc
Made a lot of Matrix4 parameters pass by const reference to reduce copying. Also made some more accessors const.
|
преди 14 години |
|
PolyQuaternionCurve.cpp
|
c9406f5051
Code cleanup and documentation.
|
преди 14 години |
|
PolyRectangle.cpp
|
c9406f5051
Code cleanup and documentation.
|
преди 14 години |
|
PolyRenderer.cpp
|
6649ffbfdc
Made a lot of Matrix4 parameters pass by const reference to reduce copying. Also made some more accessors const.
|
преди 14 години |
|
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 години |
|
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 години |
|
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 години |
|
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 години |
|
PolySceneEntity.cpp
|
19cd891d7c
Rewrote default shaders, fixed light sorting code, fixed UV generation for cylinder, torus primitives, material properties in material files.
|
преди 14 години |
|
PolySceneLabel.cpp
|
be8f24208d
Merge branch 'master' into pxljm
|
преди 14 години |
|
PolySceneLight.cpp
|
6649ffbfdc
Made a lot of Matrix4 parameters pass by const reference to reduce copying. Also made some more accessors const.
|
преди 14 години |
|
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 години |
|
PolySceneManager.cpp
|
f4baf7df63
Added default shaders, fixed GLSL shader calls, made GLSL part of core, added positional sound support.
|
преди 14 години |
|
PolySceneMesh.cpp
|
be8f24208d
Merge branch 'master' into pxljm
|
преди 14 години |
|
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 години |
|
PolySceneRenderTexture.cpp
|
f4baf7df63
Added default shaders, fixed GLSL shader calls, made GLSL part of core, added positional sound support.
|
преди 14 години |
|
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 години |
|
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 години |
|
PolyScreenCurve.cpp
|
c9406f5051
Code cleanup and documentation.
|
преди 14 години |
|
PolyScreenEntity.cpp
|
ebb65e8c37
Scale position and hit size before performing hit test.
|
преди 14 години |
|
PolyScreenEvent.cpp
|
c9406f5051
Code cleanup and documentation.
|
преди 14 години |
|
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 години |
|
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 години |
|
PolyScreenLine.cpp
|
30d0f0841f
Particle emitter and 2D Physics fixes
|
преди 14 години |
|
PolyScreenManager.cpp
|
c9406f5051
Code cleanup and documentation.
|
преди 14 години |
|
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 години |
|
PolyScreenShape.cpp
|
df05e5cfd0
Fixed screen shape gradients and shape stroke.
|
преди 14 години |
|
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 години |
|
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 години |
|
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 години |
|
PolySkeleton.cpp
|
d916c1df43
Made some string parameters const reference that got lost in the merge.
|
преди 14 години |
|
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 години |
|
PolySoundManager.cpp
|
f4baf7df63
Added default shaders, fixed GLSL shader calls, made GLSL part of core, added positional sound support.
|
преди 14 години |
|
PolyString.cpp
|
be8f24208d
Merge branch 'master' into pxljm
|
преди 14 години |
|
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 години |
|
PolyTimer.cpp
|
c9406f5051
Code cleanup and documentation.
|
преди 14 години |
|
PolyTimerManager.cpp
|
c9406f5051
Code cleanup and documentation.
|
преди 14 години |
|
PolyTween.cpp
|
207ca4fca6
Windows port and some fixes
|
преди 14 години |
|
PolyTweenManager.cpp
|
3f22489bf4
Various bugfixes across the board
|
преди 14 години |
|
PolyVector2.cpp
|
c9406f5051
Code cleanup and documentation.
|
преди 14 години |
|
PolyVector3.cpp
|
c9406f5051
Code cleanup and documentation.
|
преди 14 години |
|
PolyVertex.cpp
|
c9406f5051
Code cleanup and documentation.
|
преди 14 години |
|
PolyWinCore.cpp
|
b53915032a
Bugfixes and more examples
|
преди 14 години |
|
PolyiPhoneCore.cpp
|
c9406f5051
Code cleanup and documentation.
|
преди 14 години |
|
tinystr.cpp
|
7cc9015fd0
Initial import from old repository
|
преди 15 години |
|
tinyxml.cpp
|
6508f8c9a0
Added a String class, replaced std::string and wstring with the new class
|
преди 15 години |
|
tinyxmlerror.cpp
|
7cc9015fd0
Initial import from old repository
|
преди 15 години |
|
tinyxmlparser.cpp
|
7cc9015fd0
Initial import from old repository
|
преди 15 години |