101 次程式碼提交 (78c33c6fbc37ba07d3200d689a66a8d967fd5523)

作者 SHA1 備註 提交日期
  Sam Hocevar 78c33c6fbc zepto8: new project. 8 年之前
  Sam Hocevar d84605c105 Remove Xbox 360 support, too much stuff no longer compiles. 9 年之前
  Sam Hocevar fd25e64d5c lolunit: explicitly cast lolunit_assert_doubles_equal() arguments to double. 9 年之前
  Sam Hocevar 45b792cc8e test: refactor some stuff in the unit tests because I like it better that way. 9 年之前
  Sam Hocevar 7166760eaf math: add a new sqt type for scale/rotation/translation transforms. 9 年之前
  Sam Hocevar ccf5f53825 misc: various mingw cross-compilation fixes. 9 年之前
  Sam Hocevar 03c17fcae4 base: clean up and refactor containers. 9 年之前
  Benjamin ‘Touky’ Huet a8642c05c2 small buildfix in lolunit 9 年之前
  Sam Hocevar af3ca562b9 lolremez: fix wrong argument parsing and improve error messages. 9 年之前
  Sam Hocevar 24cbf425c2 lolunit: unit tests now display a meaningful report in Visual Studio. 9 年之前
  Sam Hocevar f791b672ed misc: lots of compilation fixes for Visual Studio (related to mediocre 9 年之前
  Sam Hocevar 4e76c6e708 lolremez: shorter code in the expression parser. 10 年之前
  Sam Hocevar 29d65231f3 lolremez: add thread workers for slightly faster convergence. 10 年之前
  Sam Hocevar 288bec4312 lolremez: add more timing information for the linear system solving. 10 年之前
  Sam Hocevar a07844682e build: remove dead PS3 code. 10 年之前
  Sam Hocevar 5f953f40ad lolremez: various tweaks. 10 年之前
  Sam Hocevar a46354472d lolremez: add abs() function, implement full high-precision floating 10 年之前
  Sam Hocevar d3a775738d lolremez: use successive parabolic interpolation for extrema search. 10 年之前
  Sam Hocevar 19727c3ddf lolremez: tweak code so that it builds on Windows (remove unsupported C++/Unix features). 10 年之前
  Sam Hocevar afc62a5399 lolremez: useless refactoring. 10 年之前
  Sam Hocevar 0e71596def lolremez: greatly improve root search times by using simple regula falsi. 10 年之前
  Sam Hocevar 50c2b4b46e lolremez: allow spaces in arithmetic expressions. 10 年之前
  Sam Hocevar 506b0e21e1 lolremez: implement a mathematical expression evaluator. 10 年之前
  Sam Hocevar d812101ae5 math: add vec5, vec6, etc. types up to 12 for convenience. 10 年之前
  Sam Hocevar 364014c6e7 lolremez: minor cosmetic changes and comments. 10 年之前
  Sam Hocevar 0522730f12 lolremez: use array2d for the linear system solver. 10 年之前
  Sam Hocevar da26809df9 lolremez: use the polynomial composition provided by the engine. 10 年之前
  Sam Hocevar d34f0e2991 lolremez: simplify the Remez solver by using our new polynomial class. 10 年之前
  Sam Hocevar d373081b80 build: use #pragma once instead of header guards because 1) fuck the dinosaurs, 10 年之前
  Sam Hocevar cd988786b9 build: reorganise includes so that we can use precompiled headers later. 10 年之前
  Sam Hocevar 6b64e2c337 lolunit: switch assert macros to lowercase. 10 年之前
  Sam Hocevar cadc4d18b0 test: move the unit tests to the engine, and lolunit out of the engine. 10 年之前
  Sam Hocevar 7cf72fd16e base: add a simple tuple implementation. 10 年之前
  Sam Hocevar 5dc05d7f3e build: remove empty directories and add proper svn:ignore flags. 10 年之前
  Sam Hocevar 7a28671dee math: get rid of the base_vec* classes (thanks to relaxed unions), rename 10 年之前
  Sam Hocevar 31738409d9 math: add shortcuts and syntax colouring for mat3x4, mat3x2, etc. 10 年之前
  Sam Hocevar fe665f85b4 base: strip core.h from its contents and put it in public/private headers. 10 年之前
  Sam Hocevar 398ee1b4d5 base: use lol::array in most places. 10 年之前
  Sam Hocevar 7e9f926c43 base: switch map, hash, array2d and array3d to lowercase, like standard 10 年之前
  Sam Hocevar d982b67aaa image: add methods to save images and a small test program. 10 年之前
  Sam Hocevar 76740f77bc math: remove some vector constants that were a bit too specific. 10 年之前
  Sam Hocevar 2c2ea82f8f vimlol: add "UNUSED" and "ASSERT" to our list of keywords. 10 年之前
  Sam Hocevar 8b2439f127 vimlol: highlight our maths constants F_PI, D_PI etc. in vim. 10 年之前
  Benlitz 246af694d8 removed vs2010 solution, migrated all projects to 2012. VsLol stays on 2010 for compatibility and now has its own sln. 11 年之前
  Sam Hocevar 8e732627d2 lolremez: add missing matrix.h implementation. 11 年之前
  Sam Hocevar d0ebacf545 lolremez: simplify the solver class. 11 年之前
  Sam Hocevar 90706c8d44 lolremez: move some LolRemez matrix functions out of the engine. 11 年之前
  Sam Hocevar f9840e3458 lolremez: move LolRemez out of the engine, it's really too specific. 11 年之前
  Sam Hocevar 0c17fcb8cd vslol: mark version 1.0.2.0. 11 年之前
  Sam Hocevar 98746e418c vslol: ignore Sony VSE plugin classifier madness. 11 年之前