Sam Hocevar
|
34d5feaac8
|
build: fix all vector/scalar type mismatches such as "vec2 * double"
instead of "vec2 * float".
|
пре 11 година |
Sam Hocevar
|
88075b5aba
|
math: remove coercion rules in the vector classes, they increase the
compilation time for very little benefit and maybe even confusion.
|
пре 11 година |
Sam Hocevar
|
7894b2e483
|
build: hide LolFx external declarations behind macros.
|
пре 12 година |
Sam Hocevar
|
e6931215fb
|
neercs: fix resource path.
|
пре 12 година |
Sam Hocevar
|
037ebfd425
|
core: pass the project directory to the binary build and get rid of
that 2-year old "temporary Win32 hack".
|
пре 12 година |
Sam Hocevar
|
27e5ce7bef
|
system: try to autodetect the data directory from the executable path;
currently works for images (SDL and GDI+ loaders) and sound samples.
|
пре 12 година |
Lolbot
|
24843956d2
|
fixed 27 files out of 2315:
- removed 0 CR characters
- removed 188 trailing whitespaces
- replaced 537 tabs with spaces
|
пре 12 година |
Benjamin ‘Touky’ Huet
|
4cb8f416f7
|
New year copyright update.
|
пре 12 година |
Sam Hocevar
|
19c2103dcf
|
build: fix the WTFPL site URL in all code comments.
|
пре 12 година |
rez
|
fbf5b9d866
|
NEERCS: fixed color matching for copper
|
пре 12 година |
Sam Hocevar
|
5a87d20e6e
|
neercs: fix background colour computations with shader model 3.
|
пре 12 година |
rez
|
114f4b439d
|
NEERCS: changed copper base color to do not disturb sam white terminal :)
|
пре 12 година |
Sam Hocevar
|
6b983dc32f
|
neercs: fix rendering issues and tweak timings so that large fullscreen
apps such as cacademo no longer appear to lag.
|
пре 12 година |
Sam Hocevar
|
0d23d51361
|
neercs: fix a compilation error in text.lolfx.
|
пре 12 година |
Sam Hocevar
|
9bf9e7fe44
|
neercs: more pre-shader4 compatibility tweaks.
|
пре 12 година |
Sam Hocevar
|
f4e7b8f5c0
|
build: renormalise a lot of files.
|
пре 12 година |
Sam Hocevar
|
f7bf988fa6
|
neercs: disable the copperbars because they're not very nice, lol.
|
пре 12 година |
Sam Hocevar
|
1986f05954
|
neercs: fix our unread() function so that it stops losing characters.
|
пре 12 година |
Sam Hocevar
|
de6d6a45a7
|
neercs: initialise POD types in TextRender.
|
пре 12 година |
Sam Hocevar
|
b0fc415aef
|
neercs: some fallback code when shader model 4 isn’t available.
|
пре 12 година |
Sam Hocevar
|
5e0461ffc5
|
neercs: if shaders don't support integer attributes, pass them as vectors
of ubytes; foreground colour already works.
|
пре 12 година |
Sam Hocevar
|
7620ada012
|
neercs: slightly optimise postfx shader.
|
пре 12 година |
Sam Hocevar
|
ff6bded2d1
|
neercs: do not include "config.h" more than once.
|
пре 12 година |
Sam Hocevar
|
a6f357679a
|
neercs: remove deprecated GLSL constructs in text shader.
|
пре 12 година |
Sam Hocevar
|
8e2afeba55
|
neercs: deactivate OpenGL code when we build for OpenGL ES.
|
пре 12 година |
Sam Hocevar
|
804e386ca4
|
neercs: do not pass the texture coordinates from the application to
the GL server; instead, simply deduce them from the vertex coordinates
and interpolate them in the fragment shader.
|
пре 12 година |
Sam Hocevar
|
6b32f0755c
|
neercs: use gl_VertexID instead of sending a whole new vertex array.
|
пре 12 година |
Sam Hocevar
|
d8ef25c9ce
|
neercs: added a better check for forkpty(), and moved the GL_POINTS
size and texture logic to the vertex shader.
|
пре 12 година |
Sam Hocevar
|
9e5cd7a539
|
build: fixes for out-of-tree builds, and get rid of
some deprecated stuff.
|
пре 12 година |
rez
|
58e53cae99
|
neercs: updated "granpa tv" theme
|
пре 12 година |
Sam Hocevar
|
de5f587e43
|
build: fix minor build issues with Clang.
|
пре 12 година |
rez
|
1f8f743e24
|
neercs: fixed scanline, added a new theme
|
пре 12 година |
rez
|
6cf8b7327b
|
neercs: removed flags from setup, butchered scanline postfx
|
пре 12 година |
rez
|
95b0e29241
|
neercs: added theme support + 2 new themes [F4/F5 to switch]
|
пре 12 година |
rez
|
ee78ae8c28
|
neercs: fixed theme_var[] values
|
пре 12 година |
rez
|
3f0e8c718e
|
neercs: theme support again (not really working yet)
|
пре 12 година |
rez
|
40cb5bc496
|
neercs: early integration of theme support
|
пре 12 година |
rez
|
25d8e339e8
|
neercs: moved some init variable, removed useless iborder init
|
пре 12 година |
rez
|
8b9b07f593
|
neercs: added a protection glass above the monitor
|
пре 12 година |
rez
|
b717b0c1f7
|
neercs: scanline auto-resize
|
пре 12 година |
Sam Hocevar
|
a1df6fe36a
|
neercs: F3 toggles fancy shit drawing.
|
пре 12 година |
rez
|
789ada7c2b
|
neercs: added bending to mirror
|
пре 12 година |
rez
|
fb92ec6d46
|
neercs: better reflection gradient (to finetune again)
|
пре 12 година |
rez
|
4ebf04f4b8
|
neercs: MOAR radial blur, less iteration
|
пре 12 година |
rez
|
8abcdd40cd
|
neercs: added radial blur! FUCK YEAH \:D/
|
пре 12 година |
Sam Hocevar
|
71da6d07f9
|
neercs: ESC no longer quits; but closing the shell does.
|
пре 12 година |
rez
|
9fdf190a6b
|
neercs: lowered noise effect
|
пре 12 година |
Sam Hocevar
|
01f7b1a3de
|
neercs: add missing "loldebug.h" include.
|
пре 12 година |
Sam Hocevar
|
20b291c48b
|
neercs: don't show the FPS information unless the setup is open.
|
пре 12 година |
rez
|
6dbdf91b5e
|
neercs: added all mirror side & finetuned default theme
|
пре 12 година |