1a61dc2c77
Meson: build library with so version
...
This should always be the number of the raylib release.
Especially when the new version is ABI incompatible the major version
should be bumped.
2017-06-08 17:03:25 +02:00
9dd3c03153
Merge pull request #297 from jubalh/meson
...
Initial meson support
2017-06-08 13:19:41 +02:00
402a8bfd68
Added note about transposing
2017-06-05 18:53:53 +02:00
43cb6414f6
Added note about transposing
2017-06-05 18:53:37 +02:00
567831a693
Allow static/dynamic library building with meson
...
Using the library() function instead of shared_library() allows changing
of the library type via the default_library option.
This allows for easy change between static and dynamic library building.
Use 'meson --default-library=static builddir' to build as static, if no builddir yet exists.
Use 'mesonconf -Ddefault_library=static builddir' to change the type for
an existing builddir.
2017-06-05 14:35:44 +02:00
9c524ee3a6
Add meson files for basic Linux building
2017-06-05 14:34:47 +02:00
1adc031301
Fix link in readme
2017-06-05 14:33:47 +02:00
99c7ca4f4a
Merge pull request #296 from sir-pinecone/fix-readme-link
...
Fix link in readme
2017-05-31 12:21:41 +02:00
60f0d78170
Fix link in readme
2017-05-31 05:51:18 -04:00
a08cf1ce63
Merge pull request #295 from jubalh/cflags
...
Accept external CFLAGS
2017-05-29 20:47:03 +02:00
6809380d3d
Accept external CFLAGS
...
Some distributions build the programs with a specific set of CFLAGS.
Lets allow that by adding raylibs flags.
2017-05-29 19:00:53 +02:00
d5c43099cd
Upload image
2017-05-28 21:29:59 +02:00
f54501a355
Review gif recording (simplified)
2017-05-27 14:40:05 +02:00
90f3f870c2
Added bunnymark example
2017-05-22 20:47:28 +02:00
d0190af69f
Renamed file (issues with Makefile)
2017-05-22 20:47:17 +02:00
07534497e6
Updated libs
2017-05-19 10:34:42 +02:00
95b39e5345
Added patron to list
2017-05-19 00:59:21 +02:00
413d059fd8
Some tweaks and additions
2017-05-19 00:55:02 +02:00
afb841b7dd
Reverted to previous OpenAL version
...
Issues when pausin musing and trying to resume (not resuming!)
2017-05-18 23:26:20 +02:00
c068de183b
Added Android lib
2017-05-18 23:00:34 +02:00
9b24120cd9
Updated libs
2017-05-18 19:24:24 +02:00
d033c87d27
Update HISTORY.md
2017-05-18 19:01:12 +02:00
f1acd4a065
Update CHANGELOG
2017-05-18 19:00:18 +02:00
e01a1ba10c
Support Gif recording
2017-05-18 18:57:11 +02:00
1a37f09b02
Update README.md
2017-05-18 00:22:48 +02:00
4a4fffe439
Updated to latest version
2017-05-18 00:13:58 +02:00
a083d4726f
Update HISTORY.md
2017-05-17 17:56:45 +02:00
aec6c0350a
Update HISTORY.md
2017-05-17 17:47:40 +02:00
9f50c6e611
Added gif file writter library
...
Setup for a new amazing feature! ;)
2017-05-17 16:01:55 +02:00
b4a68d2c87
Update HISTORY.md
2017-05-17 11:28:18 +02:00
636a2acc95
Update ROADMAP.md
2017-05-17 11:01:23 +02:00
ad174def77
Update LICENSE.md
2017-05-17 09:25:41 +02:00
2800b2a19a
Update CHANGELOG
2017-05-17 09:09:23 +02:00
1e2d3d93fe
Some more patreons
2017-05-17 01:04:50 +02:00
bc981a0628
Added patreons to web
2017-05-17 01:04:21 +02:00
34ce1048d0
Update README.md
2017-05-17 00:58:27 +02:00
33aef15555
Updated architecture diagram
2017-05-17 00:54:14 +02:00
9819614276
Comments tweaks
2017-05-17 00:33:40 +02:00
0780cd4e6a
Web review
2017-05-17 00:33:29 +02:00
a5bfd7db22
Some reviews for RPI
2017-05-16 15:23:01 +02:00
e563ebe240
Update README.md
...
Reviewed comments and added acknowledgements
2017-05-16 00:43:57 +02:00
65e6a6db53
Improved shaders_postprocessing example
2017-05-16 00:14:14 +02:00
c9d6b7e356
Merge branch 'develop' of https://github.com/raysan5/raylib into develop
2017-05-15 22:48:13 +02:00
aba25e9ba3
Move shaders to examples
2017-05-15 22:48:04 +02:00
b3b828c8bb
Update README.md
2017-05-15 18:55:18 +02:00
dd7b64a536
Simplify README
...
Move raylib history to another file
2017-05-15 18:36:38 +02:00
4ca229ed7f
Renamed file
2017-05-15 18:26:53 +02:00
a8f142e736
Renamed file
2017-05-15 18:23:09 +02:00
6a48e7376b
Review example
2017-05-15 18:20:27 +02:00
4a31ce4bd2
Reorganize code
2017-05-15 18:07:23 +02:00