425 Commits (33adda198366e560afa59a806dd8db2609261e40)

Author SHA1 Message Date
  Ray 9a337f3b3b ADDED: Support software renderer on Web, blitting framebuffer data directly to a 2d canvas 3 weeks ago
  Ray c96669e123 REVIEWED: Webpage reference comments starting with `REF:`, more consistent with `TODO:` and `NOTE:` comments 3 weeks ago
  Ray b465b4e2ea RENAMED: Variable names for consistency, `textLength` (length in bytes) vs `textSize` (measure in pixels) 4 weeks ago
  Ray 2853b28d6d REVIEWED: Avoid program crash if GPU data is tried to be loaded before `InitWindow()` #4751 4 weeks ago
  Ray 2a566544d4 ADDED: Multiply security checks to avoid crashes on wrongly provided string data #4751 4 weeks ago
  Ray bc2057345b REVIEWED: `GetRandomValue()`, explained the new approach to get more uniform random values range 4 weeks ago
  Marcos De La Torre f2a900a60d
[rcore] Fix modulo bias in `GetRandomValue()` (#5392) 4 weeks ago
  Ray 91ac3cc707 FIX: `LoadRandomSequence()`, using `GetRandomValue()` #5393 1 month ago
  Gregory Mitchell be6007be93
fix: sha1 computation on messages longer than 31 bytes (#5397) 1 month ago
  Connor O'Connor 944567651c
replace sprintf with snprintf (#5382) 1 month ago
  Connor O'Connor 1bbc8682f4
Fixed some typos and mispellings (#5381) 1 month ago
  Ray 8f3cabcf76 Update rcore.c 1 month ago
  Ray bd36610f91 Some formatting 1 month ago
  Ray 7e3d6cbfa8 Update rcore.c 1 month ago
  Ray 17dc2bb474 Update rcore.c 1 month ago
  Ray aaa893f668 Update rcore.c 1 month ago
  Ray e1b9857b14 Some TODOs and format reviews 1 month ago
  Ray fcaea5b1a1 Remove trailing spaces 1 month ago
  Ray 4e8b087ffe REVIEWED: `ComputeSHA256()` 1 month ago
  Ray 0b4815b8fe WARNING: REMOVED: GIT recording option, added example 2 months ago
  JohnnyCena123 5fbf67a630
[rcore] Use `FLAG_*` macros where possible (#5169) 2 months ago
  Ray 0fbc4272d0 Remove trailing spaces 2 months ago
  Jeffery Myers 12dc0d6675
Revert undesired change to rcore and restore correct win32 ifdef and max path (#5297) 2 months ago
  Ray ec06f9be37 Removed trailing spaces 2 months ago
  Ray ec3cb7045f Update rcore.c 2 months ago
  Saksham Goyal adfe2c1704
C++ compiler support v2 (#5252) 2 months ago
  JohnnyCena123 17bc628fd9
[rcore] Add `ComputeSHA256()` function (#5264) 2 months ago
  Jeffery Myers 7191749d66
[examples] Fix examples to work in MSVC (#5267) 2 months ago
  Jeffery Myers aaf4c1d3ae
always forward declare the windows stuff, prevents failure of rgfw in GCC. (#5269) 2 months ago
  Thomas Anderson 2d7b66dd37
change free to RL_FREE (#5265) 2 months ago
  JohnnyCena123 02b3e44f88
swap TraceLog to TRACELOG (#5226) 3 months ago
  Ray c264c86ee0 ADDED: Some useful functions for Files and Text management 3 months ago
  Ray ed8f1a22d1 Remove trailing spaces 3 months ago
  Ray 5a54fc12a2 REVIEWED: Prioritize `calloc()` calls than `malloc()` on some cases 4 months ago
  Ray 446f015ac5 Review formating 4 months ago
  Eike Decker bd810368b0
Fixing base64 decoding error when input string is bad (#5170) 4 months ago
  Ray ba046a5d60 REVIEWED: `DecompressData()`, fixed buffer copying 4 months ago
  Ray 1777da9056 REVIEWED: Avoid realloc() calls, small security improvement 4 months ago
  Jonathan Marler f61c2c504d
[rcore][win32] Adding native win32 backend (#4869) 4 months ago
  Ray ecf032fe4f REVIEW: Avoid warning on `fgets()` return value 4 months ago
  Ray 04a3ab0ca7 REVIEW: Added warning in case of no [rcore] backend defined 4 months ago
  Ray 0dc4ba53dc Minor format tweak 4 months ago
  Ray a9970484f3 Remove trailing spaces 4 months ago
  Ray 74339d2008 REVIEWED: `IsFileExtension()` 4 months ago
  Ray 95e4494cfe ADDED: `cursorLocked` variable and review required code #4940 #4955 4 months ago
  Ray c6241b91a2 REVIEWED: `IsFileExtension()` to avoid other modules dependency #5071 5 months ago
  Nikolas 7267c1c8a1
Make culling distances consistent across raylib 5 months ago
  Jeffery Myers bf536d68e1 Make GetRenderWidth and GetREnderHeight return the FBO size if one is active. 5 months ago
  Ray 12f0943bd9 Update rcore.c 5 months ago
  Ray 7262be85fd Minor format tweaks 5 months ago