Marko Pintera 389c22b9b3 More memory alloc porting il y a 12 ans
..
Cocoa 877db0dc33 Renamed CamelotRenderer->CamelotEngine (solution) & CamelotCore (project) il y a 13 ans
Win32 877db0dc33 Renamed CamelotRenderer->CamelotEngine (solution) & CamelotCore (project) il y a 13 ans
X11 877db0dc33 Renamed CamelotRenderer->CamelotEngine (solution) & CamelotCore (project) il y a 13 ans
CamelotRenderer.cpp 877db0dc33 Renamed CamelotRenderer->CamelotEngine (solution) & CamelotCore (project) il y a 13 ans
CmApplication.cpp 4c253b1b1a Renamed GameObject -> SceneObject il y a 12 ans
CmBlendState.cpp 54c08871e0 Renamed handles and add GameObject handles il y a 12 ans
CmCamera.cpp 4c253b1b1a Renamed GameObject -> SceneObject il y a 12 ans
CmCgProgram.cpp 54c08871e0 Renamed handles and add GameObject handles il y a 12 ans
CmCgProgramFactory.cpp 54c08871e0 Renamed handles and add GameObject handles il y a 12 ans
CmCommandQueue.cpp 1b9ed00123 Added the ability to add command breakpoints il y a 12 ans
CmComponent.cpp 4c253b1b1a Renamed GameObject -> SceneObject il y a 12 ans
CmCoreObject.cpp 86e70a3b26 Ported all CoreObjects to use custom allocators il y a 12 ans
CmCoreObjectManager.cpp 5a64dff9db CoreGpuObject -> CoreObject il y a 12 ans
CmDeferredRenderContext.cpp 54c08871e0 Renamed handles and add GameObject handles il y a 12 ans
CmDepthStencilState.cpp 54c08871e0 Renamed handles and add GameObject handles il y a 12 ans
CmFont.cpp 54c08871e0 Renamed handles and add GameObject handles il y a 12 ans
CmFontImportOptions.cpp 8bd15d0742 FontImporter now compiles - Freetype libraries were wrong earlier il y a 12 ans
CmFontManager.cpp 86e70a3b26 Ported all CoreObjects to use custom allocators il y a 12 ans
CmGUIElement.cpp 9476a511d7 More work on GUI il y a 12 ans
CmGUILabel.cpp 54c08871e0 Renamed handles and add GameObject handles il y a 12 ans
CmGUIManager.cpp ddd17628eb Added overlays that will make 2D rendering easier il y a 12 ans
CmGUIMaterialManager.cpp 54c08871e0 Renamed handles and add GameObject handles il y a 12 ans
CmGUISkin.cpp 9476a511d7 More work on GUI il y a 12 ans
CmGUIWidget.cpp ad0d30efcd Ported MeshData so it both allocates and deallocates memory internally il y a 12 ans
CmGameObject.cpp 4c253b1b1a Renamed GameObject -> SceneObject il y a 12 ans
CmGameObjectHandle.cpp b75ee7ad4a GameObjects now use handles il y a 12 ans
CmGpuBuffer.cpp 5a64dff9db CoreGpuObject -> CoreObject il y a 12 ans
CmGpuBufferView.cpp 877db0dc33 Renamed CamelotRenderer->CamelotEngine (solution) & CamelotCore (project) il y a 13 ans
CmGpuParamBlock.cpp 389c22b9b3 More memory alloc porting il y a 12 ans
CmGpuParams.cpp 54c08871e0 Renamed handles and add GameObject handles il y a 12 ans
CmGpuProgInclude.cpp 54c08871e0 Renamed handles and add GameObject handles il y a 12 ans
CmGpuProgIncludeImporter.cpp 54c08871e0 Renamed handles and add GameObject handles il y a 12 ans
CmGpuProgram.cpp 54c08871e0 Renamed handles and add GameObject handles il y a 12 ans
CmGpuProgramImportOptions.cpp 877db0dc33 Renamed CamelotRenderer->CamelotEngine (solution) & CamelotCore (project) il y a 13 ans
CmGpuProgramImporter.cpp 54c08871e0 Renamed handles and add GameObject handles il y a 12 ans
CmGpuProgramManager.cpp 86e70a3b26 Ported all CoreObjects to use custom allocators il y a 12 ans
CmGpuProgramParams.cpp 54c08871e0 Renamed handles and add GameObject handles il y a 12 ans
CmHardwareBufferManager.cpp 86e70a3b26 Ported all CoreObjects to use custom allocators il y a 12 ans
CmHighLevelGpuProgram.cpp 54c08871e0 Renamed handles and add GameObject handles il y a 12 ans
CmHighLevelGpuProgramManager.cpp 54c08871e0 Renamed handles and add GameObject handles il y a 12 ans
CmImportOptions.cpp 877db0dc33 Renamed CamelotRenderer->CamelotEngine (solution) & CamelotCore (project) il y a 13 ans
CmImporter.cpp 54c08871e0 Renamed handles and add GameObject handles il y a 12 ans
CmIndexBuffer.cpp 877db0dc33 Renamed CamelotRenderer->CamelotEngine (solution) & CamelotCore (project) il y a 13 ans
CmIndexData.cpp 877db0dc33 Renamed CamelotRenderer->CamelotEngine (solution) & CamelotCore (project) il y a 13 ans
CmInput.cpp ece0eddd4c More porting to allocators il y a 12 ans
CmMaterial.cpp 54c08871e0 Renamed handles and add GameObject handles il y a 12 ans
CmMaterialRTTI.cpp 877db0dc33 Renamed CamelotRenderer->CamelotEngine (solution) & CamelotCore (project) il y a 13 ans
CmMesh.cpp ad0d30efcd Ported MeshData so it both allocates and deallocates memory internally il y a 12 ans
CmMeshData.cpp ad0d30efcd Ported MeshData so it both allocates and deallocates memory internally il y a 12 ans
CmMeshDataRTTI.cpp 15a13feeb0 Updated MeshData so it is much easier to use il y a 12 ans
CmMeshManager.cpp ad0d30efcd Ported MeshData so it both allocates and deallocates memory internally il y a 12 ans
CmMeshRTTI.h 877db0dc33 Renamed CamelotRenderer->CamelotEngine (solution) & CamelotCore (project) il y a 13 ans
CmMultiRenderTexture.cpp 877db0dc33 Renamed CamelotRenderer->CamelotEngine (solution) & CamelotCore (project) il y a 13 ans
CmOcclusionQuery.cpp 877db0dc33 Renamed CamelotRenderer->CamelotEngine (solution) & CamelotCore (project) il y a 13 ans
CmOverlay.cpp 4c253b1b1a Renamed GameObject -> SceneObject il y a 12 ans
CmOverlayManager.cpp 7eadcafc4d Fixed a bunch of issues with destroying of GameObjects (WIP) il y a 12 ans
CmPass.cpp 54c08871e0 Renamed handles and add GameObject handles il y a 12 ans
CmPixelBuffer.cpp 877db0dc33 Renamed CamelotRenderer->CamelotEngine (solution) & CamelotCore (project) il y a 13 ans
CmRasterizerState.cpp 54c08871e0 Renamed handles and add GameObject handles il y a 12 ans
CmRenderStateManager.cpp 86e70a3b26 Ported all CoreObjects to use custom allocators il y a 12 ans
CmRenderSystem.cpp 54c08871e0 Renamed handles and add GameObject handles il y a 12 ans
CmRenderSystemCapabilities.cpp 877db0dc33 Renamed CamelotRenderer->CamelotEngine (solution) & CamelotCore (project) il y a 13 ans
CmRenderSystemManager.cpp 877db0dc33 Renamed CamelotRenderer->CamelotEngine (solution) & CamelotCore (project) il y a 13 ans
CmRenderTarget.cpp 877db0dc33 Renamed CamelotRenderer->CamelotEngine (solution) & CamelotCore (project) il y a 13 ans
CmRenderTexture.cpp 877db0dc33 Renamed CamelotRenderer->CamelotEngine (solution) & CamelotCore (project) il y a 13 ans
CmRenderWindow.cpp 877db0dc33 Renamed CamelotRenderer->CamelotEngine (solution) & CamelotCore (project) il y a 13 ans
CmRenderWindowManager.cpp 86e70a3b26 Ported all CoreObjects to use custom allocators il y a 12 ans
CmRenderable.cpp 4c253b1b1a Renamed GameObject -> SceneObject il y a 12 ans
CmRendererManager.cpp ff28162000 Added BuiltiMaterialManagers and more work on GUI il y a 12 ans
CmResource.cpp 54c08871e0 Renamed handles and add GameObject handles il y a 12 ans
CmResourceHandle.cpp 877db0dc33 Renamed CamelotRenderer->CamelotEngine (solution) & CamelotCore (project) il y a 13 ans
CmResources.cpp 54c08871e0 Renamed handles and add GameObject handles il y a 12 ans
CmSamplerState.cpp 54c08871e0 Renamed handles and add GameObject handles il y a 12 ans
CmSceneManager.cpp 4c253b1b1a Renamed GameObject -> SceneObject il y a 12 ans
CmSceneObject.cpp 4c253b1b1a Renamed GameObject -> SceneObject il y a 12 ans
CmShader.cpp 86e70a3b26 Ported all CoreObjects to use custom allocators il y a 12 ans
CmSpecificImporter.cpp 877db0dc33 Renamed CamelotRenderer->CamelotEngine (solution) & CamelotCore (project) il y a 13 ans
CmSprite.cpp 54c08871e0 Renamed handles and add GameObject handles il y a 12 ans
CmTechnique.cpp ff28162000 Added BuiltiMaterialManagers and more work on GUI il y a 12 ans
CmTextSprite.cpp 54c08871e0 Renamed handles and add GameObject handles il y a 12 ans
CmTexture.cpp e4b2dbb7c7 Moved PixelData to use allocators il y a 12 ans
CmTextureManager.cpp 86e70a3b26 Ported all CoreObjects to use custom allocators il y a 12 ans
CmTextureView.cpp 5a64dff9db CoreGpuObject -> CoreObject il y a 12 ans
CmVertexBuffer.cpp 877db0dc33 Renamed CamelotRenderer->CamelotEngine (solution) & CamelotCore (project) il y a 13 ans
CmVertexData.cpp 877db0dc33 Renamed CamelotRenderer->CamelotEngine (solution) & CamelotCore (project) il y a 13 ans
CmVertexDeclaration.cpp 877db0dc33 Renamed CamelotRenderer->CamelotEngine (solution) & CamelotCore (project) il y a 13 ans
CmViewport.cpp 877db0dc33 Renamed CamelotRenderer->CamelotEngine (solution) & CamelotCore (project) il y a 13 ans
CmWindowEventUtilities.cpp 877db0dc33 Renamed CamelotRenderer->CamelotEngine (solution) & CamelotCore (project) il y a 13 ans
stdafx.cpp 877db0dc33 Renamed CamelotRenderer->CamelotEngine (solution) & CamelotCore (project) il y a 13 ans