Marko Pintera
|
4101088f37
Massive refactor due to work on Renderer
|
11 лет назад |
Marko Pintera
|
17afc600a7
Massive Cm->Bs file rename
|
11 лет назад |
Marko Pintera
|
203fbc8fc6
Renamed all macros/methods starting with "cm" to "bs"
|
11 лет назад |
Marko Pintera
|
bb73926921
Refactored how are Application classes structured (they now derive from each other)
|
11 лет назад |
Marko Pintera
|
8bfe4ef813
Ported to VS2013 and removed boost completely
|
11 лет назад |
Marko Pintera
|
0bb5903b9e
Removed CamelotFramework and BansheeEditor namespaces and made everything BansheeEngine
|
11 лет назад |
Marko Pintera
|
d90564156f
GUI refactor done - most of stuff works
|
11 лет назад |
Marko Pintera
|
ce9be1bb29
GUI refactor - Editor compiles
|
11 лет назад |
Marko Pintera
|
d601e2c843
GUI elements refactor (removing GUIWidget from constructor) stage 1
|
11 лет назад |
Marko Pintera
|
d55f242a1c
Using std::function and std::bind instead of boost
|
11 лет назад |
Marko Pintera
|
8c665ec329
Fixed dock slider so it renderers again
|
11 лет назад |
Marko Pintera
|
42b20759ef
Refactored Module startUp (does not compile because of a weird linker error ATM)
|
11 лет назад |
Marko Pintera
|
3129cf8b5a
Fixed a nasty threading issue where objects were being destroyed in the wrong queue so they would get destroyed while they could still be used in another queue
|
11 лет назад |
Marko Pintera
|
ac6b038635
Ensured that EditorWidgets no longer require 2 step initialization
|
11 лет назад |
Marko Pintera
|
b81f40a8ec
Moved BansheeEditor into a separate .dll to solve an issue with static members (primarily singletons) not being shared across .dlls if they're instantiated in an .exe
|
11 лет назад |