fceux/web/help/taseditor/TASEditorInside.html

94 lines
4.7 KiB
HTML
Raw Normal View History

<html>
<head>
<title>TAS Editor Inside</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="generator" content="HelpNDoc Personal Edition 3.9.1.648">
<link type="text/css" rel="stylesheet" media="all" href="css/reset.css" />
<link type="text/css" rel="stylesheet" media="all" href="css/base.css" />
<link type="text/css" rel="stylesheet" media="all" href="css/hnd.css" />
<!--[if lte IE 8]>
<link type="text/css" rel="stylesheet" media="all" href="css/ielte8.css" />
<![endif]-->
<style type="text/css">
#topic_header
{
background-color: #EFEFEF;
}
</style>
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/hnd.js"></script>
<script type="text/javascript">
$(document).ready(function()
{
if (top.frames.length == 0)
{
var sTopicUrl = top.location.href.substring(top.location.href.lastIndexOf("/") + 1, top.location.href.length);
top.location.href = "index.html?" + sTopicUrl;
}
else if (top && top.FrameTOC && top.FrameTOC.SelectTocItem)
{
top.FrameTOC.SelectTocItem("TASEditorInside");
}
});
</script>
</head>
<body>
<div id="topic_header">
<div id="topic_header_content">
<h1>TAS Editor Inside</h1>
</div>
<div id="topic_header_nav">
<a href="SpeedrunningSynopsis.html"><img src="img/arrow_left.png" alt="Previous"/></a>
<a href="Ideas.html"><img src="img/arrow_right.png" alt="Next"/></a>
</div>
<div class="clear"></div>
</div>
<div id="topic_content">
<p></p>
<p><span class="rvts19">TAS Editor Inside</span></p>
<p class="rvps2"><span class="rvts6"><br/></span></p>
<p class="rvps2"><span class="rvts6"><br/></span></p>
<p class="rvps10"><span class="rvts21">This section of the documentation describes all ideas put into the Taseditor and reveals major details of the final implementation of TAS Editor 1.0. For more details check the source code of the program (in C++).</span></p>
<p class="rvps10"><span class="rvts21">Taseditor is an open source program and is distributed under the </span><a class="rvts27" href="http://en.wikipedia.org/wiki/MIT_License" target="_blank">MIT</a><span class="rvts21"> license which allows unrestricted use. The license was chosen to encourage modification and porting to another platforms.</span></p>
<p class="rvps10"><span class="rvts21">You can download the source code of the FCEUX emulator with built-in Taseditor from the official SVN repository: </span><a class="rvts27" href="http://sourceforge.net/p/fceultra/code/" target="_blank">http://sourceforge.net/p/fceultra/code/</a></p>
<p class="rvps10"><span class="rvts21">To work with SVN you'll need some SVN client program, like </span><a class="rvts27" href="http://en.wikipedia.org/wiki/Tortoise_SVN" target="_blank">TortoiseSVN</a><span class="rvts21">.</span></p>
<p class="rvps10"><span class="rvts21">The source code of Taseditor is well-commented, and to understand the code you only need basic skills of programming in C++ under Win32 API.</span></p>
<p class="rvps10"><span class="rvts21"><br/></span></p>
<p class="rvps10"><span class="rvts21"><br/></span></p>
<p class="rvps10"><a class="rvts23" href="Ideas.html">Ideas</a></p>
<p class="rvps12"><span class="rvts24">The intended functionality of the program</span></p>
<p class="rvps10"><span class="rvts21"><br/></span></p>
<p class="rvps10"><a class="rvts23" href="Implementation.html">Implementation</a></p>
<p class="rvps12"><span class="rvts24">The actual program architecture</span></p>
<p class="rvps10"><a class="rvts23" href="Navigation.html"><br/></a></p>
<p class="rvps10"><a class="rvts23" href="MistakeProofing.html">Mistake-proofing</a></p>
<p class="rvps12"><span class="rvts24">The list of unobvious nuances</span></p>
<p class="rvps10"><a class="rvts23" href="Operations.html"><br/></a></p>
<p class="rvps10"><a class="rvts23" href="FM3format.html">FM3 format</a></p>
<p class="rvps12"><span class="rvts24">Taseditor project file specifications</span></p>
<p class="rvps12"><span class="rvts24"><br/></span></p>
<p class="rvps12"><span class="rvts24"><br/></span></p>
<p class="rvps12"><span class="rvts24"><br/></span></p>
<p class="rvps12"><span class="rvts24"><br/></span></p>
<p class="rvps12"><span class="rvts24"><br/></span></p>
<p></p>
<p class="rvps8"><span class="rvts17">Created with the Personal Edition of HelpNDoc: </span><a class="rvts18" href="http://www.helpndoc.com/help-authoring-tool">Full-featured multi-format Help generator</a></p>
</div>
<div id="topic_footer">
<div id="topic_footer_content">
&copy; 2011-2013 AnS</div>
</div>
</body>
</html>