Commit History

Author SHA1 Message Date
  BearishSun f306536e2d Exposed GUICanvas to C# code 9 years ago
  BearishSun b03b62bf18 More work on GUICanvas line rendering 9 years ago
  BearishSun eeb700c5df Refactored GUI so you can now specify custom materials for rendering GUI elements (needed for fancy line rendering material) 9 years ago
  BearishSun ca53f86531 Fixing build so it doesn't rely on the working folder, so build paths outside of the standard path work 9 years ago
  BearishSun 3df22b5671 Added generation of connected quads needed for AA polyline rendering 9 years ago
  BearishSun b9df6621c8 Properly bind non-load-store GPU buffers in OpenGL 9 years ago
  BearishSun 9e50f63e63 Properly bind non-load-store GPU buffers in OpenGL 9 years ago
  BearishSun 31357d0ca3 Fixing GLSL parsing so it properly detects buffers 9 years ago
  BearishSun deab7206d5 Added generic GPU buffer support to DX11 and OpenGL 9 years ago
  BearishSun a16ae0787d Merge branch 'master' of https://github.com/BearishSun/BansheeEngine 9 years ago
  BearishSun 996963f172 Fixing "release" builds 9 years ago
  Marko Pintera 89953240f3 Merge pull request #28 from MarcoROG/patch-1 9 years ago
  Marko Pintera f5a9ccef44 Merge pull request #29 from MarcoROG/patch-2 9 years ago
  Marco Bellan bcb61ff45b Changed GUID to UUID 9 years ago
  Marco Bellan 373b258f14 Fixed typos referencing method names 9 years ago
  BearishSun eadabade01 More work on the GUICanvas element 9 years ago
  BearishSun 40a06057d1 Updated docs to reflect changes to the GUI 9 years ago
  BearishSun 1d8c830496 Refactored GUI so it now internally works using arbitrary vertices/indices instead of quads, so more complex GUI objects can be rendered 9 years ago
  BearishSun 1ab3082c73 Cleaned up triangle clipping code, added separate versions for 2D and 3D 9 years ago
  BearishSun 03b88c5876 Added algorithm for arbitrary triangle mesh clipping (needed for new GUICanvas element) 9 years ago
  BearishSun d082834079 Fixing invalid include path 9 years ago
  Marko Pintera 1eb23d478c Merge pull request #27 from almightykiwi/linux 9 years ago
  Marc Legendre e4a4ebe6cd Use non-wide strings for paths when not on Windows 9 years ago
  Marc Legendre 92de44dc57 Add a method in Path that returns a wstring on Windows and a string elsewhere 9 years ago
  Marc Legendre 8edd11815a Fix use of MSVC-specific syntax 9 years ago
  Marc Legendre d521c95022 Fix include path of nvtt.h 9 years ago
  Marc Legendre bf351b8442 Fix compilation error in gcc-specific code 9 years ago
  Marc Legendre a493fc48d2 Remove inline keyword for a couple methods not defined in headers 9 years ago
  Marc Legendre 58d28d8ffb Fix missing include 9 years ago
  Marc Legendre 2aeaa96a27 Fix use of compiler-specific details 9 years ago