| .. |
|
OSBasics.h
|
aa4e7b968e
Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies.
|
14 rokov pred |
|
PolyAGLCore.h
|
67e5654afc
Changed private members to protected in non-manager classes.
|
14 rokov pred |
|
PolyBasics.h
|
7a37c48787
Code clean up and documentation
|
14 rokov pred |
|
PolyBezierCurve.h
|
aa4e7b968e
Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies.
|
14 rokov pred |
|
PolyBone.h
|
aa4e7b968e
Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies.
|
14 rokov pred |
|
PolyCamera.h
|
aa4e7b968e
Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies.
|
14 rokov pred |
|
PolyCocoaCore.h
|
e9c1a6af55
Mac fixes for bitshifter's changes.
|
14 rokov pred |
|
PolyColor.h
|
cdee607137
Merge branch 'master' into pxljm
|
14 rokov pred |
|
PolyConfig.h
|
aa4e7b968e
Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies.
|
14 rokov pred |
|
PolyCore.h
|
e9c1a6af55
Mac fixes for bitshifter's changes.
|
14 rokov pred |
|
PolyCoreInput.h
|
aa4e7b968e
Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies.
|
14 rokov pred |
|
PolyCoreServices.h
|
72e45c7c9c
Adds a CoreServices::getScreenInfo() which fetches screen width, height and refresh rate in a cross-platform way. If a Core object is given (0,0) as the screen coordinates in its constructor and also full screen mode is chosen, use getScreenInfo() to set the screen to the current resolution exactly.
|
14 rokov pred |
|
PolyCubemap.h
|
aa4e7b968e
Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies.
|
14 rokov pred |
|
PolyData.h
|
2ec7a76488
Fixed Lua binding generation to work with tidied includes.
|
14 rokov pred |
|
PolyEntity.h
|
aa4e7b968e
Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies.
|
14 rokov pred |
|
PolyEvent.h
|
aa4e7b968e
Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies.
|
14 rokov pred |
|
PolyEventDispatcher.h
|
aa4e7b968e
Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies.
|
14 rokov pred |
|
PolyEventHandler.h
|
e9c1a6af55
Mac fixes for bitshifter's changes.
|
14 rokov pred |
|
PolyFixedShader.h
|
aa4e7b968e
Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies.
|
14 rokov pred |
|
PolyFont.h
|
aa4e7b968e
Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies.
|
14 rokov pred |
|
PolyFontManager.h
|
aa4e7b968e
Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies.
|
14 rokov pred |
|
PolyGLCubemap.h
|
94c4d628d1
Win32 compile fixes.
|
14 rokov pred |
|
PolyGLES1Renderer.h
|
67e5654afc
Changed private members to protected in non-manager classes.
|
14 rokov pred |
|
PolyGLES1Texture.h
|
c9406f5051
Code cleanup and documentation.
|
14 rokov pred |
|
PolyGLRenderer.h
|
94c4d628d1
Win32 compile fixes.
|
14 rokov pred |
|
PolyGLSLProgram.h
|
aa4e7b968e
Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies.
|
14 rokov pred |
|
PolyGLSLShader.h
|
aa4e7b968e
Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies.
|
14 rokov pred |
|
PolyGLSLShaderModule.h
|
aa4e7b968e
Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies.
|
14 rokov pred |
|
PolyGLTexture.h
|
ebd46c43f0
Windows compile fixes.
|
14 rokov pred |
|
PolyGLVertexBuffer.h
|
94c4d628d1
Win32 compile fixes.
|
14 rokov pred |
|
PolyGlobals.h
|
e8f96c7684
Merge branch 'master' of git://github.com/ivansafrin/Polycode
|
14 rokov pred |
|
PolyImage.h
|
aa4e7b968e
Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies.
|
14 rokov pred |
|
PolyInputEvent.h
|
aa4e7b968e
Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies.
|
14 rokov pred |
|
PolyInputKeys.h
|
c9406f5051
Code cleanup and documentation.
|
14 rokov pred |
|
PolyLabel.h
|
aa4e7b968e
Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies.
|
14 rokov pred |
|
PolyLogger.h
|
aa4e7b968e
Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies.
|
14 rokov pred |
|
PolyMaterial.h
|
aa4e7b968e
Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies.
|
14 rokov pred |
|
PolyMaterialManager.h
|
aa4e7b968e
Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies.
|
14 rokov pred |
|
PolyMatrix4.h
|
aa4e7b968e
Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies.
|
14 rokov pred |
|
PolyMesh.h
|
18e6e9fbde
Kinect module fixes and screen sprite improvements. Disabled binding generation as default.
|
14 rokov pred |
|
PolyModule.h
|
aa4e7b968e
Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies.
|
14 rokov pred |
|
PolyObject.h
|
aa4e7b968e
Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies.
|
14 rokov pred |
|
PolyParticle.h
|
aa4e7b968e
Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies.
|
14 rokov pred |
|
PolyParticleEmitter.h
|
aa4e7b968e
Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies.
|
14 rokov pred |
|
PolyPerlin.h
|
67e5654afc
Changed private members to protected in non-manager classes.
|
14 rokov pred |
|
PolyPolygon.h
|
aa4e7b968e
Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies.
|
14 rokov pred |
|
PolyQuaternion.h
|
aa4e7b968e
Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies.
|
14 rokov pred |
|
PolyQuaternionCurve.h
|
aa4e7b968e
Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies.
|
14 rokov pred |
|
PolyRectangle.h
|
aa4e7b968e
Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies.
|
14 rokov pred |
|
PolyRenderer.h
|
cdee607137
Merge branch 'master' into pxljm
|
14 rokov pred |
|
PolyResource.h
|
aa4e7b968e
Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies.
|
14 rokov pred |
|
PolyResourceManager.h
|
aa4e7b968e
Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies.
|
14 rokov pred |
|
PolySDLCore.h
|
f19a328069
Fix SDLCore build error.
|
14 rokov pred |
|
PolyScene.h
|
cdee607137
Merge branch 'master' into pxljm
|
14 rokov pred |
|
PolySceneEntity.h
|
aa4e7b968e
Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies.
|
14 rokov pred |
|
PolySceneLabel.h
|
aa4e7b968e
Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies.
|
14 rokov pred |
|
PolySceneLight.h
|
aa4e7b968e
Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies.
|
14 rokov pred |
|
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 rokov pred |
|
PolySceneManager.h
|
aa4e7b968e
Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies.
|
14 rokov pred |
|
PolySceneMesh.h
|
aa4e7b968e
Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies.
|
14 rokov pred |
|
PolyScenePrimitive.h
|
aa4e7b968e
Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies.
|
14 rokov pred |
|
PolySceneRenderTexture.h
|
aa4e7b968e
Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies.
|
14 rokov pred |
|
PolySceneSound.h
|
2ec7a76488
Fixed Lua binding generation to work with tidied includes.
|
14 rokov pred |
|
PolyScreen.h
|
e8d860e746
Merge branch 'const-and-opts' into pxljm
|
14 rokov pred |
|
PolyScreenCurve.h
|
aa4e7b968e
Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies.
|
14 rokov pred |
|
PolyScreenEntity.h
|
4c721bcc01
Merge branch 'const-and-opts' into pxljm
|
14 rokov pred |
|
PolyScreenEvent.h
|
c9406f5051
Code cleanup and documentation.
|
14 rokov pred |
|
PolyScreenImage.h
|
aa4e7b968e
Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies.
|
14 rokov pred |
|
PolyScreenLabel.h
|
aa4e7b968e
Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies.
|
14 rokov pred |
|
PolyScreenLine.h
|
aa4e7b968e
Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies.
|
14 rokov pred |
|
PolyScreenManager.h
|
aa4e7b968e
Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies.
|
14 rokov pred |
|
PolyScreenMesh.h
|
aa4e7b968e
Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies.
|
14 rokov pred |
|
PolyScreenShape.h
|
aa4e7b968e
Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies.
|
14 rokov pred |
|
PolyScreenSound.h
|
2ec7a76488
Fixed Lua binding generation to work with tidied includes.
|
14 rokov pred |
|
PolyScreenSprite.h
|
18e6e9fbde
Kinect module fixes and screen sprite improvements. Disabled binding generation as default.
|
14 rokov pred |
|
PolyShader.h
|
d12e6c475a
Fixes for Xcode 4.2 and Lion.
|
14 rokov pred |
|
PolySkeleton.h
|
aa4e7b968e
Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies.
|
14 rokov pred |
|
PolySound.h
|
aa4e7b968e
Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies.
|
14 rokov pred |
|
PolySoundManager.h
|
aa4e7b968e
Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies.
|
14 rokov pred |
|
PolyString.h
|
aa4e7b968e
Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies.
|
14 rokov pred |
|
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 rokov pred |
|
PolyThreaded.h
|
aa4e7b968e
Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies.
|
14 rokov pred |
|
PolyTimer.h
|
aa4e7b968e
Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies.
|
14 rokov pred |
|
PolyTimerManager.h
|
aa4e7b968e
Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies.
|
14 rokov pred |
|
PolyTween.h
|
aa4e7b968e
Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies.
|
14 rokov pred |
|
PolyTweenManager.h
|
cdee607137
Merge branch 'master' into pxljm
|
14 rokov pred |
|
PolyVector2.h
|
aa4e7b968e
Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies.
|
14 rokov pred |
|
PolyVector3.h
|
aa4e7b968e
Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies.
|
14 rokov pred |
|
PolyVertex.h
|
aa4e7b968e
Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies.
|
14 rokov pred |
|
PolyWinCore.h
|
ebd46c43f0
Windows compile fixes.
|
14 rokov pred |
|
Poly_iPhone.h
|
fe9bb07923
Merge branch 'master' of github.com:ivansafrin/Polycode
|
14 rokov pred |
|
Polycode.h
|
e9c1a6af55
Mac fixes for bitshifter's changes.
|
14 rokov pred |
|
PolyiPhoneCore.h
|
c9406f5051
Code cleanup and documentation.
|
14 rokov pred |
|
tinystr.h
|
7cc9015fd0
Initial import from old repository
|
15 rokov pred |
|
tinyxml.h
|
c763d26677
Major changes all across, haven't been commiting anything, will start now
|
15 rokov pred |