<feed xmlns='http://www.w3.org/2005/Atom'>
<title>raylib/src, branch 1.3.0</title>
<subtitle>Forked from https://github.com/raysan5/raylib</subtitle>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/raylib/'/>
<entry>
<title>Added strdup() function replacement</title>
<updated>2015-09-02T23:27:49+00:00</updated>
<author>
<name>raysan5</name>
<email>raysan5@gmail.com</email>
</author>
<published>2015-09-02T23:27:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/raylib/commit/?id=ef1f9fe450180b1fbd48f0eadae13c2edf0b11b6'/>
<id>ef1f9fe450180b1fbd48f0eadae13c2edf0b11b6</id>
<content type='text'>
strdup() is not a C99 function (it's POSIX), not available in emscripten
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
strdup() is not a C99 function (it's POSIX), not available in emscripten
</pre>
</div>
</content>
</entry>
<entry>
<title>Corrected crazy bug about model textures</title>
<updated>2015-09-02T18:36:05+00:00</updated>
<author>
<name>raysan5</name>
<email>raysan5@gmail.com</email>
</author>
<published>2015-09-02T18:36:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/raylib/commit/?id=94d0e8320795aeba496dbda639a5430375fcce07'/>
<id>94d0e8320795aeba496dbda639a5430375fcce07</id>
<content type='text'>
On OpenGL ES it was set to use GL_CLAMP_TO_EDGE wrap mode for textures.
On LoadOBJ() texture coordinates were wrongly Y-flipped
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
On OpenGL ES it was set to use GL_CLAMP_TO_EDGE wrap mode for textures.
On LoadOBJ() texture coordinates were wrongly Y-flipped
</pre>
</div>
</content>
</entry>
<entry>
<title>Added some comments</title>
<updated>2015-09-02T18:34:14+00:00</updated>
<author>
<name>raysan5</name>
<email>raysan5@gmail.com</email>
</author>
<published>2015-09-02T18:34:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/raylib/commit/?id=ab459bf418c7d8d757045440bc868e196dac8daf'/>
<id>ab459bf418c7d8d757045440bc868e196dac8daf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added some comments</title>
<updated>2015-09-02T00:41:55+00:00</updated>
<author>
<name>raysan5</name>
<email>raysan5@gmail.com</email>
</author>
<published>2015-09-02T00:41:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/raylib/commit/?id=50c5df0838b8738225f4c257a3081438fb204e86'/>
<id>50c5df0838b8738225f4c257a3081438fb204e86</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reviewed to work on Raspberry Pi</title>
<updated>2015-09-01T23:08:41+00:00</updated>
<author>
<name>raysan5</name>
<email>raysan5@gmail.com</email>
</author>
<published>2015-09-01T23:08:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/raylib/commit/?id=4879106096c868e5c8f16ca3796dcb9c85c0dac6'/>
<id>4879106096c868e5c8f16ca3796dcb9c85c0dac6</id>
<content type='text'>
[rlgl] Extensions strings loading was redone to avoid a Segmentation
Fault on Raspberry Pi
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[rlgl] Extensions strings loading was redone to avoid a Segmentation
Fault on Raspberry Pi
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated some comments</title>
<updated>2015-09-01T21:15:26+00:00</updated>
<author>
<name>raysan5</name>
<email>raysan5@gmail.com</email>
</author>
<published>2015-09-01T21:15:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/raylib/commit/?id=94a1fdc2ae47c29661d9de92a5828b2f0c68d2b7'/>
<id>94a1fdc2ae47c29661d9de92a5828b2f0c68d2b7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Redesigned UpdateCamera() function</title>
<updated>2015-08-30T15:46:19+00:00</updated>
<author>
<name>raysan5</name>
<email>raysan5@gmail.com</email>
</author>
<published>2015-08-30T15:46:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/raylib/commit/?id=535b9e606f6571c5d4163481d077ae3d5a79f1b8'/>
<id>535b9e606f6571c5d4163481d077ae3d5a79f1b8</id>
<content type='text'>
Splitted into:
UpdateCamera()             // Update only camera
UpdateCameraPlayer()   // Update camera and player position
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Splitted into:
UpdateCamera()             // Update only camera
UpdateCameraPlayer()   // Update camera and player position
</pre>
</div>
</content>
</entry>
<entry>
<title>Redesigned SpriteFont struct</title>
<updated>2015-08-30T15:45:05+00:00</updated>
<author>
<name>raysan5</name>
<email>raysan5@gmail.com</email>
</author>
<published>2015-08-30T15:45:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/raylib/commit/?id=92bcf09c534c4ef204e973a2e7153e2ea557c1ea'/>
<id>92bcf09c534c4ef204e973a2e7153e2ea557c1ea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reviewed some comments</title>
<updated>2015-08-30T15:44:47+00:00</updated>
<author>
<name>raysan5</name>
<email>raysan5@gmail.com</email>
</author>
<published>2015-08-30T15:44:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/raylib/commit/?id=aa982f80f58ae0f18ed8431be8353c9f997610b5'/>
<id>aa982f80f58ae0f18ed8431be8353c9f997610b5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added some comments</title>
<updated>2015-08-30T15:44:14+00:00</updated>
<author>
<name>raysan5</name>
<email>raysan5@gmail.com</email>
</author>
<published>2015-08-30T15:44:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/raylib/commit/?id=d7e7ef6a7de1e0b4be2fbbd5ff774150e3d1634a'/>
<id>d7e7ef6a7de1e0b4be2fbbd5ff774150e3d1634a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
