Sam Hocevar
155ae65a4e
Start working on the header-only part of the framework.
This implies creating a trimmed down branch that contains almost
nothing. It will then be usable by projects that do not need the
complex build system, and by the engine itself as a submodule from
the same repository.
4 년 전
Sam Hocevar
e1c47e9e03
net: implement async HTTP requests for the emscripten backend.
Does not work very well because of CORS restrictions in browsers.
4 년 전
Sam Hocevar
634fd2960d
Add some emscripten-generated files to .gitignore.
4 년 전
Sam Hocevar
b80898946e
build: add src/private to .gitignore.
4 년 전
Sam Hocevar
6455091518
doc: rename a few tutorials to remove “lol” from their names.
5 년 전
Sam Hocevar
ce751a1534
Add imgui.ini to .gitignore, we really don’t need it.
5 년 전
Sam Hocevar
6e428a6243
Remove deprecated code I don’t understand.
5 년 전
Sam Hocevar
34fab09274
Remove NaCl support. Google is deprecating it.
5 년 전
Sam Hocevar
2df8762d47
Migrate to Visual Studio 2017.
7 년 전
Sam Hocevar
7b2f3bdcfb
samples: add blue noise generation demo.
7 년 전
Sam Hocevar
ed703e6a56
doc: add a GIF exporting program (experimental for now)
8 년 전
Sam Hocevar
ad45e4d284
doc: fix linking with ffmpeg on Linux and start a tutorial program.
8 년 전
Sam Hocevar
7d2cd5c8a3
build: fix imgui example on Linux
8 년 전
touky
ce13252b69
Shader version compatibility fix
Shader replacement code for older shader version is now fixed
8 년 전
Sam Hocevar
7619caef3e
audio: minimal streaming API
This will allow us to generate sounds on the fly on several dedicated
channels. Until now we could only play fully loaded samples.
8 년 전
Sam Hocevar
b660d52e61
build: update build files and add external git submodule.
8 년 전
Sam Hocevar
f9cef654c5
zepto8: add a Visual Studio project.
8 년 전
Sam Hocevar
1cb187abd5
Some cleanup in the Visual Studio files.
9 년 전
Sam Hocevar
d33c31279e
Fully move meshviewer to its own subdirectory to avoid build errors.
9 년 전
Sam Hocevar
8f4a87d39b
misc: some repository cleanup.
9 년 전
Sam Hocevar
d72cb24bc0
build: move sample and tutorial files around.
10 년 전
Sam Hocevar
192e8f89ad
misc: add a test .ycm_extra_conf.py file for YouCompleteMe.
10 년 전
Sam Hocevar
88603c1ecf
test: add simplex noise test program.
10 년 전
Sam Hocevar
cadc4d18b0
test: move the unit tests to the engine, and lolunit out of the engine.
10 년 전
Sam Hocevar
0bc2ec0480
build: move VS solution one directory below and create a VS2014 solution.
10 년 전
Sam Hocevar
0bafc942a3
build: remove dead cruft and simplify bootstrap script.
10 년 전
Sam Hocevar
c5a3d4873b
image: port the DBS dithering method and remove a few dead files.
10 년 전
Sam Hocevar
79ed58f1f0
Merge branch 'master' into scenegraph
10 년 전
Sam Hocevar
4d54404377
build: update autotools build.
10 년 전
Benlitz
246af694d8
removed vs2010 solution, migrated all projects to 2012. VsLol stays on 2010 for compatibility and now has its own sln.
11 년 전
Benlitz
02435c4b22
adding resharper to .gitignore for the lame windows coders that also writes assisted C# code
11 년 전
Sam Hocevar
f9840e3458
lolremez: move LolRemez out of the engine, it's really too specific.
11 년 전
Benlitz
eaaf4ef3d3
updated .gitignore and fixed Benlitz's voxel vcxproj
11 년 전
Sam Hocevar
399a172425
build: fix a few compilation issues with input v2.
11 년 전
Sam Hocevar
51faafd340
build: fix .gitignore file.
11 년 전
Sam Hocevar
9996530993
build: update .gitignore files.
11 년 전
Sam Hocevar
8f9aee4ee5
tutorial: small sprite tutorial.
11 년 전
Sam Hocevar
a5388b434b
build: fail the Android build upon error and make it idempotent.
11 년 전
Sam Hocevar
9d06eb6503
meshviewer: add two lights.
12 년 전
Sam Hocevar
71e7146b26
build: minor .gitignore tweak.
12 년 전
Sam Hocevar
f6ed096173
build: add some files to .gitignore.
12 년 전
Sam Hocevar
ae39816348
build: ignore core files, but not the core/ directory.
12 년 전
Sam Hocevar
6944db663b
tutorial: add a new texture generation example.
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
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
ca1050e047
debug: get rid of quad.cpp, it's become useless.
12 년 전
Sam Hocevar
0f845aa5da
build: ignore .so files and add missing source files to makefile.
12 년 전
Sam Hocevar
a86eaf1bb2
tutorial: start working on a small Perlin-like noise demo.
12 년 전
Sam Hocevar
e12fc0e35c
tutorial: add a simple EasyMesh viewer.
12 년 전
Sam Hocevar
a01c953096
tutorial: start working on an FBO example.
12 년 전