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

Deleted Sound Folder and added updated XML file #67

Merged
merged 8 commits into from May 13, 2019

Commits on May 9, 2019

  1. Copy the full SHA
    06a29cf View commit details
    Browse the repository at this point in the history

Commits on May 10, 2019

  1. Finished XML Validator

    Added Target based Editor in XMLChecker
    
    Completed checkXML() in XMLParser
    XMLParser will look for xml files and validate it against a schema. 
    
    The schema file is a generated file from level1-5.xml, this schema is not complete, however when we do add a level that incorporates all the tool, will allow us to bypass silly warning
    Ibrahimmushtaq98 committed May 10, 2019
    Copy the full SHA
    034e9c4 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    40d4db1 View commit details
    Browse the repository at this point in the history
  3. Added/Modified Prefab, Added a full hint system

    A new prefab which isnt really a prefab is made which is called bugHint, its mainly there to test the code
    
    All of the hero prefab has the correct projectile gameobject
    
    A new script file HintColider is made so that when the projectileHint hits it, it will display a hint 
    
    LevelGenerator changes includes going through the childnode and will look for a attribute called hint, if there is a hint attribute it will then create a new game object
    Also commented out Debug Messages since they were annoying
    
    LevelManager has a new function called CreateHint, which will make a gameobject hint
    
    stringLib has a new const and level1-3.xml has been changed to test the hint system
    
    Sidenote:
    Stuff todo include making this much better, right now it is just plain, and will work, The placement of the hints arnt correct as well
    Ibrahimmushtaq98 committed May 10, 2019
    Copy the full SHA
    5d6e48a View commit details
    Browse the repository at this point in the history

Commits on May 13, 2019

  1. Copy the full SHA
    201c5e9 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    3fa2f76 View commit details
    Browse the repository at this point in the history
  3. Deleted Sound Folder

    Ibrahimmushtaq98 committed May 13, 2019
    Copy the full SHA
    4b5ec4e View commit details
    Browse the repository at this point in the history
  4. Updated the XML file

    Ibrahimmushtaq98 committed May 13, 2019
    Copy the full SHA
    9ce880d View commit details
    Browse the repository at this point in the history