Histórico de Commits

Autor SHA1 Mensagem Data
  Ivan Safrin 5ef4358101 Added some convenience methods for manual material creation há 9 anos atrás
  Ivan Safrin 4671d4143f Removed CoreServices from the codebase. Removed Timer and TimerManager, removed Tween and TweenManager, made entity Update function take elapsed time, made SceneLabels force material in constructor, UI components now require an explicit resource pool pointer and core passed in constructor. Probably broke a lot of stuff :) há 9 anos atrás
  Ivan Safrin 3891dfc58f Restored skeletal animation functionality, removed CPU-based skinning, added sameple GPU-skinning material, fixed potential Texture binding crash in renderer, defaulted texture filtering mode to linear há 9 anos atrás
  Ivan Safrin b0851c5e0d Removed MaterialManager, made all material/shader and program management happen in ResourcePools, removed FontGlyphSheet and SceneImage classes from the codebase. Made all internal resources management and interaction use shared_ptr, renderer resources (shaders, programs, buffers, etc.) now created by the renderer only when used for the first time and deleted automatically in destructor. há 9 anos atrás
  Ivan Safrin e6fecb1054 Fixed rendering memory leak há 9 anos atrás
  Ivan Safrin f80bb40afd Converted all space indentation to tabs. há 9 anos atrás
  Ivan Safrin 7ba6ae9af6 Fixed issues with concurrent mesh rendering: added submesh support to meshes, geometry now defined in separate MeshGeometry classes, then bound copied into a Mesh, streamlined attribute binding in renderer há 9 anos atrás
  Ivan Safrin 9be3ea5d3e Fixed threaded renderer memory access crash há 9 anos atrás
  Ivan Safrin a83c7fa5b9 Started restoring screen shader functionality in new renderer há 10 anos atrás
  Ivan Safrin 56982ed0c1 Attrbutes now get bound in the renderer as needed, fixed empty lights not being sent properly to shaders há 10 anos atrás
  Ivan Safrin bbadf1de99 Fixed attributes not being bound correctly to global materials há 10 anos atrás
  Ivan Safrin b3a9c610f1 Started implementing lighting system in new renderer há 10 anos atrás
  Ivan Safrin aadb69e87b Updated core sources for new folder structure há 10 anos atrás
  Ivan Safrin 97f5c36acd Removed CMake, created new folder structure for the repo há 10 anos atrás