Commit History

Author SHA1 Message Date
  m9710797 e2aaec0583 Simplify the SDLOutputSurface interface 4 years ago
  D15C0DE 091a8a31c3 [4/6] Move SDL-specific functionality out of OutputSurface 5 years ago
  m9710797 bd644053c1 Merge branch 'master' into sdl2 6 years ago
  m9710797 6b397523ae applied cleanups/tweaks suggested by clang-tidy modernize-* 6 years ago
  m9710797 4b62426640 Use SDL_Texture in SDLImage (instead of SDL_Surface) 8 years ago
  Wouter Vermaelen 469f335d59 [8/10] Use vector instead of scalar calculations in video/ 9 years ago
  Wouter Vermaelen a5f18652ef [2/10] Use float instead of double for color calculations 9 years ago
  Wouter Vermaelen 2e651442af Replace libc rand() with c++11 variants 10 years ago
  wouter 4fdc38a90a Use uint6_t/uint32_t as type for a 16/32bpp pixel 11 years ago
  wouter d089095d55 Various text-processing stuff 11 years ago
  Wouter Vermaelen 23c793575c Remove layer name stuff 11 years ago
  Wouter Vermaelen 6a1106e83b Use string_ref in Layer::getName() and Display::findLayer() 12 years ago
  Wouter Vermaelen 49c97ebf5c pass OutputSurface parameter to Layer::paint() 15 years ago
  Wouter Vermaelen 38235cde54 refresh snow layer at 10fps 15 years ago
  Wouter Vermaelen a73b226c46 cleanups in src/video 16 years ago
  Wouter Vermaelen 7e17f2f4f5 more cleanups 16 years ago
  Wouter Vermaelen 2b5f74f3eb conditionally compile 16bpp/32bpp and scaler code 17 years ago
  Wouter Vermaelen a4ca1d2352 oved calls to OutputSurface::lock() / unlock() to a lower level 17 years ago
  Wouter Vermaelen 4ee2426d42 refactored OutputSurface, see ChangeLog 17 years ago
  Wouter Vermaelen 53f50b48b7 added missing #includes (needed with recent gcc snapshot) 17 years ago
  Wouter Vermaelen ccf547b876 enabled -Wold-style-cast warnings 17 years ago
  Wouter Vermaelen 9f7ecbdaa9 cleanups 19 years ago
  Wouter Vermaelen dcde57776e fixed memory leaks in VideoSystem/Layers stuff 19 years ago
  Wouter Vermaelen a5b6ebd970 more singleton cleanups 19 years ago
  Wouter Vermaelen 5708d97583 fixed linking problem with gcc-4.x 19 years ago
  Wouter Vermaelen bfa5227597 video code was not exception safe, fixed it 19 years ago
  Wouter Vermaelen c50183f4bc various small cleanups 20 years ago
  Wouter Vermaelen c6905d5459 split Display.xx files in Display.xx and Layer.xx 20 years ago
  Wouter Vermaelen c2e9dc16b9 large cleanup, see ChangeLog for details 20 years ago
  Maarten ter Huurne 7a4f7e5590 Moved coverage and z-index from LayerInfo into Layer. 20 years ago