Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
Sam Hocevar d0e9447ac0 gpu: fix missing #if blocks in vertex buffer code. 11 лет назад
..
application misc: remove 100% of the "using namespace std;" madness. 9 лет назад
base base: strip core.h from its contents and put it in public/private headers. 9 лет назад
bullet build: move VS solution one directory below and create a VS2014 solution. 9 лет назад
data build: reorganise automake build system. 12 лет назад
debug misc: remove 100% of the "using namespace std;" madness. 9 лет назад
easymesh math: get rid of the base_vec* classes (thanks to relaxed unions), rename 9 лет назад
generated base: strip core.h from its contents and put it in public/private headers. 9 лет назад
gpu gpu: fix missing #if blocks in vertex buffer code. 9 лет назад
image image: do not alter the pointer returned by Lock(). 9 лет назад
input base: use ptrdiff_t for array and string sizes and some other things. 9 лет назад
lol gpu: fix missing #if blocks in vertex buffer code. 9 лет назад
lua build: move VS solution one directory below and create a VS2014 solution. 9 лет назад
math math: add outer product for matrices and vectors. 9 лет назад
mesh base: strip core.h from its contents and put it in public/private headers. 9 лет назад
platform misc: replace NULL with nullptr. 9 лет назад
sys build: move VS solution one directory below and create a VS2014 solution. 9 лет назад
Makefile.am math: move code from vector.cpp to matrix.cpp and transform.cpp. 9 лет назад
audio.cpp base: strip core.h from its contents and put it in public/private headers. 9 лет назад
audio.h add methods to Audio class to mute/unmute and change volume per channel 9 лет назад
camera.cpp base: strip core.h from its contents and put it in public/private headers. 9 лет назад
camera.h scenegraph: Entity::TickDraw() now provides a reference to the current 9 лет назад
commandstack.h base: going on a lowercase rampage; today’s victim: Array. 9 лет назад
dict.cpp misc: remove 100% of the "using namespace std;" madness. 9 лет назад
dict.h build: fix the WTFPL site URL in all code comments. 13 лет назад
eglapp.cpp base: huge refactor in vector.h; GCC compilation times down by 50%. 9 лет назад
eglapp.h core: you can now while(app.MustTick()) { Tick(); } instead of app.Run(). 13 лет назад
emitter.cpp base: strip core.h from its contents and put it in public/private headers. 9 лет назад
emitter.h scenegraph: Entity::TickDraw() now provides a reference to the current 9 лет назад
entity.cpp base: strip core.h from its contents and put it in public/private headers. 9 лет назад
entity.h scenegraph: Entity::TickDraw() now provides a reference to the current 9 лет назад
font.cpp misc: remove 100% of the "using namespace std;" madness. 9 лет назад
font.h scenegraph: Entity::TickDraw() now provides a reference to the current 9 лет назад
forge.cpp base: strip core.h from its contents and put it in public/private headers. 9 лет назад
forge.h base: prevent instantiation of several static-only classes. 13 лет назад
gradient.cpp misc: remove 100% of the "using namespace std;" madness. 9 лет назад
gradient.h scenegraph: Entity::TickDraw() now provides a reference to the current 9 лет назад
gradient.lolfx scene: start working on the scene class reorganisation. 9 лет назад
light.cpp base: strip core.h from its contents and put it in public/private headers. 9 лет назад
light.h scenegraph: Entity::TickDraw() now provides a reference to the current 9 лет назад
lolcore.vcxproj build: move VS solution one directory below and create a VS2014 solution. 9 лет назад
lolcore.vcxproj.filters math: move code from vector.cpp to matrix.cpp and transform.cpp. 9 лет назад
loldebug.h build: fix the WTFPL site URL in all code comments. 13 лет назад
lolgl.h gpu: add a 16-bit depth buffer to framebuffers on WebGL and GL ES. 12 лет назад
messageservice.cpp base: strip core.h from its contents and put it in public/private headers. 9 лет назад
messageservice.h base: going on a lowercase rampage; today’s victim: Array. 9 лет назад
numeric.h String : Added ::replace(char, char, bool), ::ToLower(), ::ToUpper() 9 лет назад
platform.cpp base: strip core.h from its contents and put it in public/private headers. 9 лет назад
platform.h base: prevent instantiation of several static-only classes. 13 лет назад
profiler.cpp base: strip core.h from its contents and put it in public/private headers. 9 лет назад
profiler.h base: prevent instantiation of several static-only classes. 13 лет назад
sample.cpp misc: remove 100% of the "using namespace std;" madness. 9 лет назад
sample.h audio: add Sampler::LoopSample(). 13 лет назад
sampler.cpp base: strip core.h from its contents and put it in public/private headers. 9 лет назад
sampler.h audio: add Sampler::LoopSample(). 13 лет назад
scene.cpp gpu: fix missing #if blocks in vertex buffer code. 9 лет назад
scene.h base: going on a lowercase rampage; today’s victim: Array. 9 лет назад
sprite.cpp base: strip core.h from its contents and put it in public/private headers. 9 лет назад
sprite.h scenegraph: Entity::TickDraw() now provides a reference to the current 9 лет назад
text.cpp misc: remove 100% of the "using namespace std;" madness. 9 лет назад
text.h scenegraph: Entity::TickDraw() now provides a reference to the current 9 лет назад
ticker.cpp base: use ptrdiff_t for array and string sizes and some other things. 9 лет назад
ticker.h base: prevent instantiation of several static-only classes. 13 лет назад
tiler.cpp base: strip core.h from its contents and put it in public/private headers. 9 лет назад
tiler.h Added bunch of stuff on threads and images. 9 лет назад
tileset.cpp base: fix header inconsistencies that broke the build. 9 лет назад
tileset.h base: fix header inconsistencies that broke the build. 9 лет назад
utils.h base: going on a lowercase rampage; today’s victim: Array. 9 лет назад
video.cpp misc: remove 100% of the "using namespace std;" madness. 9 лет назад
video.h Added Flat debugrendermode 9 лет назад
world.cpp base: strip core.h from its contents and put it in public/private headers. 9 лет назад
world.h lua: add support for lua/init.lua in a global World object and give 12 лет назад
worldentity.cpp base: strip core.h from its contents and put it in public/private headers. 9 лет назад
worldentity.h scenegraph: Entity::TickDraw() now provides a reference to the current 9 лет назад