Sam Hocevar
c59fc670c2
core: import pristine lua 5.2.1 in the engine code.
před 11 roky
Sam Hocevar
e9b4985dbd
gpu: add MeshPrimitive::Lines enum and modify the cube tutorial
to show how it can be used.
před 11 roky
Sam Hocevar
16a620d537
scene: start refactoring the camera code; we now have a stack of cameras
in the scene where we can push and pop cameras.
před 11 roky
Sam Hocevar
7e8edd7c3e
sys: add the base source directory to the list of search directories
on automake platforms, too.
před 11 roky
Sam Hocevar
0e1a19f8e6
build: re-add liblolcore dependency tracking to all binary objects.
před 11 roky
Sam Hocevar
0463a898c3
build: fix syntax errors in the Visual Studio projects.
před 11 roky
Sam Hocevar
4b4d201a6d
build: reorganise AM_CPPFLAGS handling so that we can disable the
shitload of warnings Bullet spits at us.
před 11 roky
Sam Hocevar
6e1156aaea
build: split the main library into lolcore and lolbullet.
před 11 roky
Sam Hocevar
16d53895fa
math: remove coercion rules in the vector classes, they increase the
compilation time for very little benefit and maybe even confusion.
před 11 roky
Sam Hocevar
42fb9b6853
gpu: support 1-component (luminance) textures.
před 11 roky
Sam Hocevar
51f08bfc87
tutorial: HLSL version of the graph plotting shader.
před 11 roky
Sam Hocevar
0ba4e6d9e0
easymesh: interface the shiny shader with new Light objects.
před 12 roky
Sam Hocevar
3adf42b00c
build: hide LolFx external declarations behind macros.
před 12 roky
Sam Hocevar
bbf72e1a64
core: pass the project directory to the binary build and get rid of
that 2-year old "temporary Win32 hack".
před 12 roky
Sam Hocevar
6a6e46cf0d
system: try to autodetect the data directory from the executable path;
currently works for images (SDL and GDI+ loaders) and sound samples.
před 12 roky
Benjamin ‘Touky’ Huet
4393a43752
Added CSG v0.001a : not optimized, too much operation makes it slow. triangle count is not optimized.
Useage : "...[.... csg*]" equals "current mesh -CSG- the mesh in the braces".
Keywords : CsgUnion<csgu>, CsgSubstract<csgs>, CsgAnd<csga>, CsgXor<csgx>
TODO : cleanup useless code.
TODO : Some bugs are still present, some face that disappear should not.
TODO : Correct epsilon useage (see geometry files).
TODO : Coplanar face are not handled -at all-.
TODO : Vertex count goes through the roof in case of a Xor.
před 12 roky
Benjamin ‘Touky’ Huet
c7219ff1dd
New year copyright update.
před 12 roky
Sam Hocevar
5366a6b606
tutorial: display fewer points in the curve tutorial.
před 12 roky
Sam Hocevar
c84c092a42
tutorial: minor tweaks.
před 12 roky
Sam Hocevar
a8a3e6ced6
tutorial: add fancy dots to line segment ends.
před 12 roky
Sam Hocevar
d6634da83f
build: fix the WTFPL site URL in all code comments.
před 12 roky
Sam Hocevar
6c9c8e547e
build: renormalise a lot of files.
před 12 roky
Sam Hocevar
2ec31981fd
easymesh: make demo objects smaller.
před 12 roky
Sam Hocevar
7fa661a2fd
easymesh: motherfucking planetary gears demo.
před 12 roky
Sam Hocevar
662148406f
easymesh: allow central holes in gears as well as internal gears.
před 12 roky
Sam Hocevar
adfd582b98
tutorial: HUGE COGS.
před 12 roky
Sam Hocevar
e2c28b3130
tutorial: optimise the line graph rendering shader.
před 12 roky
Sam Hocevar
c71a033890
tutorial: minor shader tweaks in the line plot shader.
před 12 roky
Sam Hocevar
8b35c75918
tutorial: change the terrain drawing into an antialiased line graph.
před 12 roky
Sam Hocevar
bbca3b6e59
build: fixes for out-of-tree builds, and get rid of
some deprecated stuff.
před 12 roky
Sam Hocevar
57c2805351
math: reimplement min(), max(), abs() and fmod() in the lol:: namespace to
avoid conflicts with the C++ stdlib.
před 12 roky
jeunathe
169c6da480
nice holes
před 12 roky
Sam Hocevar
df7a21d68f
tutorial: add texture demo to the VS solution.
před 12 roky
Sam Hocevar
6944db663b
tutorial: add a new texture generation example.
před 12 roky
Sam Hocevar
26c945a31f
gpu: allow to specify the pixel format when creating a texture; the
internal format is then automatically deduced. Only a few 8-bit RGB
or RGBA formats are supported for now.
před 12 roky
Sam Hocevar
8a688a7d50
misc: compilation fixes for Windows, X360 and PS3 introduced by the
texture class refactor.
před 12 roky
Sam Hocevar
b9aba5d27a
gpu: put the texture creation code in its own class; for now a lot of things are
hardcoded and only the fractal demo uses it, but everything will eventually switch.
před 12 roky
Sam Hocevar
50ff3f9ce0
ps3: refactor elf → self build logic and make make_fself mandatory
when building for the PS3 on a Unix system.
před 12 roky
Sam Hocevar
ad00a34984
gpu: add support for triangle strips and fans, and change the DrawElement
calls so that they take a number of vertices or indexes, not elements.
před 12 roky
Sam Hocevar
787c96b47c
lolfx: improve the LolFx compiler, including error reporting. We can now
successfully parse a few of our full GLSL/HLSL shaders.
před 12 roky
Sam Hocevar
549566cbf1
lolfx: use square brackets to indicate shader sections.
před 12 roky
Sam Hocevar
ca909bb317
build: refactor lolfx build rule into common.am.
před 12 roky
Sam Hocevar
e390f03e0a
build: add a common.am include file and a "make lolcheck" target that does
nothing for now except ensure that every makefile includes common.am.
před 12 roky
Sam Hocevar
c5b10f5e9a
tutorial: flatten the fractal computation loop, and avoid the use of
new/delete when our arrays will do.
před 12 roky
Sam Hocevar
4cee96d09d
easymesh: use "ato" for torus, because "at" is already for triangle.
před 12 roky
Sam Hocevar
d4c0c005d6
math: refactor real number constant declarations so that they are only
computed on demand with static initialisation.
před 12 roky
Sam Hocevar
38364a0bd6
easymesh: first shot at a simple, flat shaded torus.
před 12 roky
Sam Hocevar
a233173fc7
tutorial: sync HLSL version of the water/fire effect with the GLSL one.
před 12 roky
Sam Hocevar
0d78d14145
tutorial: tweak noise shader once more, and add a few code comments.
před 12 roky
Sam Hocevar
36d49b50e5
tutorial: replace white noise with ordered dithering.
před 12 roky