Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev feature web docs refactor #1

Open
wants to merge 79 commits into
base: dev_feature_web-docs
Choose a base branch
from

Conversation

herbertmilhomme
Copy link
Member

Status

  • Ready
  • In development
  • Hold

Description

Testing

Concerns, notes, etc.

Related issues

Related PRs

Forgot to remove this in previous commit
Because i removed unity item handler, i forgot to add these changes too.
Found List of Animations to override for interface inheritance; specifically Non-UI Animations...
Cloned Battle class from Application to eventually replace the current UnityBattle class active in scene now.
Found List of Animations to override for interface inheritance; specifically UI Animations... this is to update void animations for console apps to use IEnumerators, so that they're compatible with unity coroutines.
Made some changes to reflect usage inside framework connected to monobehavior game object.
Will correct and fix in future commits...
`MetadataPosition` and `ITilePosition` are the same.
Minor clean-up on Pokemon Constructor and variables being assigned default values.
<!DOCTYPE (.|\n)+<title>(.+)</title>[^~]+(<div id="nav-path" class="navpath">[^~]+</div>)\s*</div><!-- top[^~]+class="header">([^~]+)</div><!--header[^=]+class="contents">
@{\n\tLayout = "~/Themes/Doxygen/Layout/_Layout.cshtml";\n\tPage.Title = "$2";\n}\n\n@section breadcrumbs {\n$3\n}\n\n@section headertitle {$4}\n
<!DOCTYPE (.|\n)+<title>(.+)</title>[^~]+class="header">([^~]+)</div><!--header[^=]+class="contents">
@{\n\tLayout = "~/Themes/Doxygen/Layout/_Layout.cshtml";\n\tPage.Title = "$2";\n}\n\n@section headertitle {$3}\n
</div><!-- contents -->(.|\n)+</html>
<!DOCTYPE (.|\n)+<title>(.+)</title>[^~]+class="contents">
@{\n\tLayout = "~/Themes/Doxygen/Layout/_Layout.cshtml";\n\tPage.Title = "$2";\n}\n\n
Page\.Title = "PokemonUnity:
Page.Title = "
\tLayout = "~/Themes/Doxygen/Layout/_Layout.cshtml";\n
&lt; <
&lt;<

> &gt;
>&gt;

<code>
 <code>

(</td>[\s\t\r\n]*</tr>)[\s\t\r\n<>trd/)]+</tr>
&nbsp;)$1
Added Sql Insert Breaks every 1000 rows
Removed Encoding on Gator Brackets
<doc>[\s\n\r\t]*<field name="(type)">(.*)</field>[\s\n\r\t]*<field name="(name)">(.*\.?)(\b\w+)</field>[\s\n\r\t]*<field name="(args)">(.*)</field>[\s\n\r\t]*<field name="(url)">(.*)(#\w+)</field>[\s\n\r\t]*<field name="(keywords)">(.*)</field>[\s\n\r\t]*<field name="(text)">(.*)</field>[\s\n\r\t]*</doc>
INSERT INTO [TABLE]([$1],[$3],[$6],[$8],[$11],[$13],[header],[element]) VALUES ('$2','$4$5','$7','$9','$12','$14','$5','$10');
<doc>[\s\n\r\t]*<field name="(type)">(.*)</field>[\s\n\r\t]*<field name="(name)">(.*\.?)(\b\w+)</field>[\s\n\r\t]*<field name="(url)">(.*)(#\w+)</field>[\s\n\r\t]*<field name="(keywords)">(.*)</field>[\s\n\r\t]*<field name="(text)">(.*)</field>[\s\n\r\t]*</doc>
INSERT INTO [TABLE]([$1],[$3],[$6],[$9],[$11],[header],[element]) VALUES ('$2','$4$5','$7','$10','$12','$5','$8');
<doc>[\s\n\r\t]*<field name="(type)">(.*)</field>[\s\n\r\t]*<field name="(name)">(.*)</field>[\s\n\r\t]*<field name="(args)">(.*)</field>[\s\n\r\t]*<field name="(url)">(.*)</field>[\s\n\r\t]*<field name="(keywords)">(.*)</field>[\s\n\r\t]*<field name="(text)">(.*)</field>[\s\n\r\t]*</doc>
INSERT INTO [TABLE]([$1],[$3],[$5],[$7],[$9],[$11]) VALUES ('$2','$4','$6','$8','$10','$12');
<doc>[\s\n\r\t]*<field name="(type)">(.*)</field>[\s\n\r\t]*<field name="(name)">(.*)</field>[\s\n\r\t]*<field name="(url)">(.*)</field>[\s\n\r\t]*<field name="(keywords)">(.*)</field>[\s\n\r\t]*<field name="(text)">(.*)</field>[\s\n\r\t]*</doc>
INSERT INTO [TABLE]([$1],[$3],[$5],[$7],[$9]) VALUES ('$2','$4','$6','$8','$10');
(<td class="desc">[\w\s]+)</p>(<dl .+</dl>)
$1$2</td>
(<td class="desc">)([\w\s]+</p>)
$1<p>$2
<\/?p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant