Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
Sam Hocevar 6cb1db5188 easymesh: make hex colour command arguments case-insensitive. 12 лет назад
..
application nacl: NaCl binaries no longer need a modified main() to work, the NaCl 12 лет назад
bullet core: fix shitloads of compiler warnings in the Bullet source code. 12 лет назад
data build: move all games to a "games" subdirectory to clean up the root 12 лет назад
debug data: fix ascii.png search path. 12 лет назад
easymesh easymesh: make hex colour command arguments case-insensitive. 12 лет назад
generated easymesh: make hex colour command arguments case-insensitive. 12 лет назад
gpu gpu: activate FBO support on Android. 12 лет назад
image build: tweak everything to allow building with SDL on the Raspberry Pi. 12 лет назад
input input: allow to easily track more than one input stick. 12 лет назад
lol math: add an sprintf() method to real numbers, and ensure they are always 12 лет назад
math math: add an sprintf() method to real numbers, and ensure they are always 12 лет назад
platform build: split the D3d9 build flags into D3d9 and Xinput for situations where 12 лет назад
thread xbox: start working on an Xbox/Direct3D port. 12 лет назад
Makefile.am core: start working on a higher level LolFx compiler based on the latest 12 лет назад
array.h core: some clang and g++ 4.7 compilation fixes. 12 лет назад
audio.cpp build: tweak everything to allow building with SDL on the Raspberry Pi. 12 лет назад
audio.h core: fix include guard naming scheme. 13 лет назад
bitfield.h core: fix include guard naming scheme. 13 лет назад
camera.cpp So Character Controller works with a lazy camera logic. 12 лет назад
camera.h So Character Controller works with a lazy camera logic. 12 лет назад
core.h build: switch the Android native build rules to autoconf; still a bit rough 12 лет назад
dict.cpp xbox: start working on an Xbox/Direct3D port. 12 лет назад
dict.h osx: automake does not support .mm files yet, so rename ios-image.mm back 13 лет назад
eglapp.cpp input: switch SDL joystick handling mode to polling, because we won't get 12 лет назад
eglapp.h core: on the Raspberry Pi, use the proprietary graphics library instead of 12 лет назад
emitter.cpp core: replace usage of sin() or std::sin() with lol::sin() where appropriate. 12 лет назад
emitter.h core: tick methods now use seconds, like any sane system. 12 лет назад
entity.cpp core: fix a few build warnings and remove useless operators from the 12 лет назад
entity.h core: move some of the camera view logic from the Video class to the 12 лет назад
font.cpp core: tick methods now use seconds, like any sane system. 12 лет назад
font.h core: tick methods now use seconds, like any sane system. 12 лет назад
forge.cpp Put everything in the "lol" namespace. Better late than never. 13 лет назад
forge.h core: fix include guard naming scheme. 13 лет назад
gradient.cpp core: replace usage of sin() or std::sin() with lol::sin() where appropriate. 12 лет назад
gradient.h core: tick methods now use seconds, like any sane system. 12 лет назад
hash.cpp Put everything in the "lol" namespace. Better late than never. 13 лет назад
hash.h core: fix include guard naming scheme. 13 лет назад
layer.cpp core: fix a few build warnings and remove useless operators from the 12 лет назад
layer.h core: fix include guard naming scheme. 13 лет назад
log.cpp android: simplify the logger code. 12 лет назад
log.h android: simplify the logger code. 12 лет назад
lolcore.vcxproj build: rename "Lol.Core.Build.props" to the more explicit "config-build.xml" 12 лет назад
lolcore.vcxproj.filters build: rename "Lol.Core.Build.props" to the more explicit "config-build.xml" 12 лет назад
loldebug.h build: put debug stuff and shader stuff in subdirectories. 13 лет назад
lolgl.h osx: link with the proper OpenGL libraries on OS X. 13 лет назад
map.cpp core: replace usage of sin() or std::sin() with lol::sin() where appropriate. 12 лет назад
map.h core: fix include guard naming scheme. 13 лет назад
numeric.h core: replace usage of sin() or std::sin() with lol::sin() where appropriate. 12 лет назад
platform.cpp core: replace usage of sin() or std::sin() with lol::sin() where appropriate. 12 лет назад
platform.h ui: add a Platform class to query information about the current platform. 13 лет назад
profiler.cpp core: make timers second-based rather than millisecond-based. 12 лет назад
profiler.h core: fix include guard naming scheme. 13 лет назад
sample.cpp build: tweak everything to allow building with SDL on the Raspberry Pi. 12 лет назад
sample.h core: tick methods now use seconds, like any sane system. 12 лет назад
sampler.cpp Put everything in the "lol" namespace. Better late than never. 13 лет назад
sampler.h core: fix include guard naming scheme. 13 лет назад
scene.cpp scene: avoid doing hundreds of useless OpenGL calls if no 2D sprite is 12 лет назад
scene.h core: move some of the camera view logic from the Video class to the 12 лет назад
sprite.cpp core: tick methods now use seconds, like any sane system. 12 лет назад
sprite.h core: tick methods now use seconds, like any sane system. 12 лет назад
text.cpp core: tick methods now use seconds, like any sane system. 12 лет назад
text.h core: tick methods now use seconds, like any sane system. 12 лет назад
ticker.cpp core: clamp deltatime to 15 fps to avoid erratic behaviour. 12 лет назад
ticker.h core: try to merge Ticker and Emcee. Still not very good. 13 лет назад
tiler.cpp core: allow each blitted tile to be stretched differently. 12 лет назад
tiler.h core: allow each blitted tile to be stretched differently. 12 лет назад
tileset.cpp core: replace usage of sin() or std::sin() with lol::sin() where appropriate. 12 лет назад
tileset.h core: tick methods now use seconds, like any sane system. 12 лет назад
timer.cpp build: tweak everything to allow building with SDL on the Raspberry Pi. 12 лет назад
timer.h core: make timers second-based rather than millisecond-based. 12 лет назад
video.cpp core: replace usage of sin() or std::sin() with lol::sin() where appropriate. 12 лет назад
video.h core: move some of the camera view logic from the Video class to the 12 лет назад
world.cpp core: tick methods now use seconds, like any sane system. 12 лет назад
world.h core: tick methods now use seconds, like any sane system. 12 лет назад
worldentity.cpp Small WorldEntity tweaks. 12 лет назад
worldentity.h Small WorldEntity tweaks. 12 лет назад