- 
                Notifications
    You must be signed in to change notification settings 
- Fork 4
Dev feature web docs refactor #1
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
          
     Open
      
      
            herbertmilhomme
  wants to merge
  79
  commits into
  dev_feature_web-docs
  
    
      
        
          
  
    
      Choose a base branch
      
     
    
      
        
      
      
        
          
          
        
        
          
            
              
              
              
  
           
        
        
          
            
              
              
           
        
       
     
  
        
          
            
          
            
          
        
       
    
      
from
dev_feature_web-docs_refactor
  
      
      
   
  
    
  
  
  
 
  
      
    base: dev_feature_web-docs
Could not load branches
            
              
  
    Branch not found: {{ refName }}
  
            
                
      Loading
              
            Could not load tags
            
            
              Nothing to show
            
              
  
            
                
      Loading
              
            Are you sure you want to change the base?
            Some commits from the old base branch may be removed from the timeline,
            and old review comments may become outdated.
          
          
                
     Open
            
            Dev feature web docs refactor #1
                    herbertmilhomme
  wants to merge
  79
  commits into
  dev_feature_web-docs
from
dev_feature_web-docs_refactor
  
      
      
   
              
            Conversation
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
    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...
https://www.pokecommunity.com/showthread.php?p=10308001#post10308001 Not sure if the changes are needed in interface file...
`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
< < << > > >> <code> <code> (</td>[\s\t\r\n]*</tr>)[\s\t\r\n<>trd/)]+</tr>  )$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
  
      
  Add this suggestion to a batch that can be applied as a single commit.
  This suggestion is invalid because no changes were made to the code.
  Suggestions cannot be applied while the pull request is closed.
  Suggestions cannot be applied while viewing a subset of changes.
  Only one suggestion per line can be applied in a batch.
  Add this suggestion to a batch that can be applied as a single commit.
  Applying suggestions on deleted lines is not supported.
  You must change the existing code in this line in order to create a valid suggestion.
  Outdated suggestions cannot be applied.
  This suggestion has been applied or marked resolved.
  Suggestions cannot be applied from pending reviews.
  Suggestions cannot be applied on multi-line comments.
  Suggestions cannot be applied while the pull request is queued to merge.
  Suggestion cannot be applied right now. Please check back later.
  
    
  
    
Status
Description
Testing
Concerns, notes, etc.
Related issues
Related PRs