149 Révisions (527e27c8808fd2b4c8ea9b8aa1a558521beb5303)

Auteur SHA1 Message Date
  Sam Hocevar 6a35a64dd5 sys: make a few functions lowercase. il y a 8 ans
  Sam Hocevar c6f4070e70 build: refactor autotools files for out-of-tree builds. il y a 8 ans
  Sam Hocevar 1b2a4ca8d1 build: fix issues with SDL detection on 32-bit systems. il y a 9 ans
  Sam Hocevar 861568b146 misc: some cleanup in files, including UTF-8 BOM. il y a 9 ans
  Sam Hocevar d64b117b8d build: fix license and copyright information. il y a 9 ans
  Sam Hocevar 70edc0d38e misc: carry on with the lowercase rampage. il y a 9 ans
  Sam Hocevar 03c17fcae4 base: clean up and refactor containers. il y a 9 ans
  Sam Hocevar 42813316b8 build: improve emscripten build. il y a 9 ans
  Sam Hocevar 2fa398926d math: improve the 2D and 3D box classes. il y a 9 ans
  Sam Hocevar 40fe753e4f image: remove "color" typedef since we already have the "Color" class, and rename a few things. il y a 10 ans
  Benjamin ‘Touky’ Huet f139a7e164 LolImGui integration 2nd pass: It now works perfectly (to the extent of the api) il y a 10 ans
  Benjamin ‘Touky’ Huet bd9fddc5d9 Split Tileset in TextureImage -> Tileset il y a 10 ans
  Benjamin ‘Touky’ Huet e1d1ecfd81 Added AsyncImageLoader to load images on threads il y a 10 ans
  Benjamin ‘Touky’ Huet 8222295f3b 2nd pass on Lua integration. il y a 10 ans
  Sam Hocevar 3835dc62e0 base: minor variable renaming. il y a 10 ans
  Sam Hocevar a07844682e build: remove dead PS3 code. il y a 10 ans
  Sam Hocevar f8b29001cd base: convert map and avl_tree methods to lowercase. Because. il y a 10 ans
  Sam Hocevar 7ea3b73ed7 image: endianness fixes in the Imlib2 codec. il y a 10 ans
  Jean-Yves Lamoureux cf72e40d62 imlib2: Fix RGBA order in loader and use imlib_image_get_data_for_reading_only() il y a 10 ans
  Sam Hocevar c727182ac0 image: fix a bug introduced in the image conversion refactoring. il y a 10 ans
  Sam Hocevar 4928ea91ad image: improve the DBS dithering implementation by avoiding lots of tests. il y a 10 ans
  Sam Hocevar 5026358eef image: add plenty of colour conversions. il y a 10 ans
  Sam Hocevar 7bd5a94ca0 image: add the skeleton for a Movie class. il y a 10 ans
  Sam Hocevar 90a60ba446 image: revert GDI+ animated GIF tests; we’ll try something else. il y a 10 ans
  Sam Hocevar 500e40c93d image: GDI+ GIF support tweaks. il y a 10 ans
  Sam Hocevar 28e8fd6834 image: first GIF encoder iteration. il y a 10 ans
  Benjamin ‘Touky’ Huet a89dac5c30 Fixed some stuff and added some small tweaks il y a 10 ans
  Sam Hocevar d373081b80 build: use #pragma once instead of header guards because 1) fuck the dinosaurs, il y a 10 ans
  Sam Hocevar 7d4a58021f build: use SDL2 on Windows. il y a 10 ans
  Sam Hocevar cd988786b9 build: reorganise includes so that we can use precompiled headers later. il y a 10 ans
  Sam Hocevar 8329482cb9 image: do not alter the pointer returned by Lock(). il y a 10 ans
  Sam Hocevar e2f53bb71a image: fix bug introduced in Image::Lock2D(). il y a 10 ans
  Sam Hocevar 2a5150e060 base: VISUQL STUDIO JTE NIAUE Q LQ KQLQSH. il y a 10 ans
  Guillaume Bittoun 2511de1f90 arraynd: adding constructors and operators for vec_t<int, N> and vec_t<ptrdiff_t, N> types. il y a 10 ans
  Sam Hocevar 4be9ea2a4e misc: replace NULL with nullptr. il y a 10 ans
  Sam Hocevar caabc35cb1 image: fix a compilation error caused by the GDI+ system headers. il y a 10 ans
  Sam Hocevar 1b5d3557ec build: some compilation fixes and tweaks for older (<= 4.6) versions of GCC. il y a 10 ans
  Sam Hocevar ad9a388e80 misc: remove 100% of the "using namespace std;" madness. il y a 10 ans
  Sam Hocevar 12aaff89e3 base: huge refactor in vector.h; GCC compilation times down by 50%. il y a 10 ans
  Sam Hocevar fe665f85b4 base: strip core.h from its contents and put it in public/private headers. il y a 10 ans
  Sam Hocevar 3862ad59dc base: going on a lowercase rampage; today’s victim: Array. il y a 10 ans
  Sam Hocevar ebfd692152 base: simplify code here and there. il y a 10 ans
  Sam Hocevar 7e9f926c43 base: switch map, hash, array2d and array3d to lowercase, like standard il y a 10 ans
  Sam Hocevar 32abfb18d1 base: various Visual Studio compilation fixes. il y a 10 ans
  Sam Hocevar d21b904e6c image: the size of the Gaussian used for void-and-cluster is now a parameter. il y a 10 ans
  Sam Hocevar 7b34d5094b image: significantly reduce the blue noise algorithm complexity. il y a 10 ans
  Sam Hocevar f51bfc5722 image: add a blue noise kernel generator using the void-and-cluster il y a 10 ans
  Sam Hocevar 2719aa06dd image: move files around. il y a 10 ans
  Sam Hocevar 6526c8c904 image: reimplement most image merge operations (overlay, screen, etc.). il y a 10 ans
  Sam Hocevar 18254349aa image: gather pixel-related types and enums into a single pixel.h header. il y a 10 ans