59ebe1b7c3
Added support OpenBSD, NetBSD, DragonFly
2018-06-23 17:02:07 +02:00
d873314c27
Reviewed Windows resource file name
2018-05-29 00:52:08 +02:00
c1b9104d54
Makefile: Remove unnecessary -no-pie for older GCC support
...
Currently, if:
* GCC doesn't supports -no-pie: Build error
* GCC supports -no-pie
* GCC is not configured with --enable-default-pie: No-op
* GCC is configured with --enable-default-pie:
Slightly worse performance because we still generate -fpie code
(-pie affects linker, -fpie affects compiler)
So instead of probing for existence of -fno-pie -no-pie, remove it altogether.
Fixes #540 : Build breakage on Debian 8 with gcc 4.9.
2018-05-12 11:41:12 +02:00
aa76985c0d
Review raylib version to 2.0
...
Review raylib_icon resource
2018-05-11 18:14:19 +02:00
cc3b8645df
Updated release version
2018-04-10 10:37:48 +02:00
2b5fc12036
Update Makefiles. Enable example usage of staged libraylib.so.
2018-02-24 14:24:55 -06:00
97bf2706c4
Removed flag -fgnu89-inline
2018-02-21 23:28:34 +01:00
97f8b85429
Update Makefile
2018-02-12 09:19:24 +00:00
0be4d802ee
Update Makefile
2018-02-12 01:25:08 +00:00
e86b4d4e03
Update Makefiles for Linux installation.
2018-02-11 22:58:15 +00:00
f2a675ae53
Reviewed Makefiles...
...
- Renamed VERSION to RAYLIB_VERSION
- Renamed API_VERSION to RAYLIB_API_VERSION
- Renamed RAYLIB_RELEASE to RAYLIB_RELEASE_PATH
- Support Web Assembly compilation on PLATFORM_WEB
2018-01-15 13:54:06 +01:00
ddf6c65d00
Review Makefiles and templates
2018-01-15 12:52:58 +01:00
7965f983ba
Support Wayland display on Linux desktop
2017-12-28 18:14:39 +01:00
c93bca8c27
Review Makefile config flags
...
Support external GLFW usage
Renamed some flags for consistency
2017-12-28 17:58:09 +01:00
dae426d9c6
Fixed path for FreeBSD
2017-12-23 18:29:44 +01:00
5ae2c0d15b
Added Wayland support
...
Updated to latest GLFW library and working on Wayland support, still
looking how to implement it on raylib because it just exposes
PLATFORM_DESKTOP and defaults to X11 windowing system on Linux...
2017-12-09 19:05:42 +01:00
3b5a26099e
Removed OpenAL Soft dependency on building
...
OpenAL Soft backend is still available in audio module, I'm thinking if
exposing it for building in some way or just left it there for advance
users to switch to it manually in case of necessity...
2017-12-05 14:01:35 +01:00
6624672bfa
Merge pull request #389 from Martinfx/master
...
Added clean to Makefile for FreeBSD
2017-11-21 23:26:01 +01:00
398d793dbb
Added FreeBSD clean for Makefile
2017-11-21 19:30:52 +01:00
0eb222bda1
Issue with libraries renamed on Raspbian Stretch
...
libEGL and libGLESv2 have been renamed on latest Raspbian Stretch
version (also included on latest Jessie upgrade).
It seems to be done to avoid conflicts between official Mesa libs and
Broadcomm provided ones.
2017-11-07 13:02:15 +01:00
415e7e972c
Review some issues, view description
...
- Review RPI compilation (core_drop_files not supported)
- Review ImageFormat(), some issues
- GetTextureData() reviewed for RPI
2017-10-30 13:51:46 +01:00
f460b3842e
Added new example: text drawing on image
2017-10-30 09:37:16 +01:00
f897169160
Removed comment
2017-10-28 18:53:32 +02:00
47c7f3624f
Added support FreeBSD for example
2017-10-28 18:41:29 +02:00
2ba43b595e
Update file
2017-10-22 20:07:40 +02:00
b6c9b54316
Simplified desktop examples compilation
2017-10-22 12:09:00 +02:00
18601f7619
Merge pull request #369 from raysan5/develop
...
Integrate Develop branch
2017-10-20 16:15:23 +02:00
d9d9546ee5
Updated to latest library version
2017-10-20 12:13:21 +02:00
1375a616b2
Some examples code tweaks
2017-10-20 00:18:21 +02:00
8ace02c2ff
Added new examples to build...
...
...and reviewed some details
2017-10-17 13:30:41 +02:00
4909f9711c
Small tweak, remove tabs
2017-10-14 12:25:36 +02:00
5430d5d52e
Review Makefiles
2017-10-14 00:13:23 +02:00
b2789949ee
Working on Makefiles...
2017-10-02 14:12:03 +02:00
e173db19f7
CMake based build system.
...
Some people might find this handly
2017-08-27 13:28:02 -04:00
93a4b5e851
Added compiler flag...
...
...to avoid issue on Arch Linux
2017-08-24 18:27:31 +02:00
c43caeccb6
Update Makefile in examples/
...
We need to grab the OS name before determining what the path should be.
2017-07-21 19:30:24 -04:00
92729662f4
Additional path check
2017-07-21 09:49:23 +02:00
bfa66f446a
Review raylib path on rpi
2017-07-02 12:09:02 +02:00
413d059fd8
Some tweaks and additions
2017-05-19 00:55:02 +02:00
a5bfd7db22
Some reviews for RPI
2017-05-16 15:23:01 +02:00
518bdfc134
Some work on Android build
2017-05-11 16:45:49 +02:00
f2656871e9
Review Makefiles default raylib path
2017-04-23 12:11:27 +02:00
9b072dc346
Review game examples Makefiles
2017-04-23 12:05:18 +02:00
e38a7fcede
Small tweak
2017-04-21 00:08:37 +02:00
881f134f4d
Review and recompile web examples
2017-04-17 16:42:01 +02:00
774b120335
PLATFORM_WEB cleanup
2017-04-12 22:05:54 -05:00
1bba1242f4
Added _DEFAULT_SOURCE to CFLAGS for C99 compatibility
2017-04-12 20:26:29 -05:00
20d205cae5
Working on examples...
2017-04-08 23:31:58 +02:00
17b3f5e02e
Support generic target compilation
2017-04-08 11:12:25 +02:00
dd4dd0e87d
Reorganize examples folder
2017-04-04 01:54:49 +02:00