60 Révisions (c968144c697e8556d16cc3d04d1ea66f01d6e9aa)

Auteur SHA1 Message Date
  Sam Hocevar cc05a63bb7 video: get rid of Video::GetWidth() and Video::GetHeight(). il y a 14 ans
  Sam Hocevar bd9dd9c195 video: implement Video::GetSize() in addition to GetWidth() and GetHeight(). il y a 14 ans
  Sam Hocevar f80bd91283 video: play with random dithering. il y a 14 ans
  Sam Hocevar d18820d320 video: enforce shader-enabled GL implementations, getting rid of a lot il y a 14 ans
  Sam Hocevar 6f35fd55be video: make the dithering shader work with GLES2. il y a 14 ans
  Sam Hocevar 821c3985a1 video: fix a syntax error in the default vertex shader. il y a 14 ans
  Sam Hocevar 1f3d06c581 video: 8×8 Bresenham dithering (still deactivated). il y a 14 ans
  Sam Hocevar 10b321b204 core: get rid of now useless <cstdio> includes. il y a 14 ans
  Sam Hocevar 493109e3ed video: add deactivated shader code for 4x4 Bayer dithering. il y a 15 ans
  Sam Hocevar c39012688f android: enforce fullscreen on Android until we have several layouts. il y a 15 ans
  Sam Hocevar 1aa3cf12c8 Work around a bug in the Android emulator that doesn't let us query the il y a 15 ans
  Sam Hocevar 336d42371e Enable GL_TEXTURE_2D in the Scene class instead of Video. il y a 15 ans
  Sam Hocevar 8848cf53db Put everything in the "lol" namespace. Better late than never. il y a 15 ans
  Sam Hocevar cc7dd5f4f6 Try to fix GLES 2 rendering. No luck so far. il y a 15 ans
  Sam Hocevar b8377c4160 Add preliminary support for EGL applications. il y a 15 ans
  Sam Hocevar 3191ca57bf Set the default background color to something recognisable. il y a 15 ans
  Sam Hocevar f75db4c57f Fix the GLESv2 rendering. il y a 15 ans
  Sam Hocevar c643668297 The engine now builds for GL and GL ES 1.x and 2.x, and runs for each il y a 15 ans
  Sam Hocevar 6e173ee3eb Put the OpenGL header handling in <lolgl.h> for more convenience. il y a 15 ans
  Sam Hocevar 194a025bc8 Protect the Shader constructor and provide a static creation method that il y a 15 ans
  Sam Hocevar cf3e767213 Minor GL code reorganisation and simplification. il y a 15 ans
  Sam Hocevar 7ed3b998fd Experimental GL mode works! il y a 15 ans
  Sam Hocevar 136510f0be OpenGL code refactoring. il y a 15 ans
  Sam Hocevar 6405ef32ea Get rid of float3, float4, int3 etc. in favour of GLSL types. il y a 15 ans
  Sam Hocevar e17ba05a9b Merge more code from the experimental MVP refactor into the old GL code. il y a 15 ans
  Sam Hocevar 01be151c62 Try to factor all the recent GLSL stuff in the new Shader class. il y a 15 ans
  Sam Hocevar 4df4ba3a78 Get rid of the SHADER_CRAP macro and use LOL_EXPERIMENTAL instead, il y a 15 ans
  Sam Hocevar 5eceff01e8 Clean up stuff in the shader crap. il y a 15 ans
  Sam Hocevar 7dfbff6ca9 More shader crap. Texture coordinates now work. Still disabled. il y a 15 ans
  Sam Hocevar 139555f45c More shader crap. We can now display a coloured quad. Still disabled. il y a 15 ans
  Sam Hocevar 58e12ca4d1 More shader crap for GLSL 1.30. Still disabled. il y a 15 ans
  Sam Hocevar bd751c1a0c Allow to specify FPS in the DebugRecord object. il y a 15 ans
  Sam Hocevar 0ed566d3cc Complete Lol Engine / Deus Hax / Monsterz split. il y a 15 ans
  Sam Hocevar e5a870d4ef Fix compilation issue caused by WinDef.h defining "near" and "far" macros. il y a 15 ans
  Sam Hocevar ad3128405a Put HUD objects back on front of the scene. il y a 15 ans
  Sam Hocevar 40f7da62f1 Implement Video::SetFov() to allow conic projection. il y a 15 ans
  Sam Hocevar dae907ae98 Proper depth buffer handling with minimal alpha support. il y a 15 ans
  Sam Hocevar 9e2c239e74 Support tilesets larger than 512x512 and switch the coordinates system to il y a 15 ans
  Sam Hocevar 988f7c2885 Replace mouse scrolling with a joystick simulated by the e/s/d/f keys. il y a 15 ans
  Sam Hocevar ea672c7768 Disable depth test. We do our own management. il y a 15 ans
  Sam Hocevar 29bebc3e53 Implement Video::Capture and create a GROUP_RENDER_CAPTURE tick group. il y a 15 ans
  Sam Hocevar d2e5bba88e Implement Video::GetWidth() and Video::GetHeight(). il y a 15 ans
  Sam Hocevar 2fe2673600 Better near/far values. il y a 15 ans
  Sam Hocevar 9112d94d19 Create a helper class for easy scene setup. Highly reduces the number il y a 15 ans
  Sam Hocevar 5e9cb74861 Change the Video class into an interface, implemented by SdlVideo and, il y a 15 ans
  Sam Hocevar 40d2f1c00a Minor Win32 compilation fixes. il y a 15 ans
  Sam Hocevar a9b63620d4 Rendering starts to work again. There is no Z-sorting yet. il y a 15 ans
  Sam Hocevar 4537534dcf Support CSV .tmx files to get rid of that pathetic system() call. il y a 15 ans
  Sam Hocevar 68c71cfa83 Create a tile manager. There are no longer any GL calls in test-map.cpp or il y a 15 ans
  Sam Hocevar b7e768c3c9 Add a sprite following the mouse. il y a 15 ans