|
|
@1923
|
8 years |
sam |
build: add a common.am include file and a "make lolcheck" target that …
|
|
|
@1922
|
8 years |
rez |
NEERCS: added copper in setup (not working yet)
|
|
|
@1921
|
8 years |
sam |
tutorial: flatten the fractal computation loop, and avoid the use of …
|
|
|
@1920
|
8 years |
sam |
core: use "f128" as the long double prefix for vectors, even if it's …
|
|
|
@1919
|
8 years |
sam |
core: implement Array::Resize() to forcibly set the size of an array.
|
|
|
@1918
|
8 years |
rez |
NEERCS: multiple pageup/pagedown now works
|
|
|
@1917
|
8 years |
rez |
NEERCS: multiple pageup/pagedown now works
|
|
|
@1916
|
8 years |
rez |
NEERCS: fixed values for ghost picture
|
|
|
@1915
|
8 years |
rez |
NEERCS: fixed problems with color
|
|
|
@1913
|
8 years |
rez |
NEERCS: tweaked color filtering (still lame result)
|
|
|
@1912
|
8 years |
sam |
test: fix mesh settings in the physics demo.
|
|
|
@1910
|
8 years |
sam |
easymesh: use "ato" for torus, because "at" is already for triangle.
|
|
|
@1909
|
8 years |
sam |
build: check the source code with LANG=C to avoid locale-related parse …
|
|
|
@1908
|
8 years |
rez |
NEERCS: at last, all setup function keys are fixed!
|
|
|
@1906
|
8 years |
rez |
NEERCS: updated theme (more readable screen)
|
|
|
@1905
|
8 years |
lolbot |
fixed 14 files out of 2200:
- removed 0 CR characters
- removed 12 …
|
|
|
@1904
|
8 years |
sam |
build: remove dead directories.
|
|
|
@1903
|
8 years |
sam |
neercs: move menu drawing to the game tick instead of draw tick.
|
|
|
@1902
|
8 years |
lolbot |
contrib: rebuild libcaca with the latest fix for a caca_printf() crash.
|
|
|
@1901
|
8 years |
Jnat |
New subProject for jnat
|
|
|
@1900
|
8 years |
sam |
build: do not check for CRLF on Windows, since most files would have …
|
|
|
@1899
|
8 years |
sam |
neercs: minimalist keyboard support.
|
|
|
@1898
|
8 years |
rez |
NEERCS: added corner width in setup->screen
|
|
|
@1897
|
8 years |
sam |
input: some refactoring in the action bindings.
|
|
|
@1896
|
8 years |
sam |
neercs: add some helper function for future keyboard input.
|
|
|
@1895
|
8 years |
sam |
build: include check-source.sh in the "make test" targets.
|
|
|
@1894
|
8 years |
sam |
neercs: fix two potential crashes, one caused by mismatched …
|
|
|
@1893
|
8 years |
sam |
math: refactor real number constant declarations so that they are only …
|
|
|
@1891
|
8 years |
sam |
test: tell lolbot to fix jnat's code, too.
|
|
|
@1890
|
8 years |
sam |
neercs: fix Windows build.
|
|
|
@1888
|
8 years |
lolbot |
fixed 23 files out of 277:
- fixed 1270 CR characters
- fixed 56 …
|
|
|
@1887
|
8 years |
lolbot |
build: improve source checking script for lolbot.
|
|
|
@1886
|
8 years |
sam |
build: start working on a script to test source code problems.
|
|
|
@1885
|
8 years |
sam |
neercs: clamp canvas size to ensure we never get to zero.
|
|
|
@1883
|
8 years |
rez |
fixed border w/h unit (now equal to one char)
|
|
|
@1882
|
8 years |
rez |
fixed a stupid error
|
|
|
@1881
|
8 years |
sam |
gpu: fix a few minor compiler warnings.
|
|
|
@1880
|
8 years |
sam |
neercs: adapt PTY to canvas size.
|
|
|
@1879
|
8 years |
sam |
easymesh: minor torus mesh tweaks.
|
|
|
@1877
|
8 years |
sam |
debug: get rid of DebugSphere, it's totally obsoleted by EasyMesh.
|
|
|
@1875
|
8 years |
sam |
easymesh: first shot at a simple, flat shaded torus.
|
|
|
@1874
|
8 years |
rez |
added border x/y in setup
|
|
|
@1873
|
8 years |
rez |
added char number w/h in setup
|
|
|
@1871
|
8 years |
sam |
neercs: fix SetWindowSize parameter handling.
|
|
|
@1870
|
8 years |
touky |
Revert
|
|
|
@1869
|
8 years |
touky |
Small refactor on the BulletCc.
|
|
|
@1867
|
8 years |
sam |
neercs: remove debug variable.
|
|
|
@1866
|
8 years |
sam |
neercs: minor tweak for rez_ so that cacademo renders properly.
|
|
|
@1865
|
8 years |
sam |
neercs: do not crash if the shader system does not support integer …
|
|
|
@1864
|
8 years |
sam |
gpu: do not try to call glVertexAttribIPointer if Glew did not find it.
|
|
|
@1863
|
8 years |
sam |
tutorial: sync HLSL version of the water/fire effect with the GLSL one.
|
|
|
@1862
|
8 years |
rez |
setup cursor position fixed
|
|
|
@1861
|
8 years |
sam |
neercs: minor syntax fix in copper shader.
|
|
|
@1860
|
8 years |
sam |
neercs: buffer unread characters for next frame.
|
|
|
@1859
|
8 years |
sam |
neercs: spawn a shell and read what it tries to print.
|
|
|
@1858
|
8 years |
rez |
scrollable option list in setup
|
|
|
@1857
|
8 years |
sam |
neercs: Visual Studio cannot have term.c and term.cpp in the same …
|
|
|
@1856
|
8 years |
sam |
neercs: create new Term and Pty classes that will contain the real stuff.
|
|
|
@1855
|
8 years |
sam |
tutorial: tweak noise shader once more, and add a few code comments.
|
|
|
@1854
|
8 years |
sam |
tutorial: replace white noise with ordered dithering.
|
|
|
@1853
|
8 years |
sam |
tutorial: add some cosmetic white noise.
|
|
|
@1852
|
8 years |
sam |
tutorial: add funny shit to the noise shader example.
|
|
|
@1850
|
8 years |
sam |
build: add missing VCS ignore properties.
|
|
|
@1849
|
8 years |
sam |
gpu: now shaders can only be created from a LolFx file.
|
|
|
@1848
|
8 years |
sam |
gpu: convert the gradient shader to a LolFx effect file.
|
|
|
@1847
|
8 years |
sam |
debug: get rid of quad.cpp, it's become useless.
|
|
|
@1846
|
8 years |
sam |
gpu: get rid of the inline 2D shader and create "tile.lolfx".
|
|
|
@1845
|
8 years |
touky |
CIS:CSI
|
|
|
@1844
|
8 years |
touky |
|
|
|
@1843
|
8 years |
sam |
neercs: fix an illegal construct in the copper shader.
|
|
|
@1842
|
8 years |
sam |
tutorial: make the noise shader computationally more efficient.
|
|
|
@1841
|
8 years |
sam |
build: ignore .so files and add missing source files to makefile.
|
|
|
@1840
|
8 years |
sam |
tutorial: use a better value noise function that does not suffer from …
|
|
|
@1837
|
8 years |
rez |
copper.lolfx added
|
|
|
@1836
|
8 years |
rez |
COPPERBARS FUCK YEAH
|
|
|
@1835
|
8 years |
sam |
easymesh: fix an data corruption with scaling along a single axis.
|
|
|
@1834
|
8 years |
touky |
small tweak on BtPhysTest. does not work better.
|
|
|
@1833
|
8 years |
touky |
|
|
|
@1830
|
8 years |
sam |
tutorial: optimise Perlin noise shader and reduce its complexity.
|
|
|
@1829
|
8 years |
rez |
added COPPER \:D/ (still buggy btw)
|
|
|
@1828
|
8 years |
rez |
fixed a minor detail
|
|
|
@1827
|
8 years |
sam |
tutorial: port noise demo to PS3 and Xbox360.
|
|
|
@1826
|
8 years |
sam |
gpu: increase default minimum shader model.
|
|
|
@1825
|
8 years |
sam |
tutorial: the noise demo is now really, really, ridiculously good looking.
|
|
|
@1824
|
8 years |
sam |
tutorial: start working on a small Perlin-like noise demo.
|
|
|
@1823
|
8 years |
sam |
gpu: use a valid default framebuffer color format on the PS3.
|
|
|
@1822
|
8 years |
sam |
debug: add minor debug messages to the ticker, ensure LOL_DEBUG and …
|
|
|
@1820
|
8 years |
rez |
moved some code from postfx to a new shader -> color.lolfx
|
|
|
@1819
|
8 years |
touky |
BulletCharacterController is now readable by a human being.
BtPhysTest …
|
|
|
@1818
|
8 years |
sam |
core: revert unfinished commit that wasn't really interesting.
|
|
|
@1817
|
8 years |
sam |
tutorial: minor shadebob demo tweaks.
|
|
|
@1816
|
8 years |
sam |
ofsdiofisdoifods
|
|
|
@1815
|
8 years |
sam |
input: fix minor PS3 compilation error.
|
|
|
@1814
|
8 years |
rez |
fixed rand() function
|
|
|
@1813
|
8 years |
sam |
tutorial: fix the FBO demo on the Xbox360.
|
|
|
@1811
|
8 years |
rez |
fixed all noise/displacement effects
|
|
|
@1810
|
8 years |
rez |
fixed all noise/displacement effects
|
|
|
@1808
|
8 years |
sam |
build: fix shitloads of warnings.
|
|
|
@1807
|
8 years |
sam |
math: improve slerp implementation.
|
|
|
@1806
|
8 years |
rez |
moved noise/offset/retrace into a new shader
|
|
|