298 コミット (9ea2a69bfdc6ffd12bf27c1e9003cd8bc0837549)

作成者 SHA1 メッセージ 日付
  Ray f14492432d Avoid exposing native GLFW3 functionality 7年前
  Ray San 6045062a05 Renamed some functions 7年前
  raysan5 dff1028466 Replaced ColorToFloat() by ColorNormalize() 7年前
  raysan5 ada6668b24 Expose file-dropping functions symbols 7年前
  raysan5 ca5f7ebd10 Added compile flag: SUPPORT_SCREEN_CAPTURE 7年前
  Ray 76a6bf6c52 Review spacing for cosistency 7年前
  Ray 8e44f7b3c7 Reviewed config.h formatting 7年前
  Ray 54e24d905a Init frame timming measure variables 7年前
  Ahmad Fatoum 1841afad11
Refactor all #define SUPPORT_* into a config.h 7年前
  Ray San fe1c04d1b8 Removed old code 7年前
  raysan5 375adf86a6 Review math usage to reduce temp variables 7年前
  raysan5 bbdf9f4880 Review InitWindow() to avoid void pointer 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年前
  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 San df50eada53 Added new functions 7年前
  raysan5 85850a955a Removed additional code 7年前
  Ahmad Fatoum f52d2de582
raymath.h: Use C99 inline semantics 7年前
  Ahmad Fatoum a5881fb9cc
Revert "raymath.h: Use C99 inline semantics" 7年前
  Ahmad Fatoum 6ffc8cb799
raymath.h: Use C99 inline semantics 7年前
  Ray cd5e2e0f17 Corrected cursor issue for Wayland 7年前
  Ray 36750ffb9a BREAKING CHANGE: Renamed function for consistency 7年前
  Ray d90a33b850 Some reviews for Android compilation 7年前
  Ahmad Fatoum 468309d06c
Early-exit InitWindow if InitGraphicsDevice fails 7年前
  Ahmad Fatoum a976e76ae6
InitWindow: return false if no monitor found 7年前
  raysan5 3a11cc5e31 Incremeted version to align with CMake 7年前
  raysan5 6dc2f979cc Updated raylib version 7年前
  raysan5 c32ed921a2 Security check in case window initialization fails 7年前
  raysan5 70e0070a85 Reviewed window initialization 7年前
  Ahmad Fatoum 26c9176a14
Return false from InitWindow if glfwInit or glfwCreateWindow fails 7年前
  Ahmad Fatoum 44cd4faf83
exit(3), don't crash, when glfwCreateWindow fails 7年前
  Ray 1d5fbef93d Clear fbo for drawing 7年前
  Ray fcb0cae605 Use busy wait loop 7年前
  raysan5 b760f16f9b Reviewed framebuffers cleaning 7年前
  raysan5 1a82e1ab26 Added function GetFileName() 7年前
  raysan5 e69424c86f Reviewed text input 7年前
  raysan5 e517d8fd16 Added function SetTraceLogTypes() 7年前
  raysan5 e574428343 Some formatting tweaks 7年前
  Ray San 5290390494 Expose GetTime() function to users 7年前
  Ray bc6ae93a48 Added some comments on GetTime() 7年前
  Ray San 53ad53d051 Manually review previous PR 7年前
  user 2affac820e make raylib not clash with windows-header 7年前
  user 48d0c93ace make GetTime available to user of library 7年前
  user a7f2fedbfb compilefix for function declaration (win only) 7年前
  user 08fc886afd added proper define checks for png-save if it's disabled 7年前
  Ahmad Fatoum 203b2f65d1
Fix typo in preprocessor macro 7年前