summaryrefslogtreecommitdiffhomepage
path: root/.gitignore
AgeCommit message (Collapse)Author
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-05-21Ignore web bitcode libRay
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-22[rnet] module WIP (#809)Jak
Added experimental network module
2019-02-18Remove compiled libraylib.aRob Loach
2019-01-21Added CMD compilation scripts for examplesRay
They could be useful for some people...
2018-10-15Update .gitignoreChrisDill
- Ignore files in Debug.DLL from building VS2017 project.
2018-07-21Added Android Makefile for gamesraysan5
2018-07-21Looking for a place for raylib resource fileraysan5
2018-07-10Review Android MakefilesRay
2018-05-29Reviewed Windows resource file nameRay
2018-05-14Restore removed projectsRay
2018-05-11Review raylib version to 2.0Ray
Review raylib_icon resource
2018-05-10CMake: Don't create symlinks on unsupporting file systems (#539)Ahmad Fatoum
Panders to the idiosyncrasies of my work flow: I have my raylib build directory mounted as a VirtualBox vboxfs for use with my Linux VM, but vboxfs doesn't support symlinks, while raylib shared library versioning on Unix expects symlinks to work. If this happens, library versioning is now disabled on Unix with an error message instead of just failing the build.
2018-01-29Do not ignore Makefiles!Ray
2018-01-19Merge branch 'develop' into testing_uwpRay
2017-12-11Remove Meson build systemAhmad Fatoum
Less maintenance overhead that way, given that make/CMake now also do library versioning.
2017-11-25Build examples and games on Travis CIAhmad Fatoum
They were disabled because they failed to build, but this patch set fixes the build on Linux and macOS. This doesn't apply to the AppVeyor build on Windows yet; it currently fails at linking with OpenAL.
2017-11-13Added VS2015 UWP solutionRay San
2017-11-10Working on UWP supportRay San
Support Universal Windows Platform (UWP): - Windows 10 App - Windows Phone - Xbox One
2017-11-06Added VS2017 raylib projectRay
2017-10-11Updated release libraries for win32/mingw32Ray San
2017-10-11Reorganize release and dependenciesRay San
2017-09-29Updated libraries for releaseRay
OpenAL Soft and raylib compiled for release and stripped
2017-09-23Working on Android APK building with MakefileRay
2017-08-27CMake based build system.ASDF
Some people might find this handly
2017-07-02Review some formatting for consistencyraysan5
2017-06-05Add meson files for basic Linux buildingMichael Vetter
2017-05-19Updated libsRay
2017-05-18Added Android libRay
2017-05-18Updated libsRay
2017-04-20Added examples web imagesRay
Added loader webs (previously ignored)
2017-04-10Removed useless filesraysan5
2017-04-08Working on examples...Ray
2017-04-08Added web files to ignoreRay
2017-03-21Don't ignore release libraries.RDR8
2017-03-20Ignore vim temporary files, .a and .so, games/RDR8
2016-12-21Update to ignore Linux binaries (no extension)Ray
2016-08-27Moved tool to folderraysan5
2016-08-08Visual Studio 2015 projectraysan5
2016-07-25Upload ptheads Win32 DLLraysan5
2016-07-16update '.gitignore' file to ignore VIM's filesLelixSuper
2016-06-14Add pthread external library to source...victorfisac
and add instructions in physac examples to run it successful.
2016-06-14Added Oculus Rift library dllraysan5
2016-06-11Remove release files from src directoryraysan5
2016-06-06Update to OpenAL Soft 1.17.2Ray
2016-05-20remove user-specific ant filesGordon McShane
2016-04-23Oculus SDK 1.3 + GLFW3 sample -NOT WORKING-raysan5
2016-01-07Ignore some filesraysan5