35 Commits (441a20af99e87965fdd0cfc763182ef0b3659117)

Author SHA1 Message Date
  Benjamin ‘Touky’ Huet a7d6e0190e Scene stuff is back to non-static logic with a few tricks 9 years ago
  Sam Hocevar 2fa398926d math: improve the 2D and 3D box classes. 9 years ago
  Benjamin ‘Touky’ Huet cfcff9acc3 MultiScene: Phase 1: g_scene removal and conversion to Scene:: 9 years ago
  Sam Hocevar cd988786b9 build: reorganise includes so that we can use precompiled headers later. 10 years ago
  Sam Hocevar ad9a388e80 misc: remove 100% of the "using namespace std;" madness. 10 years ago
  Sam Hocevar fe665f85b4 base: strip core.h from its contents and put it in public/private headers. 10 years ago
  Sam Hocevar da6b3d5cd0 scenegraph: Entity::TickDraw() now provides a reference to the current 10 years ago
  Sam Hocevar 1945e85afc scene: start working on the scene class reorganisation. 11 years ago
  Benlitz f104674963 gpu: removed attribute name, everything works using semantic only now. For glsl, semantic is determined from the attribute name which must follow this pattern: in_[Semantic][index], index being optional. Note: this may break most of the projects although I tried to updated every shader accordingly 11 years ago
  Sam Hocevar ad8144f0e8 scene: use a global g_scene object instead of Scene::GetDefault(). 11 years ago
  Sam Hocevar 7c8fc6df12 gpu: move more platform-specific code from Video to Render. 11 years ago
  Sam Hocevar 39a8c26fb5 base: start removing occurrences of NULL on our long journey to nullptr. 11 years ago
  Sam Hocevar 16a620d537 scene: start refactoring the camera code; we now have a stack of cameras 11 years ago
  Sam Hocevar 3adf42b00c build: hide LolFx external declarations behind macros. 12 years ago
  Benjamin ‘Touky’ Huet c7219ff1dd New year copyright update. 12 years ago
  Sam Hocevar d6634da83f build: fix the WTFPL site URL in all code comments. 12 years ago
  Sam Hocevar ad00a34984 gpu: add support for triangle strips and fans, and change the DrawElement 12 years ago
  Sam Hocevar 439298ee5e misc: very minor tweaks here and there. 12 years ago
  Sam Hocevar 100f53e550 gpu: convert the gradient shader to a LolFx effect file. 12 years ago
  Sam Hocevar 28728814cc core: replace usage of sin() or std::sin() with lol::sin() where appropriate. 12 years ago
  Sam Hocevar d452194326 gpu: activate backface culling on OpenGL to remain consistent with 12 years ago
  Sam Hocevar bfada5d920 core: move some of the camera view logic from the Video class to the 12 years ago
  Sam Hocevar 90bfc79b22 core: tick methods now use seconds, like any sane system. 12 years ago
  Sam Hocevar b49ba4ef56 core: prefix some member variables with m_ for clarity. 12 years ago
  Sam Hocevar 0d49891632 gpu: fix a nasty bug in the D3D9 vertex declaration code that caused 12 years ago
  Sam Hocevar f7770f7387 gpu: add an Unbind() method for textures for clean up. Unfortunately 12 years ago
  Sam Hocevar a54bb70d64 build: minor Windows compilation fixes. 12 years ago
  Sam Hocevar 6169c874e4 gpu: port the vertex buffer abstraction layer to OpenGL. 12 years ago
  Sam Hocevar 1485e5bf63 gpu: add support for integer uniforms and fix a few PS3 and Linux compilation 12 years ago
  Sam Hocevar 090834b149 win32: start porting the graphical backend to DirectX 9. Apparently I 12 years ago
  Sam Hocevar 2831476774 build: major refactoring of the Win32 and Xbox project files; we now 12 years ago
  Sam Hocevar 60a2e83d54 xbox: start working on an Xbox/Direct3D port. 12 years ago
  Sam Hocevar 356917292d osx: link with the proper OpenGL libraries on OS X. 13 years ago
  Sam Hocevar 5c5739e508 ps3: port the dithering code to Cg. It does not work because subscripting 13 years ago
  Sam Hocevar 533b3b33e0 render: add a Gradient class that will be used for dithering later. 13 years ago