Sam Hocevar
|
d4372a6a1e
|
android: open files through the asset manager, meaning Lua works.
|
před 11 roky |
Benjamin ‘Touky’ Huet
|
cde747667c
|
12_voronoi : Added GPU Voronoi test.
|
před 11 roky |
Sam Hocevar
|
3af7e62b6a
|
android: switch to NativeActivity instead of rolling our own Java crap;
no known regressions yet.
|
před 11 roky |
Sam Hocevar
|
a5388b434b
|
build: fail the Android build upon error and make it idempotent.
|
před 11 roky |
Sam Hocevar
|
ff7904d96c
|
build: big Android build system refactor; we now attempt to build
an apk for each project.
|
před 11 roky |
Sam Hocevar
|
ddeaa5f81a
|
build: reorganise automake build system.
|
před 11 roky |
Sam Hocevar
|
edd09e08f5
|
ps3: create an audio device at startup.
|
před 11 roky |
Sam Hocevar
|
5a19e1539d
|
misc: fix a few URLs.
|
před 11 roky |
Sam Hocevar
|
c59fc670c2
|
core: import pristine lua 5.2.1 in the engine code.
|
před 11 roky |
Sam Hocevar
|
e48dbfb8d9
|
build: activate the iPhone autobuilder.
|
před 11 roky |
Sam Hocevar
|
c83dfe7239
|
build: make sure the builds _and_ the autobuilds work around the
memory leak in OS X llvm-g++.
|
před 11 roky |
Sam Hocevar
|
94acb0f519
|
build: the “fuck you, Apple” commit; work around three different
compiler bugs in the Xcode toolchain.
|
před 11 roky |
Sam Hocevar
|
1b07850346
|
build: a few iOS build fixes; nowhere near ready though.
|
před 11 roky |
Sam Hocevar
|
1ff5c99da0
|
build: do not assume the OS X compiler understands -ObjC++.
|
před 11 roky |
Sam Hocevar
|
1d0eab0203
|
base: on Linux and some other architectures, dump a stack trace before
crashing from an assertion failure.
|
před 11 roky |
Sam Hocevar
|
756859b6b4
|
build: automatically allocate an X server number in the unit tests.
|
před 11 roky |
Lolbot
|
ad2ddbb715
|
build: convert source files to lowercase.
|
před 11 roky |
Benjamin ‘Touky’ Huet
|
930dcfd109
|
tactics : first commit. Arena, characters, state machine and all the funny stuff.
|
před 11 roky |
Sam Hocevar
|
d5e5527b40
|
build: fork lol-bitten.sh from a temporary copy to avoid locks in Windows.
|
před 11 roky |
Benjamin ‘Touky’ Huet
|
0fb25474e3
|
sln small build config fix for Win32
|
před 11 roky |
Benjamin ‘Touky’ Huet
|
a573b0908b
|
MeshViewer : Added shitty texture to bulletproof easymesh UV, and therefore correct wrongly set ones.
|
před 11 roky |
Benjamin ‘Touky’ Huet
|
506befcf4a
|
easymesh : Added Twist/Ben/Shear & Taper refactor.
|
před 11 roky |
Sam Hocevar
|
f7d660533c
|
external: update SDL_image and SDL_mixer to 1.2.12 and add Win64 versions.
|
před 11 roky |
Sam Hocevar
|
88210d139e
|
build: reactivate SDL_mixer on Win32 (not Win64 yet).
|
před 11 roky |
Sam Hocevar
|
face8cf61c
|
build: better check for compiler flags; we no longer try to use
flags that autoconf hasn’t checked first.
|
před 11 roky |
Sam Hocevar
|
d0a99a9286
|
build: add lua to the ignored directories for check-source.sh.
|
před 11 roky |
Sam Hocevar
|
6e1156aaea
|
build: split the main library into lolcore and lolbullet.
|
před 11 roky |
Sam Hocevar
|
01693351a0
|
build: define HAVE_STDIO_H on Windows desktop.
|
před 11 roky |
Sam Hocevar
|
eaf115a379
|
people: reorganise user directories to allow for private/ subdirectories.
|
před 11 roky |
Sam Hocevar
|
32753fa130
|
build: fix a few macro logic issues in SDL.h inclusion.
|
před 11 roky |
Sam Hocevar
|
1e973c81bd
|
build: add SDL detection code in new file lol-sdl.m4. The SDL2 version is
disabled until the engine code itself is ported to SDL2.
|
před 11 roky |
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.
Added RadialJitter("rj") to EasyMesh parser.
|
před 12 roky |
Sam Hocevar
|
6613dc3699
|
build: disable SDL output redirection and try to disable winedbg.exe.
|
před 12 roky |
Sam Hocevar
|
bd95435faf
|
build: fix LolFx rule for MSBuild again.
|
před 12 roky |
Sam Hocevar
|
00c6f57d61
|
build: fix LolFx generation on Visual Studio.
|
před 12 roky |
Sam Hocevar
|
3adf42b00c
|
build: hide LolFx external declarations behind macros.
|
před 12 roky |
Sam Hocevar
|
a4f4367877
|
build: do not launch weird Windows binaries when cross-compiling.
|
před 12 roky |
Sam Hocevar
|
8f67c3218f
|
build: replace \ with / on the PS3 instead of trying to escape backslashes.
|
před 12 roky |
Sam Hocevar
|
44c3f1c6a7
|
build: try to escape double quotes in .props file.
|
před 12 roky |
Sam Hocevar
|
50d5c11e67
|
build: fuck msbuild, again.
|
před 12 roky |
Sam Hocevar
|
b00282a79f
|
build: try to bypass a SNC VSI issue with string replacements.
|
před 12 roky |
Sam Hocevar
|
dc58e55626
|
build: do not try to fix formatting in people/benlitz/*.
|
před 12 roky |
Sam Hocevar
|
06b50b7360
|
build: speed up Visual Studio builds by always disabling minimal rebuilds,
hence allowing multiprocessor builds.
|
před 12 roky |
Sam Hocevar
|
bbf72e1a64
|
core: pass the project directory to the binary build and get rid of
that 2-year old "temporary Win32 hack".
|
před 12 roky |
Benlitz
|
4146c9524e
|
Benlitz first test project setup
|
před 12 roky |
Sam Hocevar
|
a82e9421d5
|
build: try to build neercs on Android; far from ready yet.
|
před 12 roky |
Sam Hocevar
|
720e5fe399
|
build: honour the TMPDIR, TEMP etc. environment variables.
|
před 12 roky |
Sam Hocevar
|
061ef6bd0a
|
build: always use the same build directory in run-bitten.sh to
avoid leaving gigabytes of cruft behind us, and do our best to
clean up afterwards.
|
před 12 roky |
Sam Hocevar
|
e5e04a53c8
|
build: prepend /usr/local/bin in $PATH when running Bitten on OS X.
|
před 12 roky |
Sam Hocevar
|
5ca6891030
|
build: check for a decent version of sed (ie. not the shitty BSD one).
|
před 12 roky |