2154 次程式碼提交 (93a6b1b75bf27bd747717f7440563aeb1b9be4a9)
 

作者 SHA1 備註 提交日期
  Sam Hocevar 93a6b1b75b image: we can now write Oric .tap files. 10 年之前
  Sam Hocevar 546e76987d image: fix inconsistent data after image resizing. 10 年之前
  Sam Hocevar 478b74c6fe image: we can now read Oric .tap files. 10 年之前
  Sam Hocevar c8e1480593 base: allow String::Sub to ask for a too large substring. 10 年之前
  Sam Hocevar 967ce8141b image: bicubic and Bresenham resampling. 10 年之前
  Sam Hocevar 198b8c7abf math: add unary + operator for vectors. 10 年之前
  Sam Hocevar c33c45904b image: brightness, contrast, threshold, invert, dilate, erode, sharpen. 10 年之前
  Sam Hocevar b5e3bc6c2f image: get rid of stock images; we were misusing them where we actually 10 年之前
  Sam Hocevar a45e61ddbc image: the median filter can now use a kernel for better control. 10 年之前
  Sam Hocevar 6b9f3b66c1 image: add YUV filter, median filter, and image cropping. 10 年之前
  Sam Hocevar 65eb4d005b image: generate Gaussian kernels. 10 年之前
  Sam Hocevar ee615af97a image: fix typos in the image convolution code. 10 年之前
  Sam Hocevar e064118dc1 image: ordered dithering is now complete. 10 年之前
  Sam Hocevar 2f752030f0 engine: remove dead code. 10 年之前
  Sam Hocevar 86515f591c image: some cleanup in error diffusion code. 10 年之前
  Sam Hocevar 08fb9be357 image: make the various image processing kernels use Array2D instead 10 年之前
  Sam Hocevar 8160a96b28 base: prepare Array for initializer_list when Visual Studio finally has it. 10 年之前
  Sam Hocevar 06d4d7a2cb image: improve the convolution code and remove redundancy. 10 年之前
  Sam Hocevar 2ff9a91085 math: fix incorrect maths in Array2D. 10 年之前
  Sam Hocevar 8d99eb3715 base: fix some typos that prevented disabling asserts. 10 年之前
  Sam Hocevar 12d249f3fa image: add Convolution() method, with optimisation for separable filters. 10 年之前
  Sam Hocevar 055265bd47 build: fix a typo in configure.ac that had deactivated most warnings. 10 年之前
  Sam Hocevar b369be3dd7 build: various Windows compilation fixes. 10 年之前
  Sam Hocevar 5fb1ce656f math: add an Array2D class that acts like a 2D matrix. 10 年之前
  Sam Hocevar 1e23be81a0 base: remove Array::PushFirst() because Array::Insert(..., 0) works just 10 年之前
  Sam Hocevar 1dc1c0583a image: port some error diffusion dithering algorithms. 10 年之前
  Sam Hocevar da6b3d5cd0 scenegraph: Entity::TickDraw() now provides a reference to the current 10 年之前
  Sam Hocevar 6c323663ab image: implement AutoContrast(). 10 年之前
  Sam Hocevar 60a8a64c8f image: fix two small but nasty bugs in the Image methods. 10 年之前
  Sam Hocevar eac62b436b image: start to implement some conversions between pixel spaces. 10 年之前
  Sam Hocevar 347e6a0551 image: port libpipi stock images, plus noise and screen rendering. 10 年之前
  Sam Hocevar 9e08928ad3 base: allow to retrieve the keys in Map, and use that to clean up Image. 10 年之前
  Sam Hocevar 5fc5d62849 image: add an optional Imlib2 codec, prepare for float32 images, make the 10 年之前
  Sam Hocevar 53ee229093 base: put the array growing logic in a central place. 10 年之前
  Sam Hocevar 227411f337 image: refactor codecs so that they no longer store anything in the image 10 年之前
  Sam Hocevar 90786652e8 base: fix Array::Insert to avoid copying the whole array and add a unit test. 10 年之前
  Sam Hocevar 4d298c9e39 algorithm: tweak the sort routines so that they only use the "<" operator. 10 年之前
  Sam Hocevar f455f0e2d1 image: start reworking the Image class to properly split the pixel handling 10 年之前
  Benjamin ‘Touky’ Huet 60887138ff Added tostring to vectors, similar to printf, but with tostring. 10 年之前
  Benjamin ‘Touky’ Huet 5f12e3ebc1 operator bis repetitas .... 10 年之前
  Benjamin ‘Touky’ Huet 115bd31b0e Learn your fucking operators, you dumbass !!!!! 10 年之前
  Benjamin ‘Touky’ Huet 809600ea47 Fixed Thread-safe image loading 10 年之前
  Benjamin ‘Touky’ Huet 101365933f Added better Custom string support for safe enum 10 年之前
  Sam Hocevar 3ca9fb109a build: fix some badly merged headers. 10 年之前
  Sam Hocevar 79ed58f1f0 Merge branch 'master' into scenegraph 10 年之前
  Sam Hocevar d16595a0bc image: some refactoring of the Image class. Not final. 10 年之前
  Sam Hocevar 4d54404377 build: update autotools build. 10 年之前
  Sam Hocevar b5672a6f61 neercs: refactor the shader system. 10 年之前
  Benjamin ‘Touky’ Huet fe50f4f05e fixed sln 10 年之前
  Sam Hocevar e8bf5237d2 bullet: fix a very verbose C++11 warning. 10 年之前