Commit Graph

11 Commits

Author SHA1 Message Date
Ray
99ab4d6cb8 WARNING: MODULES RENAMING!!!
raylib modules have been slightly renamed to add some identity and note that they are independent modules that can be used as standalone separate parts of raylib if required.

The renamed modules are:
 - `core` -> `rcore`
 - `shapes` -> `rshapes`
 - `textures` -> `rtextures`
 - `text` -> `rtext`
 - `models` -> `rmodels`
 - `camera` -> `rcamera`
 - `gestures` -> `rgestures`
 - `core` -> `rcore`

All the build systems has been adapted to this change.
2021-09-22 00:15:06 +02:00
8fecf45f4c REVIEWED: rnet include from extras 2021-07-28 19:48:20 +02:00
bcf3ad87e8 Update raylib.vcxproj 2021-07-05 20:00:53 +02:00
352db3a183 Removes debug information from release builds (#1780) 2021-05-21 21:59:21 +02:00
dbe1c9c6e6 Removes Whole Program Optimization (#1767) 2021-05-12 19:20:27 +02:00
c4041043f5 Reviewed VS2019 projects 2021-04-24 19:58:24 +02:00
6037adcace Update raylib.rc 2021-02-11 16:32:07 +01:00
00a0461c7a REDESIGNED: VS2019 build paths
REMOVED: core_basic_window.cpp
2021-02-09 14:06:40 +01:00
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