3493 コミット (043fa4cba7eb1c42a8bdca869c755e098b8e8670)

作成者 SHA1 メッセージ 日付
  raysan5 207b5a26b1 Create release directory if not exist 7年前
  raysan5 af919e5c9f Review naming to follow raylib conventions 7年前
  Ahmad Fatoum 85213795d1
GetDirectoryPath: return NULL, don't crash when no slash 7年前
  Ahmad Fatoum 5dda105a79
core: Support slashes as well in GetFileName & GetDirectoryPath 7年前
  Oğuzhan Çankaya 2bef76735d
lerp for vector2 and float 7年前
  Justin Clift 699cadcf98 Add the remaining numeric keypad keys, and a few other missing ones 7年前
  Justin Clift 6a5dbeace8 Add the plus and minus keys on both the main keyboard and keypad 7年前
  Ray 506b7b8d7c Corrected issue with batch overflows 7年前
  Ray 732b775a1d Proper variables initialization 7年前
  Ray 4c84208644 Working on batch reset issue 7年前
  ChrisDill c669c6762f Improved raymath defines 7年前
  ChrisDill a187361c6f Raymath dllexport fix if _WIN32 defined 7年前
  ChrisDill 42b52ecdb1 Raymath dllexport fix 7年前
  Ray b88bfa7267 Review PR formatting 7年前
  Joseph-Eugene Winzer 1cef8ea1bf Shapes: Simplifies CheckCollisionRecs 7年前
  David Reid 3200b23469 Update mini_al. 7年前
  Jorge A. Gomes dab78d59f3
Update textures.c 7年前
  Jorge A. Gomes 5f89e35d1c
Update raylib.h 7年前
  Ray 7634cbeb22 Updated mini_al 7年前
  Ray b042fe12e6 Reviewed spacings on latest PR 7年前
  Kim Kulling f5f7ed79b8 Fix compiler warnings of lib 7年前
  Kim Kulling b2cac82fa0 Fix compiler warings in texture.c and more. 7年前
  Kim Kulling ecf8bff4aa Fix compiler warnings, first part 7年前
  Jorge A. Gomes 28424141f0
Update textures.c 7年前
  Jorge A. Gomes 6ef03ea4e8
Update raylib.h 7年前
  Jorge A. Gomes 7cc2a5585b
Update textures.c 7年前
  Jorge A. Gomes c9ca14e659
Update raylib.h 7年前
  Ahmad Fatoum 286c41af52
Sync with upstream GLFW pull request 7年前
  Pablo Marcos Oltra 907e27ef4e Fix Physac examples to be run without creating new thread 7年前
  Ahmad Fatoum 78487f7521
CMake: Make the raylib project as a whole embeddable 7年前
  Pablo Marcos Oltra 89cec68565 Prevent GLFW changing working dir to 'Resources' 7年前
  Ahmad Fatoum e82505b873
Add projects/CMake example 7年前
  Ahmad Fatoum 548dbeb1ca
Fix typo (s/proedural/procedural) 7年前
  Ahmad Fatoum 2ae6df47fc
CMake: Set -DMACOS_FATLIB=OFF by default 7年前
  Ahmad Fatoum 4d209d45aa
core: Don't use GLFW_TRANSPARENT_FRAMEBUFFER with older GLFWs 7年前
  Ahmad Fatoum 3f09726331
CMake: Major cleanup to support find_package(raylib) 7年前
  Ahmad Fatoum 3e5093eab0
CI: Build with all optional formats enabled 7年前
  Ahmad Fatoum 69e147417b
Travis CI: Add OpenAL-Configuration 7年前
  Michael Vetter 186c1b157e Fix bug in LoadMusicStream 7年前
  raysan5 7964b28fac Corrected bug LoadMusicStream() 7年前
  raysan5 0cf92c59d7 Corrected timing typo 7年前
  raysan5 dc3327fba8 Reviewed music loading 7年前
  raysan5 6f61e26a3c Reviewed custom logging functionality 7年前
  Michael Vetter 7a5b1b13e2 Deal with failed LoadMusicStream 7年前
  Pablo Marcos Oltra c69f7953c7 Add SetTraceLogCallback to enable users setting custom logging (#597) 7年前
  Pablo Marcos Oltra 8d134edaf7 Fix rlgl.h to be used as a standalone 7年前
  Ray 361d878b4c Updated animations support 7年前
  Ray 198a023527 First working version of IQM animations 7年前
  Ahmad Fatoum 2b8c9f9a17
CMake: Fail when -D{PLATFORM,OPENGL_VERSION}=INVALID_VALUE 7年前
  raysan5 4c15515ba6 Support examples with Emterpreter 7年前