Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
Sam Hocevar 1093e75006 base: break the main loop apart for the emscripten port. před 12 roky
..
application base: break the main loop apart for the emscripten port. před 12 roky
base base: start removing occurrences of NULL on our long journey to nullptr. před 12 roky
bullet core: import pristine lua 5.2.1 in the engine code. před 12 roky
data build: reorganise automake build system. před 12 roky
debug debug: fewer lines of code in DrawBox(). před 12 roky
easymesh base: roll our own constants because it’s always a pain in the ass před 12 roky
generated base: start removing occurrences of NULL on our long journey to nullptr. před 12 roky
gpu gpu: remove mistakenly committed debug code. před 12 roky
image base: roll our own constants because it’s always a pain in the ass před 12 roky
input input: support up to 32 mouse buttons. před 12 roky
lol base: refactor Ticker so that it may one day work without threads. před 12 roky
lua build: big Android build system refactor; we now attempt to build před 12 roky
math base: roll our own constants because it’s always a pain in the ass před 12 roky
mesh build: fix a few compiler warnings here and there. před 12 roky
platform build: use GLES (not GL) when using emscripten, and disable SdlInput too. před 12 roky
sys build: a lot more emscripten build fixes. před 12 roky
Makefile.am base: roll our own constants because it’s always a pain in the ass před 12 roky
audio.cpp audio: add a simple Stop() method to samples. před 12 roky
audio.h base: prevent instantiation of several static-only classes. před 12 roky
camera.cpp scene: start refactoring the camera code; we now have a stack of cameras před 12 roky
camera.h scene: start refactoring the camera code; we now have a stack of cameras před 12 roky
core.h base: refactor Ticker so that it may one day work without threads. před 12 roky
dict.cpp base: start removing occurrences of NULL on our long journey to nullptr. před 12 roky
dict.h build: fix the WTFPL site URL in all code comments. před 12 roky
eglapp.cpp base: start removing occurrences of NULL on our long journey to nullptr. před 12 roky
eglapp.h core: you can now while(app.MustTick()) { Tick(); } instead of app.Run(). před 12 roky
emitter.cpp New year copyright update. před 12 roky
emitter.h New year copyright update. před 12 roky
entity.cpp base: a few minor style tweaks. před 12 roky
entity.h Entity : Added Draw group (very rudimentary) před 12 roky
font.cpp base: some refactoring in the tileset class. před 12 roky
font.h New year copyright update. před 12 roky
forge.cpp build: fix the WTFPL site URL in all code comments. před 12 roky
forge.h base: prevent instantiation of several static-only classes. před 12 roky
gradient.cpp base: start removing occurrences of NULL on our long journey to nullptr. před 12 roky
gradient.h New year copyright update. před 12 roky
gradient.lolfx core: add some noise to the gradient effect. před 12 roky
layer.cpp build: fix the WTFPL site URL in all code comments. před 12 roky
layer.h build: fix the WTFPL site URL in all code comments. před 12 roky
light.cpp easymesh: interface the shiny shader with new Light objects. před 12 roky
light.h easymesh: interface the shiny shader with new Light objects. před 12 roky
lolcore.vcxproj base: roll our own constants because it’s always a pain in the ass před 12 roky
lolcore.vcxproj.filters base: roll our own constants because it’s always a pain in the ass před 12 roky
loldebug.h build: fix the WTFPL site URL in all code comments. před 12 roky
lolgl.h build: use GLES (not GL) when using emscripten, and disable SdlInput too. před 12 roky
map.cpp base: start removing occurrences of NULL on our long journey to nullptr. před 12 roky
map.h build: fix the WTFPL site URL in all code comments. před 12 roky
numeric.h math: move rand() to its own header, ensure it only returns před 12 roky
platform.cpp build: fix the WTFPL site URL in all code comments. před 12 roky
platform.h base: prevent instantiation of several static-only classes. před 12 roky
profiler.cpp build: fix the WTFPL site URL in all code comments. před 12 roky
profiler.h base: prevent instantiation of several static-only classes. před 12 roky
sample.cpp ps3: implement very simple audio playback. před 12 roky
sample.h audio: add Sampler::LoopSample(). před 12 roky
sampler.cpp audio: add Sampler::LoopSample(). před 12 roky
sampler.h audio: add Sampler::LoopSample(). před 12 roky
scene.cpp mrpigeon: try the new tile definition system… which doesn’t work. před 12 roky
scene.h debug: add Debug::DrawLine() and Debug::DrawBox() methods. před 12 roky
sprite.cpp New year copyright update. před 12 roky
sprite.h New year copyright update. před 12 roky
text.cpp base: remove some sprintf() calls in profit of string ops. před 12 roky
text.h added GetPos method to get text position před 12 roky
ticker.cpp build: a lot more emscripten build fixes. před 12 roky
ticker.h base: prevent instantiation of several static-only classes. před 12 roky
tiler.cpp mrpigeon: try the new tile definition system… which doesn’t work. před 12 roky
tiler.h mrpigeon: try the new tile definition system… which doesn’t work. před 12 roky
tileset.cpp base: a few minor style tweaks. před 12 roky
tileset.h mrpigeon: try the new tile definition system… which doesn’t work. před 12 roky
video.cpp video : Added SetAlphaBlend() SetFaceCulling() SetCustomSize() před 12 roky
video.h video : Added SetAlphaBlend() SetFaceCulling() SetCustomSize() před 12 roky
world.cpp ps3: implement Lua file loading. před 12 roky
world.h lua: add support for lua/init.lua in a global World object and give před 12 roky
worldentity.cpp input: support up to 32 mouse buttons. před 12 roky
worldentity.h input: support up to 32 mouse buttons. před 12 roky