Jean-Yves Lamoureux
39c0fb0d18
* Doxygen: add src/lol/ subdirectories
12 年前
Jean-Yves Lamoureux
8d6db5ee7b
* Doxygen: generate collaboration diagrams if dot is available
12 年前
Jean-Yves Lamoureux
879675dcd7
* Doxygen doc / manpages
12 年前
Jean-Yves Lamoureux
6b8797ce05
* added people/jylam
12 年前
Sam Hocevar
de4e64c312
neercs: added a better check for forkpty(), and moved the GL_POINTS
size and texture logic to the vertex shader.
12 年前
Sam Hocevar
5f66d6a751
build: fix PS3 and Linux compilation issues.
12 年前
Sam Hocevar
bbca3b6e59
build: fixes for out-of-tree builds, and get rid of
some deprecated stuff.
12 年前
Sam Hocevar
f951745eab
vimlol: some code for a Vim plugin; see http://lol.zoy.org/wiki/dev/setup/vim
12 年前
Sam Hocevar
5ca6891030
build: check for a decent version of sed (ie. not the shitty BSD one).
12 年前
Sam Hocevar
e70fcd05f8
build: upgrade glew binaries to 1.9.0 and rename the contrib directory
to external so as to avoid some autocompletion collisions with "configure".
12 年前
Sam Hocevar
81076d4407
build: safety measure in configure.ac to error out if a Lol Engine m4
macro is undefined.
12 年前
Sam Hocevar
bab0d4c7c5
build: put the OpenGL detection code in a separate .m4 file and assume
that the OpenGL framework on OS X provides GL version 2 at least.
12 年前
Sam Hocevar
50ff3f9ce0
ps3: refactor elf → self build logic and make make_fself mandatory
when building for the PS3 on a Unix system.
12 年前
Sam Hocevar
3f0e214da1
build: add a Makefile for jnat's test project.
12 年前
Sam Hocevar
7efd7ea071
ps3: honour the CELLSDK environment variable if CELL_SDK is not defined.
12 年前
Sam Hocevar
8e62b9a2c0
build: set default verbosity to 0 and tweak the LolFx build rule so that
it understands V=0 and V=1.
12 年前
Sam Hocevar
bd66a8bcf2
build: some build system fixes.
12 年前
Sam Hocevar
ca909bb317
build: refactor lolfx build rule into common.am.
12 年前
Sam Hocevar
30259d6329
build: add a demo for Peeweek.
12 年前
Sam Hocevar
549219c6f6
build: reorganise person stuff inside a people/ directory.
12 年前
Sam Hocevar
eee1d0d304
build: add skeleton for JNat's demo.
12 年前
Sam Hocevar
9b5880936c
build: tweak everything to allow building with SDL on the Raspberry Pi.
12 年前
Sam Hocevar
44180ce402
build: switch the Android native build rules to autoconf; still a bit rough
but we can now create shared objects for each project; only the testsuite
is not building properly because of issues with STLport, and EglApp is
deactivated because AndroidApp should have precedence.
12 年前
Sam Hocevar
6de8712c39
build: fix broken Glew detection on OS X.
12 年前
Sam Hocevar
03e83798eb
build: fix the Raspberry Pi build and add a build script for it.
12 年前
Sam Hocevar
b1fa126363
build: search for the Raspberry Pi GLES libraries during configure.
12 年前
Sam Hocevar
ed499e0c07
build: add libSDLmain.a binaries for GUI MinGW builds; the provided static
libraries only work with the Visual Studio runtime.
12 年前
Sam Hocevar
5bd24fa1d3
build: hide the SDL_main.h inclusion in core.h, and only activate it
on Windows if using Visual Studio; if using MinGW, try to stick to the
original main() entry point.
12 年前
Sam Hocevar
2cde045713
neercs: disable neercs build on Windows for now.
12 年前
Sam Hocevar
39d186abec
neercs: import files from the (unfinished) old neercs code.
12 年前
Sam Hocevar
4220cb8e12
build: do like BulletPhysics and make the PS3 code always visible.
12 年前
Sam Hocevar
d707e468c8
build: fix broken LolFx compilation; square brackets need to be escaped
in a configure.ac script.
12 年前
Sam Hocevar
8be874ae39
build: factor the LolFx compilation rule into configure.ac.
12 年前
Sam Hocevar
8352c5146a
build: use $CELL_SDK and fall back to $CELL_SDK if not set.
12 年前
Sam Hocevar
d9fab8c6fa
build: use $CELLSDK instead of $CELL_SDK as per the documentation.
12 年前
Sam Hocevar
c805dca4c8
build: create and activate Makefile for ToukyDemo.
12 年前
Sam Hocevar
3389ed69a2
build: move all games to a "games" subdirectory to clean up the root
directory layout mess.
12 年前
Sam Hocevar
7dd4bec8c7
build: fix the VS2010 build and add build/ and binaries/ to the dist
tarball.
12 年前
Sam Hocevar
78f7a303ff
build: reorganise all the build stuff so that it lies in build/ and
make sure each .vcxproj file is with its corresponding source code.
12 年前
Sam Hocevar
86fd10c9b8
build: add more configure checks, mostly for neercs.
12 年前
Sam Hocevar
9f8636705c
build: MinGW compilation fixes, rename libcaca.lib to caca.lib so that
g++ understands -lcaca directly; also add -DCACA_STATIC to the default flags.
12 年前
Sam Hocevar
ae79148e79
build: fix a few build issues (missing -lxinput, missing d3d9 source files).
12 年前
Sam Hocevar
b190570747
build: disable violent vector.h warnings when building for NaCl.
12 年前
Sam Hocevar
9ff03784d6
build: if FlexLexer.h isn't found in the build environment, use the one
we ship in contrib.
12 年前
Sam Hocevar
abd5e695c9
build: more sane build options.
12 年前
Sam Hocevar
b69717197e
ps3: disable -Wsign-compare on the PS3, because it's really too verbose with
old GCC versions.
12 年前
Sam Hocevar
7ff4151a19
orbital: add a skeleton project for Orbital.
12 年前
Sam Hocevar
88f10fe54b
build: allow to build the Direct3D 9 driver with the mingw compiler.
12 年前
Sam Hocevar
60a2e83d54
xbox: start working on an Xbox/Direct3D port.
12 年前
Sam Hocevar
b79b651cd7
mrpigeon: create source tree for MrPigeon.
12 年前