142 Commits (2443d31a461f2f237d65f2b4891ae0e158404983)

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