Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
Sam Hocevar f7dbc33524 build: update .vcxproj files. 12 lat temu
..
application base: break the main loop apart for the emscripten port. 12 lat temu
base base: print full stack traces in Emscripten builds. 12 lat temu
bullet build: update .vcxproj files. 12 lat temu
data build: reorganise automake build system. 12 lat temu
debug debug: fewer lines of code in DrawBox(). 12 lat temu
easymesh base: roll our own constants because it’s always a pain in the ass 12 lat temu
generated base: start removing occurrences of NULL on our long journey to nullptr. 12 lat temu
gpu gpu: OS X and iOS compilation fix. 12 lat temu
image base: roll our own constants because it’s always a pain in the ass 12 lat temu
input input: make keyboard state platform-independent. 12 lat temu
lol base: refactor Ticker so that it may one day work without threads. 12 lat temu
lua build: update .vcxproj files. 12 lat temu
math base: roll our own constants because it’s always a pain in the ass 12 lat temu
mesh build: fix a few compiler warnings here and there. 12 lat temu
platform build: more Emscripten improvements; keyboard input works properly now. 12 lat temu
sys sys: refactor the binarydir detection code. 12 lat temu
Makefile.am base: roll our own constants because it’s always a pain in the ass 12 lat temu
audio.cpp audio: add a simple Stop() method to samples. 12 lat temu
audio.h base: prevent instantiation of several static-only classes. 12 lat temu
camera.cpp scene: start refactoring the camera code; we now have a stack of cameras 12 lat temu
camera.h scene: start refactoring the camera code; we now have a stack of cameras 12 lat temu
core.h base: refactor Ticker so that it may one day work without threads. 12 lat temu
dict.cpp base: start removing occurrences of NULL on our long journey to nullptr. 12 lat temu
dict.h build: fix the WTFPL site URL in all code comments. 12 lat temu
eglapp.cpp base: start removing occurrences of NULL on our long journey to nullptr. 12 lat temu
eglapp.h core: you can now while(app.MustTick()) { Tick(); } instead of app.Run(). 12 lat temu
emitter.cpp New year copyright update. 12 lat temu
emitter.h New year copyright update. 12 lat temu
entity.cpp base: a few minor style tweaks. 12 lat temu
entity.h Entity : Added Draw group (very rudimentary) 12 lat temu
font.cpp base: some refactoring in the tileset class. 12 lat temu
font.h New year copyright update. 12 lat temu
forge.cpp build: fix the WTFPL site URL in all code comments. 12 lat temu
forge.h base: prevent instantiation of several static-only classes. 12 lat temu
gradient.cpp base: start removing occurrences of NULL on our long journey to nullptr. 12 lat temu
gradient.h New year copyright update. 12 lat temu
gradient.lolfx core: add some noise to the gradient effect. 12 lat temu
layer.cpp build: fix the WTFPL site URL in all code comments. 12 lat temu
layer.h build: fix the WTFPL site URL in all code comments. 12 lat temu
light.cpp easymesh: interface the shiny shader with new Light objects. 12 lat temu
light.h easymesh: interface the shiny shader with new Light objects. 12 lat temu
lolcore.vcxproj build: update .vcxproj files. 12 lat temu
lolcore.vcxproj.filters base: roll our own constants because it’s always a pain in the ass 12 lat temu
loldebug.h build: fix the WTFPL site URL in all code comments. 12 lat temu
lolgl.h revert from 2630 12 lat temu
map.cpp base: start removing occurrences of NULL on our long journey to nullptr. 12 lat temu
map.h build: fix the WTFPL site URL in all code comments. 12 lat temu
numeric.h math: move rand() to its own header, ensure it only returns 12 lat temu
platform.cpp build: fix the WTFPL site URL in all code comments. 12 lat temu
platform.h base: prevent instantiation of several static-only classes. 12 lat temu
profiler.cpp build: fix the WTFPL site URL in all code comments. 12 lat temu
profiler.h base: prevent instantiation of several static-only classes. 12 lat temu
sample.cpp audio: don't die when failing to load a sample with SDL. 12 lat temu
sample.h audio: add Sampler::LoopSample(). 12 lat temu
sampler.cpp audio: add Sampler::LoopSample(). 12 lat temu
sampler.h audio: add Sampler::LoopSample(). 12 lat temu
scene.cpp mrpigeon: try the new tile definition system… which doesn’t work. 12 lat temu
scene.h debug: add Debug::DrawLine() and Debug::DrawBox() methods. 12 lat temu
sprite.cpp New year copyright update. 12 lat temu
sprite.h New year copyright update. 12 lat temu
text.cpp base: remove some sprintf() calls in profit of string ops. 12 lat temu
text.h added GetPos method to get text position 12 lat temu
ticker.cpp base: don’t wait for next frame on Emscripten builds. 12 lat temu
ticker.h base: prevent instantiation of several static-only classes. 12 lat temu
tiler.cpp mrpigeon: try the new tile definition system… which doesn’t work. 12 lat temu
tiler.h mrpigeon: try the new tile definition system… which doesn’t work. 12 lat temu
tileset.cpp base: a few minor style tweaks. 12 lat temu
tileset.h mrpigeon: try the new tile definition system… which doesn’t work. 12 lat temu
video.cpp CIS PS3 small fix 12 lat temu
video.h video : Added SetAlphaBlend() SetFaceCulling() SetCustomSize() 12 lat temu
world.cpp ps3: implement Lua file loading. 12 lat temu
world.h lua: add support for lua/init.lua in a global World object and give 12 lat temu
worldentity.cpp input: support up to 32 mouse buttons. 12 lat temu
worldentity.h input: support up to 32 mouse buttons. 12 lat temu