Commit Graph

  • 165ced9428 Small tweak Ray 2019-03-28 13:03:25 +0100
  • 3a1e884d03
    Update BINDINGS.md Ray 2019-03-27 20:19:33 +0100
  • 7524fdc3e1 Review gestures disable flag Ray 2019-03-25 12:30:20 +0100
  • a7b06e7f01
    Update BINDINGS.md Ray 2019-03-25 10:13:42 +0100
  • 86ef08c408 Update README.md Ray 2019-03-25 10:12:38 +0100
  • b0bfe5812f
    Update BINDINGS.md Ray 2019-03-24 21:51:23 +0100
  • 6bd62d2448
    Move bindings to BINDINGS.md Ray 2019-03-20 16:44:51 +0100
  • 7725a74303
    Create BINDINGS.md Ray 2019-03-20 16:44:32 +0100
  • 1203b7ad8f Add Geany autocomplete tags Ray 2019-03-20 10:58:06 +0100
  • c001bdb2de Checking issue with sound volume Ray 2019-03-20 10:57:41 +0100
  • 739f951fba minor fix to host resolution Jak Barnes 2019-03-18 21:00:05 +0000
  • aa00d77110 Support additional modules building -WIP- Ray 2019-03-18 18:46:39 +0100
  • 7c2f816852 fixed some more examples fixed the ResolveHost method added more network specific defines Jak Barnes 2019-03-17 20:33:22 +0000
  • 0bbf857b00 Review build release path, default to src directory raysan5 2019-03-17 12:21:51 +0100
  • f02a0334d8 ADDED: GetScreenData() raysan5 2019-03-17 11:58:02 +0100
  • 867e29b6a4 Fixed udp server issue using PacketSend to verify the server was working, currently the UDP server only sends to itself, still to do is a from/recv concept from data packets (possibly split TCP/UDP send/recv functions) Jak Barnes 2019-03-16 18:00:50 +0000
  • 0ea6d1543d fixed tcp_client fixed tcp_server fixed ping_pong udp support still broken >:( Jak Barnes 2019-03-16 16:48:15 +0000
  • 2a92d6af3e Support no-audio no-models modules compilation raysan5 2019-03-16 13:02:16 +0100
  • a61d3ad512 SetWindowIcon() redesigned raysan5 2019-03-16 13:00:46 +0100
  • 38b77c7cc0 updated rnet api, fixed ping-pong example Jak Barnes 2019-03-16 00:48:42 +0000
  • 29d1323bd1 Work on ImageResizeCanvas() Ray 2019-03-15 13:34:09 +0100
  • cbfa35a39e REVIEW: ImageResizeCanvas() -WIP- Ray 2019-03-15 00:56:02 +0100
  • ae8843cb15 Fixes the typos introduced when editing the README. htme 2019-03-14 08:12:35 +0000
  • 5366c8e750 A general edit of whole the README. htme 2019-03-14 08:03:00 +0000
  • ff1bcfb2fa Remove comment Ray 2019-03-13 10:26:33 +0100
  • 5e8427a8b5 REDESIGNED: GetFileNameWithoutExt() Ray 2019-03-13 10:07:01 +0100
  • b6dd31c653
    Merge pull request #775 from rsachetto/master Ray 2019-03-13 09:42:56 +0100
  • 32e6a419c1 Reorder one flag Ray 2019-03-12 16:29:41 +0100
  • 477ea4d660 Support external config flags Ray 2019-03-12 16:00:26 +0100
  • 76e968f6b7 Updated audio library: mini_al -> miniaudio Ray 2019-03-12 11:54:45 +0100
  • 22249b72cf Merge branch 'raysan5-master' Jak Barnes 2019-03-10 23:57:16 +0000
  • 983d31c9d0 Merge branch 'master' of https://github.com/raysan5/raylib into raysan5-master Jak Barnes 2019-03-10 23:56:30 +0000
  • 9f54a69cec Adding DrawCubeWiresV for convenience Rafael Sachetto 2019-03-08 15:06:17 -0300
  • 2f97a3f835 Proposed Model struct review Ray 2019-03-05 16:46:48 +0100
  • 2e99c6cefb ADDED: IsWindowResized() Ray 2019-03-04 22:58:20 +0100
  • 9cc0f80909 added opaque data types added stubs and started tests Jak Barnes 2019-03-03 23:37:44 +0000
  • 082a0c85ce i broke a bunch of stuff, but lets commit it anyway Jak Barnes 2019-03-03 00:34:11 +0000
  • d7fd6e0f1a Corrected issue with possible 0 division raysan5 2019-03-02 14:29:04 +0100
  • 36fa0207f2 Some spacing review Ray 2019-02-28 23:06:37 +0100
  • 50da9f623e Return value in GetClipboardText() Ray 2019-02-28 22:25:27 +0100
  • d679a97e92 Removed some NULL pointer checks Ray 2019-02-28 18:39:58 +0100
  • 5735f13fe5
    Merge pull request #773 from Skabunkel/master Ray 2019-02-28 18:36:13 +0100
  • a90c9c5ade Removed unnecessary Skabunkel 2019-02-28 17:50:47 +0100
  • b570b32337 Added some comments on #594 Ray 2019-02-28 16:28:49 +0100
  • 44c2df3c12
    Merge pull request #2 from raysan5/master Jak 2019-02-24 21:57:31 +0000
  • 1f11913d8c ping-pong example now supports udp added socket sets (query for non-blocking sockets) removed rpack.h removed old-packing helpers Jak Barnes 2019-02-24 21:54:02 +0000
  • 32c61b1fa0
    Merge pull request #767 from Skabunkel/master Ray 2019-02-24 12:41:11 +0100
  • ee85f59643 more example stubs more changes to rnet i'm tired, it's 2am why am i doing this Jak Barnes 2019-02-24 01:59:09 +0000
  • fc11b360af ... tabs again... _facepalm_ Skabunkel 2019-02-24 01:57:31 +0100
  • 03f7483537 Missed one Skabunkel 2019-02-24 01:56:17 +0100
  • f2d5cddfc8 Fixed segmentation fult created by quick fix Skabunkel 2019-02-24 01:48:29 +0100
  • 56c79a10de
    Merge pull request #766 from Skabunkel/master Ray 2019-02-24 01:15:32 +0100
  • 374b4d3faf Tabs to spaces Skabunkel 2019-02-24 00:17:54 +0100
  • 795c5e949d #764 - Quick fix that clears alot of memory, there seems to be more hiding somewhere else. Skabunkel 2019-02-24 00:13:50 +0100
  • 854e5d2f7e
    Merge pull request #762 from ftk/pitchfix Ray 2019-02-23 17:58:21 +0100
  • bde0b6cd75 Comments and examples Jak Barnes 2019-02-23 13:51:20 +0000
  • e815b2bff4 add SetSoundLoop ftk 2019-02-23 10:47:24 +0000
  • 8ad608888e fix audio pitch ftk 2019-02-23 10:36:25 +0000
  • 97d01fe36d More socket API changes Jak Barnes 2019-02-23 00:10:18 +0000
  • 374811c440 Change ternary operator formatting Ray 2019-02-22 13:13:11 +0100
  • 8382ab9ada
    Merge pull request #761 from Demizdor/master Ray 2019-02-22 12:15:19 +0100
  • a886f5e743 Remove TABS Ray 2019-02-22 12:12:21 +0100
  • 40a76cf021 Fixed height bug in DrawTextRecEx() Demizdor 2019-02-22 12:27:20 +0200
  • 641895b5ba Remove end-line spaces Ray 2019-02-21 18:45:19 +0100
  • 75298b50fb Corrected issue with OpenURL() Ray 2019-02-21 11:28:10 +0100
  • 4c9057cec2 note: wip commit, in-progress added tcp/udp structs added serialisation fixed vcxproj updated ping-pong Jak Barnes 2019-02-20 01:12:33 +0000
  • b3568e6d15
    Merge pull request #760 from RobLoach/libraylib-a Ray 2019-02-19 12:06:46 +0100
  • 497fb4e49f
    Remove compiled libraylib.a Rob Loach 2019-02-18 23:36:29 -0500
  • d62652c5b2 Update cgltf library Ray 2019-02-18 18:46:17 +0100
  • 5d0ea7f110 Corrected issue #758 Ray 2019-02-18 16:43:01 +0100
  • 451947b440 added chat/client server stubs altered copyright headers Jak Barnes 2019-02-17 22:36:10 +0000
  • 38dce94577 added more api calls to rnet.c, updated examples to support ipv4/6 Jak Barnes 2019-02-17 18:56:14 +0000
  • 3f0dd8fc37
    Cleanup code DarkElvenAngel 2019-02-17 12:09:57 -0500
  • a45235bddf
    Add files via upload DarkElvenAngel 2019-02-17 12:04:04 -0500
  • 26e39b3021
    Add files via upload DarkElvenAngel 2019-02-17 11:51:16 -0500
  • bb01a49398 added ping-pong networking example Jak Barnes 2019-02-16 00:44:30 +0000
  • 8a21830b77
    Merge pull request #755 from neonmoe/fix-config-flags Ray 2019-02-15 17:58:00 +0100
  • eed69d4127 Fix the image manipulation config flag Jens Pitkanen 2019-02-15 17:56:36 +0200
  • f9963d4ed4 Fix config.h flags Jens Pitkanen 2019-02-14 12:32:23 +0200
  • 85967c9f36 Removed rnet header Jak Barnes 2019-02-14 00:32:09 +0000
  • d120683753 Added stub functions, fleshed out network includes Jak Barnes 2019-02-14 00:29:37 +0000
  • bc86b0f78b Corrected path issue Ray 2019-02-14 00:06:05 +0100
  • 981be58d03 Corrected issue #750 Ray 2019-02-13 17:49:02 +0100
  • 8292fb3290 updated .gitignore to removed .vs folder Jak Barnes 2019-02-13 13:44:14 +0000
  • 06ac5483a2 modified windows version, added rnet stubs Jak Barnes 2019-02-13 13:42:15 +0000
  • 0a31f94343
    Merge pull request #1 from raysan5/master Jak 2019-02-13 13:40:14 +0000
  • 297dd641e8 ADDED: DrawCircleSector() Ray 2019-02-13 00:06:06 +0100
  • e46c23128e Avoid AudioBuffer symbol collision on macOS Ray 2019-02-12 15:53:34 +0100
  • c379e04628 Update mini_al.h Ray 2019-02-12 13:01:43 +0100
  • 43b199d534 Corrected issue Ray 2019-02-12 12:31:26 +0100
  • 2e3310c9de Review scripts name and mini_al inclusion Ray 2019-02-12 12:18:26 +0100
  • 944a388b1b Include mini_al directly, no separate module Ray 2019-02-12 12:18:01 +0100
  • e7466eb0c4 Corrected function usage Ray 2019-02-12 00:40:10 +0100
  • d00b8f9ffc Updated external libraries Ray 2019-02-12 00:25:21 +0100
  • e996fe2ff5 ADDED: GetClipboardText(), SetClipboardText() Ray 2019-02-11 18:03:06 +0100
  • 6dbec47488 Redesigned TextSplit() function Ray 2019-02-11 18:02:32 +0100
  • dde99f45d9
    Merge pull request #749 from Syphonx/master Ray 2019-02-10 23:52:52 +0100
  • 1e15616b69 Fixed as issue where strrchr in LoadBMFont would only look for forward slashes, instead of backslashes causing strlen to fail on a null string Jak Barnes 2019-02-10 16:01:44 +0000
  • c78c05eac5 Fixed spelling mistakes Skabunkel 2019-02-10 09:03:27 +0100
  • 3e7b65ee2e Added TextTrim function Added TextRightTrim Added TextLeftTrim Skabunkel 2019-02-09 23:23:23 +0100