1542 コミット (1dee9a6633493fa3c9de38f9cfc62309785119a6)
 

作成者 SHA1 メッセージ 日付
  Sam Hocevar 1dee9a6633 ps3: check for newly plugged pads at each frame. 11年前
  Sam Hocevar c54ca8bf40 image: try to reuse existing images when loading them, and don't unload 11年前
  Sam Hocevar d4dcdb75e6 gpu: account for the HLSL half-texel offset on the PS3. 11年前
  Sam Hocevar e6b0bd07bf image: hide the constructor behind a factory so that we can later 11年前
  Sam Hocevar 3106fcfd9d image: fix an invalid implicit cast on Win32. 11年前
  Sam Hocevar f16704ecb0 image: GetData returns uint8_t* instead of void*, it's a lot safer. 11年前
  Sam Hocevar c46b3fbfec image: remove the Image::Format enum and use PixelFormat instead. 11年前
  Sam Hocevar 5a19e1539d misc: fix a few URLs. 11年前
  Sam Hocevar 6e282a674a base: remove some sprintf() calls in profit of string ops. 11年前
  Sam Hocevar 45f147bca4 build: link with -lnosys on NaCl because I don’t have time to 11年前
  Sam Hocevar 76ff95b587 lua: more X360 and NaCl compilation fixes for stuff we don’t need. 11年前
  Sam Hocevar 62870d0894 lua: compilation fixes for non-quite-POSIX platforms. 11年前
  Sam Hocevar 45c9e77d58 lua: disable Lua signal handling: PS3, X360 or NaCl don't have signal(). 11年前
  Sam Hocevar c59fc670c2 core: import pristine lua 5.2.1 in the engine code. 11年前
  Sam Hocevar e48dbfb8d9 build: activate the iPhone autobuilder. 11年前
  Sam Hocevar 33ab2042e7 test: disable a few non-essential and potentially incorrect unit tests. 11年前
  Sam Hocevar 18fd5c9081 math: try to refactor rand() to bypass an X360 compiler bug. 11年前
  Sam Hocevar c83dfe7239 build: make sure the builds _and_ the autobuilds work around the 11年前
  Sam Hocevar 94acb0f519 build: the “fuck you, Apple” commit; work around three different 11年前
  Sam Hocevar 1b07850346 build: a few iOS build fixes; nowhere near ready though. 11年前
  Sam Hocevar 78636c40ef math: fix the shit I just broke. 11年前
  Sam Hocevar 56f093817d math: don't use the LLU suffix for 64-bit numbers and don't use floorf(). 11年前
  Sam Hocevar affdedd835 test: more complete PRNG unit tests. 11年前
  Sam Hocevar 700520d4d6 math: move rand() to its own header, ensure it only returns 11年前
  Benjamin ‘Touky’ Huet 0abe5573e5 easymesh : an ASSERT was not properly setup. 11年前
  Sam Hocevar 9819425ba0 math: replace RandF() with a more generic rand() template function 11年前
  Sam Hocevar 1e95b39a62 build: various compilation fixes. 11年前
  Sam Hocevar be4f7d63b3 easymesh: add proper virtual destructors to some classes. 11年前
  Sam Hocevar 3dd8f8118b ps3: fix a bug and add better error reporting in the image loader. 11年前
  Sam Hocevar b29519602a debug: fewer lines of code in DrawBox(). 11年前
  Benjamin ‘Touky’ Huet ea603d48e3 easymesh : Vertex attribute name can now be customize. Vertex declaration code simplification, ASSERT is more understandable. 11年前
  Sam Hocevar 39a8c26fb5 base: start removing occurrences of NULL on our long journey to nullptr. 11年前
  Sam Hocevar 872efdb880 debug: add Debug::DrawLine() and Debug::DrawBox() methods. 11年前
  Sam Hocevar aeb1b68377 mrpigeon: can now play using spacebar. 11年前
  Sam Hocevar e9b4985dbd gpu: add MeshPrimitive::Lines enum and modify the cube tutorial 11年前
  Sam Hocevar f72381c28a audio: add Sampler::LoopSample(). 11年前
  Sam Hocevar 1ff5c99da0 build: do not assume the OS X compiler understands -ObjC++. 11年前
  Sam Hocevar 4bf349fe81 audio: add Sampler::StopSample() method. 11年前
  Sam Hocevar 578ec1d413 audio: add a simple Stop() method to samples. 11年前
  Sam Hocevar 5b23d7cceb math: minor code simplification in Box2D/Box3D. 11年前
  Sam Hocevar 586a984498 build: look for backtrace_symbols() before enabling the Unix stack 11年前
  Sam Hocevar 8143b73ffb math: add Box2d + vec2 operations for easy box translations. 11年前
  Sam Hocevar 1c3ca01ea0 build: fix a few compiler warnings here and there. 11年前
  Sam Hocevar 1d0eab0203 base: on Linux and some other architectures, dump a stack trace before 11年前
  Sam Hocevar 756859b6b4 build: automatically allocate an X server number in the unit tests. 11年前
  Sam Hocevar 16a620d537 scene: start refactoring the camera code; we now have a stack of cameras 11年前
  Sam Hocevar fdc877cc29 math: fix an idiotic bug in the box-box intersection routine. 11年前
  Sam Hocevar 7b30d99725 test: unit test for 2D boxes. 11年前
  Sam Hocevar 74836555be lolremez: minor refactor. 11年前
  Sam Hocevar 29996cddec build: fix btphystest.vcxproj. 11年前