84 Commits (e064118dc137ed2c9bc4f683d7c224784a7ef9a5)

Author SHA1 Message Date
  Lolbot 7f6d2054e5 fixed 5 files out of 2793: 11 years ago
  Benjamin ‘Touky’ Huet f5e37a4337 AddedSprite_sorter stores parameters now. 11 years ago
  Benjamin ‘Touky’ Huet d075ef8861 tweak 11 years ago
  Sam Hocevar cdfb4e7abf math: fix a few compilation warnings. 11 years ago
  Lolbot bb4f3923cd fixed 18 files out of 2788: 11 years ago
  Benjamin ‘Touky’ Huet 3d4b3d53c3 Added bunch of stuff on threads and images. 11 years ago
  Sam Hocevar 8ede168e62 color: add some vec4 constants for usual colour names. 11 years ago
  Sam Hocevar 10272731ee color: fix issues in color to string conversions. 12 years ago
  Sam Hocevar 547fe6a908 color: utility functions to convert vec3 colors to hex strings. 12 years ago
  Sam Hocevar 92385ac1ee android: more NativeActivity migration work. 12 years ago
  Sam Hocevar 5f3ad5cc15 math: add constant vectors vec2::zero, vec2::axis_x, etc. 12 years ago
  Sam Hocevar 98f8246323 build: lol-build now passes flags to configure, and configure now uses 12 years ago
  Sam Hocevar 6faf4ee067 base: roll our own constants because it’s always a pain in the ass 12 years ago
  Sam Hocevar ba58bbbdcd ps3: implement Lua file loading. 13 years ago
  Sam Hocevar c54ca8bf40 image: try to reuse existing images when loading them, and don't unload 13 years ago
  Sam Hocevar e6b0bd07bf image: hide the constructor behind a factory so that we can later 13 years ago
  Sam Hocevar 3106fcfd9d image: fix an invalid implicit cast on Win32. 13 years ago
  Sam Hocevar f16704ecb0 image: GetData returns uint8_t* instead of void*, it's a lot safer. 13 years ago
  Sam Hocevar c46b3fbfec image: remove the Image::Format enum and use PixelFormat instead. 13 years ago
  Sam Hocevar 1b07850346 build: a few iOS build fixes; nowhere near ready though. 13 years ago
  Sam Hocevar 3dd8f8118b ps3: fix a bug and add better error reporting in the image loader. 13 years ago
  Sam Hocevar 39a8c26fb5 base: start removing occurrences of NULL on our long journey to nullptr. 13 years ago
  Sam Hocevar 1c3ca01ea0 build: fix a few compiler warnings here and there. 13 years ago
  Sam Hocevar 14447c6061 ps3: use System::GetPathList() to open images. 13 years ago
  Sam Hocevar ba1824ef83 sys: cycle through all possible directories to load resource files. 13 years ago
  Sam Hocevar 4be5ebd8b3 ps3: use network fallback for image files. 13 years ago
  Sam Hocevar bbf72e1a64 core: pass the project directory to the binary build and get rid of 13 years ago
  Sam Hocevar 6a6e46cf0d system: try to autodetect the data directory from the executable path; 13 years ago
  Sam Hocevar 99b0874652 color: simplify CIEDE2000 distance code. 13 years ago
  Sam Hocevar b12c16448a color: fix a mistake in the CIEDE2000 color-difference formula. 13 years ago
  Sam Hocevar a5ba03b405 color: unit test data for the CIEDE2000 color-difference formula. 13 years ago
  Sam Hocevar eae9dae863 color: fix typo in float table. 13 years ago
  Sam Hocevar d8577e0ec7 color: move the CIEDE2000 distance code into the C++ file and 13 years ago
  Sam Hocevar 4e678e2cd0 color: linear interpolation for the wavelength to colour function. 13 years ago
  Sam Hocevar 44f324a354 color: add conversion from CIE-xyY to CIE-XYZ and start working on 13 years ago
  Sam Hocevar d6634da83f build: fix the WTFPL site URL in all code comments. 13 years ago
  Sam Hocevar 72a6839dce image: better error detection in the GDI+ image codec. 13 years ago
  Sam Hocevar 291fd0c3c6 android: if current thread is unknown to the JVM, try to register it. 13 years ago
  Sam Hocevar 9b5880936c build: tweak everything to allow building with SDL on the Raspberry Pi. 13 years ago
  Sam Hocevar 28728814cc core: replace usage of sin() or std::sin() with lol::sin() where appropriate. 13 years ago
  Sam Hocevar 6eb41c04ff win32: better error reporting in the GDI+ loader, based on a patch by ponce. 13 years ago
  Sam Hocevar d855e72198 win32: the GDI+ byte swapping was wrong; fix that. 13 years ago
  Sam Hocevar d539f3b80c win32: shuffle bytes in GDI images to match what OpenGL supports. 13 years ago
  Sam Hocevar ad64711c84 sdl: convert any opened image to 8 bit per channel because we don't have 13 years ago
  Sam Hocevar c0cb995fd2 win32: various compilation fixes, mostly project updates, but also a 14 years ago
  Sam Hocevar 06d9d00c34 win32: no longer ship GDI+ because MinGW ships a working version, including 14 years ago
  Sam Hocevar 0a52e68f6f math: rename matrix.h to vector.h and simplify some stuff, especially in 14 years ago
  Sam Hocevar 48bf48a4e4 math: move the Remez algorithm implementation to the core. 14 years ago
  Sam Hocevar 7e337a0607 ps3: compilation fixes for the PS3. 14 years ago
  Sam Hocevar 01ebcec3b8 core: split vector operations into linear and non-linear so that we can 14 years ago