29 Commits (136510f0bed45950b93f94e2d53d45c06ebdb184)

Author SHA1 Message Date
  Sam Hocevar 136510f0be OpenGL code refactoring. 14 years ago
  Sam Hocevar 6405ef32ea Get rid of float3, float4, int3 etc. in favour of GLSL types. 14 years ago
  Sam Hocevar dde16a9dd6 Implement +=, -= and *= for matrices and vectors. 14 years ago
  Sam Hocevar e17ba05a9b Merge more code from the experimental MVP refactor into the old GL code. 14 years ago
  Sam Hocevar 01be151c62 Try to factor all the recent GLSL stuff in the new Shader class. 14 years ago
  Sam Hocevar 4df4ba3a78 Get rid of the SHADER_CRAP macro and use LOL_EXPERIMENTAL instead, 14 years ago
  Sam Hocevar 5eceff01e8 Clean up stuff in the shader crap. 14 years ago
  Sam Hocevar 7dfbff6ca9 More shader crap. Texture coordinates now work. Still disabled. 14 years ago
  Sam Hocevar 139555f45c More shader crap. We can now display a coloured quad. Still disabled. 14 years ago
  Sam Hocevar 58e12ca4d1 More shader crap for GLSL 1.30. Still disabled. 14 years ago
  Sam Hocevar 7d0990d858 Fix shader crap syntax, caused by space-like UTF-8 characters. 14 years ago
  Sam Hocevar 8ac9945afa Shader tests. Disabled for now. 14 years ago
  Sam Hocevar 9a66d6b1bb Switch scene rendering method to vertex buffer objects. 14 years ago
  Sam Hocevar b0ded399f6 Rework tile handling. This possibly breaks deushax pretty rudely. 14 years ago
  Sam Hocevar 4c278a0895 Change the way the Scene object works. 14 years ago
  Sam Hocevar f84b659c62 Slightly change the ...Data initialisation in classes. 14 years ago
  Sam Hocevar 5ebe9f9c85 Add support for rotated views and stretched tiles. 14 years ago
  Sam Hocevar 0ed566d3cc Complete Lol Engine / Deus Hax / Monsterz split. 14 years ago
  Sam Hocevar 3f21eb34d2 Activate depth buffer when the GL context is created. 14 years ago
  Sam Hocevar 988f7c2885 Replace mouse scrolling with a joystick simulated by the e/s/d/f keys. 14 years ago
  Sam Hocevar 4d63ad6ada Rename "asset" to "entity". It's way cooler. 14 years ago
  Sam Hocevar 25273ab1fe Remove some debug stuff. 14 years ago
  Sam Hocevar 0fe723ee86 Implement video recording using libpipi. 14 years ago
  Sam Hocevar 8d659bb02e Fix Z-sorting yet again, and add real level support to map loading. 14 years ago
  Sam Hocevar 2edd7f4dbf Start to handle differences between vertical and horizontal tiles. 14 years ago
  Sam Hocevar 8d4e2c9c4c Fix z-sorting of tiles. For now. 14 years ago
  Sam Hocevar 0fc6a8487c Slightly improve the documentation in a few files, add the missing 14 years ago
  Sam Hocevar a9b63620d4 Rendering starts to work again. There is no Z-sorting yet. 14 years ago
  Sam Hocevar af3be15a7d Much better resource allocation and release. Scene manager stub. 14 years ago