<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rockbox/apps/plugins/xworld/vm.c, branch working</title>
<subtitle>My Rockbox tree</subtitle>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/'/>
<entry>
<title>bypass protection works</title>
<updated>2016-11-07T23:39:20+00:00</updated>
<author>
<name>Franklin Wei</name>
<email>frankhwei536@gmail.com</email>
</author>
<published>2016-11-07T23:39:20+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=95cdc711cfa2b34703fa4aeea2082b36e05749a5'/>
<id>95cdc711cfa2b34703fa4aeea2082b36e05749a5</id>
<content type='text'>
Change-Id: I5faeed8e94af065ae51437dc36d7f48a03acad54
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I5faeed8e94af065ae51437dc36d7f48a03acad54
</pre>
</div>
</content>
</entry>
<entry>
<title>removing annoying splash in middle of game</title>
<updated>2016-11-06T16:05:56+00:00</updated>
<author>
<name>Franklin Wei</name>
<email>frankhwei536@gmail.com</email>
</author>
<published>2016-11-06T16:05:56+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=48bca52ac76c44c4faa011b41943714e3dffbd0d'/>
<id>48bca52ac76c44c4faa011b41943714e3dffbd0d</id>
<content type='text'>
Change-Id: Ie810ca75b4144ff3cc679f2b1b22b87c8b292b17
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ie810ca75b4144ff3cc679f2b1b22b87c8b292b17
</pre>
</div>
</content>
</entry>
<entry>
<title>rewrite xworld input, copied from rockdoom</title>
<updated>2016-11-05T03:11:31+00:00</updated>
<author>
<name>Franklin Wei</name>
<email>frankhwei536@gmail.com</email>
</author>
<published>2016-11-05T03:11:31+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=740057a09ccf6d4d14a64095e3e2de04af7c684c'/>
<id>740057a09ccf6d4d14a64095e3e2de04af7c684c</id>
<content type='text'>
Change-Id: Ia69bf2aac867d75c11986d17eeeca55728a3ad91
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ia69bf2aac867d75c11986d17eeeca55728a3ad91
</pre>
</div>
</content>
</entry>
<entry>
<title>things</title>
<updated>2016-06-14T15:12:44+00:00</updated>
<author>
<name>Franklin Wei</name>
<email>frankhwei536@gmail.com</email>
</author>
<published>2016-06-14T15:12:44+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=3dfed354ed8e73ca40868cc46aa153a0cfcb646b'/>
<id>3dfed354ed8e73ca40868cc46aa153a0cfcb646b</id>
<content type='text'>
Change-Id: I07e78d46d1d9bcb77a33c066949e76342fde6882
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I07e78d46d1d9bcb77a33c066949e76342fde6882
</pre>
</div>
</content>
</entry>
<entry>
<title>XWorld: make the random seed constant to pass the code wheel</title>
<updated>2016-06-14T00:52:09+00:00</updated>
<author>
<name>Franklin Wei</name>
<email>frankhwei536@gmail.com</email>
</author>
<published>2016-06-14T00:52:09+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=699b945927f83ee97a33c48028b4ba48f210999d'/>
<id>699b945927f83ee97a33c48028b4ba48f210999d</id>
<content type='text'>
Change-Id: I32f1cbca28fca977dcede1b1829013fc8611df33
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I32f1cbca28fca977dcede1b1829013fc8611df33
</pre>
</div>
</content>
</entry>
<entry>
<title>Xworld - Another World interpreter for Rockbox</title>
<updated>2014-12-23T22:48:12+00:00</updated>
<author>
<name>Franklin Wei</name>
<email>frankhwei536@gmail.com</email>
</author>
<published>2014-10-14T01:00:47+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=33cb13dee5a527ac445ea1b13d42723e4eb3e3b0'/>
<id>33cb13dee5a527ac445ea1b13d42723e4eb3e3b0</id>
<content type='text'>
Co-conspirators: Franklin Wei, Benjamin Brown

--------------------------------------------------------------------
This work is based on:
- Fabien Sanglard's "Fabother World" based on
- Piotr Padkowski's newRaw interpreter which was based on
- Gregory Montoir's reverse engineering of
- Eric Chahi's assembly code

--------------------------------------------------------------------
Progress:

* The plugin runs pretty nicely (with sound!) on most color targets
* Keymaps for color LCD targets are complete
* The manual entry is finished
* Grayscale/monochrome support is NOT PLANNED
  - the game looks horrible in grayscale! :p

--------------------------------------------------------------------
Notes:

* The original game strings were built-in to the executable, and
  were copyrighted and could not be used.
* This port ships with an alternate set of strings by default, but
  can load the "official" strings from a file at runtime.

--------------------------------------------------------------------
To be done (in descending order of importance):

* vertical stride compatibility                          &lt;30% done&gt;
* optimization                                           &lt;10% done&gt;

Change-Id: I3155b0d97c2ac470cb8a2040f40d4139ddcebfa5
Reviewed-on: http://gerrit.rockbox.org/1077
Reviewed-by: Michael Giacomelli &lt;giac2000@hotmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-conspirators: Franklin Wei, Benjamin Brown

--------------------------------------------------------------------
This work is based on:
- Fabien Sanglard's "Fabother World" based on
- Piotr Padkowski's newRaw interpreter which was based on
- Gregory Montoir's reverse engineering of
- Eric Chahi's assembly code

--------------------------------------------------------------------
Progress:

* The plugin runs pretty nicely (with sound!) on most color targets
* Keymaps for color LCD targets are complete
* The manual entry is finished
* Grayscale/monochrome support is NOT PLANNED
  - the game looks horrible in grayscale! :p

--------------------------------------------------------------------
Notes:

* The original game strings were built-in to the executable, and
  were copyrighted and could not be used.
* This port ships with an alternate set of strings by default, but
  can load the "official" strings from a file at runtime.

--------------------------------------------------------------------
To be done (in descending order of importance):

* vertical stride compatibility                          &lt;30% done&gt;
* optimization                                           &lt;10% done&gt;

Change-Id: I3155b0d97c2ac470cb8a2040f40d4139ddcebfa5
Reviewed-on: http://gerrit.rockbox.org/1077
Reviewed-by: Michael Giacomelli &lt;giac2000@hotmail.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
