.. |
application
|
base: break the main loop apart for the emscripten port.
|
11 vuotta sitten |
base
|
Added better Custom string support for safe enum
|
8 vuotta sitten |
bullet
|
bullet: fix a very verbose C++11 warning.
|
8 vuotta sitten |
data
|
build: reorganise automake build system.
|
11 vuotta sitten |
debug
|
scenegraph: Entity::TickDraw() now provides a reference to the current
|
8 vuotta sitten |
easymesh
|
Merge branch 'master' into scenegraph
|
8 vuotta sitten |
generated
|
math: remove some vector constants that were a bit too specific.
|
8 vuotta sitten |
gpu
|
image: add an optional Imlib2 codec, prepare for float32 images, make the
|
8 vuotta sitten |
image
|
image: port the DBS dithering method and remove a few dead files.
|
8 vuotta sitten |
input
|
Added bunch of stuff on threads and images.
|
8 vuotta sitten |
lol
|
image: port the DBS dithering method and remove a few dead files.
|
8 vuotta sitten |
lua
|
build: some PS4 build fixes.
|
8 vuotta sitten |
math
|
Added tostring to vectors, similar to printf, but with tostring.
|
8 vuotta sitten |
mesh
|
Merge branch 'master' into scenegraph
|
8 vuotta sitten |
platform
|
scenegraph: Entity::TickDraw() now provides a reference to the current
|
8 vuotta sitten |
sys
|
Merge branch 'master' into scenegraph
|
8 vuotta sitten |
Makefile.am
|
image: port the DBS dithering method and remove a few dead files.
|
8 vuotta sitten |
audio.cpp
|
add methods to Audio class to mute/unmute and change volume per channel
|
8 vuotta sitten |
audio.h
|
add methods to Audio class to mute/unmute and change volume per channel
|
8 vuotta sitten |
camera.cpp
|
scenegraph: Entity::TickDraw() now provides a reference to the current
|
8 vuotta sitten |
camera.h
|
scenegraph: Entity::TickDraw() now provides a reference to the current
|
8 vuotta sitten |
commandstack.h
|
base: make the safe enums slightly safer. :-)
|
8 vuotta sitten |
core.h
|
engine: remove dead code.
|
8 vuotta sitten |
dict.cpp
|
build: lol-build now passes flags to configure, and configure now uses
|
11 vuotta sitten |
dict.h
|
build: fix the WTFPL site URL in all code comments.
|
12 vuotta sitten |
eglapp.cpp
|
input: Removed previous input system
|
8 vuotta sitten |
eglapp.h
|
core: you can now while(app.MustTick()) { Tick(); } instead of app.Run().
|
12 vuotta sitten |
emitter.cpp
|
scenegraph: Entity::TickDraw() now provides a reference to the current
|
8 vuotta sitten |
emitter.h
|
scenegraph: Entity::TickDraw() now provides a reference to the current
|
8 vuotta sitten |
entity.cpp
|
scenegraph: Entity::TickDraw() now provides a reference to the current
|
8 vuotta sitten |
entity.h
|
scenegraph: Entity::TickDraw() now provides a reference to the current
|
8 vuotta sitten |
font.cpp
|
scenegraph: Entity::TickDraw() now provides a reference to the current
|
8 vuotta sitten |
font.h
|
scenegraph: Entity::TickDraw() now provides a reference to the current
|
8 vuotta sitten |
forge.cpp
|
build: fix the WTFPL site URL in all code comments.
|
12 vuotta sitten |
forge.h
|
base: prevent instantiation of several static-only classes.
|
11 vuotta sitten |
gradient.cpp
|
scenegraph: Entity::TickDraw() now provides a reference to the current
|
8 vuotta sitten |
gradient.h
|
scenegraph: Entity::TickDraw() now provides a reference to the current
|
8 vuotta sitten |
gradient.lolfx
|
scene: start working on the scene class reorganisation.
|
8 vuotta sitten |
light.cpp
|
scenegraph: Entity::TickDraw() now provides a reference to the current
|
8 vuotta sitten |
light.h
|
scenegraph: Entity::TickDraw() now provides a reference to the current
|
8 vuotta sitten |
lolcore.vcxproj
|
image: port the DBS dithering method and remove a few dead files.
|
8 vuotta sitten |
lolcore.vcxproj.filters
|
image: port the DBS dithering method and remove a few dead files.
|
8 vuotta sitten |
loldebug.h
|
build: fix the WTFPL site URL in all code comments.
|
12 vuotta sitten |
lolgl.h
|
gpu: add a 16-bit depth buffer to framebuffers on WebGL and GL ES.
|
11 vuotta sitten |
messageservice.cpp
|
base: make the safe enums slightly safer. :-)
|
8 vuotta sitten |
messageservice.h
|
base: make the safe enums slightly safer. :-)
|
8 vuotta sitten |
numeric.h
|
String : Added ::replace(char, char, bool), ::ToLower(), ::ToUpper()
|
8 vuotta sitten |
platform.cpp
|
build: fix the WTFPL site URL in all code comments.
|
12 vuotta sitten |
platform.h
|
base: prevent instantiation of several static-only classes.
|
11 vuotta sitten |
profiler.cpp
|
build: fix the WTFPL site URL in all code comments.
|
12 vuotta sitten |
profiler.h
|
base: prevent instantiation of several static-only classes.
|
11 vuotta sitten |
sample.cpp
|
audio: report SDL mixer loading errors.
|
11 vuotta sitten |
sample.h
|
audio: add Sampler::LoopSample().
|
11 vuotta sitten |
sampler.cpp
|
audio: add Sampler::LoopSample().
|
11 vuotta sitten |
sampler.h
|
audio: add Sampler::LoopSample().
|
11 vuotta sitten |
scene.cpp
|
image: add Convolution() method, with optimisation for separable filters.
|
8 vuotta sitten |
scene.h
|
Merge branch 'master' into scenegraph
|
8 vuotta sitten |
sprite.cpp
|
scenegraph: Entity::TickDraw() now provides a reference to the current
|
8 vuotta sitten |
sprite.h
|
scenegraph: Entity::TickDraw() now provides a reference to the current
|
8 vuotta sitten |
text.cpp
|
scenegraph: Entity::TickDraw() now provides a reference to the current
|
8 vuotta sitten |
text.h
|
scenegraph: Entity::TickDraw() now provides a reference to the current
|
8 vuotta sitten |
ticker.cpp
|
base: fix some typos that prevented disabling asserts.
|
8 vuotta sitten |
ticker.h
|
base: prevent instantiation of several static-only classes.
|
11 vuotta sitten |
tiler.cpp
|
Added bunch of stuff on threads and images.
|
8 vuotta sitten |
tiler.h
|
Added bunch of stuff on threads and images.
|
8 vuotta sitten |
tileset.cpp
|
image: add Convolution() method, with optimisation for separable filters.
|
8 vuotta sitten |
tileset.h
|
scenegraph: Entity::TickDraw() now provides a reference to the current
|
8 vuotta sitten |
utils.h
|
base: port all existing codebase to safe enums where absolutely required.
|
8 vuotta sitten |
video.cpp
|
Added Flat debugrendermode
|
8 vuotta sitten |
video.h
|
Added Flat debugrendermode
|
8 vuotta sitten |
world.cpp
|
lua: print the actual panic message before dumping a callstack.
|
11 vuotta sitten |
world.h
|
lua: add support for lua/init.lua in a global World object and give
|
11 vuotta sitten |
worldentity.cpp
|
scenegraph: Entity::TickDraw() now provides a reference to the current
|
8 vuotta sitten |
worldentity.h
|
scenegraph: Entity::TickDraw() now provides a reference to the current
|
8 vuotta sitten |