source: trunk/src @ 2618

Name Size Rev Age Author Last Change
../
mesh 2480   10 years sam build: fix a few compiler warnings here and there.
base 2506   10 years sam base: start removing occurrences of NULL on our long journey to nullptr.
generated 2506   10 years sam base: start removing occurrences of NULL on our long journey to nullptr.
debug 2511   10 years sam debug: fewer lines of code in DrawBox().
bullet 2540   10 years sam core: import pristine lua 5.2.1 in the engine code.
application 2565   10 years sam lua: add support for lua/init.lua in a global World object and give it …
data 2575   10 years sam build: reorganise automake build system.
lua 2576   10 years sam build: big Android build system refactor; we now attempt to build an …
sys 2584   10 years sam android: open files through the asset manager, meaning Lua works.
easymesh 2587   10 years sam base: roll our own constants because it’s always a pain in the ass to …
image 2587   10 years sam base: roll our own constants because it’s always a pain in the ass to …
math 2587   10 years sam base: roll our own constants because it’s always a pain in the ass to …
gpu 2614   10 years sam gpu: remove mistakenly committed debug code.
lol 2616   10 years sam math: new constructor for Box2 and Box3 objects.
input 2617   10 years sam input: support up to 32 mouse buttons.
platform 2618   10 years sam android: add a temporary hack for mouse emulation on Android devices.
gradient.lolfx 3.3 KB 1948   11 years sam core: add some noise to the gradient effect.
dict.h 796 bytes 2183   10 years sam build: fix the WTFPL site URL in all code comments.
forge.cpp 1018 bytes 2183   10 years sam build: fix the WTFPL site URL in all code comments.
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.
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.
map.h 813 bytes 2183   10 years sam build: fix the WTFPL site URL in all code comments.
platform.cpp 644 bytes 2183   10 years sam build: fix the WTFPL site URL in all code comments.
profiler.cpp 1.5 KB 2183   10 years sam build: fix the WTFPL site URL in all code comments.
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.
font.h 884 bytes 2216   10 years touky New year copyright update.
gradient.h 843 bytes 2216   10 years touky New year copyright update.
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.
eglapp.h 732 bytes 2222   10 years sam core: you can now while(app.MustTick()) { Tick(); } instead of app.Run().
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.
text.h 942 bytes 2377   10 years Jnat added GetPos method to get text position
audio.h 657 bytes 2437   10 years sam base: prevent instantiation of several static-only classes.
forge.h 726 bytes 2437   10 years sam base: prevent instantiation of several static-only classes.
platform.h 669 bytes 2437   10 years sam base: prevent instantiation of several static-only classes.
profiler.h 1.1 KB 2437   10 years sam base: prevent instantiation of several static-only classes.
ticker.h 1.2 KB 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 …
audio.cpp 873 bytes 2492   10 years sam audio: add a simple Stop() method to samples.
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.h 1.1 KB 2500   10 years sam debug: add Debug::DrawLine() and Debug::DrawBox() methods.
dict.cpp 3.0 KB 2506   10 years sam base: start removing occurrences of NULL on our long journey to nullptr.
eglapp.cpp 7.5 KB 2506   10 years sam base: start removing occurrences of NULL on our long journey to nullptr.
gradient.cpp 3.4 KB 2506   10 years sam base: start removing occurrences of NULL on our long journey to nullptr.
map.cpp 4.7 KB 2506   10 years sam base: start removing occurrences of NULL on our long journey to nullptr.
ticker.cpp 12.6 KB 2520   10 years sam math: replace RandF() with a more generic rand() template function …
numeric.h 1.2 KB 2524   10 years sam math: move rand() to its own header, ensure it only returns positive …
text.cpp 1.8 KB 2546   10 years sam base: remove some sprintf() calls in profit of string ops.
core.h 3.2 KB 2550   10 years sam image: remove the Image::Format enum and use PixelFormat instead.
world.h 661 bytes 2565   10 years sam lua: add support for lua/init.lua in a global World object and give it …
world.cpp 1.8 KB 2568   10 years sam ps3: implement Lua file loading.
sample.cpp 4.3 KB 2571   10 years sam ps3: implement very simple audio playback.
lolcore.vcxproj 13.1 KB 2587   10 years sam base: roll our own constants because it’s always a pain in the ass to …
lolcore.vcxproj.filters 20.2 KB 2587   10 years sam base: roll our own constants because it’s always a pain in the ass to …
Makefile.am 4.6 KB 2587   10 years sam base: roll our own constants because it’s always a pain in the ass to …
font.cpp 1.5 KB 2588   10 years sam base: some refactoring in the tileset class.
video.h 2.1 KB 2591   10 years touky video : Added SetAlphaBlend() SetFaceCulling() SetCustomSize() …
video.cpp 11.4 KB 2593   10 years sam gpu: rename FrameBuffer to Framebuffer.
entity.cpp 1.6 KB 2610   10 years sam base: a few minor style tweaks.
tileset.cpp 6.6 KB 2610   10 years sam base: a few minor style tweaks.
entity.h 2.4 KB 2611   10 years touky Entity : Added Draw group (very rudimentary)
scene.cpp 9.9 KB 2613   10 years sam mrpigeon: try the new tile definition system… which doesn’t work.
tiler.cpp 1.4 KB 2613   10 years sam mrpigeon: try the new tile definition system… which doesn’t work.
tiler.h 800 bytes 2613   10 years sam mrpigeon: try the new tile definition system… which doesn’t work.
tileset.h 1.4 KB 2613   10 years sam mrpigeon: try the new tile definition system… which doesn’t work.
worldentity.cpp 1.0 KB 2617   10 years sam input: support up to 32 mouse buttons.
worldentity.h 992 bytes 2617   10 years sam input: support up to 32 mouse buttons.
  • Property svn:ignore set to
    .deps
    Makefile
    Makefile.in
Note: See TracBrowser for help on using the repository browser.