<feed xmlns='http://www.w3.org/2005/Atom'>
<title>raylib/examples/Makefile, branch fix-mouse-released</title>
<subtitle>Forked from https://github.com/raysan5/raylib</subtitle>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/raylib/'/>
<entry>
<title>Review PR #1022</title>
<updated>2019-11-24T12:43:48+00:00</updated>
<author>
<name>raysan5</name>
<email>raysan5@gmail.com</email>
</author>
<published>2019-11-24T12:43:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/raylib/commit/?id=c1a02e9fcaa9c6e059475aad54c3c9158c4412a5'/>
<id>c1a02e9fcaa9c6e059475aad54c3c9158c4412a5</id>
<content type='text'>
Actually OpenAL is not used any more, it should be using CoreAudio
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Actually OpenAL is not used any more, it should be using CoreAudio
</pre>
</div>
</content>
</entry>
<entry>
<title>fix example build on macos (#1022)</title>
<updated>2019-11-24T12:41:23+00:00</updated>
<author>
<name>Richard Smith</name>
<email>electronstudio@users.noreply.github.com</email>
</author>
<published>2019-11-24T12:41:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/raylib/commit/?id=f987ac9dca345a63ff6356b44e3b456016f0adb6'/>
<id>f987ac9dca345a63ff6356b44e3b456016f0adb6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>corrected examples Makefile target (#985)</title>
<updated>2019-10-11T12:54:13+00:00</updated>
<author>
<name>chriscamacho</name>
<email>chriscamacho@users.noreply.github.com</email>
</author>
<published>2019-10-11T12:54:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/raylib/commit/?id=161c8b7d082dcaf7f71d14396f22ed6ddf8699e4'/>
<id>161c8b7d082dcaf7f71d14396f22ed6ddf8699e4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>contributed simple shader example (#973)</title>
<updated>2019-09-22T19:28:50+00:00</updated>
<author>
<name>chriscamacho</name>
<email>chriscamacho@users.noreply.github.com</email>
</author>
<published>2019-09-22T19:28:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/raylib/commit/?id=a679b0ccc015295ed8c305605b0bf19112f949f3'/>
<id>a679b0ccc015295ed8c305605b0bf19112f949f3</id>
<content type='text'>
Contributed simple shader example
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Contributed simple shader example
</pre>
</div>
</content>
</entry>
<entry>
<title>RENAMED: text_sprite_font &gt; text_font_spritefont</title>
<updated>2019-09-12T14:30:39+00:00</updated>
<author>
<name>Ray</name>
<email>raysan5@gmail.com</email>
</author>
<published>2019-09-12T14:30:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/raylib/commit/?id=d9d9c6111b7dd7de65f178ca6375fe80a719ac86'/>
<id>d9d9c6111b7dd7de65f178ca6375fe80a719ac86</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>REDESIGNED: models_obj_loading &gt; models_loading</title>
<updated>2019-09-12T14:25:14+00:00</updated>
<author>
<name>Ray</name>
<email>raysan5@gmail.com</email>
</author>
<published>2019-09-12T14:25:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/raylib/commit/?id=c247c371c35dbf3b078c91e77c071268530fb4a0'/>
<id>c247c371c35dbf3b078c91e77c071268530fb4a0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>examples makefile not deleting examples in Linux (#955)</title>
<updated>2019-08-27T17:58:49+00:00</updated>
<author>
<name>chriscamacho</name>
<email>chriscamacho@users.noreply.github.com</email>
</author>
<published>2019-08-27T17:58:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/raylib/commit/?id=dde1e0671ffd71582e3ec2b1e09bcd422d829591'/>
<id>dde1e0671ffd71582e3ec2b1e09bcd422d829591</id>
<content type='text'>
I'm not sure why the clean command is so complex (especially given that find -type f -executable | xargs rm -fv works!)
but I fixed the version as is, to support x-pie-executable which was preventing it deleting anything on my system...</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I'm not sure why the clean command is so complex (especially given that find -type f -executable | xargs rm -fv works!)
but I fixed the version as is, to support x-pie-executable which was preventing it deleting anything on my system...</pre>
</div>
</content>
</entry>
<entry>
<title>Added scissor test and mouse painting examples proposed in #890 (#919)</title>
<updated>2019-07-28T09:12:13+00:00</updated>
<author>
<name>ChrisDill</name>
<email>chrisdude134@gmail.com</email>
</author>
<published>2019-07-28T09:12:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/raylib/commit/?id=879c874330e2946ca0dcce74a5dfbe852b4d1f4a'/>
<id>879c874330e2946ca0dcce74a5dfbe852b4d1f4a</id>
<content type='text'>
- Updated Makefile with new examples</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Updated Makefile with new examples</pre>
</div>
</content>
</entry>
<entry>
<title>#917 This commit changes the path to 'shell.html' in all Makefiles (#918)</title>
<updated>2019-07-27T09:45:49+00:00</updated>
<author>
<name>Antonio Radovcic</name>
<email>niorad@users.noreply.github.com</email>
</author>
<published>2019-07-27T09:45:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/raylib/commit/?id=814952c01dcc1e14eb76e878c0cc3bdef6ee0fd2'/>
<id>814952c01dcc1e14eb76e878c0cc3bdef6ee0fd2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add multi channel audio to raudio (#895)</title>
<updated>2019-06-29T08:49:42+00:00</updated>
<author>
<name>chriscamacho</name>
<email>chriscamacho@users.noreply.github.com</email>
</author>
<published>2019-06-29T08:49:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/raylib/commit/?id=83a4eb08525c25026dbf16211ef083a46745867f'/>
<id>83a4eb08525c25026dbf16211ef083a46745867f</id>
<content type='text'>
* added multi channel sound replay to raudio
added -fPIC to Makefile for Linux
added simple lighting and audio multi channel to examples Makefile

* not properly reporting audio buffer pool size...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* added multi channel sound replay to raudio
added -fPIC to Makefile for Linux
added simple lighting and audio multi channel to examples Makefile

* not properly reporting audio buffer pool size...
</pre>
</div>
</content>
</entry>
</feed>
