2
0
Marko Pintera e217ac68ce Added simulated mouse up event for resize/move events 12 жил өмнө
..
Cocoa 877db0dc33 Renamed CamelotRenderer->CamelotEngine (solution) & CamelotCore (project) 13 жил өмнө
Win32 5f4d53a8b7 Mouse leaving the window is now properly handled by GUIManager and hover states on GUIElements are properly reset 12 жил өмнө
X11 877db0dc33 Renamed CamelotRenderer->CamelotEngine (solution) & CamelotCore (project) 13 жил өмнө
CmApplication.cpp 5f4d53a8b7 Mouse leaving the window is now properly handled by GUIManager and hover states on GUIElements are properly reset 12 жил өмнө
CmBlendState.cpp 267df110ea Renamed CamelotEngine -> CamelotFramework namespace 12 жил өмнө
CmCgProgram.cpp d4cfc20151 Renamed std containers so they start with capital letters to be standardized with other Camelot classes 12 жил өмнө
CmCgProgramFactory.cpp d4cfc20151 Renamed std containers so they start with capital letters to be standardized with other Camelot classes 12 жил өмнө
CmCommandQueue.cpp 8c982e0422 Moved the core thread outside of the render system 12 жил өмнө
CmComponent.cpp a8ba9930af Fixed initialization issues due to caret 12 жил өмнө
CmCoreObject.cpp 5d165cbee2 Renamed waitUntilLoaded and waitUntilInitialized to "synchonize()" 12 жил өмнө
CmCoreObjectManager.cpp 267df110ea Renamed CamelotEngine -> CamelotFramework namespace 12 жил өмнө
CmCoreThread.cpp 1b18f9ddd3 Renamed DeferredRenderContext to CoreThreadAccessor 12 жил өмнө
CmCoreThreadAccessor.cpp 1b18f9ddd3 Renamed DeferredRenderContext to CoreThreadAccessor 12 жил өмнө
CmDefaultRenderQueue.cpp 545fa74084 First steps with the DebugDraw system 12 жил өмнө
CmDeferredCallManager.cpp a8ba9930af Fixed initialization issues due to caret 12 жил өмнө
CmDepthStencilState.cpp 267df110ea Renamed CamelotEngine -> CamelotFramework namespace 12 жил өмнө
CmFont.cpp d4cfc20151 Renamed std containers so they start with capital letters to be standardized with other Camelot classes 12 жил өмнө
CmFontImportOptions.cpp 5d477cd8a7 Added support for non-antialiased font rendering 12 жил өмнө
CmFontManager.cpp d4cfc20151 Renamed std containers so they start with capital letters to be standardized with other Camelot classes 12 жил өмнө
CmGameObject.cpp 267df110ea Renamed CamelotEngine -> CamelotFramework namespace 12 жил өмнө
CmGameObjectHandle.cpp 267df110ea Renamed CamelotEngine -> CamelotFramework namespace 12 жил өмнө
CmGpuBuffer.cpp df225bbba5 Ported remaining new/delete calls to the new system 12 жил өмнө
CmGpuBufferView.cpp 267df110ea Renamed CamelotEngine -> CamelotFramework namespace 12 жил өмнө
CmGpuParamBlock.cpp 07ca908526 Ported byte allocations to an easier to use system 12 жил өмнө
CmGpuParamBlockBuffer.cpp 07ca908526 Ported byte allocations to an easier to use system 12 жил өмнө
CmGpuParams.cpp d4cfc20151 Renamed std containers so they start with capital letters to be standardized with other Camelot classes 12 жил өмнө
CmGpuProgInclude.cpp 1eafbaa11b More new alloc system porting 12 жил өмнө
CmGpuProgIncludeImporter.cpp 267df110ea Renamed CamelotEngine -> CamelotFramework namespace 12 жил өмнө
CmGpuProgram.cpp 8c982e0422 Moved the core thread outside of the render system 12 жил өмнө
CmGpuProgramImportOptions.cpp 267df110ea Renamed CamelotEngine -> CamelotFramework namespace 12 жил өмнө
CmGpuProgramImporter.cpp 5d165cbee2 Renamed waitUntilLoaded and waitUntilInitialized to "synchonize()" 12 жил өмнө
CmGpuProgramManager.cpp 267df110ea Renamed CamelotEngine -> CamelotFramework namespace 12 жил өмнө
CmGpuProgramParams.cpp 267df110ea Renamed CamelotEngine -> CamelotFramework namespace 12 жил өмнө
CmGpuResource.cpp d0301de9c9 Starting work on better gpu resource updates 12 жил өмнө
CmGpuResourceData.cpp 8c982e0422 Moved the core thread outside of the render system 12 жил өмнө
CmHardwareBufferManager.cpp 1eafbaa11b More new alloc system porting 12 жил өмнө
CmHighLevelGpuProgram.cpp 8c982e0422 Moved the core thread outside of the render system 12 жил өмнө
CmHighLevelGpuProgramManager.cpp d4cfc20151 Renamed std containers so they start with capital letters to be standardized with other Camelot classes 12 жил өмнө
CmImportOptions.cpp 267df110ea Renamed CamelotEngine -> CamelotFramework namespace 12 жил өмнө
CmImporter.cpp df225bbba5 Ported remaining new/delete calls to the new system 12 жил өмнө
CmIndexBuffer.cpp 267df110ea Renamed CamelotEngine -> CamelotFramework namespace 12 жил өмнө
CmIndexData.cpp 1265f65506 Reorganized how renderer works (using RenderOperations) 12 жил өмнө
CmInput.cpp 0d59d8caf2 Added support for mouse wheel scroll events 12 жил өмнө
CmMaterial.cpp 9d279ed662 Fixed heap corruption that would happen when a Material was destroyed but GpuParamBlockBuffer was still being used on the core thread. Material was incorrectly force destroying the buffer without regard for its reference count. 12 жил өмнө
CmMaterialRTTI.cpp d4cfc20151 Renamed std containers so they start with capital letters to be standardized with other Camelot classes 12 жил өмнө
CmMesh.cpp 200d516c80 Added AABox debug draw rendering 12 жил өмнө
CmMeshData.cpp 2b14aca1e0 Added basic drop overlay mesh and material 12 жил өмнө
CmMeshManager.cpp 1b18f9ddd3 Renamed DeferredRenderContext to CoreThreadAccessor 12 жил өмнө
CmMeshRTTI.h 8c982e0422 Moved the core thread outside of the render system 12 жил өмнө
CmMultiRenderTexture.cpp 6b1dfdc6be Refactored RenderTarget a bit to make is prettier (no real funcionality added) 12 жил өмнө
CmOSInputHandler.cpp d65fbbfe0e Moved Cursor and WindowEventUtilities to the new Platform class 12 жил өмнө
CmOcclusionQuery.cpp 267df110ea Renamed CamelotEngine -> CamelotFramework namespace 12 жил өмнө
CmPass.cpp 538bcedd0c Bit more renames 12 жил өмнө
CmPixelBuffer.cpp 8c53fd844b Encapsulated PixelData::data 12 жил өмнө
CmPixelData.cpp 71002238ae Added default internal buffer alloc for PixelData 12 жил өмнө
CmPixelUtil.cpp d4cfc20151 Renamed std containers so they start with capital letters to be standardized with other Camelot classes 12 жил өмнө
CmPlatformWndProc.cpp e217ac68ce Added simulated mouse up event for resize/move events 12 жил өмнө
CmRasterizerState.cpp 267df110ea Renamed CamelotEngine -> CamelotFramework namespace 12 жил өмнө
CmRenderQueue.cpp 8ae8dc6752 RenderQueue and improved RenderOperation design and handling 12 жил өмнө
CmRenderStateManager.cpp 1eafbaa11b More new alloc system porting 12 жил өмнө
CmRenderSystem.cpp 1265f65506 Reorganized how renderer works (using RenderOperations) 12 жил өмнө
CmRenderSystemCapabilities.cpp d4cfc20151 Renamed std containers so they start with capital letters to be standardized with other Camelot classes 12 жил өмнө
CmRenderSystemManager.cpp aa46b8b57a Overhauled OpenGL context handling 12 жил өмнө
CmRenderTarget.cpp a7eff80522 Added the ability to sort cameras and render targets 12 жил өмнө
CmRenderTexture.cpp cb10df23fe Getting render target bindings to work so it shows up in GUI 12 жил өмнө
CmRenderWindow.cpp ce39033f5d Completely redone how I handle move/resize events. Now windows just specify non-client areas for move and resize and the rest is left to the OS. 12 жил өмнө
CmRenderWindowManager.cpp 9b36b5e7ea Added window callbacks to Platform instead of calling RenderWindow methods directly 12 жил өмнө
CmRenderer.cpp 2b14aca1e0 Added basic drop overlay mesh and material 12 жил өмнө
CmRendererManager.cpp 267df110ea Renamed CamelotEngine -> CamelotFramework namespace 12 жил өмнө
CmResource.cpp 267df110ea Renamed CamelotEngine -> CamelotFramework namespace 12 жил өмнө
CmResourceHandle.cpp 5d165cbee2 Renamed waitUntilLoaded and waitUntilInitialized to "synchonize()" 12 жил өмнө
CmResources.cpp 5d165cbee2 Renamed waitUntilLoaded and waitUntilInitialized to "synchonize()" 12 жил өмнө
CmSamplerState.cpp 267df110ea Renamed CamelotEngine -> CamelotFramework namespace 12 жил өмнө
CmSceneManager.cpp d4cfc20151 Renamed std containers so they start with capital letters to be standardized with other Camelot classes 12 жил өмнө
CmSceneObject.cpp a3d90405e7 Closing an editor window no longer causes an exception in GUIManager 12 жил өмнө
CmShader.cpp df225bbba5 Ported remaining new/delete calls to the new system 12 жил өмнө
CmSpecificImporter.cpp 1eafbaa11b More new alloc system porting 12 жил өмнө
CmTechnique.cpp df225bbba5 Ported remaining new/delete calls to the new system 12 жил өмнө
CmTextUtility.cpp d68636c4da Fixing caret/selection so it work with word wrap properly 12 жил өмнө
CmTexture.cpp cb10df23fe Getting render target bindings to work so it shows up in GUI 12 жил өмнө
CmTextureManager.cpp 8737226e5f Added a dummy texture and a dummy mesh 12 жил өмнө
CmTextureView.cpp 267df110ea Renamed CamelotEngine -> CamelotFramework namespace 12 жил өмнө
CmVertexBuffer.cpp 267df110ea Renamed CamelotEngine -> CamelotFramework namespace 12 жил өмнө
CmVertexData.cpp 7e4a997a35 Ported mesh data so it uses a single data buffer, so I can more easily port it to GpuResourceData 12 жил өмнө
CmVertexDeclaration.cpp b0b6182dab Working OS cursor in DX11 12 жил өмнө
CmViewport.cpp 7e61e8215e GUIViewport works 12 жил өмнө
stdafx.cpp 877db0dc33 Renamed CamelotRenderer->CamelotEngine (solution) & CamelotCore (project) 13 жил өмнө