Commit Graph

  • fc6186a632
    Merge pull request #821 from NerdThings/gamepad-rework Ray 2019-04-28 18:12:36 +0200
  • a51f3be38f Fix web Reece Mackie 2019-04-28 16:53:20 +0100
  • f36ba6a2f4 Damn, made a mistake Reece Mackie 2019-04-28 16:32:05 +0100
  • 948a442704 Update gamepad example to use new enums Reece Mackie 2019-04-28 16:20:14 +0100
  • 86eba24970 This is dumb... Reece Mackie 2019-04-28 16:08:07 +0100
  • e69688437a Why does visual studio keep using tabs!!! Reece Mackie 2019-04-28 16:06:56 +0100
  • d42965b0b0 Fix tabs Reece Mackie 2019-04-28 16:05:45 +0100
  • 3244ec2a1d Add another UWP comment for clarity Reece Mackie 2019-04-28 16:03:23 +0100
  • 7ca856f9b7 Formatting changes Reece Mackie 2019-04-28 15:59:39 +0100
  • f8c6226826 Merge branch 'master' into gamepad-rework Reece Mackie 2019-04-28 15:54:50 +0100
  • 40940f4398 Some formatting review raysan5 2019-04-28 16:45:23 +0200
  • 7c10f971c1 Expose enable/disable backface culling raysan5 2019-04-28 16:03:59 +0200
  • 55cb13f1b8 Remove example on Android raysan5 2019-04-28 15:46:08 +0200
  • 604a8c0b78 WARNING: Functions renamed raysan5 2019-04-28 14:45:46 +0200
  • e0580e6322 Fix merge Reece Mackie 2019-04-27 21:59:01 +0100
  • f70a640b2d
    Merge pull request #820 from NerdThings/readme-fix Ray 2019-04-27 22:48:32 +0200
  • e8c413b7cd Review UWP implementation raysan5 2019-04-27 22:47:03 +0200
  • c1f33eb817 Line cleaning Reece Mackie 2019-04-27 21:43:32 +0100
  • 3506e3bf21
    Update README.md Reece Mackie 2019-04-27 21:42:22 +0100
  • 56ded3259d More work, UWP now supports it and deleted old gamepads Reece Mackie 2019-04-27 21:36:57 +0100
  • 9434dc588a Merge branch 'master' into gamepad-rework Reece Mackie 2019-04-27 20:51:04 +0100
  • b911cefab3 First gamepad stuff Reece Mackie 2019-04-27 20:49:33 +0100
  • 2de1f31821 UWP Support Overhaul (#819) Reece Mackie 2019-04-27 19:33:51 +0100
  • 037cc8252c Fix tabs Reece Mackie 2019-04-27 18:17:19 +0100
  • 2d24a9c7a1 Fixed XBOX ONE Support Reece Mackie 2019-04-27 18:15:28 +0100
  • 1325e84a3b Autoformat is gonna kill Reece Mackie 2019-04-27 16:51:42 +0100
  • 4cdc741b4a Re-fix Reece Mackie 2019-04-27 16:50:02 +0100
  • 0ca8b3beaf Where did this come from? Reece Mackie 2019-04-27 16:49:21 +0100
  • 5d66d78f5f Third time's the charm? Reece Mackie 2019-04-27 16:48:43 +0100
  • 4ae5ead3f8 Have we fixed the formatting properly? Reece Mackie 2019-04-27 16:45:47 +0100
  • 4e512b44c3 Try to stop packages folder Reece Mackie 2019-04-27 16:16:31 +0100
  • 33b3fde5de Apply requested changes and fix linux build Reece Mackie 2019-04-27 16:15:01 +0100
  • 6861457f59 Remove useless include Reece Mackie 2019-04-26 21:03:05 +0100
  • a39fccfd07 Remove packages folder Reece Mackie 2019-04-26 21:01:54 +0100
  • 2cdb3042cc Wow, i am bad Reece Mackie 2019-04-26 20:56:40 +0100
  • e2fd4dd0f1 Well, so I thought Reece Mackie 2019-04-26 20:56:17 +0100
  • 55ce36c531 Final commit Reece Mackie 2019-04-26 20:55:47 +0100
  • 0b503f4c98 Remove debug code Reece Mackie 2019-04-26 20:34:41 +0100
  • 3ee97ceb4f Fix alt buttons and add hack to combat flickery key presses (far from perfect) Reece Mackie 2019-04-26 20:31:56 +0100
  • 1f0115800c Fixed big bad mouse bug Reece Mackie 2019-04-26 19:37:11 +0100
  • ff33e12ee5 Tested some desktop stuff and added projection matrix updates for window resizing. Reece Mackie 2019-04-26 19:25:23 +0100
  • 3e8d52b0ff Rebase fun Reece Mackie 2019-04-26 13:37:35 +0100
  • 3ef5ad1a84 Move messages to utils.h and use messages for everything. No more plat-specific code in raylib.h Reece Mackie 2019-04-26 13:20:30 +0100
  • 51f5c8ed0b Comment unused message fields and use vector for mouse pos instead. Reece Mackie 2019-04-25 20:56:26 +0100
  • df204ad726 Comment Reece Mackie 2019-04-25 20:54:26 +0100
  • 1104f5e5fc Use 'Messages' to handle the cursor functions so code is more portable. Reece Mackie 2019-04-25 20:52:50 +0100
  • 9b99d025b3 Update comment Reece Mackie 2019-04-25 19:30:16 +0100
  • ec133dbfdd Restore original example. Reece Mackie 2019-04-25 19:28:44 +0100
  • 7aa333583d Cleaning and small tweaks Reece Mackie 2019-04-25 19:24:48 +0100
  • 19cdcbe7a0 Gamepad Support Reece Mackie 2019-04-25 19:09:55 +0100
  • 108f02e279 Actually use mouse delta Reece Mackie 2019-04-25 18:22:33 +0100
  • 6a5cdbfbc3 Enable and Disable cursor support. Reece Mackie 2019-04-25 18:20:19 +0100
  • d20041b8ae Remove constant window dimensions Reece Mackie 2019-04-25 18:13:16 +0100
  • 98e1097364 Implemented a ton more things, added BaseApp.h to provide common code to UWP apps. Reece Mackie 2019-04-25 18:08:42 +0100
  • 66293622f9 Lots of UWP work, added keyboard and mouse press support. Still need to finish scroll wheel, mouse position and cursor hiding, plus other stuff that I haven't seen yet. Reece Mackie 2019-04-24 20:54:42 +0100
  • d733886778 Remove VS2015.UWP, I cannot update the project Reece Mackie 2019-04-24 18:46:16 +0100
  • 74c3be421a Hotfix crash, needs investigating Reece Mackie 2019-04-23 18:32:19 +0100
  • 931d9790fd Fix build again, stop deleting files Reece Mackie 2019-04-23 18:26:33 +0100
  • e3fc8bf30a Working build Reece Mackie 2019-04-23 18:24:30 +0100
  • 5ad5e144cb Move messages to utils.h and use messages for everything. No more plat-specific code in raylib.h Reece Mackie 2019-04-26 13:20:30 +0100
  • f0d9228580 Comment unused message fields and use vector for mouse pos instead. Reece Mackie 2019-04-25 20:56:26 +0100
  • 6538a561a6 Comment Reece Mackie 2019-04-25 20:54:26 +0100
  • 769aceebb2 Use 'Messages' to handle the cursor functions so code is more portable. Reece Mackie 2019-04-25 20:52:50 +0100
  • e29c60cf7a Update comment Reece Mackie 2019-04-25 19:30:16 +0100
  • cbfe8b1ce1 Restore original example. Reece Mackie 2019-04-25 19:28:44 +0100
  • da79bc0dd4 Cleaning and small tweaks Reece Mackie 2019-04-25 19:24:48 +0100
  • 29e94ef039 Gamepad Support Reece Mackie 2019-04-25 19:09:55 +0100
  • 6aaa479361 Actually use mouse delta Reece Mackie 2019-04-25 18:22:33 +0100
  • 851f5b0b5e Enable and Disable cursor support. Reece Mackie 2019-04-25 18:20:19 +0100
  • b781091367 Remove constant window dimensions Reece Mackie 2019-04-25 18:13:16 +0100
  • 4a131def4c Implemented a ton more things, added BaseApp.h to provide common code to UWP apps. Reece Mackie 2019-04-25 18:08:42 +0100
  • f37e55a77b Reverted HiDPI changes, they break 2D mode on HiDPI :( Ray 2019-04-25 13:45:37 +0200
  • c76863b289 Working on HiDPI support -WIP- Ray 2019-04-25 11:39:45 +0200
  • 04ed4dd40c Renamed internal variable Ray 2019-04-25 11:02:13 +0200
  • e1cd4674e7
    Merge pull request #817 from Demizdor/fix_draw_text_rec_ex Ray 2019-04-24 22:39:40 +0200
  • 47850c1e6d Lots of UWP work, added keyboard and mouse press support. Still need to finish scroll wheel, mouse position and cursor hiding, plus other stuff that I haven't seen yet. Reece Mackie 2019-04-24 20:54:42 +0100
  • 86f9ea6e7a Fixed selection in DrawTextRecEx() Demizdor 2019-04-24 22:08:57 +0300
  • da3e498f2d Remove VS2015.UWP, I cannot update the project Reece Mackie 2019-04-24 18:46:16 +0100
  • 96cd3b5abc
    Merge pull request #815 from ChrisDill/testing Ray 2019-04-24 11:42:39 +0200
  • 6d65aa1acb Removed game binary Chris Dill 2019-04-24 10:13:13 +0100
  • 303c886852 Added project for 4coder Using example from the VSCode project Chris Dill 2019-04-24 09:44:08 +0100
  • 600cdb61a3 new example: models_first_person_maze -WIP- Ray 2019-04-23 23:28:11 +0200
  • cc1dd6b410 Review camera module Ray 2019-04-23 23:27:08 +0200
  • f4ad144537
    Merge pull request #812 from Demizdor/fix_draw_rectangle_rounded Ray 2019-04-23 21:39:38 +0200
  • 0e683005b4 Fix for DrawRectangleRounded Demizdor 2019-04-23 20:48:00 +0300
  • 12c291afba Hotfix crash, needs investigating Reece Mackie 2019-04-23 18:32:19 +0100
  • e98317c261 Fix build again, stop deleting files Reece Mackie 2019-04-23 18:26:33 +0100
  • a4e79ba510 Working build Reece Mackie 2019-04-23 18:24:30 +0100
  • 0c567cd259 WARNING: Issues on web building Ray 2019-04-23 18:10:38 +0200
  • 3aafa9d5ba Set a version for rGIF library Ray 2019-04-23 16:01:38 +0200
  • 372d77957f Update STB libraries to latest version Ray 2019-04-23 16:01:18 +0200
  • 958bf43eac
    Update README.md Ray 2019-04-23 15:22:20 +0200
  • 4ad81ba2d4 Alloc custom allocators on standalone mode Ray 2019-04-23 15:14:15 +0200
  • 87b75a6c95 Review issues on OpenGL 1.1 Ray 2019-04-23 15:12:08 +0200
  • 10c2eea14b Correct RL_FREE bug Ray 2019-04-23 15:07:28 +0200
  • e67ebabb02 Support custom memory management macros Ray 2019-04-23 14:55:35 +0200
  • 8ed71b9d5a Some tweaks to custom memory management system Ray 2019-04-23 14:51:32 +0200
  • 9835be7b7a Remove unnecesary GLFW deps (used by examples) Ray 2019-04-23 14:50:58 +0200
  • 7e444d5a45 Renamed file to avoid breaking build Ray 2019-04-22 22:47:50 +0200
  • e26cc01ba8 More rnet review to avoid warnings/errors Ray 2019-04-22 21:50:45 +0200