Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
Sam Hocevar 75d4503a01 ps3: implement very simple audio playback. 12 anni fa
..
application lua: add support for lua/init.lua in a global World object and give 12 anni fa
base base: start removing occurrences of NULL on our long journey to nullptr. 12 anni fa
bullet core: import pristine lua 5.2.1 in the engine code. 12 anni fa
data build: add a few missing files to make dist. 12 anni fa
debug debug: fewer lines of code in DrawBox(). 12 anni fa
easymesh easymesh : an ASSERT was not properly setup. 12 anni fa
generated base: start removing occurrences of NULL on our long journey to nullptr. 12 anni fa
gpu gpu: only add the half-texel offset on the X360. 12 anni fa
image ps3: implement Lua file loading. 12 anni fa
input base: start removing occurrences of NULL on our long journey to nullptr. 12 anni fa
lol ps3: implement Lua file loading. 12 anni fa
lua ps3: implement Lua file loading. 12 anni fa
math misc: fix a few URLs. 12 anni fa
mesh build: fix a few compiler warnings here and there. 12 anni fa
platform ps3: create an audio device at startup. 12 anni fa
sys sys: don't read files on the stack; either we'll overflow or we'll be slow. 12 anni fa
Makefile.am image: remove the Image::Format enum and use PixelFormat instead. 12 anni fa
audio.cpp audio: add a simple Stop() method to samples. 12 anni fa
audio.h base: prevent instantiation of several static-only classes. 12 anni fa
camera.cpp scene: start refactoring the camera code; we now have a stack of cameras 12 anni fa
camera.h scene: start refactoring the camera code; we now have a stack of cameras 12 anni fa
core.h image: remove the Image::Format enum and use PixelFormat instead. 12 anni fa
dict.cpp base: start removing occurrences of NULL on our long journey to nullptr. 12 anni fa
dict.h build: fix the WTFPL site URL in all code comments. 12 anni fa
eglapp.cpp base: start removing occurrences of NULL on our long journey to nullptr. 12 anni fa
eglapp.h core: you can now while(app.MustTick()) { Tick(); } instead of app.Run(). 12 anni fa
emitter.cpp New year copyright update. 12 anni fa
emitter.h New year copyright update. 12 anni fa
entity.cpp New year copyright update. 12 anni fa
entity.h easymesh: interface the shiny shader with new Light objects. 12 anni fa
font.cpp base: remove some sprintf() calls in profit of string ops. 12 anni fa
font.h New year copyright update. 12 anni fa
forge.cpp build: fix the WTFPL site URL in all code comments. 12 anni fa
forge.h base: prevent instantiation of several static-only classes. 12 anni fa
gradient.cpp base: start removing occurrences of NULL on our long journey to nullptr. 12 anni fa
gradient.h New year copyright update. 12 anni fa
gradient.lolfx core: add some noise to the gradient effect. 12 anni fa
layer.cpp build: fix the WTFPL site URL in all code comments. 12 anni fa
layer.h build: fix the WTFPL site URL in all code comments. 12 anni fa
light.cpp easymesh: interface the shiny shader with new Light objects. 12 anni fa
light.h easymesh: interface the shiny shader with new Light objects. 12 anni fa
lolcore.vcxproj image: remove the Image::Format enum and use PixelFormat instead. 12 anni fa
lolcore.vcxproj.filters math: move rand() to its own header, ensure it only returns 12 anni fa
loldebug.h build: fix the WTFPL site URL in all code comments. 12 anni fa
lolgl.h build: fix the WTFPL site URL in all code comments. 12 anni fa
map.cpp base: start removing occurrences of NULL on our long journey to nullptr. 12 anni fa
map.h build: fix the WTFPL site URL in all code comments. 12 anni fa
numeric.h math: move rand() to its own header, ensure it only returns 12 anni fa
platform.cpp build: fix the WTFPL site URL in all code comments. 12 anni fa
platform.h base: prevent instantiation of several static-only classes. 12 anni fa
profiler.cpp build: fix the WTFPL site URL in all code comments. 12 anni fa
profiler.h base: prevent instantiation of several static-only classes. 12 anni fa
sample.cpp ps3: implement very simple audio playback. 12 anni fa
sample.h audio: add Sampler::LoopSample(). 12 anni fa
sampler.cpp audio: add Sampler::LoopSample(). 12 anni fa
sampler.h audio: add Sampler::LoopSample(). 12 anni fa
scene.cpp gpu: account for the HLSL half-texel offset on the PS3. 12 anni fa
scene.h debug: add Debug::DrawLine() and Debug::DrawBox() methods. 12 anni fa
sprite.cpp New year copyright update. 12 anni fa
sprite.h New year copyright update. 12 anni fa
text.cpp base: remove some sprintf() calls in profit of string ops. 12 anni fa
text.h added GetPos method to get text position 12 anni fa
ticker.cpp math: replace RandF() with a more generic rand() template function 12 anni fa
ticker.h base: prevent instantiation of several static-only classes. 12 anni fa
tiler.cpp New year copyright update. 12 anni fa
tiler.h base: prevent instantiation of several static-only classes. 12 anni fa
tileset.cpp gpu: ugly hack to avoid sprite artifacts on the PS3. 12 anni fa
tileset.h gpu: account for the HLSL half-texel offset on the PS3. 12 anni fa
video.cpp base: start removing occurrences of NULL on our long journey to nullptr. 12 anni fa
video.h easymesh : "struct m_gpu" no longer exists and has been replaced by more simpler classes. VertexDecl&Buffer are now not created several times when using the same source datas. 12 anni fa
world.cpp ps3: implement Lua file loading. 12 anni fa
world.h lua: add support for lua/init.lua in a global World object and give 12 anni fa
worldentity.cpp New year copyright update. 12 anni fa
worldentity.h New year copyright update. 12 anni fa