Marko Pintera 956b85758d Making sure mouse up event is triggered once mouse leaves the window 12 vuotta sitten
..
Cocoa 877db0dc33 Renamed CamelotRenderer->CamelotEngine (solution) & CamelotCore (project) 13 vuotta sitten
Win32 61a6fe1e9d Refactored and renamed Box, Int2, Rect and FRect 12 vuotta sitten
X11 877db0dc33 Renamed CamelotRenderer->CamelotEngine (solution) & CamelotCore (project) 13 vuotta sitten
CmApplication.cpp 99f545b06f Added frame allocator 12 vuotta sitten
CmBindableGpuParamBlock.cpp b0b11a73da Allocating GpuParams and especially bindable copy of GpuParams will now cause much less alocations 12 vuotta sitten
CmBindableGpuParams.cpp 99f545b06f Added frame allocator 12 vuotta sitten
CmBlendState.cpp 267df110ea Renamed CamelotEngine -> CamelotFramework namespace 12 vuotta sitten
CmCPUProfiler.cpp 6ad504f1b3 Profiler containers now use ProfilerAlloc so their allocations arent counted by the profiler 12 vuotta sitten
CmCgProgram.cpp d4cfc20151 Renamed std containers so they start with capital letters to be standardized with other Camelot classes 12 vuotta sitten
CmCgProgramFactory.cpp d4cfc20151 Renamed std containers so they start with capital letters to be standardized with other Camelot classes 12 vuotta sitten
CmCommandQueue.cpp f63561bf5c Asnyc ops are only created when actually needed (to save on allocations) 12 vuotta sitten
CmComponent.cpp a8ba9930af Fixed initialization issues due to caret 12 vuotta sitten
CmCoreObject.cpp 5d165cbee2 Renamed waitUntilLoaded and waitUntilInitialized to "synchonize()" 12 vuotta sitten
CmCoreObjectManager.cpp 267df110ea Renamed CamelotEngine -> CamelotFramework namespace 12 vuotta sitten
CmCoreThread.cpp 99f545b06f Added frame allocator 12 vuotta sitten
CmCoreThreadAccessor.cpp 1b18f9ddd3 Renamed DeferredRenderContext to CoreThreadAccessor 12 vuotta sitten
CmDefaultRenderQueue.cpp 545fa74084 First steps with the DebugDraw system 12 vuotta sitten
CmDeferredCallManager.cpp a8ba9930af Fixed initialization issues due to caret 12 vuotta sitten
CmDepthStencilState.cpp 267df110ea Renamed CamelotEngine -> CamelotFramework namespace 12 vuotta sitten
CmEventQuery.cpp 04132bc6d9 Queries WIP 12 vuotta sitten
CmFont.cpp d4cfc20151 Renamed std containers so they start with capital letters to be standardized with other Camelot classes 12 vuotta sitten
CmFontImportOptions.cpp 5d477cd8a7 Added support for non-antialiased font rendering 12 vuotta sitten
CmFontManager.cpp d4cfc20151 Renamed std containers so they start with capital letters to be standardized with other Camelot classes 12 vuotta sitten
CmGameObject.cpp 267df110ea Renamed CamelotEngine -> CamelotFramework namespace 12 vuotta sitten
CmGameObjectHandle.cpp 267df110ea Renamed CamelotEngine -> CamelotFramework namespace 12 vuotta sitten
CmGpuBuffer.cpp df225bbba5 Ported remaining new/delete calls to the new system 12 vuotta sitten
CmGpuBufferView.cpp 267df110ea Renamed CamelotEngine -> CamelotFramework namespace 12 vuotta sitten
CmGpuParam.cpp 564bb9b499 GUI and debug draw now use parameter handles for faster way of setting material parameters 12 vuotta sitten
CmGpuParamBlock.cpp bbded86fda Added gpu params for basic data types 12 vuotta sitten
CmGpuParamBlockBuffer.cpp 9205a99b69 Gpu param block is now tied to param block buffer 12 vuotta sitten
CmGpuParams.cpp 99f545b06f Added frame allocator 12 vuotta sitten
CmGpuProgInclude.cpp 1eafbaa11b More new alloc system porting 12 vuotta sitten
CmGpuProgIncludeImporter.cpp 267df110ea Renamed CamelotEngine -> CamelotFramework namespace 12 vuotta sitten
CmGpuProgram.cpp bbded86fda Added gpu params for basic data types 12 vuotta sitten
CmGpuProgramImportOptions.cpp 267df110ea Renamed CamelotEngine -> CamelotFramework namespace 12 vuotta sitten
CmGpuProgramImporter.cpp 5d165cbee2 Renamed waitUntilLoaded and waitUntilInitialized to "synchonize()" 12 vuotta sitten
CmGpuProgramManager.cpp 267df110ea Renamed CamelotEngine -> CamelotFramework namespace 12 vuotta sitten
CmGpuProgramParams.cpp 267df110ea Renamed CamelotEngine -> CamelotFramework namespace 12 vuotta sitten
CmGpuResource.cpp d0301de9c9 Starting work on better gpu resource updates 12 vuotta sitten
CmGpuResourceData.cpp 8c982e0422 Moved the core thread outside of the render system 12 vuotta sitten
CmHardwareBufferManager.cpp 1eafbaa11b More new alloc system porting 12 vuotta sitten
CmHighLevelGpuProgram.cpp 8c982e0422 Moved the core thread outside of the render system 12 vuotta sitten
CmHighLevelGpuProgramManager.cpp d4cfc20151 Renamed std containers so they start with capital letters to be standardized with other Camelot classes 12 vuotta sitten
CmImportOptions.cpp 267df110ea Renamed CamelotEngine -> CamelotFramework namespace 12 vuotta sitten
CmImporter.cpp df225bbba5 Ported remaining new/delete calls to the new system 12 vuotta sitten
CmIndexBuffer.cpp 267df110ea Renamed CamelotEngine -> CamelotFramework namespace 12 vuotta sitten
CmIndexData.cpp 1265f65506 Reorganized how renderer works (using RenderOperations) 12 vuotta sitten
CmInput.cpp 61a6fe1e9d Refactored and renamed Box, Int2, Rect and FRect 12 vuotta sitten
CmMaterial.cpp 9205a99b69 Gpu param block is now tied to param block buffer 12 vuotta sitten
CmMaterialRTTI.cpp d4cfc20151 Renamed std containers so they start with capital letters to be standardized with other Camelot classes 12 vuotta sitten
CmMesh.cpp e2804052f2 Added proper checks to ensure Mesh vertex/index data matches MeshData vertex/index data when writing or reading from a Mesh 12 vuotta sitten
CmMeshBase.cpp 4a861a2399 Fixed OpenGL queries as they were being incorrectly created 12 vuotta sitten
CmMeshData.cpp 9392e45805 Better sub-mesh handling for Meshes 12 vuotta sitten
CmMeshHeap.cpp 5fa7bee5a7 Refactored Math 12 vuotta sitten
CmMeshManager.cpp 9392e45805 Better sub-mesh handling for Meshes 12 vuotta sitten
CmMeshRTTI.h d7cf519627 Started work on MeshHeap and transient meshes 12 vuotta sitten
CmMultiRenderTexture.cpp 6b1dfdc6be Refactored RenderTarget a bit to make is prettier (no real funcionality added) 12 vuotta sitten
CmOSInputHandler.cpp 61a6fe1e9d Refactored and renamed Box, Int2, Rect and FRect 12 vuotta sitten
CmOcclusionQuery.cpp 267df110ea Renamed CamelotEngine -> CamelotFramework namespace 12 vuotta sitten
CmPass.cpp 99f545b06f Added frame allocator 12 vuotta sitten
CmPixelBuffer.cpp 61a6fe1e9d Refactored and renamed Box, Int2, Rect and FRect 12 vuotta sitten
CmPixelData.cpp 71002238ae Added default internal buffer alloc for PixelData 12 vuotta sitten
CmPixelUtil.cpp 61a6fe1e9d Refactored and renamed Box, Int2, Rect and FRect 12 vuotta sitten
CmPixelVolume.cpp 3fed3402b3 Refactored and renamed Box, Int2, Rect and FRect #2 (SVN being silly) 12 vuotta sitten
CmPlatform.cpp 61a6fe1e9d Refactored and renamed Box, Int2, Rect and FRect 12 vuotta sitten
CmPlatformWndProc.cpp 956b85758d Making sure mouse up event is triggered once mouse leaves the window 12 vuotta sitten
CmProfiler.cpp 5fa7bee5a7 Refactored Math 12 vuotta sitten
CmQueryManager.cpp 7214304ace Added Timer queries 12 vuotta sitten
CmRasterizerState.cpp 267df110ea Renamed CamelotEngine -> CamelotFramework namespace 12 vuotta sitten
CmRenderQueue.cpp 9bb801f889 Bunch of fixes for MeshHeap and related systems 12 vuotta sitten
CmRenderStateManager.cpp 1eafbaa11b More new alloc system porting 12 vuotta sitten
CmRenderSystem.cpp e7e420a0a6 Almost final version of transient meshes and MeshHeap 12 vuotta sitten
CmRenderSystemCapabilities.cpp d4cfc20151 Renamed std containers so they start with capital letters to be standardized with other Camelot classes 12 vuotta sitten
CmRenderSystemManager.cpp aa46b8b57a Overhauled OpenGL context handling 12 vuotta sitten
CmRenderTarget.cpp a7eff80522 Added the ability to sort cameras and render targets 12 vuotta sitten
CmRenderTexture.cpp deeea032ad ProfilerOverlay now renders on the proper viewport 12 vuotta sitten
CmRenderWindow.cpp 3294c5f20f Ensured that GUIArea and GUIWidget use Viewport for determining size, instead of window (which was only there for input purposes) 12 vuotta sitten
CmRenderWindowManager.cpp 3294c5f20f Ensured that GUIArea and GUIWidget use Viewport for determining size, instead of window (which was only there for input purposes) 12 vuotta sitten
CmRenderer.cpp 2b14aca1e0 Added basic drop overlay mesh and material 12 vuotta sitten
CmRendererManager.cpp 267df110ea Renamed CamelotEngine -> CamelotFramework namespace 12 vuotta sitten
CmResource.cpp 267df110ea Renamed CamelotEngine -> CamelotFramework namespace 12 vuotta sitten
CmResourceHandle.cpp 32ed0bb976 Refactored ResourceHandle a bit to make it easier to understand and use 12 vuotta sitten
CmResources.cpp 32ed0bb976 Refactored ResourceHandle a bit to make it easier to understand and use 12 vuotta sitten
CmSamplerState.cpp 267df110ea Renamed CamelotEngine -> CamelotFramework namespace 12 vuotta sitten
CmSceneManager.cpp d4cfc20151 Renamed std containers so they start with capital letters to be standardized with other Camelot classes 12 vuotta sitten
CmSceneObject.cpp d778ed5b15 Added C# quaternion and refactored C++ quaternions a bit 12 vuotta sitten
CmShader.cpp df225bbba5 Ported remaining new/delete calls to the new system 12 vuotta sitten
CmSpecificImporter.cpp 1eafbaa11b More new alloc system porting 12 vuotta sitten
CmTechnique.cpp df225bbba5 Ported remaining new/delete calls to the new system 12 vuotta sitten
CmTextData.cpp 32ed0bb976 Refactored ResourceHandle a bit to make it easier to understand and use 12 vuotta sitten
CmTexture.cpp 8fa8ac5145 Added managed GUIContent 12 vuotta sitten
CmTextureManager.cpp 044b85e1e0 Ensuring that texture fields are immutable (WIP for DX9 and DX11) 12 vuotta sitten
CmTextureView.cpp 267df110ea Renamed CamelotEngine -> CamelotFramework namespace 12 vuotta sitten
CmTimerQuery.cpp 04132bc6d9 Queries WIP 12 vuotta sitten
CmTransientMesh.cpp 9bb801f889 Bunch of fixes for MeshHeap and related systems 12 vuotta sitten
CmVertexBuffer.cpp 267df110ea Renamed CamelotEngine -> CamelotFramework namespace 12 vuotta sitten
CmVertexData.cpp 7e4a997a35 Ported mesh data so it uses a single data buffer, so I can more easily port it to GpuResourceData 12 vuotta sitten
CmVertexDataDesc.cpp 404bcd6671 Better way of initializing MeshData 12 vuotta sitten
CmVertexDeclaration.cpp b0b6182dab Working OS cursor in DX11 12 vuotta sitten
CmViewport.cpp 3294c5f20f Ensured that GUIArea and GUIWidget use Viewport for determining size, instead of window (which was only there for input purposes) 12 vuotta sitten
stdafx.cpp 877db0dc33 Renamed CamelotRenderer->CamelotEngine (solution) & CamelotCore (project) 13 vuotta sitten