|
|
@2298
|
10 years |
sam |
meshviewer: add two lights.
|
|
|
@2294
|
10 years |
touky |
Added MeshViewer new project, its goal being to have a program capable …
|
|
|
@2205
|
10 years |
sam |
color: unit test data for the CIEDE2000 color-difference formula.
|
|
|
@2109
|
10 years |
sam |
core: we can now set Map elements using simply map[foo] = bar, no need …
|
|
|
@2098
|
10 years |
sam |
build: add missing bullet .h files to Makefile.am.
|
|
|
@2096
|
10 years |
sam |
core: more string concatenation and comparison methods, plus a lot
of …
|
|
|
@2084
|
10 years |
sam |
build: fixes for out-of-tree builds, and get rid of
some deprecated stuff.
|
|
|
@1981
|
10 years |
sam |
ps3: refactor elf → self build logic and make make_fself mandatory …
|
|
|
@1938
|
10 years |
sam |
build: some build system fixes.
|
|
|
@1923
|
10 years |
sam |
build: add a common.am include file and a "make lolcheck" target that …
|
|
|
@1847
|
10 years |
sam |
debug: get rid of quad.cpp, it's become useless.
|
|
|
@1797
|
10 years |
touky |
Fixed Makefile.am
|
|
|
@1795
|
10 years |
touky |
Fixed Entity::TickGame log flood.
Added BulletCharacterController.cpp …
|
|
|
@1760
|
10 years |
sam |
build: fix a few compilation and build errors.
|
|
|
@1754
|
10 years |
sam |
build: add missing files to Makefile.
|
|
|
@1684
|
11 years |
sam |
build: switch the Android native build rules to autoconf; still a bit …
|
|
|
@1594
|
11 years |
sam |
test: add missing physics files to Makefile.
|
|
|
@1571
|
11 years |
sam |
test: activate the Bullet Physics test on all Unix platforms.
|
|
|
@1518
|
11 years |
sam |
build: reorganise all the build stuff so that it lies in build/ and …
|
|
|
@1318
|
11 years |
sam |
test: add several unit tests for rotations with matrices and quaternions.
|
|
|
@1294
|
11 years |
sam |
test: add unit tests for the Array class.
|
|
|
@1257
|
11 years |
sam |
math: add inversion code for 2×2 and 3×3 matrices, and transposition …
|
|
|
@1139
|
11 years |
sam |
math: rename matrix.h to vector.h and simplify some stuff, especially …
|
|
|
@1112
|
11 years |
gary |
build: minor reorganisation of the sandbox code.
|
|
|
@1052
|
11 years |
sam |
core: implement complex numbers and add unit tests for these.
|
|
|
@1047
|
11 years |
sam |
core: implement a quaternion class and tighten some vector operation …
|
|
|
@1043
|
11 years |
sam |
test: start writing tutorials and other shit.
|
|
|
@984
|
11 years |
sam |
test: add a 10-line example program that computes Pi to the 150th digit.
|
|
|
@978
|
11 years |
sam |
test: add simple unit tests for image loading.
|
|
|
@977
|
11 years |
sam |
core: new benchmark snippet for operations on reals.
|
|
|
@965
|
11 years |
sam |
core: start working on a "real" class for arbitrarily sized floats.
|
|
|
@951
|
11 years |
sam |
build: better clean rule for the test directory.
|
|
|
@945
|
11 years |
sam |
build: new lol-build script for easier autobuilds.
|
|
|
@942
|
11 years |
sam |
test: reorganise test suite and benchmark code.
|
|
|
@941
|
11 years |
sam |
test: add unit tests to check whether the build environment behaved as …
|
|
|
@912
|
11 years |
sam |
test: replace CppUnit with our LolUnit test suite.
CppUnit is really …
|
|
|
@895
|
11 years |
sam |
test: replace lol-bench with lol-bench$(EXEEXT) in the Makefile to …
|
|
|
@893
|
11 years |
sam |
test: add an empty sandbox program and update .gitignore.
|
|
|
@889
|
11 years |
sam |
test: new test for trigonometric functions.
|
|
|
@878
|
11 years |
sam |
build: clean up .self files and allow to build the benchmark on the PS3.
|
|
|
@868
|
11 years |
sam |
test: add first test routines for the half class.
|
|
|
@769
|
12 years |
sam |
test: add a debug quad test application.
|
|
|
@642
|
12 years |
sam |
Add an optional cppunit dependency for unit tests.
|