Marko Pintera 4221419a6b Modules can be created by passing parameters instead of constructing the instances externally há 11 anos atrás
..
Win32 8bfe4ef813 Ported to VS2013 and removed boost completely há 11 anos atrás
BsThreadPolicy.cpp 11c7630162 Core thread now runs using the thread pool há 11 anos atrás
CmApplication.cpp 4221419a6b Modules can be created by passing parameters instead of constructing the instances externally há 11 anos atrás
CmBindableGpuParamBlock.cpp 0bb5903b9e Removed CamelotFramework and BansheeEditor namespaces and made everything BansheeEngine há 11 anos atrás
CmBindableGpuParams.cpp 0bb5903b9e Removed CamelotFramework and BansheeEditor namespaces and made everything BansheeEngine há 11 anos atrás
CmBlendState.cpp 0bb5903b9e Removed CamelotFramework and BansheeEditor namespaces and made everything BansheeEngine há 11 anos atrás
CmCPUProfiler.cpp 8bfe4ef813 Ported to VS2013 and removed boost completely há 11 anos atrás
CmCommandQueue.cpp 8bfe4ef813 Ported to VS2013 and removed boost completely há 11 anos atrás
CmComponent.cpp 0bb5903b9e Removed CamelotFramework and BansheeEditor namespaces and made everything BansheeEngine há 11 anos atrás
CmCoreObject.cpp b4a4f95110 Added TaskScheduler and ported Resources to it (untested) há 11 anos atrás
CmCoreObjectManager.cpp 4782475448 VertexDeclaration is now immutable há 11 anos atrás
CmCoreThread.cpp 8bfe4ef813 Ported to VS2013 and removed boost completely há 11 anos atrás
CmCoreThreadAccessor.cpp 75b0d168ec OpenGL finally works again há 11 anos atrás
CmDefaultRenderQueue.cpp 0bb5903b9e Removed CamelotFramework and BansheeEditor namespaces and made everything BansheeEngine há 11 anos atrás
CmDeferredCallManager.cpp 8bfe4ef813 Ported to VS2013 and removed boost completely há 11 anos atrás
CmDepthStencilState.cpp 0bb5903b9e Removed CamelotFramework and BansheeEditor namespaces and made everything BansheeEngine há 11 anos atrás
CmEventQuery.cpp 0bb5903b9e Removed CamelotFramework and BansheeEditor namespaces and made everything BansheeEngine há 11 anos atrás
CmFont.cpp 8bfe4ef813 Ported to VS2013 and removed boost completely há 11 anos atrás
CmFontImportOptions.cpp 0bb5903b9e Removed CamelotFramework and BansheeEditor namespaces and made everything BansheeEngine há 11 anos atrás
CmFontManager.cpp 8bfe4ef813 Ported to VS2013 and removed boost completely há 11 anos atrás
CmGameObject.cpp 0bb5903b9e Removed CamelotFramework and BansheeEditor namespaces and made everything BansheeEngine há 11 anos atrás
CmGameObjectHandle.cpp 0bb5903b9e Removed CamelotFramework and BansheeEditor namespaces and made everything BansheeEngine há 11 anos atrás
CmGameObjectManager.cpp 0bb5903b9e Removed CamelotFramework and BansheeEditor namespaces and made everything BansheeEngine há 11 anos atrás
CmGpuBuffer.cpp 0bb5903b9e Removed CamelotFramework and BansheeEditor namespaces and made everything BansheeEngine há 11 anos atrás
CmGpuBufferView.cpp 0bb5903b9e Removed CamelotFramework and BansheeEditor namespaces and made everything BansheeEngine há 11 anos atrás
CmGpuParam.cpp b60ea8260c All render systems work after shader refactor há 11 anos atrás
CmGpuParamBlock.cpp 0bb5903b9e Removed CamelotFramework and BansheeEditor namespaces and made everything BansheeEngine há 11 anos atrás
CmGpuParamBlockBuffer.cpp 0bb5903b9e Removed CamelotFramework and BansheeEditor namespaces and made everything BansheeEngine há 11 anos atrás
CmGpuParams.cpp b237180972 More documentation há 11 anos atrás
CmGpuProgInclude.cpp b4a4f95110 Added TaskScheduler and ported Resources to it (untested) há 11 anos atrás
CmGpuProgIncludeImporter.cpp e73983da31 Moved everything to new Path system há 11 anos atrás
CmGpuProgram.cpp 3196cff881 DX9, DX11 and OpenGL shader refactor done - No more separation between high and low level shaders, they're all high level now há 11 anos atrás
CmGpuProgramImportOptions.cpp 0bb5903b9e Removed CamelotFramework and BansheeEditor namespaces and made everything BansheeEngine há 11 anos atrás
CmGpuProgramImporter.cpp 3196cff881 DX9, DX11 and OpenGL shader refactor done - No more separation between high and low level shaders, they're all high level now há 11 anos atrás
CmGpuProgramManager.cpp 4ac20c7df5 More documentation há 11 anos atrás
CmGpuResource.cpp 0bb5903b9e Removed CamelotFramework and BansheeEditor namespaces and made everything BansheeEngine há 11 anos atrás
CmGpuResourceData.cpp 644f28f7db Fixed GpuResourceData assignment so ownership is not incorrectly transfered há 11 anos atrás
CmHardwareBufferManager.cpp 4782475448 VertexDeclaration is now immutable há 11 anos atrás
CmImportOptions.cpp 0bb5903b9e Removed CamelotFramework and BansheeEditor namespaces and made everything BansheeEngine há 11 anos atrás
CmImporter.cpp e73983da31 Moved everything to new Path system há 11 anos atrás
CmIndexBuffer.cpp 6a28795343 More documentation há 11 anos atrás
CmIndexData.cpp 6a28795343 More documentation há 11 anos atrás
CmInput.cpp 59cb02050e More documentation há 11 anos atrás
CmMaterial.cpp 4ac20c7df5 More documentation há 11 anos atrás
CmMaterialRTTI.cpp 8bfe4ef813 Ported to VS2013 and removed boost completely há 11 anos atrás
CmMesh.cpp 75b0d168ec OpenGL finally works again há 11 anos atrás
CmMeshBase.cpp 2a6fb1a9be More documentation há 11 anos atrás
CmMeshData.cpp 8bfe4ef813 Ported to VS2013 and removed boost completely há 11 anos atrás
CmMeshHeap.cpp 8bfe4ef813 Ported to VS2013 and removed boost completely há 11 anos atrás
CmMeshManager.cpp b4a4f95110 Added TaskScheduler and ported Resources to it (untested) há 11 anos atrás
CmMeshRTTI.h 75b0d168ec OpenGL finally works again há 11 anos atrás
CmMultiRenderTexture.cpp 0bb5903b9e Removed CamelotFramework and BansheeEditor namespaces and made everything BansheeEngine há 11 anos atrás
CmOSInputHandler.cpp 8bfe4ef813 Ported to VS2013 and removed boost completely há 11 anos atrás
CmOcclusionQuery.cpp 0bb5903b9e Removed CamelotFramework and BansheeEditor namespaces and made everything BansheeEngine há 11 anos atrás
CmPass.cpp 59cb02050e More documentation há 11 anos atrás
CmPixelBuffer.cpp 0bb5903b9e Removed CamelotFramework and BansheeEditor namespaces and made everything BansheeEngine há 11 anos atrás
CmPixelData.cpp 644f28f7db Fixed GpuResourceData assignment so ownership is not incorrectly transfered há 11 anos atrás
CmPixelUtil.cpp 8bfe4ef813 Ported to VS2013 and removed boost completely há 11 anos atrás
CmPixelVolume.cpp 3fed3402b3 Refactored and renamed Box, Int2, Rect and FRect #2 (SVN being silly) há 12 anos atrás
CmPlatform.cpp 8bfe4ef813 Ported to VS2013 and removed boost completely há 11 anos atrás
CmPlatformWndProc.cpp 8bfe4ef813 Ported to VS2013 and removed boost completely há 11 anos atrás
CmProfiler.cpp 0bb5903b9e Removed CamelotFramework and BansheeEditor namespaces and made everything BansheeEngine há 11 anos atrás
CmQueryManager.cpp 0bb5903b9e Removed CamelotFramework and BansheeEditor namespaces and made everything BansheeEngine há 11 anos atrás
CmRasterizerState.cpp 0bb5903b9e Removed CamelotFramework and BansheeEditor namespaces and made everything BansheeEngine há 11 anos atrás
CmRenderQueue.cpp 8bfe4ef813 Ported to VS2013 and removed boost completely há 11 anos atrás
CmRenderStateManager.cpp b4a4f95110 Added TaskScheduler and ported Resources to it (untested) há 11 anos atrás
CmRenderSystem.cpp 3196cff881 DX9, DX11 and OpenGL shader refactor done - No more separation between high and low level shaders, they're all high level now há 11 anos atrás
CmRenderSystemCapabilities.cpp 75b0d168ec OpenGL finally works again há 11 anos atrás
CmRenderSystemManager.cpp 0bb5903b9e Removed CamelotFramework and BansheeEditor namespaces and made everything BansheeEngine há 11 anos atrás
CmRenderTarget.cpp 0bb5903b9e Removed CamelotFramework and BansheeEditor namespaces and made everything BansheeEngine há 11 anos atrás
CmRenderTexture.cpp 0bb5903b9e Removed CamelotFramework and BansheeEditor namespaces and made everything BansheeEngine há 11 anos atrás
CmRenderWindow.cpp 0bb5903b9e Removed CamelotFramework and BansheeEditor namespaces and made everything BansheeEngine há 11 anos atrás
CmRenderWindowManager.cpp 8bfe4ef813 Ported to VS2013 and removed boost completely há 11 anos atrás
CmRenderer.cpp 0bb5903b9e Removed CamelotFramework and BansheeEditor namespaces and made everything BansheeEngine há 11 anos atrás
CmRendererManager.cpp 927fb6c3e5 More documentation há 11 anos atrás
CmResource.cpp 0bb5903b9e Removed CamelotFramework and BansheeEditor namespaces and made everything BansheeEngine há 11 anos atrás
CmResourceHandle.cpp 0bb5903b9e Removed CamelotFramework and BansheeEditor namespaces and made everything BansheeEngine há 11 anos atrás
CmResourceManifest.cpp e73983da31 Moved everything to new Path system há 11 anos atrás
CmResources.cpp 8bfe4ef813 Ported to VS2013 and removed boost completely há 11 anos atrás
CmSamplerState.cpp 0bb5903b9e Removed CamelotFramework and BansheeEditor namespaces and made everything BansheeEngine há 11 anos atrás
CmSceneManager.cpp 8bfe4ef813 Ported to VS2013 and removed boost completely há 11 anos atrás
CmSceneObject.cpp 0bb5903b9e Removed CamelotFramework and BansheeEditor namespaces and made everything BansheeEngine há 11 anos atrás
CmShader.cpp d343891707 More documentation há 11 anos atrás
CmSpecificImporter.cpp 0bb5903b9e Removed CamelotFramework and BansheeEditor namespaces and made everything BansheeEngine há 11 anos atrás
CmTechnique.cpp 0bb5903b9e Removed CamelotFramework and BansheeEditor namespaces and made everything BansheeEngine há 11 anos atrás
CmTextData.cpp 0bb5903b9e Removed CamelotFramework and BansheeEditor namespaces and made everything BansheeEngine há 11 anos atrás
CmTexture.cpp b4a4f95110 Added TaskScheduler and ported Resources to it (untested) há 11 anos atrás
CmTextureManager.cpp 75b0d168ec OpenGL finally works again há 11 anos atrás
CmTextureView.cpp 0bb5903b9e Removed CamelotFramework and BansheeEditor namespaces and made everything BansheeEngine há 11 anos atrás
CmTimerQuery.cpp 0bb5903b9e Removed CamelotFramework and BansheeEditor namespaces and made everything BansheeEngine há 11 anos atrás
CmTransientMesh.cpp 75b0d168ec OpenGL finally works again há 11 anos atrás
CmUUID.cpp 8bfe4ef813 Ported to VS2013 and removed boost completely há 11 anos atrás
CmVertexBuffer.cpp d19ac30b58 VAO management to OpenGL (untested) há 11 anos atrás
CmVertexData.cpp 4782475448 VertexDeclaration is now immutable há 11 anos atrás
CmVertexDataDesc.cpp 4782475448 VertexDeclaration is now immutable há 11 anos atrás
CmVertexDeclaration.cpp 4782475448 VertexDeclaration is now immutable há 11 anos atrás
CmViewport.cpp 0bb5903b9e Removed CamelotFramework and BansheeEditor namespaces and made everything BansheeEngine há 11 anos atrás
CmWin32FolderMonitor.cpp 8bfe4ef813 Ported to VS2013 and removed boost completely há 11 anos atrás
stdafx.cpp 877db0dc33 Renamed CamelotRenderer->CamelotEngine (solution) & CamelotCore (project) há 13 anos atrás