1367 コミット (2f3011c4579706ecce02b3726da3078df37efedd)

作成者 SHA1 メッセージ 日付
  raysan5 bbdf9f4880 Review InitWindow() to avoid void pointer 7年前
  maficccc@gmail.com 201007e426 Fix sscanf() without field limits can crash with huge input data 7年前
  maficccc@gmail.com db98dba10f Fix Allocator sizeof operand mismatch 7年前
  maficccc@gmail.com 03ca9508bf Fix Dead initialization 7年前
  maficccc@gmail.com 44eedf235d Redundant assignment of 'angle' to itself 7年前
  maficccc@gmail.com ca9e652f8b Remove dead assignment 7年前
  Martinfx 28a9a181cb Fix use after free 7年前
  maficccc@gmail.com e659336c11 Fix value stored to 'num_channels' is never read 7年前
  Jacques Heunis b4e2f5b45c Initialize the timer after the graphics device on desktop and web platforms. (#516) 7年前
  Max Danielsson 6c049fdd76 Move deduplicate aspect variable in begin render. 7年前
  Max Danielsson 5ecee69088 Add 3d orthographic projection mode 7年前
  David Reid a8e2c7de9c
Fix an infinite loop in ALSA backend of mini_al. 7年前
  Ray deffad1701 Review tabs issue when compiling... 7年前
  David Reid 4a69c2d75e
Fix a buffer overflow in the OSS/BSD backend. 7年前
  Ahmad Fatoum 2c219fb814
Allow use of main instead of android_main 7年前
  Ray 61e0e4b4f3 Complete review of raymath for API consistency 7年前
  Ray San 9318dc98ce Support case-insensitive extension check 7年前
  Ray 487bc613fd Updated raylib dev version 7年前
  Ray 9d8f15c19d Reviewed raymath changes 7年前
  raysan5 a0127d8300 Corrected typo 7年前
  raysan5 fd5e457bb4 Correct issue with triangleCount 7年前
  victorfisac d6fee9da29 Fixed compilation code comment in header 7年前
  victorfisac 3201bad65a Fixed memory leaks in physics step operations 7年前
  Ray San df50eada53 Added new functions 7年前
  raysan5 85850a955a Removed additional code 7年前
  raysan5 3b4a64f2d6 Updated GLFW library to latest version 7年前
  Ray fd2adbe62d Renamed CalculateBoundingBox() to MeshBoundingBox() 7年前
  Ray a7207dc6d4 Removed tangents generation 7年前
  Ahmad Fatoum 3f48ffb1b6
Fix two memory leaks in jar_xm.h 7年前
  RDR8 18f61948ce Update Makefile 7年前
  Ahmad Fatoum 80bf636f81
Don't exceed signed int range when shifting left 7年前
  Ahmad Fatoum 76aca9b0d1
Fix possible buffer overflow in LoadBMFont 7年前
  Ahmad Fatoum 1430d01906
jar_xm: Workaround for unaligned pointer accesses 7年前
  Ahmad Fatoum f52d2de582
raymath.h: Use C99 inline semantics 7年前
  Ahmad Fatoum ed6962edd3
Make MatrixToFloat and Vector3ToFloat reentrant 7年前
  RDR8 2b5fc12036 Update Makefiles. Enable example usage of staged libraylib.so. 7年前
  Ahmad Fatoum a5881fb9cc
Revert "raymath.h: Use C99 inline semantics" 7年前
  Ahmad Fatoum c9043b5a87
CMake: Add options to use -fsanitize={address,undefined} 7年前
  Ahmad Fatoum 6ffc8cb799
raymath.h: Use C99 inline semantics 7年前
  Ahmad Fatoum e4d7bbec1e
Make MatrixToFloat and Vector3ToFloat reentrant 7年前
  Ray 077bef4286 Support 4 components mesh.tangent data 7年前
  Ray 6d64327a87 Reviewed unloading model data 7年前
  Ray cd5e2e0f17 Corrected cursor issue for Wayland 7年前
  Ray 326fe09777 Reviewed compilation for OpenGL 1.1 7年前
  Ray 97bf2706c4 Removed flag -fgnu89-inline 7年前
  Ray 11612fce27 Reviewed timming system for macOS 7年前
  raysan5 0958904eac Added comments to review function ImageTextEx() 7年前
  raysan5 4492a70a4b Support UTF8 basic characters on ImageTextEx() 7年前
  Ahmad Fatoum 051040af2d
CMake: Remove _RAYLIB suffix from -D{SHARED,STATIC}_RAYLIB 7年前
  Ray 36750ffb9a BREAKING CHANGE: Renamed function for consistency 7年前