2
0
Cameron Hart 6649ffbfdc Made a lot of Matrix4 parameters pass by const reference to reduce copying. Also made some more accessors const. 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 15 жил өмнө
PolyBezierCurve.h 7a37c48787 Code clean up and documentation 15 жил өмнө
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 7fe8f5c173 Made a lot of read only methods const and parameters const reference where possible to avoid copies. 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 7fe8f5c173 Made a lot of read only methods const and parameters const reference where possible to avoid copies. 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 51ffb7883c Added a method to set the clipping planes in the Renderer. 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 207ca4fca6 Windows port and some fixes 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 6649ffbfdc Made a lot of Matrix4 parameters pass by const reference to reduce copying. Also made some more accessors const. 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 6649ffbfdc Made a lot of Matrix4 parameters pass by const reference to reduce copying. Also made some more accessors const. 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 67e5654afc Changed private members to protected in non-manager classes. 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 67e5654afc Changed private members to protected in non-manager classes. 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 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 жил өмнө
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 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 жил өмнө
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 15 жил өмнө
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 жил өмнө