Cameron Hart d916c1df43 Made some string parameters const reference that got lost in the merge. пре 14 година
..
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 година