summaryrefslogtreecommitdiffhomepage
path: root/projects
AgeCommit message (Collapse)Author
2021-08-26Change GetColor to take unsigned int (#1954)Richard Smith
2021-08-16Match build-windows.bat changes (#1923)Dennis E. Hamilton
The location for manual setting of the vcvarsall.bat location moved to line 38 in the latest change.
2021-07-28REVIEWED: rnet include from extrasraysan5
2021-07-05Update raylib.vcxprojraysan5
2021-07-05WARNING: BREAKING: REMOVED PLATFORM_UWP supportraysan5
After lot of investigation, I'm afraid I'm removing official UWP support from raylib, I'll keep the current implementation in a separate branch (UWP), just in case. It seems Microsoft is trying to replace UWP in the long term, they announced lack of support for the new WinUI 3 and they seem to be moving to Windows App SDK. Also, on current implementation, the code is divided between raylib and the example, requiring multiple callback hooks, making it difficult to follow and maintain. And realistically speaking, raylib is probably not the best option for anyone willing to target UWP, neither Xbox consoles.
2021-07-05Update README.mdUWPRay
2021-07-05Update README.mdRay
2021-07-05Update README.mdRay
2021-07-04REMOVED: VS2017 project, outdatedraysan5
This project has been superseded by VS2019 with a better configuration and more complete solution, including more examples
2021-07-04REMOVED: Old VSCode projectraysan5
It would be nice that TCC option was integrated in main VSCode project
2021-07-04Update README.mdRay
2021-06-30REVIEWED: emscripten versionsraysan5
2021-06-18fix: change relevant occurences of MeshBoundingBox to GetMeshBoundingBox (#1836)PtitLuca
2021-06-12Changed windows-build to build-windows (#1822)FSasquatch
2021-06-03Add a split screen example showing render texture use and multiple cameras. ↵Jeffery Myers
(#1806) Co-authored-by: Jeffery Myers <[email protected]>
2021-05-24Fixed CMake linking on MacOS (#1783)DanielG
Added links to IOKit, Cocoa, and OpenGL to the CMake build file for MacOS platforms
2021-05-21Removes debug information from release builds (#1780)Bxil
2021-05-20Update VS2019 project: rlgl_standaloneRay
2021-05-12Removes Whole Program Optimization (#1767)Bxil
2021-05-08Added support for additional mouse buttons (#1753)Lambert Wang
* Added support for additional mouse buttons * Renamed mouse button enum Co-authored-by: Lambert Wang <[email protected]>
2021-05-04Update raylib versionRay
2021-04-27Updated projectsRay
2021-04-27Updated linkage libraries #1732Ray
2021-04-25Disable projects that won't build by default from 2019 solution build ↵Jeffery Myers
configuration. (#1734)
2021-04-25Added opengl32.lib to the linker #1732raysan5
2021-04-24Reviewed VS2019 projectsraysan5
2021-04-09Update Notepad++ IntellisenseRay
2021-03-28Reviewed UWP project #1681raysan5
2021-03-23[Examples] Warning fixes (pt 1) (#1668)Jeffery Myers
* Fix some warnings in examples. * cleanups from review Co-authored-by: Jeffery Myers <[email protected]>
2021-03-19WARNING: BREAKING: RENAMED: camera.type to camera.projectionRay
2021-03-13Reviewed UWP project configRay
2021-02-20Fixes to make rnet and it's examples build on Windows in visual studio 2019. ↵Jeffery Myers
(#1602) Mostly typecasts, and some int to unsigned short changes, and including the windsock 2 library in the examples. Co-authored-by: Jeffery Myers <[email protected]>
2021-02-11Update raylib.rcraysan5
2021-02-11ADDED: ALL examples projects to VS2019 solutionraysan5
2021-02-09REDESIGNED: VS2019 build pathsraysan5
REMOVED: core_basic_window.cpp
2021-01-20Minor tweak to MakefileRay
2021-01-02Update year to 2021raysan5
2021-01-02Update project.4coder (#1503)ayshvab
Fix run .cmd for win
2020-12-23Update raylib functions parser to generate XML intellisense fileraysan5
Update Notepad++ functions intellisense
2020-12-13Don't put the obj and temp files for all the projects in the same place, it ↵Jeffery Myers
causes conflicts (#1458)
2020-12-03Update VS2019 projectRay
2020-12-03Add VS2019 projectRay
2020-12-02Two small quality of life changes to projects. (#1448)Jeffery Myers
1) use the latest windows SDK not a specific one. 2) use the project dir as the root for the include dir for raylib, to help if the project is ever included in some other solution.
2020-10-21Added desktop cursor getter and setter functions (#1407)Chance Snow
* [core] Added desktop cursor getter and setter functions * Example: Set mouse cursor in text input box * Setup standard cursors _after_ GLFW window initialization * Remove old `int GetMouseWheelMove` declaration
2020-10-05Replace 0.f by 0.0fRay
2020-10-05mouse: Return float movement for precise scrolling where possible (#1397)Doyle
2020-10-05Review "aggregate initializations" #1403Ray
2020-08-19Added resource file for DLL compilation inforaysan5
2020-08-12Change raylib version for VSCode mingw project makefile (#1347)Gaëtan Blaise-Cazalet
2020-08-10Making the windows build script a bit faster by verifying if the msvc ↵Henrique de Lima
environment was set up previously and only setting it up if it wasn't (#1346)