選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Sam Hocevar 4e4d5a8e06 build: fix GCC build; it doesn't like to have a local file called debug/debug.h. 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: replace exit(0) in D3D error checks with lol::Abort(). 12年前
image win32: the GDI+ byte swapping was wrong; fix that. 12年前
lol build: fix GCC build; it doesn't like to have a local file called debug/debug.h. 12年前
math math: remove old non-working vector code for the float to half conversion. 12年前
platform gpu: replace exit(0) in D3D error checks with lol::Abort(). 12年前
thread xbox: start working on an Xbox/Direct3D port. 13年前
Makefile.am build: fix GCC build; it doesn't like to have a local file called debug/debug.h. 12年前
audio.cpp build: fix Win64 compilation with mingw64, using an updated SDL build. 13年前
audio.h core: fix include guard naming scheme. 14年前
bitfield.h core: fix include guard naming scheme. 14年前
core.h build: fix GCC build; it doesn't like to have a local file called debug/debug.h. 12年前
dict.cpp xbox: start working on an Xbox/Direct3D port. 13年前
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. 14年前
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. 14年前
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. 14年前
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. 14年前
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. 14年前
profiler.cpp core: get rid of now useless <cstdio> includes. 14年前
profiler.h core: fix include guard naming scheme. 14年前
sample.cpp build: fix Win64 compilation with mingw64, using an updated SDL build. 13年前
sample.h core: fix include guard naming scheme. 14年前
sampler.cpp Put everything in the "lol" namespace. Better late than never. 14年前
sampler.h core: fix include guard naming scheme. 14年前
scene.cpp gpu: replace exit(0) in D3D error checks with lol::Abort(). 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. 13年前
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: add an Unbind() method for textures for clean up. Unfortunately 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. 13年前
timer.h core: fix include guard naming scheme. 14年前
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. 14年前
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年前