Sam Hocevar
d812101ae5
math: add vec5, vec6, etc. types up to 12 for convenience.
vor 10 Jahren
Sam Hocevar
364014c6e7
lolremez: minor cosmetic changes and comments.
vor 10 Jahren
Sam Hocevar
0522730f12
lolremez: use array2d for the linear system solver.
vor 10 Jahren
Sam Hocevar
da26809df9
lolremez: use the polynomial composition provided by the engine.
vor 10 Jahren
Sam Hocevar
d34f0e2991
lolremez: simplify the Remez solver by using our new polynomial class.
vor 10 Jahren
Sam Hocevar
d373081b80
build: use #pragma once instead of header guards because 1) fuck the dinosaurs,
and 2) fuck the Visual Studio compiler that crashes when confused.
vor 10 Jahren
Sam Hocevar
cd988786b9
build: reorganise includes so that we can use precompiled headers later.
vor 10 Jahren
Sam Hocevar
6b64e2c337
lolunit: switch assert macros to lowercase.
vor 10 Jahren
Sam Hocevar
cadc4d18b0
test: move the unit tests to the engine, and lolunit out of the engine.
vor 10 Jahren
Sam Hocevar
7cf72fd16e
base: add a simple tuple implementation.
vor 10 Jahren
Sam Hocevar
5dc05d7f3e
build: remove empty directories and add proper svn:ignore flags.
vor 10 Jahren
Sam Hocevar
7a28671dee
math: get rid of the base_vec* classes (thanks to relaxed unions), rename
MASK to SWIZZLE in the vector templates, rename matrix<> to mat<> for
consistency, implement transposition for all matrix sizes, make matrix
columns private and only accessible through operator[].
vor 10 Jahren
Sam Hocevar
31738409d9
math: add shortcuts and syntax colouring for mat3x4, mat3x2, etc.
vor 10 Jahren
Sam Hocevar
fe665f85b4
base: strip core.h from its contents and put it in public/private headers.
vor 10 Jahren
Sam Hocevar
398ee1b4d5
base: use lol::array in most places.
vor 10 Jahren
Sam Hocevar
7e9f926c43
base: switch map, hash, array2d and array3d to lowercase, like standard
C++ containers.
vor 10 Jahren
Sam Hocevar
d982b67aaa
image: add methods to save images and a small test program.
vor 10 Jahren
Sam Hocevar
76740f77bc
math: remove some vector constants that were a bit too specific.
vor 10 Jahren
Sam Hocevar
2c2ea82f8f
vimlol: add "UNUSED" and "ASSERT" to our list of keywords.
vor 10 Jahren
Sam Hocevar
8b2439f127
vimlol: highlight our maths constants F_PI, D_PI etc. in vim.
vor 10 Jahren
Benlitz
246af694d8
removed vs2010 solution, migrated all projects to 2012. VsLol stays on 2010 for compatibility and now has its own sln.
vor 11 Jahren
Sam Hocevar
8e732627d2
lolremez: add missing matrix.h implementation.
vor 11 Jahren
Sam Hocevar
d0ebacf545
lolremez: simplify the solver class.
vor 11 Jahren
Sam Hocevar
90706c8d44
lolremez: move some LolRemez matrix functions out of the engine.
vor 11 Jahren
Sam Hocevar
f9840e3458
lolremez: move LolRemez out of the engine, it's really too specific.
vor 11 Jahren
Sam Hocevar
0c17fcb8cd
vslol: mark version 1.0.2.0.
vor 11 Jahren
Sam Hocevar
98746e418c
vslol: ignore Sony VSE plugin classifier madness.
vor 11 Jahren
Sam Hocevar
68ae1dd35e
vslol: disable funky debug colouring in .lolfx files.
vor 11 Jahren
Sam Hocevar
62fae5dedb
vimlol: fix typo.
vor 11 Jahren
Sam Hocevar
96e26a2bd5
math: rename Box2D to "box2" and add an integer version, "ibox2".
vor 11 Jahren
Sam Hocevar
5c1389ee2d
vslol: fix a few code quality issues.
vor 11 Jahren
Sam Hocevar
a6ade16534
vslol: add HLSL types to the Lol Engine types and update version.
vor 11 Jahren
Sam Hocevar
781c355b44
vslol: highlight Lol Engine types if the solution name is Lol.sln.
vor 11 Jahren
Sam Hocevar
ddeaa5f81a
build: reorganise automake build system.
vor 11 Jahren
Sam Hocevar
5a19e1539d
misc: fix a few URLs.
vor 11 Jahren
Sam Hocevar
39a8c26fb5
base: start removing occurrences of NULL on our long journey to nullptr.
vor 11 Jahren
Sam Hocevar
e80e922f0a
build: fix "make dist" and remove empty "src/thread" directory.
vor 12 Jahren
Sam Hocevar
080d9720de
vslol: fix an infinite recursion triggered by IntelliSense.
vor 12 Jahren
Sam Hocevar
98921eb840
vslol: fix a problem preventing LolFx files from being saved.
vor 12 Jahren
Sam Hocevar
c3978d25b7
vimlol: colourise section headers in LolFx files.
vor 12 Jahren
Sam Hocevar
23c492a240
lolwut
vor 12 Jahren
Sam Hocevar
746c27cdc1
vimlol: improve the LolFx syntax handling.
vor 12 Jahren
Sam Hocevar
30e0d5df47
vimlol: remove hack for CRLF line endings and replace it with .gitattributes.
vor 12 Jahren
Sam Hocevar
944b97704b
vslol: support Microsoft's __int8, __int16 etc. extensions.
vor 12 Jahren
Sam Hocevar
3d68ff99d9
vslol: also build for Visual Studio 2012, we don't even need to have
that version in order to build compatible binaries. Also bump version
to 1.0.0.7.
vor 12 Jahren
Sam Hocevar
37129661ea
vslol: new feature: disable syntax highlighting for Microsoft "extensions"
that aren't exactly extensions and perfectly valid C++ identifiers.
vor 12 Jahren
Sam Hocevar
6d641e8b76
vslol: more compilation fixes; this is the final 1.0.0.5 upload.
vor 12 Jahren
Sam Hocevar
53569d831d
vslol: fix typo.
vor 12 Jahren
Sam Hocevar
c5e39dc827
vslol: add more C99 and C++ type qualifiers and language constants.
vor 12 Jahren
Sam Hocevar
c3875c916e
vslol: refactor regexes to use word lists instead.
vor 12 Jahren