Commit Graph

  • 1caa31396e Update CHANGELOG raysan5 2020-12-25 01:20:19 +0100
  • b973c2f08e Update SPONSORS.md raysan5 2020-12-24 23:21:44 +0100
  • e0c1f25116 Update ROADMAP.md raysan5 2020-12-24 23:10:42 +0100
  • d38e01d186 Minor tweak raysan5 2020-12-24 23:10:29 +0100
  • ea0f6c7a26 Replace TABS by 4 spaces raysan5 2020-12-24 23:07:52 +0100
  • b93c4b0c20
    Update CHANGELOG Ray 2020-12-24 19:33:52 +0100
  • ec3845fa9f Review some RPI4 tracelogs raysan5 2020-12-24 19:09:05 +0100
  • 3e041a27b1 Update Makefile raysan5 2020-12-24 19:08:02 +0100
  • 5ffce8f230 Review tracelog messages for DRM platform raysan5 2020-12-24 17:56:08 +0100
  • 8073c5ec93 Update README.md raysan5 2020-12-24 15:51:46 +0100
  • 13a288d13a Update README.md raysan5 2020-12-24 15:48:43 +0100
  • 5662403488
    Update README.md Ray 2020-12-24 15:32:15 +0100
  • b68e522ffc Updated several files while porting examples to web raysan5 2020-12-24 13:51:24 +0100
  • b694ce6418
    Add DrawLineBezierQuad to header Violet White 2020-12-23 16:38:33 -0600
  • 0d508db093
    Add quadratic bezier to shapes.c Violet White 2020-12-23 16:36:19 -0600
  • bab1b9c1c5 Review example formating raysan5 2020-12-23 20:59:14 +0100
  • d9a9bacb48 Review formatting raysan5 2020-12-23 20:30:00 +0100
  • 10a57f297e Merge branch 'master' of https://github.com/raysan5/raylib raysan5 2020-12-23 17:50:08 +0100
  • 60a3746a80 Remove dup example raysan5 2020-12-23 17:49:54 +0100
  • 002258aa57
    Update CHANGELOG Ray 2020-12-23 17:44:00 +0100
  • c59ea67b97
    Update CHANGELOG Ray 2020-12-23 17:43:06 +0100
  • 7e459dc38b Review Android Makefiles to required version raysan5 2020-12-23 17:05:51 +0100
  • f8a2903cec Review issues when compiling for Android raysan5 2020-12-23 17:05:07 +0100
  • ef46003270 Update raylib functions parser to generate XML intellisense file raysan5 2020-12-23 16:35:39 +0100
  • 1df89039ad Update Makefile(s) raysan5 2020-12-23 16:34:21 +0100
  • 0a9e080998 Remove trailing spaces raysan5 2020-12-23 15:03:26 +0100
  • 547960ca71 Update raylib version raysan5 2020-12-23 13:48:53 +0100
  • 59949bf848 Update resource file raysan5 2020-12-23 13:48:43 +0100
  • 28b3571517
    Update CHANGELOG Ray 2020-12-23 13:26:31 +0100
  • aa38532cc3 Remove unused variable raysan5 2020-12-23 13:03:13 +0100
  • 9216e96315 Corrected typo raysan5 2020-12-23 13:02:40 +0100
  • 0da827d754 Corrected small issue raysan5 2020-12-23 12:54:57 +0100
  • 871c3d87b4 REMOVED: Travis CI raysan5 2020-12-23 12:46:06 +0100
  • b78ee13791 ADDED: CheckCollisionLines() raysan5 2020-12-23 12:45:53 +0100
  • 2bdb45f280
    Remove Travis CI badge Ray 2020-12-23 12:30:00 +0100
  • 9b73eeb11f
    [Fix]: Add the <stdbool.h> include header if using raymath.h as a standalone Victor Gallet 2020-12-22 11:34:16 +0100
  • 668b3e4cfb
    [Math Feature]: Add two functions for Vector2 to know if two lines intersect and two segments intersect (#1466) Victor Gallet 2020-12-21 21:04:02 +0100
  • bf21fc682b Replace keyword '_Bool' by 'bool' Elkantor 2020-12-21 15:37:01 +0100
  • 3eeeb742f2 Fix compilation error Elkantor 2020-12-21 15:36:02 +0100
  • a6033d8fc4 Fix compilation error Elkantor 2020-12-21 15:33:44 +0100
  • dd8d8971ae Fix compilation issues Elkantor 2020-12-21 15:32:10 +0100
  • 09cf9624bb Remove bad indents Elkantor 2020-12-21 15:11:43 +0100
  • db9d393fdd Rework the declaration of the 'Vector2LineIntersect' function, and add the 'Vector2SegmentIntersect' function Elkantor 2020-12-21 15:11:06 +0100
  • 04a798bdf7 Remove indents Elkantor 2020-12-21 13:29:10 +0100
  • 0982b52b98 Add a function to know if two lines intersect each other and if yes, get the intersection point Elkantor 2020-12-21 13:27:55 +0100
  • 51e75be9d1
    Update CHANGELOG Ray 2020-12-20 11:05:24 +0100
  • 976932e05e Set version for raylib 3.5 Ray 2020-12-19 20:38:49 +0100
  • d82113ec34 Camera funcs, review params names Ray 2020-12-19 20:14:34 +0100
  • 9097d0b4ef REVIEW: CheckCollisionSpheres() params naming Ray 2020-12-19 20:05:32 +0100
  • f30354fc35 Minor tweak Ray 2020-12-19 20:01:07 +0100
  • d2d72b1dfb ADDED: MemAlloc() / MemFree() #1440 Ray 2020-12-19 19:43:25 +0100
  • cbf7369a3d Update raylib.h Ray 2020-12-19 19:28:06 +0100
  • 2374281204 Avoid *Rec suffix in some variables Ray 2020-12-19 19:27:31 +0100
  • 015e715278 Corrected DrawTextRecEx() bug Ray 2020-12-19 19:12:51 +0100
  • e404a18226 Support font chars padding on drawing #1432 Ray 2020-12-19 12:16:23 +0100
  • 51e8f37688 Minimal tweak Ray 2020-12-19 00:22:58 +0100
  • c36a6f3d9f Update textures.c Ray 2020-12-19 00:01:14 +0100
  • e07bc372a1 WARNING: RENAMED several functions for consistency #1440 Ray 2020-12-18 21:03:08 +0100
  • 5dd142beb6 Added some Web checks for missing GLFW functions Ray 2020-12-18 19:32:52 +0100
  • 96542269d0 WARNING: GetKeyPressed() <-> GetCharPressed() #1336 Ray 2020-12-18 18:58:02 +0100
  • 893a64712e Support mouse input on example #1465 Ray 2020-12-18 18:36:04 +0100
  • 21d0278887 Skip any that that starts with '.' it's ether a relative link or a hidden file on nix and should not be iterated. Jeffery Myers 2020-12-16 16:01:18 -0800
  • 0987507ef5
    Add headers to install cmake (#1462) hristo 2020-12-16 20:11:21 +0200
  • ef0dcaabf9
    Changing JPG compression (#1463) Andrea Fontana 2020-12-16 19:07:18 +0100
  • 779c135529
    Changing JPG compression Andrea Fontana 2020-12-16 12:41:58 +0100
  • 23a0a2fa0e Added headers to install targets to fix vcpkg usage Hristo Stamenov 2020-12-15 19:07:37 +0200
  • f5b4656801 Added additional charsPadding initialization #1432 Ray 2020-12-14 23:51:55 +0100
  • 5f690819e7 REVIEWED: Font struct, added charsPadding #1432 -WIP- Ray 2020-12-14 23:47:11 +0100
  • e69f2f0c26 REVIEWED: DrawGrid(), issue with buffer limits check #1417 Ray 2020-12-14 23:39:12 +0100
  • d360a49f36 ADDED: UnloadFileData() / UnloadFileText() #1440 Ray 2020-12-14 20:47:58 +0100
  • cd3eb3d8bd Added some security checks on GenMesh*() #1454 Ray 2020-12-14 20:41:58 +0100
  • 7a0e73331d
    Add mesh collision function so we can check meshes directly instead of having to put them in a model. (#1459) Jeffery Myers 2020-12-14 10:26:32 -0800
  • a840d8a77d
    Changed extension for web from .bc to .a (#1461) hristo 2020-12-14 20:24:56 +0200
  • 3ec8ac52f8
    Building examples by default only if raylib is standalone. (#1460) hristo 2020-12-14 20:24:20 +0200
  • caf7061423 Changed extension for web from .bc to .a Hristo Stamenov 2020-12-14 16:44:13 +0200
  • ed2662deb8 Building examples by default only if raylib is standalone. Hristo Stamenov 2020-12-14 16:39:48 +0200
  • 90acdc7a09 Add mesh collision function so we can check meshes directly instead of having to put them in a model. Make model collision function call the mesh function. Jeffery Myers 2020-12-13 16:49:07 -0800
  • 6e79476650
    Fixed the build for web using CMake. (#1452) hristo 2020-12-13 21:29:47 +0200
  • 11ebb54674
    Don't put the obj and temp files for all the projects in the same place, it causes conflicts (#1458) Jeffery Myers 2020-12-13 07:08:22 -0800
  • a798fd401f
    Fixed #1455 (#1456) Alexander Buhl 2020-12-13 16:06:55 +0100
  • e3e539f1c8
    Fixed #1455 Alexander Buhl 2020-12-13 14:58:31 +0100
  • 342d4faf14
    Add options to set line width and aliasing to rlGL layer. (#1457) Jeffery Myers 2020-12-13 01:58:24 -0800
  • 29350faa09 Don't put the obj and temp files for all the projects in the same place, it causes conflicts Jeffery Myers 2020-12-12 17:22:23 -0800
  • 72d9054239 Don't do line smoothing in OpenGLES Jeffery Myers 2020-12-12 10:26:30 -0800
  • 4ebfee7b9d Add options to set line width and aliasing to rlGL layer. Jeffery Myers 2020-12-12 09:23:26 -0800
  • 2fa083b9de
    Fixed #1455 Alexander Buhl 2020-12-12 17:57:08 +0100
  • e6ae4879f6 Added security check to pitch change #1450 Ray 2020-12-12 13:07:46 +0100
  • 459c4754dc Reviewed SetAudioBufferPitch() #1450 Ray 2020-12-12 13:01:31 +0100
  • 90f60656a9 Fixed ENUM to STRING because of a missed warning Hristo Stamenov 2020-12-09 19:01:12 +0200
  • 5e762ea371 Added more improvements to cmakelists Hristo Stamenov 2020-12-09 17:48:58 +0200
  • 18da4b6076 Cleaned up the additional variables (they are not important) Hristo Stamenov 2020-12-08 23:21:51 +0200
  • 191d261393 Fixed the build for web using CMake. Hristo Stamenov 2020-12-08 15:38:00 +0200
  • 039503e7c2
    Add functions to enable/disable depth writes to go with functions for depth tests. (#1451) Jeffery Myers 2020-12-05 12:53:19 -0800
  • 03df593263
    Add function to get the position of a monitor (and fix some comments) (#1449) Jeffery Myers 2020-12-05 12:51:20 -0800
  • 1def69319f Add functions to enable/disable depth writes to go with functions for depth tests. Jeffery Myers 2020-12-05 09:28:44 -0800
  • d33b63a50d Fixed an issue where SetAudioBufferPitch could not be dynamically changed jdeokkim 2020-12-05 05:43:09 +0000
  • 1b1be29d3d Add function to get the position of a monitor (and fix some comments) Jeffery Myers 2020-12-04 17:23:36 -0800
  • 62406259d7 Corrected minor windows flags issues Ray 2020-12-03 20:33:46 +0100
  • dd45d0ed64 Update VS2019 project Ray 2020-12-03 20:22:06 +0100
  • c4aee2d09a Add VS2019 project Ray 2020-12-03 20:19:54 +0100