source: trunk/src @ 2540

Name Size Rev Age Author Last Change
../
application 2301   10 years sam build: fix a few macro logic issues in SDL.h inclusion.
base 2506   10 years sam base: start removing occurrences of NULL on our long journey to nullptr.
bullet 2540   10 years sam core: import pristine lua 5.2.1 in the engine code.
data 2357   10 years sam build: add a few missing files to make dist.
debug 2511   10 years sam debug: fewer lines of code in DrawBox().
easymesh 2523   10 years touky easymesh : an ASSERT was not properly setup.
generated 2506   10 years sam base: start removing occurrences of NULL on our long journey to nullptr.
gpu 2506   10 years sam base: start removing occurrences of NULL on our long journey to nullptr.
image 2529   10 years sam build: a few iOS build fixes; nowhere near ready though.
input 2506   10 years sam base: start removing occurrences of NULL on our long journey to nullptr.
lol 2536   10 years sam math: try to refactor rand() to bypass an X360 compiler bug.
lua 2540   10 years sam core: import pristine lua 5.2.1 in the engine code.
math 2394   10 years sam math: minor improvements to the Remez exchange algorithm.
mesh 2480   10 years sam build: fix a few compiler warnings here and there.
platform 2506   10 years sam base: start removing occurrences of NULL on our long journey to nullptr.
sys 2506   10 years sam base: start removing occurrences of NULL on our long journey to nullptr.
audio.cpp 873 bytes 2492   10 years sam audio: add a simple Stop() method to samples.
audio.h 657 bytes 2437   10 years sam base: prevent instantiation of several static-only classes.
camera.cpp 1.8 KB 2476   10 years sam scene: start refactoring the camera code; we now have a stack of …
camera.h 1.0 KB 2476   10 years sam scene: start refactoring the camera code; we now have a stack of …
core.h 3.2 KB 2524   10 years sam math: move rand() to its own header, ensure it only returns positive …
dict.cpp 3.0 KB 2506   10 years sam base: start removing occurrences of NULL on our long journey to nullptr.
dict.h 796 bytes 2183   10 years sam build: fix the WTFPL site URL in all code comments.
eglapp.cpp 7.5 KB 2506   10 years sam base: start removing occurrences of NULL on our long journey to nullptr.
eglapp.h 732 bytes 2222   10 years sam core: you can now while(app.MustTick()) { Tick(); } instead of app.Run().
emitter.cpp 2.2 KB 2216   10 years touky New year copyright update.
emitter.h 857 bytes 2216   10 years touky New year copyright update.
entity.cpp 1.6 KB 2216   10 years touky New year copyright update.
entity.h 2.3 KB 2289   10 years sam easymesh: interface the shiny shader with new Light objects.
font.cpp 1.5 KB 2216   10 years touky New year copyright update.
font.h 884 bytes 2216   10 years touky New year copyright update.
forge.cpp 1018 bytes 2183   10 years sam build: fix the WTFPL site URL in all code comments.
forge.h 726 bytes 2437   10 years sam base: prevent instantiation of several static-only classes.
gradient.cpp 3.4 KB 2506   10 years sam base: start removing occurrences of NULL on our long journey to nullptr.
gradient.h 843 bytes 2216   10 years touky New year copyright update.
gradient.lolfx 3.3 KB 1948   10 years sam core: add some noise to the gradient effect.
layer.cpp 1.5 KB 2183   10 years sam build: fix the WTFPL site URL in all code comments.
layer.h 780 bytes 2183   10 years sam build: fix the WTFPL site URL in all code comments.
light.cpp 1.1 KB 2289   10 years sam easymesh: interface the shiny shader with new Light objects.
light.h 902 bytes 2289   10 years sam easymesh: interface the shiny shader with new Light objects.
lolcore.vcxproj 13.1 KB 2540   10 years sam core: import pristine lua 5.2.1 in the engine code.
lolcore.vcxproj.filters 20.0 KB 2524   10 years sam math: move rand() to its own header, ensure it only returns positive …
loldebug.h 546 bytes 2183   10 years sam build: fix the WTFPL site URL in all code comments.
lolgl.h 1.5 KB 2183   10 years sam build: fix the WTFPL site URL in all code comments.
Makefile.am 4.6 KB 2540   10 years sam core: import pristine lua 5.2.1 in the engine code.
map.cpp 4.7 KB 2506   10 years sam base: start removing occurrences of NULL on our long journey to nullptr.
map.h 813 bytes 2183   10 years sam build: fix the WTFPL site URL in all code comments.
numeric.h 1.2 KB 2524   10 years sam math: move rand() to its own header, ensure it only returns positive …
platform.cpp 644 bytes 2183   10 years sam build: fix the WTFPL site URL in all code comments.
platform.h 669 bytes 2437   10 years sam base: prevent instantiation of several static-only classes.
profiler.cpp 1.5 KB 2183   10 years sam build: fix the WTFPL site URL in all code comments.
profiler.h 1.1 KB 2437   10 years sam base: prevent instantiation of several static-only classes.
sample.cpp 2.2 KB 2496   10 years sam audio: add Sampler::LoopSample().
sample.h 927 bytes 2496   10 years sam audio: add Sampler::LoopSample().
sampler.cpp 1.4 KB 2496   10 years sam audio: add Sampler::LoopSample().
sampler.h 821 bytes 2496   10 years sam audio: add Sampler::LoopSample().
scene.cpp 9.6 KB 2520   10 years sam math: replace RandF() with a more generic rand() template function …
scene.h 1.1 KB 2500   10 years sam debug: add Debug::DrawLine() and Debug::DrawBox() methods.
sprite.cpp 1.0 KB 2216   10 years touky New year copyright update.
sprite.h 800 bytes 2216   10 years touky New year copyright update.
text.cpp 2.0 KB 2506   10 years sam base: start removing occurrences of NULL on our long journey to nullptr.
text.h 942 bytes 2377   10 years Jnat added GetPos method to get text position
ticker.cpp 12.6 KB 2520   10 years sam math: replace RandF() with a more generic rand() template function …
ticker.h 1.2 KB 2437   10 years sam base: prevent instantiation of several static-only classes.
tiler.cpp 1.1 KB 2216   10 years touky New year copyright update.
tiler.h 752 bytes 2437   10 years sam base: prevent instantiation of several static-only classes.
tileset.cpp 5.7 KB 2506   10 years sam base: start removing occurrences of NULL on our long journey to nullptr.
tileset.h 1.3 KB 2439   10 years touky EasyMesh : vdecl/vbo flag test fixup. Tileset : added GetTileSize().
video.cpp 9.8 KB 2506   10 years sam base: start removing occurrences of NULL on our long journey to nullptr.
video.h 1.9 KB 2425   10 years touky easymesh : "struct m_gpu" no longer exists and has been replaced by …
world.cpp 1.1 KB 2216   10 years touky New year copyright update.
world.h 874 bytes 2216   10 years touky New year copyright update.
worldentity.cpp 1.0 KB 2216   10 years touky New year copyright update.
worldentity.h 989 bytes 2216   10 years touky New year copyright update.
  • Property svn:ignore set to
    .deps
    Makefile
    Makefile.in
Note: See TracBrowser for help on using the repository browser.