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 години