| .. |
|
application
|
base: break the main loop apart for the emscripten port.
|
pirms 13 gadiem |
|
base
|
base: map methods can now take any type of object that is equatable to the key type and can be hashed by the key type specialization of the Hash class (and added string/char const* compatibility)
|
pirms 13 gadiem |
|
bullet
|
ps4: prepare for the fioutaah!
|
pirms 13 gadiem |
|
data
|
build: reorganise automake build system.
|
pirms 13 gadiem |
|
debug
|
fixed 4 files out of 2770:
|
pirms 9 gadiem |
|
easymesh
|
build: fix PS3 and Android builds.
|
pirms 13 gadiem |
|
generated
|
build: fix PS3 and Android builds.
|
pirms 13 gadiem |
|
gpu
|
gpu: add SetDepthMask/GetDepthMask to render contexts.
|
pirms 9 gadiem |
|
image
|
build: lol-build now passes flags to configure, and configure now uses
|
pirms 13 gadiem |
|
input
|
Added missing file and fixed mongoloclick
|
pirms 9 gadiem |
|
lol
|
gpu: add SetDepthMask/GetDepthMask to render contexts.
|
pirms 9 gadiem |
|
lua
|
ps4: prepare for the fioutaah!
|
pirms 13 gadiem |
|
math
|
Added shifted_perspective for easier camera handling.
|
pirms 13 gadiem |
|
mesh
|
build: fix a few compiler warnings here and there.
|
pirms 13 gadiem |
|
platform
|
fixed 4 files out of 2770:
|
pirms 9 gadiem |
|
sys
|
sys: refactor the binarydir detection code.
|
pirms 13 gadiem |
|
Makefile.am
|
build: synchronise Makefile.am with lolcore.vcxproj.
|
pirms 9 gadiem |
|
audio.cpp
|
audio: add a simple Stop() method to samples.
|
pirms 13 gadiem |
|
audio.h
|
base: prevent instantiation of several static-only classes.
|
pirms 13 gadiem |
|
camera.cpp
|
scene: start refactoring the camera code; we now have a stack of cameras
|
pirms 13 gadiem |
|
camera.h
|
scene: start refactoring the camera code; we now have a stack of cameras
|
pirms 13 gadiem |
|
core.h
|
input: Removed previous input system
|
pirms 9 gadiem |
|
dict.cpp
|
build: lol-build now passes flags to configure, and configure now uses
|
pirms 13 gadiem |
|
dict.h
|
build: fix the WTFPL site URL in all code comments.
|
pirms 13 gadiem |
|
eglapp.cpp
|
input: Removed previous input system
|
pirms 9 gadiem |
|
eglapp.h
|
core: you can now while(app.MustTick()) { Tick(); } instead of app.Run().
|
pirms 13 gadiem |
|
emitter.cpp
|
scene: use a global g_scene object instead of Scene::GetDefault().
|
pirms 13 gadiem |
|
emitter.h
|
New year copyright update.
|
pirms 13 gadiem |
|
entity.cpp
|
ticker: replace linked lists wih dynamic arrays for entity groups.
|
pirms 9 gadiem |
|
entity.h
|
ticker: replace linked lists wih dynamic arrays for entity groups.
|
pirms 9 gadiem |
|
font.cpp
|
scene: use a global g_scene object instead of Scene::GetDefault().
|
pirms 13 gadiem |
|
font.h
|
New year copyright update.
|
pirms 13 gadiem |
|
forge.cpp
|
build: fix the WTFPL site URL in all code comments.
|
pirms 13 gadiem |
|
forge.h
|
base: prevent instantiation of several static-only classes.
|
pirms 13 gadiem |
|
gradient.cpp
|
scene: use a global g_scene object instead of Scene::GetDefault().
|
pirms 13 gadiem |
|
gradient.h
|
New year copyright update.
|
pirms 13 gadiem |
|
gradient.lolfx
|
core: add some noise to the gradient effect.
|
pirms 14 gadiem |
|
layer.cpp
|
scene: use a global g_scene object instead of Scene::GetDefault().
|
pirms 13 gadiem |
|
layer.h
|
build: fix the WTFPL site URL in all code comments.
|
pirms 13 gadiem |
|
light.cpp
|
scene: use a global g_scene object instead of Scene::GetDefault().
|
pirms 13 gadiem |
|
light.h
|
easymesh: interface the shiny shader with new Light objects.
|
pirms 13 gadiem |
|
lolcore.vcxproj
|
input: Removed previous input system
|
pirms 9 gadiem |
|
lolcore.vcxproj.filters
|
Added missing file and fixed mongoloclick
|
pirms 9 gadiem |
|
loldebug.h
|
build: fix the WTFPL site URL in all code comments.
|
pirms 13 gadiem |
|
lolgl.h
|
gpu: add a 16-bit depth buffer to framebuffers on WebGL and GL ES.
|
pirms 13 gadiem |
|
map.cpp
|
base: start removing occurrences of NULL on our long journey to nullptr.
|
pirms 13 gadiem |
|
map.h
|
build: fix the WTFPL site URL in all code comments.
|
pirms 13 gadiem |
|
numeric.h
|
math: move rand() to its own header, ensure it only returns
|
pirms 13 gadiem |
|
platform.cpp
|
build: fix the WTFPL site URL in all code comments.
|
pirms 13 gadiem |
|
platform.h
|
base: prevent instantiation of several static-only classes.
|
pirms 13 gadiem |
|
profiler.cpp
|
build: fix the WTFPL site URL in all code comments.
|
pirms 13 gadiem |
|
profiler.h
|
base: prevent instantiation of several static-only classes.
|
pirms 13 gadiem |
|
sample.cpp
|
audio: report SDL mixer loading errors.
|
pirms 13 gadiem |
|
sample.h
|
audio: add Sampler::LoopSample().
|
pirms 13 gadiem |
|
sampler.cpp
|
audio: add Sampler::LoopSample().
|
pirms 13 gadiem |
|
sampler.h
|
audio: add Sampler::LoopSample().
|
pirms 13 gadiem |
|
scene.cpp
|
scene: for now, restore the ortho cam when blitting tiles.
|
pirms 9 gadiem |
|
scene.h
|
scene: use a global g_scene object instead of Scene::GetDefault().
|
pirms 13 gadiem |
|
sprite.cpp
|
scene: use a global g_scene object instead of Scene::GetDefault().
|
pirms 13 gadiem |
|
sprite.h
|
New year copyright update.
|
pirms 13 gadiem |
|
text.cpp
|
core: Text constructor now wants a String object.
|
pirms 9 gadiem |
|
text.h
|
core: Text constructor now wants a String object.
|
pirms 9 gadiem |
|
ticker.cpp
|
ticker: replace linked lists wih dynamic arrays for entity groups.
|
pirms 9 gadiem |
|
ticker.h
|
base: prevent instantiation of several static-only classes.
|
pirms 13 gadiem |
|
tiler.cpp
|
mrpigeon: try the new tile definition system… which doesn’t work.
|
pirms 13 gadiem |
|
tiler.h
|
mrpigeon: try the new tile definition system… which doesn’t work.
|
pirms 13 gadiem |
|
tileset.cpp
|
gpu: move more platform-specific code from Video to Render.
|
pirms 13 gadiem |
|
tileset.h
|
mrpigeon: try the new tile definition system… which doesn’t work.
|
pirms 13 gadiem |
|
video.cpp
|
gpu: implement polygon rendering mode in GL and D3D.
|
pirms 13 gadiem |
|
video.h
|
gpu: move Video::Clear to Renderer::Clear.
|
pirms 13 gadiem |
|
world.cpp
|
lua: print the actual panic message before dumping a callstack.
|
pirms 13 gadiem |
|
world.h
|
lua: add support for lua/init.lua in a global World object and give
|
pirms 13 gadiem |
|
worldentity.cpp
|
input: support up to 32 mouse buttons.
|
pirms 13 gadiem |
|
worldentity.h
|
input: support up to 32 mouse buttons.
|
pirms 13 gadiem |