raysan5
8fecf45f4c
REVIEWED: rnet include from extras
2021-07-28 19:48:20 +02:00
raysan5
bcf3ad87e8
Update raylib.vcxproj
2021-07-05 20:00:53 +02:00
raysan5
c0ca8a74bc
WARNING: BREAKING: REMOVED PLATFORM_UWP support
...
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-05 12:34:23 +02:00
Ray
63b1860010
Update README.md
2021-07-05 11:52:50 +02:00
Ray
0c78b8d182
Update README.md
2021-07-05 11:52:31 +02:00
Ray
4e79e23a20
Update README.md
2021-07-05 11:52:13 +02:00
raysan5
dbb2bbf207
REMOVED: VS2017 project, outdated
...
This project has been superseded by VS2019 with a better configuration and more complete solution, including more examples
2021-07-04 20:58:18 +02:00
raysan5
64916ba232
REMOVED: Old VSCode project
...
It would be nice that TCC option was integrated in main VSCode project
2021-07-04 20:55:39 +02:00
Ray
8a7812f1f5
Update README.md
2021-07-04 20:51:57 +02:00
raysan5
a6728a2203
REVIEWED: emscripten versions
2021-06-30 17:12:58 +02:00
PtitLuca
c37f776e87
fix: change relevant occurences of MeshBoundingBox to GetMeshBoundingBox ( #1836 )
2021-06-18 13:11:10 +02:00
FSasquatch
ae9cea03f0
Changed windows-build to build-windows ( #1822 )
2021-06-12 18:23:56 +02:00
Jeffery Myers
deaa84d28d
Add a split screen example showing render texture use and multiple cameras. ( #1806 )
...
Co-authored-by: Jeffery Myers <JefMyers@blizzard.com>
2021-06-03 19:09:43 +02:00
DanielG
e5e401c640
Fixed CMake linking on MacOS ( #1783 )
...
Added links to IOKit, Cocoa, and OpenGL to the CMake build file for MacOS platforms
2021-05-24 11:05:08 +02:00
Bxil
352db3a183
Removes debug information from release builds ( #1780 )
2021-05-21 21:59:21 +02:00
Ray
7b6b87ec5b
Update VS2019 project: rlgl_standalone
2021-05-20 19:14:20 +02:00
Bxil
dbe1c9c6e6
Removes Whole Program Optimization ( #1767 )
2021-05-12 19:20:27 +02:00
Lambert Wang
2545f62565
Added support for additional mouse buttons ( #1753 )
...
* Added support for additional mouse buttons
* Renamed mouse button enum
Co-authored-by: Lambert Wang <lambert.ww@gmail.com>
2021-05-08 18:26:24 +02:00
Ray
c4eaf0076d
Update raylib version
2021-05-04 11:19:28 +02:00
Ray
fe607323aa
Updated projects
2021-04-27 23:00:49 +02:00
Ray
131672f199
Updated linkage libraries #1732
2021-04-27 22:58:49 +02:00
Jeffery Myers
30db611e92
Disable projects that won't build by default from 2019 solution build configuration. ( #1734 )
2021-04-25 23:56:32 +02:00
raysan5
8719858655
Added opengl32.lib to the linker #1732
2021-04-25 13:51:17 +02:00
raysan5
c4041043f5
Reviewed VS2019 projects
2021-04-24 19:58:24 +02:00
Ray
09e6f42f2e
Update Notepad++ Intellisense
2021-04-09 01:28:52 +02:00
raysan5
b8c3b8277c
Reviewed UWP project #1681
2021-03-28 20:21:50 +02:00
Jeffery Myers
e48b9a6da1
[Examples] Warning fixes (pt 1) ( #1668 )
...
* Fix some warnings in examples.
* cleanups from review
Co-authored-by: Jeffery Myers <JefMyers@blizzard.com>
2021-03-23 07:51:52 +01:00
Ray
07d82a91c5
WARNING: BREAKING: RENAMED: camera.type to camera.projection
2021-03-19 13:56:46 +01:00
Ray
75038baf71
Reviewed UWP project config
2021-03-13 13:08:05 +01:00
Jeffery Myers
0726491ef8
Fixes to make rnet and it's examples build on Windows in visual studio 2019. ( #1602 )
...
Mostly typecasts, and some int to unsigned short changes, and including the windsock 2 library in the examples.
Co-authored-by: Jeffery Myers <JefMyers@blizzard.com>
2021-02-20 21:13:20 +01:00
raysan5
6037adcace
Update raylib.rc
2021-02-11 16:32:07 +01:00
raysan5
83f0c771d5
ADDED: ALL examples projects to VS2019 solution
2021-02-11 16:02:17 +01:00
raysan5
00a0461c7a
REDESIGNED: VS2019 build paths
...
REMOVED: core_basic_window.cpp
2021-02-09 14:06:40 +01:00
Ray
b845f3886a
Minor tweak to Makefile
2021-01-20 17:18:45 +01:00
raysan5
d7b4b9e485
Update year to 2021
2021-01-02 18:15:13 +01:00
ayshvab
f5815b781a
Update project.4coder ( #1503 )
...
Fix run .cmd for win
2021-01-02 11:36:11 +01:00
raysan5
ef46003270
Update raylib functions parser to generate XML intellisense file
...
Update Notepad++ functions intellisense
2020-12-23 16:35:39 +01:00
Jeffery Myers
11ebb54674
Don't put the obj and temp files for all the projects in the same place, it causes conflicts ( #1458 )
2020-12-13 16:08:22 +01:00
Ray
dd45d0ed64
Update VS2019 project
2020-12-03 20:22:06 +01:00
Ray
c4aee2d09a
Add VS2019 project
2020-12-03 20:19:54 +01:00
Jeffery Myers
679a26a195
Two small quality of life changes to projects. ( #1448 )
...
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-12-02 07:35:48 +01:00
Chance Snow
9833fe45eb
Added desktop cursor getter and setter functions ( #1407 )
...
* [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-21 10:55:52 +02:00
Ray
41192c6d4a
Replace 0.f by 0.0f
2020-10-05 20:19:18 +02:00
Doyle
b29311c7ca
mouse: Return float movement for precise scrolling where possible ( #1397 )
2020-10-05 20:16:23 +02:00
Ray
a4ea9f872f
Review "aggregate initializations" #1403
2020-10-05 20:04:33 +02:00
raysan5
0d05004468
Added resource file for DLL compilation info
2020-08-19 11:59:50 +02:00
Gaëtan Blaise-Cazalet
810f51b3e7
Change raylib version for VSCode mingw project makefile ( #1347 )
2020-08-12 15:04:17 +02:00
Henrique de Lima
702341ae6e
Making the windows build script a bit faster by verifying if the msvc environment was set up previously and only setting it up if it wasn't ( #1346 )
2020-08-10 21:08:51 +02:00
Reece Mackie
6b94ce2204
[UWP] Fix time query precision ( #1284 )
2020-06-20 21:13:32 +02:00
raysan5
fdad1f023b
Avoid all MSVC compile warnings
...
Most warning were related to types conversion (casting required) and unsigned/signed types comparisons.
Added preprocessor directives (_CRT_SECURE_NO_DEPRECATE; _CRT_NONSTDC_NO_DEPRECATE) to avoid warnings about unsafe functions, those functions are safe while used properly and recommended alternatives are MS only.
Some external libraries still generate warnings.
2020-05-06 19:12:09 +02:00