Skip to content

Helpful Hints

Millie Macdonald edited this page Jan 18, 2017 · 1 revision

#Useful Links

#JavaFX Permissions Errors

If you're getting JavaFX permissions errors try:

  • In eclipse go to Project -> Properties -> Java Build Path -> Libraries
  • scroll all the way down the bottom of the big list to find JRE System Library
  • hit the arrow next to that to expand it, click Access Rules, Edit, Add
  • change Resolution to Accessible and set Rule Pattern to */
  • Hit OK, OK, Apply, OK

#Merging Your Branch into Master

There's some commit steps missing here, but generally:

  1. Pull both master and your branch
  2. Merge (local) master into your branch
  3. Fix any conflicts that occur.
  4. Build, test, run, test functionality (in game)
  5. Merge your branch into master
  6. Swap your workspace over to master branch
  7. Pull master again
  8. If there were any conflicts -- fix them
  9. Build, test, run, test functionality (in game)
  10. Commit
  11. Push

#Branches and Stashing https://youtu.be/ADv5kJuPuzQ

Home

Saving and Loading

Statistics tracking

Game Play

APIs


Game Guide

Other Guides

Design Guides

Overviews

Features

Animations

Splash Screen & Create Account Screen

Player Account Settings

AI

Duck Dust


Brainstorming


Future Development


http://cultofthepartyparrot.com/parrots/partyparrot.gifhttp://cultofthepartyparrot.com/parrots/partyparrot.gifhttp://cultofthepartyparrot.com/parrots/partyparrot.gifhttp://cultofthepartyparrot.com/parrots/partyparrot.gif

Clone this wiki locally