Sam Hocevar
9e4b6a4155
build: add path to lolfx resource names
This will help us deal with shader name collision. Breaks the Windows
build for the moment, unfortunately.
пре 9 година
Sam Hocevar
fb641c9e81
build: move PEGTL to a Git submodule
пре 9 година
Sam Hocevar
f1a2b66d62
build: move Bullet to a submodule
пре 9 година
Sam Hocevar
1dcb065121
build: make imgui a submodule instead of copying it
пре 9 година
Sam Hocevar
ce05d8589a
build: refactor msbuild files for usage as a submodule
пре 9 година
Sam Hocevar
c6f4070e70
build: refactor autotools files for out-of-tree builds.
All these changes will allow us to more easily add Lol Engine as a
submodule of another Git project.
пре 9 година
Sam Hocevar
969911a10a
gpu: remove 1200 lines of old DirectX 9 code.
пре 9 година
Sam Hocevar
2f66dcc33f
Switch PEGTL external to latest Git snapshot.
пре 10 година
Sam Hocevar
6a6ecc66e9
Port all parsers to PEGTL 1.3.1.
There might be issues with lolremez but at first sight it seems to work.
пре 10 година
Sam Hocevar
1280e15c9e
build: use <GL/glew.h> instead of <glew.h>.
пре 10 година
Sam Hocevar
d84605c105
Remove Xbox 360 support, too much stuff no longer compiles.
пре 10 година
Sam Hocevar
144cb0df31
sys: get rid of pthreads.
Since C++11 threads are available on every platform that has threads, we
no longer need our pthread implementation. The LOL_FEATURE_CXX11_THREADS
macro is gone, too, and we now just use LOL_FEATURE_THREADS.
Note that it is still necessary to link with -lpthread or -pthread on
some platforms, so we don’t throw that part away.
пре 11 година
Benjamin ‘Touky’ Huet
5abbf24a3e
Moved ImGui to a non-versioned-name folder so update are easier (since they happen a lot at this state)
пре 11 година
Benjamin ‘Touky’ Huet
3f167f2f1d
ImGui 1.37
MeshViewer first pass
пре 11 година
Sam Hocevar
8682025a10
build: remove deprecated stuff and fix a few Linux build issues.
пре 11 година
Sam Hocevar
8639d8a0d3
build: move imgui to external/ because it does not really need a complex build system, just one #include.
пре 11 година
Sam Hocevar
2e5d3dfc7e
build: clean up Visual Studio solutions and fix AssImp linking.
пре 11 година
Benjamin ‘Touky’ Huet
26604940f2
Added Assimp to VS rules
пре 11 година
Sam Hocevar
a07844682e
build: remove dead PS3 code.
пре 11 година
Sam Hocevar
55897d7cae
misc: experiment with two parser libraries (AXE and PEGTL).
пре 11 година
Sam Hocevar
b6cdf81fc4
build: disable ffmpeg on Windows for now.
пре 11 година
Sam Hocevar
41636a86ab
build: add mingw’s libgcc to the link command on Visual Studio.
пре 11 година
Sam Hocevar
a77d328ce9
build: add FFmpeg libraries to msbuild property sheet.
пре 11 година
Sam Hocevar
97586c549a
build: add FFmpeg includes to msbuild property sheet.
пре 11 година
Sam Hocevar
979ccd23d6
build: add FFmpeg binaries for Windows.
пре 11 година
Sam Hocevar
2b81246a22
build: reorganise some visual studio shit and comment some files.
пре 11 година