5197 Commits (7383de3dea3037956710f2a8184665d7b925a883)

Author SHA1 Message Date
  Ray 23e0898c65 Ouch! 1 month ago
  Ray c264c86ee0 ADDED: Some useful functions for Files and Text management 1 month ago
  Ray bd6065a4fd Update rlgl.h 1 month ago
  Ray dc1632c17a REVIEWED: Platform code formatting and organization 1 month ago
  Jeffery Myers 7729727752
Use the render size not the screen size for screenshots so we use the actual framebuffer size. (#5192) 1 month ago
  Max Coplan fbdf5e4fd2
fix(rcore): correctly scale content on macOS (#5186) 1 month ago
  Ray ed8f1a22d1 Remove trailing spaces 1 month ago
  Bruno Cabral b281101001
[build][cmake] Review web compilation system (#5181) 1 month ago
  Ray b8420d4821 REXM: Update examples 1 month ago
  Bruno Cabral bb0c78476c
[build][cmake] Fix definition to use SDL3 (#5175) 1 month ago
  Bruno Cabral 6cf38b6292
fix SDL3 gamepad detection (#5176) 1 month ago
  Bruno Cabral 71321d179b
[build][cmake] Added emscripten build options (#5180) 1 month ago
  Bruno Cabral 7db5f56e81
[cmake] export automatically raylib definitions and compile/link options (#5179) 1 month ago
  Ray 8d3a4b8dd5 REVIEWED: Renamed `PLATFORM_DESKTOP_SDL3` to `USING_VERSION_SDL3` #5175 1 month ago
  Ray d0c39db6c2 Update rlgl.h 1 month ago
  Ray 5a54fc12a2 REVIEWED: Prioritize `calloc()` calls than `malloc()` on some cases 1 month ago
  Ray 1b9aa0bcf3 Update rmodels.c 1 month ago
  Ray 446f015ac5 Review formating 1 month ago
  Eike Decker bd810368b0
Fixing base64 decoding error when input string is bad (#5170) 1 month ago
  Ray 8e52aee853 Update rtext.c 1 month ago
  Ray 51aa8776bb Update rtext.c 1 month ago
  Ray 0203a47bf9 REDESIGNED: `LoadTextLines()`/`UnloadTextLines()` 1 month ago
  Ray ba046a5d60 REVIEWED: `DecompressData()`, fixed buffer copying 1 month ago
  Ray 64641c6a01 Update raudio.c 1 month ago
  Ray 48eac60171 REVIEWED: Potential issue with animated normals on OpenGL 1.1 1 month ago
  Ray 2cb387b50a REVIEWED: Font atlas image generation, added some comments #5141 1 month ago
  Ray f53cd449ce
Update config.h 1 month ago
  Ray d1768d387c Update utils.c 1 month ago
  Ray 1fa3c15942 Revert "add const qualifier to the first arg of TextJoin (#5166)" 1 month ago
  JohnnyCena123 4e8d08523f
add const qualifier to the first arg of TextJoin (#5166) 1 month ago
  Ray 29ce5d8aa9 WARNING: BREAKING: `LoadFontData()` redesigned, added parameter 1 month ago
  Ray aa475b1046 REVIEWED: Code sections description for consistency 1 month ago
  Ray 8f32c502a7 REVIEWED: Code sections definition 1 month ago
  Ray 1777da9056 REVIEWED: Avoid realloc() calls, small security improvement 1 month ago
  Ray 708c1539e4 Update rtextures.c 1 month ago
  Ray 0a92c863c4 Reverted const codepoints to avoid warnings 1 month ago
  Ray 12ce72c32d REVIEWED: `ExportImage()` 1 month ago
  wileyanderssen 998a18b641
removed macro that does nothing (#5163) 1 month ago
  0_stamina 7d07d21ee5
Update Camera3D.fovy description in raylib.h (#5164) 1 month ago
  Jonathan Marler f61c2c504d
[rcore][win32] Adding native win32 backend (#4869) 1 month ago
  Ray ecf032fe4f REVIEW: Avoid warning on `fgets()` return value 1 month ago
  Ray edce3d41b2 REVERT: Making codepoints const, variable is used to generate list in case it was NULL 1 month ago
  Ray ecedf40da6 REVIEW: `const` for codepoints arrays passed to function #5159 1 month ago
  wileyanderssen fce888c0c0
changed function params formatting (#5160) 1 month ago
  maiphi d9cb078299
FindNearestConnectorMode: prefer mode with smallest number of unused pixels (#5158) 1 month ago
  Ray f0e49787cd minor tweak 2 months ago
  JohnnyCena123 0e73e0ea64
reviewed ALL non-external files to follow raylib's convention of no spaces around / or * (#5153) 2 months ago
  JohnnyCena123 481daf2423
remove extra backslash in fix_win32_compatibility.h (#5148) 2 months ago
  JohnnyCena123 4a4997c615
fix unnecessary warnings in some files (#5152) 2 months ago
  Ray d2f6c4924c ADDED: [rtext] `LoadTextLines()`/`UnloadTextLines()` 2 months ago