aboutsummaryrefslogtreecommitdiff
path: root/projects
AgeCommit message (Collapse)Author
2019-11-12Fix VSCode template for debugging. (#1014)JuDelCo
2019-10-29Review latest PR #1003Ray
2019-10-29Raysan (#1003)Jean-Seb / jseb
* new linux makefile for Android portages * Revert "projects: CMake: bump up minimal raylib version (#983)" This reverts commit 82306af111894397cb2028ac270f2916aa615fab. * new PR for upstream * for Raysan
2019-10-10projects: CMake: bump up minimal raylib version (#983)elitepleb
While at it, add comment to indicate what the version signifies. [a3f: updated commit message]
2019-08-20Update README.mdRay
2019-08-20Update README.mdRay
2019-08-03Replace tabs with spaces and update year of copyright notices (#927)Leandro Gabriel
* Update year of copyright notices * Fix mistake in comment * Fix typo ("algorythms") * Replace tabs with spaces * Remove trailing whitespace and fix mistake in comment * Fix ExportImageAsCode missing comment rectangle corner * Replace tab with spaces * Replace tabs with spaces
2019-07-30Review VSCode projectraysan5
2019-07-27#917 This commit changes the path to 'shell.html' in all Makefiles (#918)Antonio Radovcic
2019-07-02Review VSCode projectRay
2019-06-06Change ANGLE binaries locationMohamed Shazan
2019-06-06Review projects <PlatformToolset> to use defaultRay
2019-06-06Add VS2017.ANGLE ProjectMohamed Shazan
2019-06-05Review projects pathsRay
2019-05-31Update raylib.c.tagsRay
2019-05-31Update npes_saved_tcc.txtRay
2019-05-30Review compiler scriptsRay
2019-05-30Updated Notepad++ intellisense to raylib 2.5Ray
2019-05-29Fix and update projects/scriptsJens Pitkanen
2019-05-22Move emscripten web shell to srcRay
2019-05-21Review MakefilesRay
2019-05-10Add WinMM library for linkageraysan5
Now it's required on Windows if not using a busy wait loop
2019-04-27Fix mergeReece Mackie
2019-04-27Review UWP implementationraysan5
Basically, formating review and some variables naming to follow raylib conventions.
2019-04-27More work, UWP now supports it and deleted old gamepadsReece Mackie
2019-04-27Merge branch 'master' into gamepad-reworkReece Mackie
2019-04-27First gamepad stuffReece Mackie
2019-04-27UWP Support Overhaul (#819)Reece Mackie
* Working build * Fix build again, stop deleting files * Hotfix crash, needs investigating * Remove VS2015.UWP, I cannot update the project * 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. * Implemented a ton more things, added BaseApp.h to provide common code to UWP apps. * Remove constant window dimensions * Enable and Disable cursor support. * Actually use mouse delta * Gamepad Support * Cleaning and small tweaks * Restore original example. * Update comment * Use 'Messages' to handle the cursor functions so code is more portable. * Comment * Comment unused message fields and use vector for mouse pos instead. * Move messages to utils.h and use messages for everything. No more plat-specific code in raylib.h * Working build * Fix build again, stop deleting files * Hotfix crash, needs investigating * Remove VS2015.UWP, I cannot update the project * 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. * Implemented a ton more things, added BaseApp.h to provide common code to UWP apps. * Remove constant window dimensions * Enable and Disable cursor support. * Actually use mouse delta * Gamepad Support * Cleaning and small tweaks * Restore original example. * Update comment * Use 'Messages' to handle the cursor functions so code is more portable. * Comment * Comment unused message fields and use vector for mouse pos instead. * Move messages to utils.h and use messages for everything. No more plat-specific code in raylib.h * Tested some desktop stuff and added projection matrix updates for window resizing. * Fixed big bad mouse bug * Fix alt buttons and add hack to combat flickery key presses (far from perfect) * Remove debug code * Final commit * Well, so I thought * Wow, i am bad * Remove packages folder * Remove useless include * Apply requested changes and fix linux build * Try to stop packages folder * Have we fixed the formatting properly? * Third time's the charm? * Where did this come from? * Re-fix * Autoformat is gonna kill * Fixed XBOX ONE Support * Fix tabs
2019-04-24Removed game binaryChris Dill
2019-04-24Added project for 4coderChris Dill
Using example from the VSCode project
2019-04-07Happy new year 2019ChillerDragon
2019-04-01Retarget VS2017 solutionRay
2019-03-20Add Geany autocomplete tagsRay
2019-03-12Updated audio library: mini_al -> miniaudioRay
2019-02-12Review scripts name and mini_al inclusionRay
2019-02-12Include mini_al directly, no separate moduleRay
2019-01-10Merge branch 'master' into window-visibilityRay
2019-01-10Reworking API upon suggestion.Marco Lizza
2019-01-10WARNING: Renamed module: audio -> raudioRay
Planning to promote raudio module as a simple and easy-to-use front-end for the amazing mini_al library, so the name change. Name comes from raylib-audio but in spanish it also remembers to word "raudo", meaning "very fast", an analogy that fits perfectly to the usefulness and performance of the library! Consequently, raylib version has been bumped to 2.4-dev.
2019-01-10Ditto.Marco Lizza
2019-01-10Reviewed pathRay
2019-01-09Merge pull request #718 from MarcoLizza/shaders-uniforms-arrayRay
Shaders uniforms array
2019-01-09Adding uniform array support for shaders.Marco Lizza
2019-01-08Add project/scriptsJens Pitkanen
2018-12-21Use stb_vorbis.h as header onlyRay
2018-11-22Create raylib_compile_sources.batRay
2018-11-22Added Geany project template for WindowsRay
2018-11-20Some tweaks on VSCodeRay
Now it works on Windows for me but there are lots of hardcoded paths around... I don't like it.
2018-11-19Review resources namingRay
raylib resource data file for Windows platform (containing raylib icon and metadata for executable file) has been renamed to a more consistent name: raylib.rc.data Also required to work with tcc compiler.
2018-11-14Update README.mdRay