Commit Graph

  • 41732bebe8 Formatting tweak raysan5 2019-08-27 12:22:54 +02:00
  • e2183f0b99 Update version in case no config.h is being used raysan5 2019-08-27 12:10:09 +02:00
  • f565ff018e REMOVED: FLAG_SHOW_LOGO raysan5 2019-08-27 11:24:04 +02:00
  • 8241dcf80b Review models loading, memory initialization raysan5 2019-08-27 11:16:43 +02:00
  • c661cad692 Review all RL_CALLOC() calls raysan5 2019-08-27 10:56:49 +02:00
  • 37a6f12037 Unload model shaders and textures raysan5 2019-08-26 21:19:04 +02:00
  • addbd88833 Expose scissor functionality raysan5 2019-08-26 21:09:03 +02:00
  • 8e86f3586d IsAudioBufferProcessed -> IsAudioStreamProcessed (#951) Zatherz 2019-08-26 00:34:54 +02:00
  • e67c842faa Tweak on atlas size computing Ray 2019-08-24 20:03:47 +02:00
  • 061294e4d1 Update miniaudio.h Ray 2019-08-24 10:11:32 +02:00
  • 20fa362700 Review comment raysan5 2019-08-21 18:59:15 +02:00
  • 20257f3e49 Uniform initialization not supported on GLSL 100 raysan5 2019-08-20 21:17:06 +02:00
  • 3db13edd89 Support mouse cursor on RPI native raysan5 2019-08-20 20:39:22 +02:00
  • a727f5768f Review OpenGL ES 2.0 extensions check raysan5 2019-08-20 19:33:46 +02:00
  • bf0db83134 Merge branch 'master' of https://github.com/raysan5/raylib raysan5 2019-08-20 19:33:05 +02:00
  • ef3b01dffc RPI: Corrected issue when creating 3d projection view raysan5 2019-08-20 19:32:12 +02:00
  • 64575e711b Update README.md Ray 2019-08-20 13:15:48 +02:00
  • 3414910809 Update README.md Ray 2019-08-20 13:15:10 +02:00
  • 2f42b0ce85 REVIEW: TextSplit() Ray 2019-08-19 15:09:54 +02:00
  • 12bcdb977a Update shapes.c for smoother collision detection (#946) Colday96 2019-08-19 12:32:17 +01:00
  • 973d32f9a7 Reviewed issue #943 Ray 2019-08-19 12:17:02 +02:00
  • 049a1c8f6d Merge branch 'master' of https://github.com/raysan5/raylib Ray 2019-08-19 12:09:25 +02:00
  • 4b79f63d07 new example: shaders_fog Ray 2019-08-19 12:08:45 +02:00
  • 7ebcd06652 Fix uninitialized vboId in GenMeshHeightmap (#949) Oraoto 2019-08-19 16:25:26 +08:00
  • ce8d7042c6 PR formatting review Ray 2019-08-16 16:15:47 +02:00
  • d8b8c0f3fc change Camera2D behavior (#945) arvyy 2019-08-16 17:09:50 +03:00
  • c387bc586d RENAMED: IsAudioBufferProcessed() -> IsAudioStreamProcessed() raysan5 2019-08-13 17:41:31 +02:00
  • c629b16ebc Corrected issue on compressed textures data size raysan5 2019-08-12 12:35:23 +02:00
  • cef1e6e2e2 Added notes about vertex order raysan5 2019-08-11 21:26:12 +02:00
  • 740834bb83 REVIEW: GetDirectoryPath() and GetPrevDirectoryPath() raysan5 2019-08-11 12:04:54 +02:00
  • 2c2ccadd32 Small fix in GetMouseY (#940) Wayde Reitsma 2019-08-11 19:17:20 +10:00
  • 6f2f09947f addition to raylib to create matrix from 3 euler angles (#938) chriscamacho 2019-08-09 16:04:52 +01:00
  • e6e48675cc Formating tweaks Ray 2019-08-08 23:08:54 +02:00
  • 108f7f6fee Corrected small issue on miniaudio raysan5 2019-08-08 10:32:42 +02:00
  • 2234158049 Merge branch 'master' of https://github.com/raysan5/raylib raysan5 2019-08-08 10:18:25 +02:00
  • 3ebc55fdfe Reviewed comment raysan5 2019-08-08 10:18:12 +02:00
  • 084fb31186 Removing '__RemoveNode' (#935) Kevin Yonan 2019-08-08 01:00:23 -07:00
  • 2d5cc5ddbf fixed xmloader bug, user must free model shaders and textures as they might be shared (#933) chriscamacho 2019-08-08 08:57:21 +01:00
  • f3555a1016 Fix memleak in physics_restitution example (#932) Michael Vetter 2019-08-07 09:24:56 +02:00
  • 5f1990e044 Fix build caused by GetImageAlphaBorder() (#931) Michael Vetter 2019-08-07 09:23:15 +02:00
  • 3d46297cc1 Update external libraries Ray 2019-08-07 00:33:57 +02:00
  • 439e73a8ec Change raylib version to 2.6-dev Ray 2019-08-07 00:33:33 +02:00
  • 3d5fa81bf2 WARNING: Redesigned structs Ray 2019-08-07 00:32:44 +02:00
  • 2a913b6587 ADDED: GetImageAlphaBorder() Ray 2019-08-07 00:28:05 +02:00
  • 042499188c ADDED: DirectoryExists() and GetPrevDirectoryPath() Ray 2019-08-07 00:27:32 +02:00
  • b354c10072 ADDED: DirectoryExists() Ray 2019-08-07 00:26:33 +02:00
  • 6267fd1865 Fix memory leak in LoadGLTF() (#929) Michael Vetter 2019-08-06 23:09:27 +02:00
  • f518c4e939 Fix loading multiple animations from .iqm file (#928) culacant 2019-08-06 23:08:58 +02:00
  • e53e42f43d Improved Android Building (#930) NimbusFox 2019-08-06 22:06:26 +01:00
  • 94abe0db88 Allow GitHub Sponsors only Ray 2019-08-03 12:57:06 +02:00
  • 89c16baf18 Replace tabs with spaces and update year of copyright notices (#927) Leandro Gabriel 2019-08-03 06:07:41 -03:00
  • 68ffbc06c7 explained a bit more the core_window_letterbox example (#925) João Coelho 2019-08-02 14:16:43 +01:00
  • f81cb1a252 End of July rmem Update (#923) Kevin Yonan 2019-07-31 02:24:33 -07:00
  • 1da7e1da8c Review VSCode project raysan5 2019-07-30 14:00:10 +02:00
  • 5775f9d224 Patched potential bug when defragging. (#920) Kevin Yonan 2019-07-28 12:37:31 -07:00
  • 38ee6156f8 Update textures_mouse_painting.c raysan5 2019-07-28 19:04:30 +02:00
  • b83d165764 Replace tabs by spaces raysan5 2019-07-28 15:33:55 +02:00
  • 895f9613d2 Added image saved message raysan5 2019-07-28 15:26:22 +02:00
  • 602d2a65dd Reviewed new examples raysan5 2019-07-28 15:09:01 +02:00
  • 879c874330 Added scissor test and mouse painting examples proposed in #890 (#919) ChrisDill 2019-07-28 10:12:13 +01:00
  • 153f078bd1 Update raygui.h raysan5 2019-07-27 12:42:18 +02:00
  • 9a478bef1a Avoid ricons.h raysan5 2019-07-27 12:04:47 +02:00
  • a1c551c6c4 Reviewed rlTextureParameters() raysan5 2019-07-27 11:59:41 +02:00
  • e44eae3cd5 Changes without CLion mess (#916) Reece Mackie 2019-07-27 10:53:00 +01:00
  • 814952c01d #917 This commit changes the path to 'shell.html' in all Makefiles (#918) Antonio Radovcic 2019-07-27 11:45:49 +02:00
  • 6baf8bccb1 Removed functions modifiers raysan5 2019-07-27 11:44:50 +02:00
  • f46ffb98a6 Update raygui.h raysan5 2019-07-27 11:44:13 +02:00
  • 65d003507b Update FUNDING.yml Ray 2019-07-27 09:56:24 +02:00
  • 251f90cd31 WARNING: Replaced Music pointer by struct Ray 2019-07-26 10:26:39 +02:00
  • 8e870f0eda Try to support stack matrices on models drawing Ray 2019-07-24 22:40:12 +02:00
  • 7c05e498fc Test Camera on Android Ray 2019-07-24 22:39:33 +02:00
  • eed53a5b44 Changed macro CLITERAL Ray 2019-07-24 22:38:57 +02:00
  • 9909c83012 REMOVED: LoadWaveEx() Ray 2019-07-24 22:38:40 +02:00
  • 73a3d4a183 Review comments Ray 2019-07-24 22:38:06 +02:00
  • ae95111006 Some variables renamed Ray 2019-07-24 22:37:24 +02:00
  • 8730f22371 Remove note Ray 2019-07-24 22:37:00 +02:00
  • a5329efb23 Some tweaks revisiting an old game... Ray 2019-07-24 22:36:52 +02:00
  • b4d67499a7 BREAKING CHANGE: Read description Ray 2019-07-24 15:05:14 +02:00
  • 543c0ba30d Added Sound parameters data Ray 2019-07-24 14:48:45 +02:00
  • 47137b1489 CMake: fix dependency build with -Draylib_USE_STATIC_LIBS=ON Ahmad Fatoum 2019-07-24 00:08:29 +02:00
  • 7b448f59e2 Update raylib.h Ray 2019-07-23 23:37:14 +02:00
  • 2cb3b91913 Try to avoid collision with CoreAudio on macOS Ray 2019-07-23 23:08:29 +02:00
  • 2433f30b4b Reviewed ImageDraw() and ImageResizeCanvas() Ray 2019-07-23 22:24:25 +02:00
  • b44b7dd310 WARNING: Complete review of raudio -WIP- Ray 2019-07-23 22:21:01 +02:00
  • 632d064b21 Review text functions return value Ray 2019-07-22 21:29:50 +02:00
  • bc3983a3dd Solved issue #912 Ray 2019-07-22 21:15:25 +02:00
  • f501d42e47 Increasing threshold size for traversing memory blocks (#914) Kevin Yonan 2019-07-22 01:17:27 -07:00
  • 4b2f6b2b5f Check buffer limit on DrawBillboardRec() Ray 2019-07-22 00:12:51 +02:00
  • 3fd48a14a2 Create SPONSORS.md Ray 2019-07-18 23:19:22 +02:00
  • 55e76dab47 Update FUNDING.yml Ray 2019-07-16 23:32:49 +02:00
  • 8d576aaf2b Update FUNDING.yml Ray 2019-07-16 20:36:08 +02:00
  • e5271dbdc3 Move raylib memory pool docs to raylib Wiki raysan5 2019-07-15 19:30:58 +02:00
  • e8829538c9 Review rmem functions naming and coding conventions raysan5 2019-07-15 19:25:55 +02:00
  • c563b53afb Submitting rmem memory and object pool module (#898) Kevin Yonan 2019-07-15 09:28:09 -07:00
  • e19616592d Adding solar system examples. (#900) Aldrin Martoq 2019-07-15 12:26:47 -04:00
  • 24566c0cf3 Delete CODE_OF_CONDUCT.md raysan5 2019-07-15 13:41:58 +02:00
  • a386cedae6 Review extensions loading and freeing raysan5 2019-07-12 14:36:20 +02:00
  • 83f6ae148a Merge branch 'master' of https://github.com/raysan5/raylib raysan5 2019-07-12 14:33:13 +02:00
  • f9a2d89ed2 Use function GetSizeBase64() raysan5 2019-07-12 14:33:06 +02:00
  • b4da7b6777 Review VSCode project Ray 2019-07-02 18:36:09 +02:00