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 47e71bda63 base: rough implementation of safe enums with minimal ToString() support. pirms 10 gadiem
..
array.cpp base: Array::Remove(int) now accepts a negative index to remove elements pirms 11 gadiem
atomic.cpp test: add missing unit tests for the Atomic template class. pirms 11 gadiem
box.cpp build: compilation fixes for errors caused by recent renamings. pirms 8 gadiem
build.cpp test: remove isnan() unit tests because we can't rely on that function. pirms 8 gadiem
camera.cpp math: add constant vectors vec2::zero, vec2::axis_x, etc. pirms 8 gadiem
cmplx.cpp build: fix the WTFPL site URL in all code comments. pirms 12 gadiem
color.cpp test: disable a few non-essential and potentially incorrect unit tests. pirms 11 gadiem
enum.cpp base: rough implementation of safe enums with minimal ToString() support. pirms 8 gadiem
half.cpp test: remove isnan() unit tests because we can't rely on that function. pirms 8 gadiem
image.cpp image: hide the constructor behind a factory so that we can later pirms 11 gadiem
interp.cpp math: replace Interp with TimeInterp. We'll see how useful it gets. pirms 11 gadiem
map.cpp test: speed up the Map unit test. pirms 11 gadiem
matrix.cpp New year copyright update. pirms 12 gadiem
quat.cpp math: add quat::axis() and quat::angle() to retrieve axis and angle from a pirms 8 gadiem
rand.cpp test: more complete PRNG unit tests. pirms 11 gadiem
real.cpp build: fix the WTFPL site URL in all code comments. pirms 12 gadiem
rotation.cpp New year copyright update. pirms 12 gadiem
string.cpp core: added StartsWith and EndsWith function for strings, and a sign function for numeric types pirms 8 gadiem
thread.cpp thread: implement Queue::TryPush and Queue::TryPop. pirms 8 gadiem
trig.cpp math: add GLSL-inherited degrees() and radians() conversion functions. pirms 8 gadiem
vector.cpp math: add orthogonal() and orthonormal() for 3-component vectors. pirms 8 gadiem