Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
Sam Hocevar 89c3b3a60f ps3: fix PS3 build after the Queue refactoring. pirms 13 gadiem
..
application core: try to merge Ticker and Emcee. Still not very good. pirms 13 gadiem
debug math: ensure real::fabs() is never chosen over std::fabs() for arguments pirms 13 gadiem
gpu gpu: start implementing a vertex buffer object. pirms 13 gadiem
image win32: various compilation fixes, mostly project updates, but also a pirms 13 gadiem
lol ps3: fix PS3 build after the Queue refactoring. pirms 13 gadiem
platform ps3: fix PS3 build after the Queue refactoring. pirms 13 gadiem
shader shader: factor the uniform handling logic into platform-independent methods pirms 13 gadiem
thread threads: change Queue to a template so that we can manage the element type. pirms 13 gadiem
Makefile.am math: move half.h into the public headers. pirms 13 gadiem
audio.cpp build: fix Win64 compilation with mingw64, using an updated SDL build. pirms 13 gadiem
audio.h core: fix include guard naming scheme. pirms 14 gadiem
bitfield.h core: fix include guard naming scheme. pirms 14 gadiem
core.h math: move half.h into the public headers. pirms 13 gadiem
dict.cpp osx: automake does not support .mm files yet, so rename ios-image.mm back pirms 13 gadiem
dict.h osx: automake does not support .mm files yet, so rename ios-image.mm back pirms 13 gadiem
eglapp.cpp core: try to merge Ticker and Emcee. Still not very good. pirms 13 gadiem
eglapp.h math: rename matrix.h to vector.h and simplify some stuff, especially in pirms 13 gadiem
emitter.cpp emitter: fix wrong velocity value computation in the particles. pirms 13 gadiem
emitter.h tileset: replace the Tiler ID system with real TileSet objects. The only pirms 13 gadiem
entity.cpp core: prefix Entity members with m_ to avoid accidental shadowing. pirms 13 gadiem
entity.h core: prefix Entity members with m_ to avoid accidental shadowing. pirms 13 gadiem
font.cpp core: prefix Entity members with m_ to avoid accidental shadowing. pirms 13 gadiem
font.h core: more vec?i -> ?veci renames. pirms 13 gadiem
forge.cpp Put everything in the "lol" namespace. Better late than never. pirms 14 gadiem
forge.h core: fix include guard naming scheme. pirms 14 gadiem
gradient.cpp osx: link with the proper OpenGL libraries on OS X. pirms 13 gadiem
gradient.h render: add a Gradient class that will be used for dithering later. pirms 13 gadiem
half.cpp core: fix compilation warnings in one of the float-to-half LUTs. pirms 13 gadiem
hash.cpp Put everything in the "lol" namespace. Better late than never. pirms 14 gadiem
hash.h core: fix include guard naming scheme. pirms 14 gadiem
input.cpp math: try to implement the magic getter/setter pattern. BREAKS BUILD. pirms 13 gadiem
input.h math: rename matrix.h to vector.h and simplify some stuff, especially in pirms 13 gadiem
layer.cpp core: more vec?i -> ?veci renames. pirms 13 gadiem
layer.h core: fix include guard naming scheme. pirms 14 gadiem
log.cpp build: stop defining ANDROID_NDK and check for __ANDROID__ instead. pirms 13 gadiem
log.h core: a few compilation fixes for non-GCC compilers. pirms 13 gadiem
loldebug.h build: put debug stuff and shader stuff in subdirectories. pirms 13 gadiem
lolgl.h osx: link with the proper OpenGL libraries on OS X. pirms 13 gadiem
map.cpp core: split vector operations into linear and non-linear so that we can pirms 13 gadiem
map.h core: fix include guard naming scheme. pirms 14 gadiem
numeric.h core: don't explicitly use std:: prefix when the platform may not pirms 13 gadiem
platform.cpp build: stop defining ANDROID_NDK and check for __ANDROID__ instead. pirms 13 gadiem
platform.h ui: add a Platform class to query information about the current platform. pirms 14 gadiem
profiler.cpp core: get rid of now useless <cstdio> includes. pirms 14 gadiem
profiler.h core: fix include guard naming scheme. pirms 14 gadiem
real.cpp math: ensure real::fabs() is never chosen over std::fabs() for arguments pirms 13 gadiem
sample.cpp build: fix Win64 compilation with mingw64, using an updated SDL build. pirms 13 gadiem
sample.h core: fix include guard naming scheme. pirms 14 gadiem
sampler.cpp Put everything in the "lol" namespace. Better late than never. pirms 14 gadiem
sampler.h core: fix include guard naming scheme. pirms 14 gadiem
scene.cpp gl: do not enable or disable GL_TEXTURE_2D with GLES 2.0, it's now illegal. pirms 13 gadiem
scene.h core: more vec?i -> ?veci renames. pirms 13 gadiem
sprite.cpp sprite: remove spurious property that caused sprites to be always displayed pirms 13 gadiem
sprite.h core: add a Sprite class to try to factor some common logic currently pirms 13 gadiem
text.cpp core: prefix Entity members with m_ to avoid accidental shadowing. pirms 13 gadiem
text.h core: more vec?i -> ?veci renames. pirms 13 gadiem
ticker.cpp threads: change Queue to a template so that we can manage the element type. pirms 13 gadiem
ticker.h core: try to merge Ticker and Emcee. Still not very good. pirms 13 gadiem
tiler.cpp core: rename vec2i to ivec2 etc. to better match GLSL. pirms 13 gadiem
tiler.h core: rename vec2i to ivec2 etc. to better match GLSL. pirms 13 gadiem
tileset.cpp math: use the usual GLSL member names for vectors (xyzw, rgba, stpq). pirms 13 gadiem
tileset.h core: more vec?i -> ?veci renames. pirms 13 gadiem
timer.cpp core: port all code to NativeClient. Nothing runs for now, but it builds. pirms 13 gadiem
timer.h core: fix include guard naming scheme. pirms 14 gadiem
trig.cpp core: fix a bug on the PS3 version of lol_sin(). pirms 13 gadiem
trig.h core: start implementing optimised trigonometry functions for PS3 and x86. pirms 13 gadiem
vector.cpp math: minor compilation fixes for Visual Studio. Still does not link. pirms 13 gadiem
video.cpp gl: cache viewport size on all platforms, because we cannot query it from pirms 13 gadiem
video.h core: rename vec2i to ivec2 etc. to better match GLSL. pirms 13 gadiem
world.cpp core: prefix Entity members with m_ to avoid accidental shadowing. pirms 13 gadiem
world.h core: fix include guard naming scheme. pirms 14 gadiem
worldentity.cpp core: split vector operations into linear and non-linear so that we can pirms 13 gadiem
worldentity.h core: more vec?i -> ?veci renames. pirms 13 gadiem