../
|
sys
|
|
2640
|
9 years
|
sam |
sys: refactor the binarydir detection code.
|
platform
|
|
2812
|
9 years
|
lolbot |
fixed 10 files out of 2754:
- removed 386 CR characters
- removed 4 …
|
mesh
|
|
2480
|
9 years
|
sam |
build: fix a few compiler warnings here and there.
|
math
|
|
2749
|
9 years
|
touky |
Added shifted_perspective for easier camera handling.
MeshViewer : …
|
lua
|
|
2802
|
9 years
|
sam |
build: clean up autoconf file and svn:ignore properties.
|
lol
|
|
2809
|
9 years
|
sam |
base: Array::Remove(int) now accepts a negative index to remove …
|
input
|
|
2812
|
9 years
|
lolbot |
fixed 10 files out of 2754:
- removed 386 CR characters
- removed 4 …
|
image
|
|
2740
|
9 years
|
sam |
build: lol-build now passes flags to configure, and configure now uses …
|
gpu
|
|
2806
|
9 years
|
lolbot |
fixed 7 files out of 2745:
- removed 0 CR characters
- removed 21 …
|
generated
|
|
2786
|
9 years
|
sam |
build: fix PS3 and Android builds.
|
easymesh
|
|
2786
|
9 years
|
sam |
build: fix PS3 and Android builds.
|
debug
|
|
2772
|
9 years
|
sam |
scene: use a global g_scene object instead of Scene::GetDefault().
|
data
|
|
2575
|
9 years
|
sam |
build: reorganise automake build system.
|
bullet
|
|
2802
|
9 years
|
sam |
build: clean up autoconf file and svn:ignore properties.
|
base
|
|
2776
|
9 years
|
benlitz |
base: map methods can now take any type of object that is equatable to …
|
application
|
|
2628
|
9 years
|
sam |
base: break the main loop apart for the emscripten port.
|
worldentity.h
|
992 bytes
|
2617
|
9 years
|
sam |
input: support up to 32 mouse buttons.
|
worldentity.cpp
|
1.0 KB
|
2617
|
9 years
|
sam |
input: support up to 32 mouse buttons.
|
world.h
|
661 bytes
|
2565
|
9 years
|
sam |
lua: add support for lua/init.lua in a global World object and give
it …
|
world.cpp
|
2.5 KB
|
2744
|
9 years
|
sam |
lua: print the actual panic message before dumping a callstack.
|
video.h
|
1.2 KB
|
2769
|
9 years
|
sam |
gpu: move Video::Clear to Renderer::Clear.
|
video.cpp
|
3.7 KB
|
2773
|
9 years
|
sam |
gpu: implement polygon rendering mode in GL and D3D.
|
tileset.h
|
1.4 KB
|
2613
|
9 years
|
sam |
mrpigeon: try the new tile definition system… which doesn’t work.
|
tileset.cpp
|
6.2 KB
|
2754
|
9 years
|
sam |
gpu: move more platform-specific code from Video to Render.
|
tiler.h
|
800 bytes
|
2613
|
9 years
|
sam |
mrpigeon: try the new tile definition system… which doesn’t work.
|
tiler.cpp
|
1.4 KB
|
2613
|
9 years
|
sam |
mrpigeon: try the new tile definition system… which doesn’t work.
|
ticker.h
|
1.2 KB
|
2437
|
9 years
|
sam |
base: prevent instantiation of several static-only classes.
|
ticker.cpp
|
13.1 KB
|
2772
|
9 years
|
sam |
scene: use a global g_scene object instead of Scene::GetDefault().
|
text.h
|
942 bytes
|
2377
|
9 years
|
Jnat |
added GetPos method to get text position
|
text.cpp
|
1.8 KB
|
2546
|
9 years
|
sam |
base: remove some sprintf() calls in profit of string ops.
|
sprite.h
|
800 bytes
|
2216
|
9 years
|
touky |
New year copyright update.
|
sprite.cpp
|
986 bytes
|
2772
|
9 years
|
sam |
scene: use a global g_scene object instead of Scene::GetDefault().
|
scene.h
|
1.2 KB
|
2772
|
9 years
|
sam |
scene: use a global g_scene object instead of Scene::GetDefault().
|
scene.cpp
|
9.5 KB
|
2772
|
9 years
|
sam |
scene: use a global g_scene object instead of Scene::GetDefault().
|
sampler.h
|
821 bytes
|
2496
|
9 years
|
sam |
audio: add Sampler::LoopSample().
|
sampler.cpp
|
1.4 KB
|
2496
|
9 years
|
sam |
audio: add Sampler::LoopSample().
|
sample.h
|
927 bytes
|
2496
|
9 years
|
sam |
audio: add Sampler::LoopSample().
|
sample.cpp
|
4.4 KB
|
2795
|
9 years
|
sam |
audio: report SDL mixer loading errors.
|
profiler.h
|
1.1 KB
|
2437
|
9 years
|
sam |
base: prevent instantiation of several static-only classes.
|
profiler.cpp
|
1.5 KB
|
2183
|
9 years
|
sam |
build: fix the WTFPL site URL in all code comments.
|
platform.h
|
669 bytes
|
2437
|
9 years
|
sam |
base: prevent instantiation of several static-only classes.
|
platform.cpp
|
644 bytes
|
2183
|
9 years
|
sam |
build: fix the WTFPL site URL in all code comments.
|
numeric.h
|
1.2 KB
|
2524
|
9 years
|
sam |
math: move rand() to its own header, ensure it only returns
positive …
|
map.h
|
813 bytes
|
2183
|
9 years
|
sam |
build: fix the WTFPL site URL in all code comments.
|
map.cpp
|
4.7 KB
|
2506
|
9 years
|
sam |
base: start removing occurrences of NULL on our long journey to nullptr.
|
Makefile.am
|
4.7 KB
|
2750
|
9 years
|
sam |
gpu: create a Renderer and a RenderContext class to handle render …
|
lolgl.h
|
1.7 KB
|
2792
|
9 years
|
sam |
gpu: add a 16-bit depth buffer to framebuffers on WebGL and GL ES.
|
loldebug.h
|
546 bytes
|
2183
|
9 years
|
sam |
build: fix the WTFPL site URL in all code comments.
|
lolcore.vcxproj.filters
|
21.5 KB
|
2810
|
9 years
|
benlitz |
Completely reworked input system. Unified device interface, button, …
|
lolcore.vcxproj
|
14.2 KB
|
2810
|
9 years
|
benlitz |
Completely reworked input system. Unified device interface, button, …
|
light.h
|
902 bytes
|
2289
|
9 years
|
sam |
easymesh: interface the shiny shader with new Light objects.
|
light.cpp
|
1.1 KB
|
2772
|
9 years
|
sam |
scene: use a global g_scene object instead of Scene::GetDefault().
|
layer.h
|
780 bytes
|
2183
|
9 years
|
sam |
build: fix the WTFPL site URL in all code comments.
|
layer.cpp
|
1.5 KB
|
2772
|
9 years
|
sam |
scene: use a global g_scene object instead of Scene::GetDefault().
|
gradient.lolfx
|
3.3 KB
|
1948
|
10 years
|
sam |
core: add some noise to the gradient effect.
|
gradient.h
|
843 bytes
|
2216
|
9 years
|
touky |
New year copyright update.
|
gradient.cpp
|
3.4 KB
|
2772
|
9 years
|
sam |
scene: use a global g_scene object instead of Scene::GetDefault().
|
forge.h
|
726 bytes
|
2437
|
9 years
|
sam |
base: prevent instantiation of several static-only classes.
|
forge.cpp
|
1018 bytes
|
2183
|
9 years
|
sam |
build: fix the WTFPL site URL in all code comments.
|
font.h
|
884 bytes
|
2216
|
9 years
|
touky |
New year copyright update.
|
font.cpp
|
1.4 KB
|
2772
|
9 years
|
sam |
scene: use a global g_scene object instead of Scene::GetDefault().
|
entity.h
|
2.4 KB
|
2740
|
9 years
|
sam |
build: lol-build now passes flags to configure, and configure now uses …
|
entity.cpp
|
1.6 KB
|
2740
|
9 years
|
sam |
build: lol-build now passes flags to configure, and configure now uses …
|
emitter.h
|
857 bytes
|
2216
|
9 years
|
touky |
New year copyright update.
|
emitter.cpp
|
2.1 KB
|
2772
|
9 years
|
sam |
scene: use a global g_scene object instead of Scene::GetDefault().
|
eglapp.h
|
732 bytes
|
2222
|
9 years
|
sam |
core: you can now while(app.MustTick()) { Tick(); } instead of app.Run().
|
eglapp.cpp
|
7.5 KB
|
2506
|
9 years
|
sam |
base: start removing occurrences of NULL on our long journey to nullptr.
|
dict.h
|
796 bytes
|
2183
|
9 years
|
sam |
build: fix the WTFPL site URL in all code comments.
|
dict.cpp
|
3.0 KB
|
2740
|
9 years
|
sam |
build: lol-build now passes flags to configure, and configure now uses …
|
core.h
|
3.7 KB
|
2810
|
9 years
|
benlitz |
Completely reworked input system. Unified device interface, button, …
|
camera.h
|
1.0 KB
|
2476
|
9 years
|
sam |
scene: start refactoring the camera code; we now have a stack of …
|
camera.cpp
|
1.8 KB
|
2476
|
9 years
|
sam |
scene: start refactoring the camera code; we now have a stack of …
|
audio.h
|
657 bytes
|
2437
|
9 years
|
sam |
base: prevent instantiation of several static-only classes.
|
audio.cpp
|
873 bytes
|
2492
|
9 years
|
sam |
audio: add a simple Stop() method to samples.
|