2706 コミット (edb54c6cb15800ed9876df962c5fa7153108cb4a)

作成者 SHA1 メッセージ 日付
  raysan5 edb54c6cb1 REVIEWED: CloseAudioBufferPool(), uninit buffers properly #1548 4年前
  raysan5 5663c81803 REVIEWED: raudio: Some LOG_ERROR -> LOG_WARNING #1562 4年前
  raysan5 56ff944def Update miniaudio to v0.10.32 #1562 4年前
  raysan5 62ccec0ac5 REMOVED: SetTraceLogExit() 4年前
  raysan5 421e5d4829 REVIEWED: DecompressData() 4年前
  kernelkinetic e831bf02c5
removed redundant call to eglGetConfig (https://github.com/raysan5/raylib/issues/1550) (#1567) 4年前
  raysan5 97a7875648 REVIEWED: Gamepad issues on Android 4年前
  raysan5 4407533a41 REVIEWED: DecompressData(), memory reallocation 4年前
  Ray 3431d58586 Designing some callbacks -WIP- 4年前
  raysan5 005bc4c414 REVIEWED: LoadShaderProgram() #1563 4年前
  raysan5 ed9c10a3e6 Update raudio.c 4年前
  hristo c8e427ad23
Update loading of gltf animation. (#1561) 4年前
  raysan5 96db787657 REVIEWED: Gamepad system, specially for RPI 4年前
  Jeffery Myers e818dc27cd
Use local (") includes for GLFW since it is included with the source tree. (#1557) 4年前
  raysan5 bc332018f6 REVIEWED: SetGamepadMappings() 4年前
  hristo 731ab15d57
Gltf animation support (#1551) 4年前
  hristo 88a6f16c9a
Documentation cmake (#1549) 4年前
  hristo f3ce3a6f74
Removing config.h.in file (#1546) 4年前
  hristo 4bf7b00013
Removing test file. (#1545) 4年前
  Ray f4f208c4ae ADDED: UploadMesh() #1529 4年前
  Ray 721768bdb0 Remove automatic pointer lock on mouse click #1513 4年前
  Ray f2c0981c57 Review typo 4年前
  hristo 05dfbf3cd4
Remove STATIC and SHARED variables. (#1542) 4年前
  Ray 18ab694f70 ADDED: SetGamepadMappings() #1506 4年前
  Ray 677f420bf0 REVIEWED: physac module and examples #1525 4年前
  Ray 01b7509a39 Review screen capture / gif recording #1540 4年前
  hristo 6cc27e9797
Fix cmake build error dirent (#1536) 4年前
  Gil Barbosa Reis 1866be0475
Fix absolute path handling in GetFileName and GetDirectoryPath (#1534) (#1535) 4年前
  Ray eb7820b2b0 Review comment 4年前
  Ray b7f275efb3 Review warning 4年前
  Ray 186e52c4d8 REVIEWED: DecompressData() 4年前
  hristo 9821725c6b
Big cmake changes (#1514) 4年前
  Ray a0a840101c Update miniaudio to v0.10.30 #1518 4年前
  Ray 5d1d590692 REDESIGN: Compresion API 4年前
  Ray dfa11e22cf Add comments 4年前
  Ray c256b26629 Reorder function 4年前
  Dmitry Matveyev 04a1bb1390
Reorder typedefs in physac.h to be in header part (#1528) 4年前
  Ray bbc09288bd rlOrtho() reverted change 4年前
  Jeffery Myers b76dc06297
It's top-bottom not bottom-top in GL space. (#1517) 4年前
  badlydrawnrod 49f9bff260
Fix keyboard state change detection on RPI (#1488) 4年前
  Kirottu 22da9087b1
Include SUPPORT_DATA_STORAGE flag for building with CMake (#1515) 4年前
  Victor Gallet a6cd6eedbe
Remove unused condition in 'GenerateMipmaps' function for GRAPHICS_API_OPENGL_11 (#1496) 4年前
  raysan5 7bd33e4406 Review rlOrtho() to avoid return in the middle of the function 4年前
  Jeffery Myers 5d4aada526
Don't create an ortho matrix when the viewport is 0 in any axis. (#1504) 4年前
  hristo 551597d579
Removed a repeating allocation of memory (#1507) 4年前
  Chris 320732ae6b
Update mappings.h in glfw using GenerateMappings.cmake (#1505) 4年前
  raysan5 d7b4b9e485 Update year to 2021 4年前
  Victor Gallet 57fef97433
Modify the check condition for the screen window height and width. It can't be less than zero because it's an unsigned int (#1497) 4年前
  Victor Gallet 03278a74bf
Avoid dereferencing a null pointer in the 'LoadMaterials' function in the models module (#1498) 4年前
  Victor Gallet 9fe153ae29
Avoid dereferencing a null pointer in the 'LoadSounsFromWave' function if the audioBuffer is null (#1499) 4年前