<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pub/users/cem/rockblaster.git, branch master</title>
<subtitle>Asteroids clone</subtitle>
<link rel='alternate' type='text/html' href='http://toxiclabs.cc/cgit.cgi/pub/users/cem/rockblaster.git/'/>
<entry>
<title>Redraw ship using transformations</title>
<updated>2026-01-02T13:59:29+00:00</updated>
<author>
<name>Carlos Maiolino</name>
<email>cem@toxiclabs.cc</email>
</author>
<published>2026-01-02T13:59:29+00:00</published>
<link rel='alternate' type='text/html' href='http://toxiclabs.cc/cgit.cgi/pub/users/cem/rockblaster.git/commit/?id=0ef17f4387bc95fad289a7d29c28703743072214'/>
<id>0ef17f4387bc95fad289a7d29c28703743072214</id>
<content type='text'>
Signed-off-by: Carlos Maiolino &lt;cem@toxiclabs.cc&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Carlos Maiolino &lt;cem@toxiclabs.cc&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add spaceship drawing</title>
<updated>2025-11-30T14:57:34+00:00</updated>
<author>
<name>Carlos Maiolino</name>
<email>cem@toxiclabs.cc</email>
</author>
<published>2025-11-30T14:57:34+00:00</published>
<link rel='alternate' type='text/html' href='http://toxiclabs.cc/cgit.cgi/pub/users/cem/rockblaster.git/commit/?id=b44a1bf90f4336833f8ade39d053b9d917ede848'/>
<id>b44a1bf90f4336833f8ade39d053b9d917ede848</id>
<content type='text'>
Signed-off-by: Carlos Maiolino &lt;cem@kernel.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Carlos Maiolino &lt;cem@kernel.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a couple macros to set screen center</title>
<updated>2025-11-29T17:49:34+00:00</updated>
<author>
<name>Carlos Maiolino</name>
<email>cem@toxiclabs.cc</email>
</author>
<published>2025-11-29T17:49:34+00:00</published>
<link rel='alternate' type='text/html' href='http://toxiclabs.cc/cgit.cgi/pub/users/cem/rockblaster.git/commit/?id=e6bb80a1aa60681992dba22823100900a4f22201'/>
<id>e6bb80a1aa60681992dba22823100900a4f22201</id>
<content type='text'>
Signed-off-by: Carlos Maiolino &lt;cem@toxiclabs.cc&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Carlos Maiolino &lt;cem@toxiclabs.cc&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Change mouse input to use mouse speed</title>
<updated>2025-11-29T16:32:25+00:00</updated>
<author>
<name>Carlos Maiolino</name>
<email>cem@toxiclabs.cc</email>
</author>
<published>2025-11-29T16:32:25+00:00</published>
<link rel='alternate' type='text/html' href='http://toxiclabs.cc/cgit.cgi/pub/users/cem/rockblaster.git/commit/?id=4242664fcd5d2c3e0fe24ffec038c3767276f3e5'/>
<id>4242664fcd5d2c3e0fe24ffec038c3767276f3e5</id>
<content type='text'>
Instead of directly setting the object accordingly to the mouse's cursor
orientation, use a 'speed' trick to move the object.

X and Y coordinates are now incremented according to the speed instead
of hard setting them to the current x*y hardware coordinates.

Use al_set_mouse_xy() to always reset the real mouse position (not the
object). This will avoid the mouse position to hit one of the limits
preventing the object to be moved further.

Signed-off-by: Carlos Maiolino &lt;cem@toxiclabs.cc&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instead of directly setting the object accordingly to the mouse's cursor
orientation, use a 'speed' trick to move the object.

X and Y coordinates are now incremented according to the speed instead
of hard setting them to the current x*y hardware coordinates.

Use al_set_mouse_xy() to always reset the real mouse position (not the
object). This will avoid the mouse position to hit one of the limits
preventing the object to be moved further.

Signed-off-by: Carlos Maiolino &lt;cem@toxiclabs.cc&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement mouse tracking.</title>
<updated>2025-10-30T17:39:57+00:00</updated>
<author>
<name>Carlos Maiolino</name>
<email>cem@toxiclabs.cc</email>
</author>
<published>2025-10-30T17:39:57+00:00</published>
<link rel='alternate' type='text/html' href='http://toxiclabs.cc/cgit.cgi/pub/users/cem/rockblaster.git/commit/?id=f497ea0100a28f8dffed57eebe52ec58c556e1e1'/>
<id>f497ea0100a28f8dffed57eebe52ec58c556e1e1</id>
<content type='text'>
Make the object follow the mouse position

Signed-off-by: Carlos Maiolino &lt;cem@toxiclabs.cc&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make the object follow the mouse position

Signed-off-by: Carlos Maiolino &lt;cem@toxiclabs.cc&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement movement</title>
<updated>2025-10-30T17:10:43+00:00</updated>
<author>
<name>Carlos Maiolino</name>
<email>cem@toxiclabs.cc</email>
</author>
<published>2025-10-30T17:10:43+00:00</published>
<link rel='alternate' type='text/html' href='http://toxiclabs.cc/cgit.cgi/pub/users/cem/rockblaster.git/commit/?id=005d4c349510d78ab10f1e7fa1c9f5f5f265d8e9'/>
<id>005d4c349510d78ab10f1e7fa1c9f5f5f265d8e9</id>
<content type='text'>
Add simple movement according to Allegro manual.

Signed-off-by: Carlos Maiolino &lt;cem@toxiclabs.cc&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add simple movement according to Allegro manual.

Signed-off-by: Carlos Maiolino &lt;cem@toxiclabs.cc&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial drop</title>
<updated>2025-10-28T19:56:23+00:00</updated>
<author>
<name>Carlos Maiolino</name>
<email>cem@toxiclabs.cc</email>
</author>
<published>2025-10-28T19:56:23+00:00</published>
<link rel='alternate' type='text/html' href='http://toxiclabs.cc/cgit.cgi/pub/users/cem/rockblaster.git/commit/?id=5e7ef9236c51593074da22f42d25b1d622939707'/>
<id>5e7ef9236c51593074da22f42d25b1d622939707</id>
<content type='text'>
Add basic Allegro initialization, draw the display and add sample object

Signed-off-by: Carlos Maiolino &lt;cem@toxiclabs.cc&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add basic Allegro initialization, draw the display and add sample object

Signed-off-by: Carlos Maiolino &lt;cem@toxiclabs.cc&gt;
</pre>
</div>
</content>
</entry>
</feed>
