You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Sam Hocevar 9262efbac3 core: use operator<< instead of operator+= to append stuff to arrays, пре 12 година
..
application android: slightly update Android project for newer SDK versions. пре 12 година
debug build: fix GCC build; it doesn't like to have a local file called debug/debug.h. пре 12 година
gpu gpu: normalize 8-bit integer data in 0..1 by default. пре 12 година
image win32: the GDI+ byte swapping was wrong; fix that. пре 12 година
lol math: allow to easily create a 4x4 matrix from a 3x3 matrix, and so on. пре 12 година
math math: add inversion code for 2×2 and 3×3 matrices, and transposition пре 12 година
platform gpu: fix a great lot of Direct3D problems, spotted using PIX. пре 12 година
thread xbox: start working on an Xbox/Direct3D port. пре 12 година
Makefile.am gpu: abstraction class for index buffers; the cube tutorial no longer пре 12 година
array.h core: use operator<< instead of operator+= to append stuff to arrays, пре 12 година
audio.cpp build: fix Win64 compilation with mingw64, using an updated SDL build. пре 13 година
audio.h core: fix include guard naming scheme. пре 13 година
bitfield.h core: fix include guard naming scheme. пре 13 година
core.h gpu: abstraction class for index buffers; the cube tutorial no longer пре 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 core: try to merge Ticker and Emcee. Still not very good. пре 13 година
eglapp.h math: rename matrix.h to vector.h and simplify some stuff, especially in пре 13 година
emitter.cpp core: allow each blitted tile to be stretched differently. пре 12 година
emitter.h tileset: replace the Tiler ID system with real TileSet objects. The only пре 13 година
entity.cpp core: prefix Entity members with m_ to avoid accidental shadowing. пре 13 година
entity.h core: prefix Entity members with m_ to avoid accidental shadowing. пре 13 година
font.cpp core: allow each blitted tile to be stretched differently. пре 12 година
font.h core: allow each blitted tile to be stretched differently. пре 12 година
forge.cpp Put everything in the "lol" namespace. Better late than never. пре 14 година
forge.h core: fix include guard naming scheme. пре 13 година
gradient.cpp gpu: fix a nasty bug in the D3D9 vertex declaration code that caused пре 12 година
gradient.h render: add a Gradient class that will be used for dithering later. пре 13 година
hash.cpp Put everything in the "lol" namespace. Better late than never. пре 14 година
hash.h core: fix include guard naming scheme. пре 13 година
input.cpp math: try to implement the magic getter/setter pattern. BREAKS BUILD. пре 13 година
input.h math: rename matrix.h to vector.h and simplify some stuff, especially in пре 13 година
layer.cpp core: more vec?i -> ?veci renames. пре 13 година
layer.h core: fix include guard naming scheme. пре 13 година
log.cpp build: stop defining ANDROID_NDK and check for __ANDROID__ instead. пре 13 година
log.h core: a few compilation fixes for non-GCC compilers. пре 13 година
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: allow each blitted tile to be stretched differently. пре 12 година
map.h core: fix include guard naming scheme. пре 13 година
numeric.h core: don't explicitly use std:: prefix when the platform may not пре 13 година
platform.cpp build: stop defining ANDROID_NDK and check for __ANDROID__ instead. пре 13 година
platform.h ui: add a Platform class to query information about the current platform. пре 13 година
profiler.cpp core: get rid of now useless <cstdio> includes. пре 13 година
profiler.h core: fix include guard naming scheme. пре 13 година
sample.cpp build: fix Win64 compilation with mingw64, using an updated SDL build. пре 13 година
sample.h core: fix include guard naming scheme. пре 13 година
sampler.cpp Put everything in the "lol" namespace. Better late than never. пре 14 година
sampler.h core: fix include guard naming scheme. пре 13 година
scene.cpp gpu: fix a great lot of Direct3D problems, spotted using PIX. пре 12 година
scene.h core: allow each blitted tile to be stretched differently. пре 12 година
sprite.cpp core: allow each blitted tile to be stretched differently. пре 12 година
sprite.h core: add a Sprite class to try to factor some common logic currently пре 13 година
text.cpp core: prefix Entity members with m_ to avoid accidental shadowing. пре 13 година
text.h core: more vec?i -> ?veci renames. пре 13 година
ticker.cpp threads: change Queue to a template so that we can manage the element type. пре 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 gpu: fix a great lot of Direct3D problems, spotted using PIX. пре 12 година
tileset.h gpu: add an Unbind() method for textures for clean up. Unfortunately пре 12 година
timer.cpp xbox: start working on an Xbox/Direct3D port. пре 12 година
timer.h core: fix include guard naming scheme. пре 13 година
video.cpp gpu: replace exit(0) in D3D error checks with lol::Abort(). пре 12 година
video.h video: allow to set the default clear color. пре 12 година
world.cpp core: prefix Entity members with m_ to avoid accidental shadowing. пре 13 година
world.h core: fix include guard naming scheme. пре 13 година
worldentity.cpp core: split vector operations into linear and non-linear so that we can пре 13 година
worldentity.h core: more vec?i -> ?veci renames. пре 13 година