54 Commits (0529e067f23307fb06a8a4ce14a24977e5f37081)

Author SHA1 Message Date
  Sam Hocevar ddeaa5f81a build: reorganise automake build system. 11 years ago
  Sam Hocevar c59fc670c2 core: import pristine lua 5.2.1 in the engine code. 11 years ago
  Sam Hocevar 700520d4d6 math: move rand() to its own header, ensure it only returns 11 years ago
  Sam Hocevar 7b30d99725 test: unit test for 2D boxes. 11 years ago
  Lolbot ad2ddbb715 build: convert source files to lowercase. 11 years ago
  Sam Hocevar 6c8186389f math: Interp class for frame-independent interpolation. 11 years ago
  Sam Hocevar 41b43bb47f build: add missing files to Makefile.am. 11 years ago
  Sam Hocevar 0e1a19f8e6 build: re-add liblolcore dependency tracking to all binary objects. 11 years ago
  Sam Hocevar 4b4d201a6d build: reorganise AM_CPPFLAGS handling so that we can disable the 11 years ago
  Sam Hocevar 6e1156aaea build: split the main library into lolcore and lolbullet. 11 years ago
  Sam Hocevar 32e3cff46a sys: Atomic template class for thread-safe and potentially lockless 11 years ago
  Sam Hocevar 9d06eb6503 meshviewer: add two lights. 12 years ago
  Benjamin ‘Touky’ Huet 7a051f9455 Added MeshViewer new project, its goal being to have a program capable of previewing a mesh from an outer source (.txt, js, etc ...) in order to speed up mesh creation. 12 years ago
  Sam Hocevar a5ba03b405 color: unit test data for the CIEDE2000 color-difference formula. 12 years ago
  Sam Hocevar bbc2edcc8e core: we can now set Map elements using simply map[foo] = bar, no need for 12 years ago
  Sam Hocevar 52e7f2f399 build: add missing bullet .h files to Makefile.am. 12 years ago
  Sam Hocevar 46f7e750c0 core: more string concatenation and comparison methods, plus a lot 12 years ago
  Sam Hocevar bbca3b6e59 build: fixes for out-of-tree builds, and get rid of 12 years ago
  Sam Hocevar 50ff3f9ce0 ps3: refactor elf → self build logic and make make_fself mandatory 12 years ago
  Sam Hocevar bd66a8bcf2 build: some build system fixes. 12 years ago
  Sam Hocevar e390f03e0a build: add a common.am include file and a "make lolcheck" target that does 12 years ago
  Sam Hocevar ca1050e047 debug: get rid of quad.cpp, it's become useless. 12 years ago
  Benjamin ‘Touky’ Huet e743eae5f7 Fixed Makefile.am 12 years ago
  Benjamin ‘Touky’ Huet 284891f200 Fixed Entity::TickGame log flood. 12 years ago
  Sam Hocevar 3fd6702613 build: fix a few compilation and build errors. 12 years ago
  Sam Hocevar 080e4b7f4f build: add missing files to Makefile. 12 years ago
  Sam Hocevar 44180ce402 build: switch the Android native build rules to autoconf; still a bit rough 12 years ago
  Sam Hocevar 22e123eb08 test: add missing physics files to Makefile. 12 years ago
  Sam Hocevar fe05e5e11a test: activate the Bullet Physics test on all Unix platforms. 12 years ago
  Sam Hocevar 78f7a303ff build: reorganise all the build stuff so that it lies in build/ and 12 years ago
  Sam Hocevar 9e9c18d37e test: add several unit tests for rotations with matrices and quaternions. 12 years ago
  Sam Hocevar c9520d2aca test: add unit tests for the Array class. 12 years ago
  Sam Hocevar eb51928415 math: add inversion code for 2×2 and 3×3 matrices, and transposition 12 years ago
  Sam Hocevar 0a52e68f6f math: rename matrix.h to vector.h and simplify some stuff, especially in 13 years ago
  Sam Hocevar 3283dfc011 build: minor reorganisation of the sandbox code. 13 years ago
  Sam Hocevar 433d05964c core: implement complex numbers and add unit tests for these. 13 years ago
  Sam Hocevar def84d569d core: implement a quaternion class and tighten some vector operation rules 13 years ago
  Sam Hocevar c9aa11c9e3 test: start writing tutorials and other shit. 13 years ago
  Sam Hocevar ff45d2ac98 test: add a 10-line example program that computes Pi to the 150th digit. 13 years ago
  Sam Hocevar 48bde6fa94 test: add simple unit tests for image loading. 13 years ago
  Sam Hocevar fde544911b core: new benchmark snippet for operations on reals. 13 years ago
  Sam Hocevar 5fc298964b core: start working on a "real" class for arbitrarily sized floats. 13 years ago
  Sam Hocevar 489389abbe build: better clean rule for the test directory. 13 years ago
  Sam Hocevar 160102ba03 build: new lol-build script for easier autobuilds. 13 years ago
  Sam Hocevar 5081f7034a test: reorganise test suite and benchmark code. 13 years ago
  Sam Hocevar 170050501f test: add unit tests to check whether the build environment behaved as 13 years ago
  Sam Hocevar a374127e80 test: replace CppUnit with our LolUnit test suite. 13 years ago
  Sam Hocevar 148f6838e9 test: replace lol-bench with lol-bench$(EXEEXT) in the Makefile to allow 13 years ago
  Sam Hocevar 35454b8f94 test: add an empty sandbox program and update .gitignore. 13 years ago
  Sam Hocevar 105485a3aa test: new test for trigonometric functions. 13 years ago