Commit Graph

  • 016b7d0a3a Fix text_unicode.c example crashing (#3250) ubkp 2023-08-19 08:43:00 -03:00
  • e4dcbd5180 Fix #3246 Ray 2023-08-17 15:05:52 +02:00
  • a86c93ebc0 Ignore unused return value of GetCodepointNext in GetCodepointCount (#3241) ashn 2023-08-14 18:09:27 -04:00
  • e2d4463886 Update BINDINGS.md Ray 2023-08-15 00:04:07 +02:00
  • e0afb8942e Fix examples/others/rlgl_standalone.c compilation issue (#3242) ubkp 2023-08-14 16:55:13 -03:00
  • 7a1c0d2547 Added fortran-raylib Ray 2023-08-14 21:10:24 +02:00
  • bf705a63de REVIEWED: DrawLineCatmullRom() Ray 2023-08-12 19:31:29 +02:00
  • d873d0f173 ISSUE: DrawLineCatmullRom(), needs review Ray 2023-08-12 18:45:59 +02:00
  • 9161c55d59 REVIEWED: Code formatting Ray 2023-08-12 18:40:18 +02:00
  • fc88518067 ADDED: Spline drawing functions -> Ray 2023-08-12 14:00:50 +02:00
  • c25b52b1b3 Fix rcamera.h issues (#3240) ubkp 2023-08-11 05:19:50 -03:00
  • 93f59a6f59 Review tabs and trail-spaces Ray 2023-08-10 22:47:17 +02:00
  • f1c31bee27 Fix #3177 #3109 Ray 2023-08-10 22:45:25 +02:00
  • 0959f6ebf6 fix typos in rmodels, rshapes, rtext modules (#3236) RadsammyT 2023-08-09 18:21:14 -04:00
  • 90f1749965 Ignore unused function warnings from external headers when compiling with GCC and Clang (#3235) ashn 2023-08-09 13:17:12 -04:00
  • 42cfabc670 REVIEWED: Old pragma formating Ray 2023-08-09 10:00:26 +02:00
  • 03ecf2202e Fix typos in rcore.c comments (#3234) RadsammyT 2023-08-08 14:10:40 -04:00
  • bef818e210 Fix build for OpenGL 2.1, where half floats are part of an extension (#3233) Nikolas 2023-08-08 20:09:22 +02:00
  • db55bed72b fix: check if ctrl modifier is among the currently set modifiers (#3230) mohad12211 2023-08-07 21:51:36 +04:00
  • c9864d8ac1 Fixed Android app black screen issue when reopening after incomplete closing (#3227) Le Juez Victor 2023-08-06 22:04:20 +02:00
  • b82217eaaa Tweak build.zig to work with cross-compiling (#3225) yujiri8 2023-08-06 03:25:37 -04:00
  • dc621ca388 Support 16-Bit HDR textures (#3220) Nikolas 2023-08-05 23:16:26 +02:00
  • 6094869e3e Fix material loading #3126 Ray 2023-08-04 18:14:47 +02:00
  • 62f5382d56 [AUDIO] Add an example of how to use LoadSoundAlias (#3223) Jeffery Myers 2023-08-04 08:14:04 -07:00
  • 601cadbae6 [AUDIO] Add a function to make an alias of a sound and share it's sample data (#3219) Jeffery Myers 2023-08-04 07:40:10 -07:00
  • d3058fe589 [CORE] Support for SetWindowTitle and InitWindow for web (#3222) vitopigno 2023-08-04 12:04:19 +02:00
  • 5b4aaf4eb1 Adds CMake option for SUPPORT_CUSTOM_FRAME_CONTROL (#3221) ubkp 2023-08-03 05:29:45 -03:00
  • 464e714a2e Adds BORDERLESS_WINDOWED_MODE for PLATFORM_DESKTOP (#3216) ubkp 2023-08-02 14:16:35 -03:00
  • 04678bc585 int math done with floats causes warnings. (#3218) Jeffery Myers 2023-08-02 10:12:38 -07:00
  • b60c691816 Update BINDINGS.md (#3217) Joseph Montanez 2023-08-02 00:05:02 -07:00
  • e7664d5684 build change (#3214) Matheus C. França 2023-08-01 05:46:40 -03:00
  • 4fd40f0333 Fixes GetCurrentMonitor() detection inconsistency issue (#3215) ubkp 2023-08-01 05:42:50 -03:00
  • d3ea649832 Update BINDINGS.md to include rayjs (#3212) Alexander Klingenbeck 2023-07-30 19:08:59 +02:00
  • 44659b7ba8 Fix android soname in src/Makefile (#3211) ndytts 2023-07-29 07:46:04 -04:00
  • 962030e70a Changes SetWindowMonitor() to no longer force fullscreen (#3209) ubkp 2023-07-28 15:08:41 -03:00
  • 5d28bad0ad Fix LoadTextureCubemap for manual layouts (#3204) Nikolas 2023-07-27 22:41:43 +02:00
  • ac6f889dfc Fix misleading indentation in src/Makefile (#3202) ashn 2023-07-26 11:50:07 -04:00
  • 298f93ef50 Fix DrawBillboardPro to allow source of negative size (#3197) (#3203) bohonghuang 2023-07-26 23:46:57 +08:00
  • 32b54be5cb Update FAQ.md Ray 2023-07-24 12:32:22 +02:00
  • 090b857912 Fix mouse wheel not working in PLATFORM_RPI or PLATFORM_DRM (#3193) ubkp 2023-07-23 15:35:41 -03:00
  • 295e8c2a2f Optimize and simplify the gesture system (#3190) ubkp 2023-07-22 15:50:04 -03:00
  • ad2338b994 build.zig: Support for building with PLAFORM_DRM (#3191) Jakub Václav Flasar 2023-07-21 14:08:35 +02:00
  • 1310617a92 Optimization of ImageDrawRectangleRec() (#3185) smalltimewizard 2023-07-20 07:50:56 -04:00
  • 5635e4214c Add note about sample format to AttachAudioStreamProcessor() (#3188) Alberto González Palomo 2023-07-20 13:41:35 +02:00
  • 055fd752c2 Fixed GetMonitorName description (#3184) (#3189) Danil 2023-07-20 11:56:35 +03:00
  • 7124a14a60 Document buffer format for audio processors. (#3186) Alberto González Palomo 2023-07-19 23:11:29 +02:00
  • d6f16b7664 Update usage of 'sinf()' and 'cosf()' to be correct (#3181) Rokas Puzonas 2023-07-19 14:46:14 +03:00
  • 954c60100f Fix GESTURE_DRAG and GESTURE_SWIPE_* issues (mostly) for web (#3183) ubkp 2023-07-19 06:33:10 -03:00
  • a9ff13a367 Update CMakeOptions.txt Ray 2023-07-18 18:07:49 +02:00
  • 52541b4a1f ADDED: SUPPORT_FONT_ATLAS_WHITE_REC Ray 2023-07-18 17:57:10 +02:00
  • e0c80f5ddd Revert "Makefile change for cross compiling. (#3176)" Ray 2023-07-16 20:18:38 +02:00
  • 86f95d7150 Reviewed C compilation issues and formatting Ray 2023-07-16 13:24:49 +02:00
  • 70286c7cdc Makefile change for cross compiling. (#3176) Michael Anghelone 2023-07-16 07:08:55 -04:00
  • b980268ba7 [example] Core Input Gestures for Web (#3172) ubkp 2023-07-16 08:07:29 -03:00
  • 22895ba14f fix: cmake option "OPENGL_VERSION" doesn't work (#3170) Roy Qu 2023-07-14 03:20:06 +08:00
  • bc9c063254 Update external sdefl and sinfl Ray 2023-07-12 15:49:38 +02:00
  • 8096f142ec Add a new task the issue template about checking the wiki (#3169) ubkp 2023-07-12 07:02:33 -03:00
  • 290ec11e7c Merge branch 'master' of https://github.com/raysan5/raylib Ray 2023-07-12 10:37:17 +02:00
  • 7f21cf1dcf Revert "UPDATED: sdefl and sinfl compression libraries" Ray 2023-07-12 10:37:10 +02:00
  • e8181a5ddf Update latest h-raylib version (#3166) Anand Swaroop 2023-07-11 09:21:49 -04:00
  • 2061bfc5e8 Reviewed parameter names to avoid issues #3159 Ray 2023-07-10 19:29:10 +02:00
  • bc40012ca3 Added missing structure on standalone mode #3160 Ray 2023-07-10 19:15:55 +02:00
  • b807c590cb Merge branch 'master' of https://github.com/raysan5/raylib Ray 2023-07-10 19:13:53 +02:00
  • 0b9fae3c53 Reviewed rcamera/rgestures file-macros for consistency #3161 Ray 2023-07-10 19:13:44 +02:00
  • 4b6cbd2340 Fix Touch pointCount for web (#3163) ubkp 2023-07-10 13:58:56 -03:00
  • 91e4eea52d Add raylib-ffi to bindings list (#3164) Evan Pratten 2023-07-10 12:58:10 -04:00
  • 334e96d470 update bindbd-raylib3 to raylib 4.5 (#3157) o3o 2023-07-06 12:32:02 +02:00
  • 685d47938b Reverted MeasureTextEx() change #3105 Ray 2023-07-06 12:31:01 +02:00
  • 668b37e111 REVIEWED: GenImageFontAtlas(), make atlas size less conservative Ray 2023-07-06 12:29:28 +02:00
  • 4f9235f6eb Merge branch 'master' of https://github.com/raysan5/raylib Ray 2023-07-05 18:36:59 +02:00
  • 58bd10edb2 Update rtext.c Ray 2023-07-05 18:36:54 +02:00
  • 13a26a0fa2 Fix degrees of swipe gestures for web (#3155) ubkp 2023-07-05 11:43:00 -03:00
  • 3c4ce9c99b Update examples_template.c to raylib 4.5 (#3156) Wytek01 2023-07-05 16:39:38 +02:00
  • 225b4fb3e2 REVIEWED: Vector2Angle() Ray 2023-07-04 16:58:43 +02:00
  • dd2d64e058 Fix pinch gestures for web (#3153) ubkp 2023-07-04 06:08:58 -03:00
  • ffe4d36e0a Fix swipe gestures for web (#3151) ubkp 2023-07-03 04:29:26 -03:00
  • fdc28fce80 Reviewed vector2angle example Ray 2023-07-02 20:05:15 +02:00
  • e8af875756 Minor format tweak, another issue introduced... Ray 2023-07-02 18:54:50 +02:00
  • 64bb2fe3ec fix vector angle example mode 0 circle segment drawing (#3150) Gisteron 2023-07-02 18:51:27 +02:00
  • d1ab031a27 ADDED: SetWindowFocused() #3142 Ray 2023-07-02 17:48:00 +02:00
  • 5361d498c3 WARNING: REDESIGN: Vector2Angle()<-->Vector2LineAngle() #2887 Ray 2023-07-02 17:27:38 +02:00
  • 4fc5e82e30 REVIEWED: TextToUpper(), TextToLower(), TextToPascal() Ray 2023-07-02 11:10:42 +02:00
  • 3e4e4b32fd WARNING: BREAKING: ADDED: SetTextLineSpacing() Ray 2023-07-02 10:52:20 +02:00
  • 48e2663d03 REVIEWED: Issue #3105 Ray 2023-07-02 10:51:39 +02:00
  • df90da0b37 Update rcore.c Ray 2023-07-02 10:50:40 +02:00
  • e190b7eee9 UPDATED: sdefl and sinfl compression libraries Ray 2023-06-30 09:47:16 +02:00
  • ceafbcf9d2 REVIEWED: SetShapesTexture(), allow reseting Ray 2023-06-28 00:37:24 +02:00
  • 5834e970eb Update BINDINGS.md (#3138) Kenta 2023-06-27 21:03:42 +01:00
  • 0c126af717 casting warnings in rtextures (#3134) Jeffery Myers 2023-06-24 14:38:09 -07:00
  • 2d518bfbcd REVIEWED: ProcessMaterialsOBJ() #3125 Ray 2023-06-24 13:32:13 +02:00
  • 77d025ebda Merge branch 'master' of https://github.com/raysan5/raylib Ray 2023-06-24 13:27:07 +02:00
  • 974460b072 REVIEWED: rlLoadShaderBuffer() #3104 Ray 2023-06-24 13:26:43 +02:00
  • fa698fb05e Update BINDINGS.md for Crystal (#3132) Ian Rash 2023-06-24 04:22:23 -07:00
  • 5e1a81555c Review android_main() in rcore.c (#3121) Le Juez Victor 2023-06-20 11:01:57 +02:00
  • 3a90acf08e Add options to zig compile (#3115) Dante Catalfamo 2023-06-18 05:48:50 -04:00
  • 830e328df0 Remove trailing spaces Ray 2023-06-17 16:48:18 +02:00
  • 2209e5b0ca fix window flags order (#3114) lesleyrs 2023-06-16 18:08:10 +02:00
  • a0a18384cb Fix typo Ray 2023-06-16 16:34:47 +02:00
  • 7392c4b0c5 Better examples/core_input_gamepad (#3110) iacore 2023-06-14 18:46:10 +00:00
  • f385d0ce1c Continuation of support for ES3/WebGL2 (#3107) Chema Guerra 2023-06-12 08:18:31 +02:00