| .. |
|
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 лет назад |
|
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
|
6649ffbfdc
Made a lot of Matrix4 parameters pass by const reference to reduce copying. Also made some more accessors const.
|
14 лет назад |
|
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 лет назад |
|
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 лет назад |
|
PolyColor.h
|
be8f24208d
Merge branch 'master' into pxljm
|
14 лет назад |
|
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 лет назад |
|
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 лет назад |
|
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
|
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.h
|
be8f24208d
Merge branch 'master' into pxljm
|
14 лет назад |
|
PolyEvent.h
|
7fe8f5c173
Made a lot of read only methods const and parameters const reference where possible to avoid copies.
|
14 лет назад |
|
PolyEventDispatcher.h
|
c9406f5051
Code cleanup and documentation.
|
14 лет назад |
|
PolyEventHandler.h
|
67e5654afc
Changed private members to protected in non-manager classes.
|
14 лет назад |
|
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 лет назад |
|
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 лет назад |
|
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 лет назад |
|
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
|
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.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 лет назад |
|
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 лет назад |
|
PolyGLTexture.h
|
c9406f5051
Code cleanup and documentation.
|
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
|
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.h
|
ea513e36b8
More code cleanup, documentation, polycode build tool fixes and player fixes
|
14 лет назад |
|
PolyInputKeys.h
|
c9406f5051
Code cleanup and documentation.
|
14 лет назад |
|
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 лет назад |
|
PolyLogger.h
|
c9406f5051
Code cleanup and documentation.
|
14 лет назад |
|
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 лет назад |
|
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 лет назад |
|
PolyMatrix4.h
|
6649ffbfdc
Made a lot of Matrix4 parameters pass by const reference to reduce copying. Also made some more accessors const.
|
14 лет назад |
|
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 лет назад |
|
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 лет назад |
|
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 лет назад |
|
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
|
be8f24208d
Merge branch 'master' into pxljm
|
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
|
6649ffbfdc
Made a lot of Matrix4 parameters pass by const reference to reduce copying. Also made some more accessors const.
|
14 лет назад |
|
PolyQuaternionCurve.h
|
67e5654afc
Changed private members to protected in non-manager classes.
|
14 лет назад |
|
PolyRectangle.h
|
c9406f5051
Code cleanup and documentation.
|
14 лет назад |
|
PolyRenderer.h
|
be8f24208d
Merge branch 'master' into pxljm
|
14 лет назад |
|
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 лет назад |
|
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 лет назад |
|
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 лет назад |
|
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 лет назад |
|
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
|
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 лет назад |
|
PolySceneLight.h
|
6649ffbfdc
Made a lot of Matrix4 parameters pass by const reference to reduce copying. Also made some more accessors const.
|
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
|
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 лет назад |
|
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
|
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.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 лет назад |
|
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
|
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.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 лет назад |
|
PolyScreenLine.h
|
30d0f0841f
Particle emitter and 2D Physics fixes
|
14 лет назад |
|
PolyScreenManager.h
|
c9406f5051
Code cleanup and documentation.
|
14 лет назад |
|
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 лет назад |
|
PolyScreenShape.h
|
c9406f5051
Code cleanup and documentation.
|
14 лет назад |
|
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 лет назад |
|
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 лет назад |
|
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 лет назад |
|
PolySkeleton.h
|
d916c1df43
Made some string parameters const reference that got lost in the merge.
|
14 лет назад |
|
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 лет назад |
|
PolySoundManager.h
|
879be2377c
Merge branch 'cmake-deps'
|
14 лет назад |
|
PolyString.h
|
be8f24208d
Merge branch 'master' into pxljm
|
14 лет назад |
|
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 лет назад |
|
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
|
c9406f5051
Code cleanup and documentation.
|
14 лет назад |
|
PolyVector2.h
|
7fe8f5c173
Made a lot of read only methods const and parameters const reference where possible to avoid copies.
|
14 лет назад |
|
PolyVector3.h
|
7fe8f5c173
Made a lot of read only methods const and parameters const reference where possible to avoid copies.
|
14 лет назад |
|
PolyVertex.h
|
67e5654afc
Changed private members to protected in non-manager classes.
|
14 лет назад |
|
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 лет назад |
|
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 лет назад |