2200 Révisions (49692b8ba35ff45f1bf45da090515329390a097d)
 

Auteur SHA1 Message Date
  Sam Hocevar 49692b8ba3 math: add saturate(x) as a shortcut to clamp(x,0,1). il y a 10 ans
  Sam Hocevar e996e953c8 sys: fix unititialised class member in File. il y a 10 ans
  Sam Hocevar 7babf9dfde math: fix a nasty bug involving swizzling vectors, add two safeguards so il y a 10 ans
  Sam Hocevar 2087f920e7 math: reduce half operator count by half. Lol. il y a 10 ans
  Sam Hocevar 3c4c41b298 math: reduce macro madness in half.h. il y a 10 ans
  Sam Hocevar d4144b1730 build: include common.am in Makefile.am stubs we create. il y a 10 ans
  Sam Hocevar 11dc5eebcc math: put almost all quaternion/vector/matrix operators in ADL namespaces. il y a 10 ans
  Sam Hocevar f6dd334c1a math: use a combination of ADL and enable_if black magic to get rid of macros. il y a 10 ans
  Sam Hocevar 4f28047fc4 math: refactor more shit, I have no idea what I’m doing. 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 52cd11358e math: finish renaming matrix<> to mat<>. il y a 10 ans
  Sam Hocevar 7a28671dee math: get rid of the base_vec* classes (thanks to relaxed unions), rename il y a 10 ans
  Sam Hocevar a6327b2469 math: move complex/quaternion code out of vector.h and into transform.h. il y a 10 ans
  Sam Hocevar b7e237c6ea math: move matrix code out of vector.h into a new matrix.h header. il y a 10 ans
  Sam Hocevar 5b4a17de51 math: fix grave dot product bug introduced in the quat/cmplx refactor. il y a 10 ans
  Sam Hocevar 5fcc47b74c gpu: fix compilation on platforms that don't have GL_BGRA. il y a 10 ans
  Sam Hocevar 31738409d9 math: add shortcuts and syntax colouring for mat3x4, mat3x2, etc. 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 398ee1b4d5 base: use lol::array in most places. il y a 10 ans
  Sam Hocevar 378eaec1cb sys: use the fully working std::atomic instead of our placeholder class. 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 f0746b1cee base: fix build for C++11 compliant compilers (i.e. NOT VISUAL STUDIO). 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 0b97173ee8 math: initialiser lists for Array2D and Array3D. il y a 10 ans
  Sam Hocevar 8abafbc686 math: add Array3D template class. Happy, Touky? :-) 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
  Sam Hocevar 7b8e56c730 base: fix array initialiser and add more unit tests. il y a 10 ans
  Sam Hocevar 1ad2430ba9 image: implement Image::Lock2D(). il y a 10 ans
  Sam Hocevar 6e282e6aa2 image: fix a memory leak in the Oric loader. il y a 10 ans
  Sam Hocevar ac7e3e0861 doc: try something with lolbot quotes. il y a 10 ans
  Sam Hocevar ff8723ff63 gpu: implement Framebuffer::GetImage() for OpenGL. il y a 10 ans
  Sam Hocevar 5f02903598 image: remove dead or useless or low quality code. il y a 10 ans
  Sam Hocevar c5a3d4873b image: port the DBS dithering method and remove a few dead files. il y a 10 ans
  Sam Hocevar 7d91e2c94f math: Array2D now proxies Count(), Bytes() and Data() methods from Array. il y a 10 ans
  Sam Hocevar 48b4861947 image: rewrite the Oric image exporter to use vector types. il y a 10 ans
  Sam Hocevar 59a157a58c build: port solution to VS2013. Muahahaha. il y a 10 ans
  Sam Hocevar 93a6b1b75b image: we can now write Oric .tap files. il y a 10 ans
  Sam Hocevar 546e76987d image: fix inconsistent data after image resizing. il y a 10 ans
  Sam Hocevar 478b74c6fe image: we can now read Oric .tap files. il y a 10 ans
  Sam Hocevar c8e1480593 base: allow String::Sub to ask for a too large substring. il y a 10 ans