CodeSpells-Old icon indicating copy to clipboard operation
CodeSpells-Old copied to clipboard

Learn to Program by Crafting Your Own Magic Spells

Results 54 CodeSpells-Old issues
Sort by recently updated
recently updated
newest added

Just a little documentation + made some member variables local variables

The exit edges of dialog files can now have an extra field, the name of the quest that should start if the user clicks it. That changes the `currentQuest` variable...

If you double click a gnome then after you exit the conversation he will ask you the same thing again.

Polishing
Bug Fixes

Do we need 12 pieces or is 6 enough?

Polishing

Causes java.util.ConcurrentModificationException when used. It's caused because it removes from eList while looping through eList. Example fix here ``` java int index = 0; for (Enchanted e : eList) {...

Preserve badges, spells, etc.

Rain summoning spell doesn't work when used on the crate on fire but it works on random objects everywhere else

Bug Fixes

Convo that says "I think the easier thing would be to bring the huge rain cloud" is too small. Can't read it

Bug Fixes

Could expand the radius for putting down the presents to unlock the badge. Currently, it has to be right next to him but being able to place it down a...

Polishing