Cameron Hart 9b512a01ed More const methods. 14 lat temu
..
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 lat temu
PolyAGLCore.h 67e5654afc Changed private members to protected in non-manager classes. 14 lat temu
PolyBasics.h 7a37c48787 Code clean up and documentation 15 lat temu
PolyBezierCurve.h 7a37c48787 Code clean up and documentation 15 lat temu
PolyBone.h 6649ffbfdc Made a lot of Matrix4 parameters pass by const reference to reduce copying. Also made some more accessors const. 14 lat temu
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 lat temu
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 lat temu
PolyColor.h 7fe8f5c173 Made a lot of read only methods const and parameters const reference where possible to avoid copies. 14 lat temu
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 lat temu
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 lat temu
PolyCoreInput.h c9406f5051 Code cleanup and documentation. 14 lat temu
PolyCoreServices.h 8b1ae6d785 3D Physics module, minor fixes across the board. 14 lat temu
PolyCubemap.h c9406f5051 Code cleanup and documentation. 14 lat temu
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 lat temu
PolyEntity.h 7fe8f5c173 Made a lot of read only methods const and parameters const reference where possible to avoid copies. 14 lat temu
PolyEvent.h 7fe8f5c173 Made a lot of read only methods const and parameters const reference where possible to avoid copies. 14 lat temu
PolyEventDispatcher.h c9406f5051 Code cleanup and documentation. 14 lat temu
PolyEventHandler.h 67e5654afc Changed private members to protected in non-manager classes. 14 lat temu
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 lat temu
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 lat temu
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 lat temu
PolyGLCubemap.h 67e5654afc Changed private members to protected in non-manager classes. 14 lat temu
PolyGLES1Renderer.h 67e5654afc Changed private members to protected in non-manager classes. 14 lat temu
PolyGLES1Texture.h c9406f5051 Code cleanup and documentation. 14 lat temu
PolyGLRenderer.h 51ffb7883c Added a method to set the clipping planes in the Renderer. 14 lat temu
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 lat temu
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 lat temu
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 lat temu
PolyGLTexture.h c9406f5051 Code cleanup and documentation. 14 lat temu
PolyGLVertexBuffer.h 67e5654afc Changed private members to protected in non-manager classes. 14 lat temu
PolyGlobals.h 207ca4fca6 Windows port and some fixes 14 lat temu
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 lat temu
PolyInputEvent.h ea513e36b8 More code cleanup, documentation, polycode build tool fixes and player fixes 14 lat temu
PolyInputKeys.h c9406f5051 Code cleanup and documentation. 14 lat temu
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 lat temu
PolyLogger.h c9406f5051 Code cleanup and documentation. 14 lat temu
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 lat temu
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 lat temu
PolyMatrix4.h 6649ffbfdc Made a lot of Matrix4 parameters pass by const reference to reduce copying. Also made some more accessors const. 14 lat temu
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 lat temu
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 lat temu
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 lat temu
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 lat temu
PolyParticleEmitter.h 6649ffbfdc Made a lot of Matrix4 parameters pass by const reference to reduce copying. Also made some more accessors const. 14 lat temu
PolyPerlin.h 67e5654afc Changed private members to protected in non-manager classes. 14 lat temu
PolyPolygon.h 67e5654afc Changed private members to protected in non-manager classes. 14 lat temu
PolyQuaternion.h 6649ffbfdc Made a lot of Matrix4 parameters pass by const reference to reduce copying. Also made some more accessors const. 14 lat temu
PolyQuaternionCurve.h 67e5654afc Changed private members to protected in non-manager classes. 14 lat temu
PolyRectangle.h c9406f5051 Code cleanup and documentation. 14 lat temu
PolyRenderer.h 6649ffbfdc Made a lot of Matrix4 parameters pass by const reference to reduce copying. Also made some more accessors const. 14 lat temu
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 lat temu
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 lat temu
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 lat temu
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 lat temu
PolySceneEntity.h 19cd891d7c Rewrote default shaders, fixed light sorting code, fixed UV generation for cylinder, torus primitives, material properties in material files. 14 lat temu
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 lat temu
PolySceneLight.h 6649ffbfdc Made a lot of Matrix4 parameters pass by const reference to reduce copying. Also made some more accessors const. 14 lat temu
PolySceneLine.h 67e5654afc Changed private members to protected in non-manager classes. 14 lat temu
PolySceneManager.h c9406f5051 Code cleanup and documentation. 14 lat temu
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 lat temu
PolyScenePrimitive.h 67e5654afc Changed private members to protected in non-manager classes. 14 lat temu
PolySceneRenderTexture.h c9406f5051 Code cleanup and documentation. 14 lat temu
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 lat temu
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 lat temu
PolyScreenCurve.h c9406f5051 Code cleanup and documentation. 14 lat temu
PolyScreenEntity.h 9b512a01ed More const methods. 14 lat temu
PolyScreenEvent.h c9406f5051 Code cleanup and documentation. 14 lat temu
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 lat temu
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 lat temu
PolyScreenLine.h 30d0f0841f Particle emitter and 2D Physics fixes 14 lat temu
PolyScreenManager.h c9406f5051 Code cleanup and documentation. 14 lat temu
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 lat temu
PolyScreenShape.h c9406f5051 Code cleanup and documentation. 14 lat temu
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 lat temu
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 lat temu
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 lat temu
PolySkeleton.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 lat temu
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 lat temu
PolySoundManager.h 879be2377c Merge branch 'cmake-deps' 14 lat temu
PolyString.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 lat temu
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 lat temu
PolyThreaded.h c9406f5051 Code cleanup and documentation. 14 lat temu
PolyTimer.h 67e5654afc Changed private members to protected in non-manager classes. 14 lat temu
PolyTimerManager.h c9406f5051 Code cleanup and documentation. 14 lat temu
PolyTween.h 67e5654afc Changed private members to protected in non-manager classes. 14 lat temu
PolyTweenManager.h c9406f5051 Code cleanup and documentation. 14 lat temu
PolyVector2.h 7fe8f5c173 Made a lot of read only methods const and parameters const reference where possible to avoid copies. 14 lat temu
PolyVector3.h 7fe8f5c173 Made a lot of read only methods const and parameters const reference where possible to avoid copies. 14 lat temu
PolyVertex.h 67e5654afc Changed private members to protected in non-manager classes. 14 lat temu
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 lat temu
Poly_iPhone.h fe9bb07923 Merge branch 'master' of github.com:ivansafrin/Polycode 15 lat temu
Polycode.h f4baf7df63 Added default shaders, fixed GLSL shader calls, made GLSL part of core, added positional sound support. 14 lat temu
PolyiPhoneCore.h c9406f5051 Code cleanup and documentation. 14 lat temu
tinystr.h 7cc9015fd0 Initial import from old repository 15 lat temu
tinyxml.h c763d26677 Major changes all across, haven't been commiting anything, will start now 15 lat temu