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.
преди 11 години
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 години