<feed xmlns='http://www.w3.org/2005/Atom'>
<title>raylib/.gitignore, 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 latest PR #1003</title>
<updated>2019-10-29T14:56:14+00:00</updated>
<author>
<name>Ray</name>
<email>raysan5@gmail.com</email>
</author>
<published>2019-10-29T14:56:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/raylib/commit/?id=64c588e9d8e9cb34da4fe592ae091d62f59d6853'/>
<id>64c588e9d8e9cb34da4fe592ae091d62f59d6853</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Raysan (#1003)</title>
<updated>2019-10-29T14:54:01+00:00</updated>
<author>
<name>Jean-Seb / jseb</name>
<email>jeangit@users.noreply.github.com</email>
</author>
<published>2019-10-29T14:54:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/raylib/commit/?id=862ef0524eba5c2c4202411f4b7b69d4c1e732a1'/>
<id>862ef0524eba5c2c4202411f4b7b69d4c1e732a1</id>
<content type='text'>
* new linux makefile for Android portages

* Revert "projects: CMake: bump up minimal raylib version (#983)"

This reverts commit 82306af111894397cb2028ac270f2916aa615fab.

* new PR for upstream

* for Raysan
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* new linux makefile for Android portages

* Revert "projects: CMake: bump up minimal raylib version (#983)"

This reverts commit 82306af111894397cb2028ac270f2916aa615fab.

* new PR for upstream

* for Raysan
</pre>
</div>
</content>
</entry>
<entry>
<title>Ignore web bitcode lib</title>
<updated>2019-05-21T16:02:20+00:00</updated>
<author>
<name>Ray</name>
<email>raysan5@gmail.com</email>
</author>
<published>2019-05-21T16:02:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/raylib/commit/?id=cea0150c6e34691e2687ed594bfe3aaa367f0d8a'/>
<id>cea0150c6e34691e2687ed594bfe3aaa367f0d8a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>UWP Support Overhaul (#819)</title>
<updated>2019-04-27T18:33:51+00:00</updated>
<author>
<name>Reece Mackie</name>
<email>20544390+Rover656@users.noreply.github.com</email>
</author>
<published>2019-04-27T18:33:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/raylib/commit/?id=2de1f318212dbceb71db6be053be995208748f2a'/>
<id>2de1f318212dbceb71db6be053be995208748f2a</id>
<content type='text'>
* Working build

* Fix build again, stop deleting files

* Hotfix crash, needs investigating

* Remove VS2015.UWP, I cannot update the project

* Lots of UWP work, added keyboard and mouse press support. Still need to finish scroll wheel, mouse position and cursor hiding, plus other stuff that I haven't seen yet.

* Implemented a ton more things, added BaseApp.h to provide common code to UWP apps.

* Remove constant window dimensions

* Enable and Disable cursor support.

* Actually use mouse delta

* Gamepad Support

* Cleaning and small tweaks

* Restore original example.

* Update comment

* Use 'Messages' to handle the cursor functions so code is more portable.

* Comment

* Comment unused message fields and use vector for mouse pos instead.

* Move messages to utils.h and use messages for everything. No more plat-specific code in raylib.h

* Working build

* Fix build again, stop deleting files

* Hotfix crash, needs investigating

* Remove VS2015.UWP, I cannot update the project

* Lots of UWP work, added keyboard and mouse press support. Still need to finish scroll wheel, mouse position and cursor hiding, plus other stuff that I haven't seen yet.

* Implemented a ton more things, added BaseApp.h to provide common code to UWP apps.

* Remove constant window dimensions

* Enable and Disable cursor support.

* Actually use mouse delta

* Gamepad Support

* Cleaning and small tweaks

* Restore original example.

* Update comment

* Use 'Messages' to handle the cursor functions so code is more portable.

* Comment

* Comment unused message fields and use vector for mouse pos instead.

* Move messages to utils.h and use messages for everything. No more plat-specific code in raylib.h

* Tested some desktop stuff and added projection matrix updates for window resizing.

* Fixed big bad mouse bug

* Fix alt buttons and add hack to combat flickery key presses (far from perfect)

* Remove debug code

* Final commit

* Well, so I thought

* Wow, i am bad

* Remove packages folder

* Remove useless include

* Apply requested changes and fix linux build

* Try to stop packages folder

* Have we fixed the formatting properly?

* Third time's the charm?

* Where did this come from?

* Re-fix

* Autoformat is gonna kill

* Fixed XBOX ONE Support

* Fix tabs
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Working build

* Fix build again, stop deleting files

* Hotfix crash, needs investigating

* Remove VS2015.UWP, I cannot update the project

* Lots of UWP work, added keyboard and mouse press support. Still need to finish scroll wheel, mouse position and cursor hiding, plus other stuff that I haven't seen yet.

* Implemented a ton more things, added BaseApp.h to provide common code to UWP apps.

* Remove constant window dimensions

* Enable and Disable cursor support.

* Actually use mouse delta

* Gamepad Support

* Cleaning and small tweaks

* Restore original example.

* Update comment

* Use 'Messages' to handle the cursor functions so code is more portable.

* Comment

* Comment unused message fields and use vector for mouse pos instead.

* Move messages to utils.h and use messages for everything. No more plat-specific code in raylib.h

* Working build

* Fix build again, stop deleting files

* Hotfix crash, needs investigating

* Remove VS2015.UWP, I cannot update the project

* Lots of UWP work, added keyboard and mouse press support. Still need to finish scroll wheel, mouse position and cursor hiding, plus other stuff that I haven't seen yet.

* Implemented a ton more things, added BaseApp.h to provide common code to UWP apps.

* Remove constant window dimensions

* Enable and Disable cursor support.

* Actually use mouse delta

* Gamepad Support

* Cleaning and small tweaks

* Restore original example.

* Update comment

* Use 'Messages' to handle the cursor functions so code is more portable.

* Comment

* Comment unused message fields and use vector for mouse pos instead.

* Move messages to utils.h and use messages for everything. No more plat-specific code in raylib.h

* Tested some desktop stuff and added projection matrix updates for window resizing.

* Fixed big bad mouse bug

* Fix alt buttons and add hack to combat flickery key presses (far from perfect)

* Remove debug code

* Final commit

* Well, so I thought

* Wow, i am bad

* Remove packages folder

* Remove useless include

* Apply requested changes and fix linux build

* Try to stop packages folder

* Have we fixed the formatting properly?

* Third time's the charm?

* Where did this come from?

* Re-fix

* Autoformat is gonna kill

* Fixed XBOX ONE Support

* Fix tabs
</pre>
</div>
</content>
</entry>
<entry>
<title>[rnet] module WIP (#809)</title>
<updated>2019-04-22T18:03:00+00:00</updated>
<author>
<name>Jak</name>
<email>5613046+Syphonx@users.noreply.github.com</email>
</author>
<published>2019-04-22T18:03:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/raylib/commit/?id=4b8d06f50139b33d7670c286e2e3f006843ac8ba'/>
<id>4b8d06f50139b33d7670c286e2e3f006843ac8ba</id>
<content type='text'>
Added experimental network module
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added experimental network module
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove compiled libraylib.a</title>
<updated>2019-02-19T04:36:29+00:00</updated>
<author>
<name>Rob Loach</name>
<email>robloach@gmail.com</email>
</author>
<published>2019-02-19T04:36:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/raylib/commit/?id=497fb4e49ffe5a1c73b47d7733c9dbe3091ff976'/>
<id>497fb4e49ffe5a1c73b47d7733c9dbe3091ff976</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added CMD compilation scripts for examples</title>
<updated>2019-01-21T22:59:35+00:00</updated>
<author>
<name>Ray</name>
<email>raysan5@gmail.com</email>
</author>
<published>2019-01-21T22:59:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/raylib/commit/?id=df407350671c787ec1906ee06467adc6becc0750'/>
<id>df407350671c787ec1906ee06467adc6becc0750</id>
<content type='text'>
They could be useful for some people...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
They could be useful for some people...
</pre>
</div>
</content>
</entry>
<entry>
<title>Update .gitignore</title>
<updated>2018-10-15T14:19:58+00:00</updated>
<author>
<name>ChrisDill</name>
<email>chrisdude134@gmail.com</email>
</author>
<published>2018-10-15T14:19:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/raylib/commit/?id=a7a70004f1085312ea0722c124a04126e578cb8f'/>
<id>a7a70004f1085312ea0722c124a04126e578cb8f</id>
<content type='text'>
- Ignore files in Debug.DLL from building VS2017 project.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Ignore files in Debug.DLL from building VS2017 project.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added Android Makefile for games</title>
<updated>2018-07-21T15:38:47+00:00</updated>
<author>
<name>raysan5</name>
<email>raysan5@gmail.com</email>
</author>
<published>2018-07-21T15:38:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/raylib/commit/?id=82e4a12fd3bd902ab2d82db62685ccb558701f86'/>
<id>82e4a12fd3bd902ab2d82db62685ccb558701f86</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Looking for a place for raylib resource file</title>
<updated>2018-07-21T14:18:33+00:00</updated>
<author>
<name>raysan5</name>
<email>raysan5@gmail.com</email>
</author>
<published>2018-07-21T14:18:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/raylib/commit/?id=7dc66d2d3f0668edd46ed3380656692d67ae6da0'/>
<id>7dc66d2d3f0668edd46ed3380656692d67ae6da0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
