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