<feed xmlns='http://www.w3.org/2005/Atom'>
<title>raylib/src/makefile, branch 1.2.2-installer</title>
<subtitle>Forked from https://github.com/raysan5/raylib</subtitle>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/raylib/'/>
<entry>
<title>Reorganized external folders by platform</title>
<updated>2015-01-08T20:10:06+00:00</updated>
<author>
<name>raysan5</name>
<email>raysan5@gmail.com</email>
</author>
<published>2015-01-08T20:10:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/raylib/commit/?id=d739895e4a8602034d7a65a3be0c90163dabb817'/>
<id>d739895e4a8602034d7a65a3be0c90163dabb817</id>
<content type='text'>
Improved makefiles!
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Improved makefiles!
</pre>
</div>
</content>
</entry>
<entry>
<title>Review build system for Android and RPI</title>
<updated>2015-01-04T17:05:50+00:00</updated>
<author>
<name>raysan5</name>
<email>raysan5@gmail.com</email>
</author>
<published>2015-01-04T17:05:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/raylib/commit/?id=4a7e522d4bb376d2277895d1d99eb0382f8bbefb'/>
<id>4a7e522d4bb376d2277895d1d99eb0382f8bbefb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>makefiles reorganization</title>
<updated>2015-01-02T19:59:05+00:00</updated>
<author>
<name>raysan5</name>
<email>raysan5@gmail.com</email>
</author>
<published>2015-01-02T19:59:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/raylib/commit/?id=7ea8326b52f596d16fe059d34ce6673c4b401f90'/>
<id>7ea8326b52f596d16fe059d34ce6673c4b401f90</id>
<content type='text'>
Edited to better accomodate to multiple platforms
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Edited to better accomodate to multiple platforms
</pre>
</div>
</content>
</entry>
<entry>
<title>Integrated ratalaika pull-request</title>
<updated>2015-01-02T09:18:43+00:00</updated>
<author>
<name>raysan5</name>
<email>raysan5@gmail.com</email>
</author>
<published>2015-01-02T09:18:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/raylib/commit/?id=061ee04cb524d39d3b4f1bd64b43a65f38ddabef'/>
<id>061ee04cb524d39d3b4f1bd64b43a65f38ddabef</id>
<content type='text'>
Added first version of OS X compilation support
Some conflicts manually resolved...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added first version of OS X compilation support
Some conflicts manually resolved...
</pre>
</div>
</content>
</entry>
<entry>
<title>Added full support for HTML5 (emscripten)</title>
<updated>2014-12-31T17:03:32+00:00</updated>
<author>
<name>raysan5</name>
<email>raysan5@gmail.com</email>
</author>
<published>2014-12-31T17:03:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/raylib/commit/?id=905b6ec53df01a4f660c12c08c32e2cc301f7ad6'/>
<id>905b6ec53df01a4f660c12c08c32e2cc301f7ad6</id>
<content type='text'>
Corrected some bugs on the way...
Automatically convert textures to POT on RPI and WEB
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Corrected some bugs on the way...
Automatically convert textures to POT on RPI and WEB
</pre>
</div>
</content>
</entry>
<entry>
<title>Added support for emscripten and more</title>
<updated>2014-12-15T00:08:30+00:00</updated>
<author>
<name>raysan5</name>
<email>raysan5@gmail.com</email>
</author>
<published>2014-12-15T00:08:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/raylib/commit/?id=cfa60ab7e6313f85594f63d2830fdc2ce19e180e'/>
<id>cfa60ab7e6313f85594f63d2830fdc2ce19e180e</id>
<content type='text'>
Added PLATFORM_WEB support (emscripten-webgl)
[audio] Added LoadSoundFromWave()
[textures] Added LoadTextureFromImage() to replace CreateTexture()
Some TraceLogs edited...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added PLATFORM_WEB support (emscripten-webgl)
[audio] Added LoadSoundFromWave()
[textures] Added LoadTextureFromImage() to replace CreateTexture()
Some TraceLogs edited...
</pre>
</div>
</content>
</entry>
<entry>
<title>Added features and corrected bugs...</title>
<updated>2014-12-09T12:21:55+00:00</updated>
<author>
<name>raysan5</name>
<email>raysan5@gmail.com</email>
</author>
<published>2014-12-09T12:21:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/raylib/commit/?id=d3cf316e40b531542b6f55b965f3369d4aca28d6'/>
<id>d3cf316e40b531542b6f55b965f3369d4aca28d6</id>
<content type='text'>
[core] Added SetMousePosition()
[models] LoadHeightmap() - Corrected textures bug
[raymath] Functions renaming
[WEB] Prepare environment for emscripten!
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[core] Added SetMousePosition()
[models] LoadHeightmap() - Corrected textures bug
[raymath] Functions renaming
[WEB] Prepare environment for emscripten!
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Corrected some bugs..."</title>
<updated>2014-12-09T12:10:28+00:00</updated>
<author>
<name>Palaui</name>
<email>sucdepressec@gmail.com</email>
</author>
<published>2014-12-09T12:10:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/raylib/commit/?id=a2c8ddca1345722603637bddc3421f64025d7e5e'/>
<id>a2c8ddca1345722603637bddc3421f64025d7e5e</id>
<content type='text'>
This reverts commit 29d8b48503f3064cdc1f3a87c01b4264e716a220.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 29d8b48503f3064cdc1f3a87c01b4264e716a220.
</pre>
</div>
</content>
</entry>
<entry>
<title>Corrected some bugs...</title>
<updated>2014-12-09T12:10:05+00:00</updated>
<author>
<name>Palaui</name>
<email>sucdepressec@gmail.com</email>
</author>
<published>2014-12-09T12:10:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/raylib/commit/?id=29d8b48503f3064cdc1f3a87c01b4264e716a220'/>
<id>29d8b48503f3064cdc1f3a87c01b4264e716a220</id>
<content type='text'>
[core] Added SetMousePosition()
[models] LoadHeightmap() - Corrected textures bug
[raymath] Functions renaming
[WEB] Prepare environment for emscripten!
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[core] Added SetMousePosition()
[models] LoadHeightmap() - Corrected textures bug
[raymath] Functions renaming
[WEB] Prepare environment for emscripten!
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated stb headers</title>
<updated>2014-11-23T20:58:17+00:00</updated>
<author>
<name>raysan5</name>
<email>raysan5@gmail.com</email>
</author>
<published>2014-11-23T20:58:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/raylib/commit/?id=7375d0460a8aaeadedf85c7d6313e2cc7d8ba9e9'/>
<id>7375d0460a8aaeadedf85c7d6313e2cc7d8ba9e9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
