Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
Sam Hocevar d16595a0bc image: some refactoring of the Image class. Not final. 10 роки тому
..
array.cpp base: Array::Remove(int) now accepts a negative index to remove elements 11 роки тому
atomic.cpp test: add missing unit tests for the Atomic template class. 11 роки тому
box.cpp build: compilation fixes for errors caused by recent renamings. 8 роки тому
build.cpp test: remove isnan() unit tests because we can't rely on that function. 8 роки тому
camera.cpp math: add constant vectors vec2::zero, vec2::axis_x, etc. 8 роки тому
cmplx.cpp build: fix the WTFPL site URL in all code comments. 12 роки тому
color.cpp test: disable a few non-essential and potentially incorrect unit tests. 11 роки тому
enum.cpp base: rough implementation of safe enums with minimal ToString() support. 8 роки тому
half.cpp test: remove isnan() unit tests because we can't rely on that function. 8 роки тому
image.cpp image: some refactoring of the Image class. Not final. 8 роки тому
interp.cpp math: replace Interp with TimeInterp. We'll see how useful it gets. 11 роки тому
map.cpp test: speed up the Map unit test. 11 роки тому
matrix.cpp New year copyright update. 12 роки тому
quat.cpp base: support range-based for loops in lol::Array. 8 роки тому
rand.cpp test: more complete PRNG unit tests. 11 роки тому
real.cpp base: support range-based for loops in lol::Array. 8 роки тому
rotation.cpp New year copyright update. 12 роки тому
string.cpp core: added StartsWith and EndsWith function for strings, and a sign function for numeric types 8 роки тому
thread.cpp thread: implement Queue::TryPush and Queue::TryPop. 8 роки тому
trig.cpp math: add GLSL-inherited degrees() and radians() conversion functions. 8 роки тому
vector.cpp math: revert the lvalue vector swizzles because VS2012 lags behind. 8 роки тому