431 次代码提交 (8a75439c255088a0cc4c12becb42de57900ade08)

作者 SHA1 备注 提交日期
  Ray fcaea5b1a1 Remove trailing spaces 2 个月前
  Ray 4e8b087ffe REVIEWED: `ComputeSHA256()` 2 个月前
  Ray 0b4815b8fe WARNING: REMOVED: GIT recording option, added example 3 个月前
  JohnnyCena123 5fbf67a630
[rcore] Use `FLAG_*` macros where possible (#5169) 3 个月前
  Ray 0fbc4272d0 Remove trailing spaces 3 个月前
  Jeffery Myers 12dc0d6675
Revert undesired change to rcore and restore correct win32 ifdef and max path (#5297) 3 个月前
  Ray ec06f9be37 Removed trailing spaces 3 个月前
  Ray ec3cb7045f Update rcore.c 3 个月前
  Saksham Goyal adfe2c1704
C++ compiler support v2 (#5252) 3 个月前
  JohnnyCena123 17bc628fd9
[rcore] Add `ComputeSHA256()` function (#5264) 3 个月前
  Jeffery Myers 7191749d66
[examples] Fix examples to work in MSVC (#5267) 3 个月前
  Jeffery Myers aaf4c1d3ae
always forward declare the windows stuff, prevents failure of rgfw in GCC. (#5269) 3 个月前
  Thomas Anderson 2d7b66dd37
change free to RL_FREE (#5265) 3 个月前
  JohnnyCena123 02b3e44f88
swap TraceLog to TRACELOG (#5226) 4 个月前
  Ray c264c86ee0 ADDED: Some useful functions for Files and Text management 4 个月前
  Ray ed8f1a22d1 Remove trailing spaces 4 个月前
  Ray 5a54fc12a2 REVIEWED: Prioritize `calloc()` calls than `malloc()` on some cases 5 个月前
  Ray 446f015ac5 Review formating 5 个月前
  Eike Decker bd810368b0
Fixing base64 decoding error when input string is bad (#5170) 5 个月前
  Ray ba046a5d60 REVIEWED: `DecompressData()`, fixed buffer copying 5 个月前
  Ray 1777da9056 REVIEWED: Avoid realloc() calls, small security improvement 5 个月前
  Jonathan Marler f61c2c504d
[rcore][win32] Adding native win32 backend (#4869) 5 个月前
  Ray ecf032fe4f REVIEW: Avoid warning on `fgets()` return value 5 个月前
  Ray 04a3ab0ca7 REVIEW: Added warning in case of no [rcore] backend defined 5 个月前
  Ray 0dc4ba53dc Minor format tweak 5 个月前
  Ray a9970484f3 Remove trailing spaces 5 个月前
  Ray 74339d2008 REVIEWED: `IsFileExtension()` 5 个月前
  Ray 95e4494cfe ADDED: `cursorLocked` variable and review required code #4940 #4955 6 个月前
  Ray c6241b91a2 REVIEWED: `IsFileExtension()` to avoid other modules dependency #5071 6 个月前
  Nikolas 7267c1c8a1
Make culling distances consistent across raylib 6 个月前
  Jeffery Myers bf536d68e1 Make GetRenderWidth and GetREnderHeight return the FBO size if one is active. 6 个月前
  Ray 12f0943bd9 Update rcore.c 6 个月前
  Ray 7262be85fd Minor format tweaks 6 个月前
  Ray 1abac023bd Update rcore.c 7 个月前
  mlorenc 518ad8b018 Fix ScanDirectoryFilesRecursively 7 个月前
  Ray 59bcf680aa Code gardening... 8 个月前
  M374LX 3418172617 Update comments 8 个月前
  Ray 341bfb22cc REVIEWED: `MAX_GAMEPAD_AXEX` for consistency #4960 8 个月前
  M374LX 299f5350a4 Remove unused variable 8 个月前
  Ray d7148f5f9d REDESIGNED: Base64 encoding/decoding functions 8 个月前
  Ray 5ddd13b775 REVIEWED: Hexadecimal formatting to be consistent 8 个月前
  Ray afb52b19a4 WARNING: REDESIGNED: `EncodeDataBase64()`, NULL terminated string returned 8 个月前
  Ray f7d03efb49 REVIEWED: `DecodeDataBase64()`, follow convention: 9 个月前
  Ray 693c9c292a Formatting tweaks 9 个月前
  Bigfoot71 38aec920b5 makes `path` static in `ScanDirectoryFilesRecursively` 9 个月前
  Bigfoot71 03988d2ce8 added a NULL check in `UnloadDirectoryFiles` 9 个月前
  AndrewHamel111 fdb92b373b Warning to direct users to appropriate function 9 个月前
  Ray cc5739a6d7 REVIEWED: Some PRs formating 10 个月前
  Jeffery Myers 60eb3a14d7 Only scale the screenshot by the DPI scale if we are doing automatic High DPI scaling, otherwise the native resolution is correct. 10 个月前
  Ray 909c83fd4a Avoid path filtering on `TakeScreenshot()` 10 个月前