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