0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Preview is now working, all that's left is saving and loading
Nicholas Hydock
as nhydock
More... almost 13 years ago
Some more work trying to get sprite previews to work
Nicholas Hydock
as nhydock
More... almost 13 years ago
Allow showing all frames of an animation at once by putting -1 as the frame num
Nicholas Hydock
as nhydock
More... almost 13 years ago
Allow moving layers around
Nicholas Hydock
as nhydock
More... almost 13 years ago
Fix scaling of preview image
Nicholas Hydock
as nhydock
More... almost 13 years ago
Set number of frames per walking and directions to be constant
Nicholas Hydock
as nhydock
More... almost 13 years ago
New Sprite Creator tab to the ToolKit to add simple sprite generating capabilities
Nicholas Hydock
as nhydock
More... almost 13 years ago
Add alignment value in Sprites (can't yet be used)
Nicholas Hydock
as nhydock
More... almost 13 years ago
The amount of code cleanup from changing handleKeyInput makes me so happy. Cut down an amazing amount of method calls that all did the same stupid thing.
Nicholas Hydock
as nhydock
More... almost 13 years ago
Go back to the title screen when the game is over
Nicholas Hydock
as nhydock
More... almost 13 years ago
Too many times is it converting key events to key code so system wide switch, keyPressed takes in int instead of KeyEvent
Nicholas Hydock
as nhydock
More... almost 13 years ago
Move the equipment check into player from armorstate
Nicholas Hydock
as nhydock
More... almost 13 years ago
Center the intro text using SFont
Nicholas Hydock
as nhydock
More... almost 13 years ago
Have constants for Alignment values
Nicholas Hydock
as nhydock
More... almost 13 years ago
Make mufn! a test piece of equipment with FF1's Hammer stats
Nicholas Hydock
as nhydock
More... almost 13 years ago
Rename TradeWindow to ModeWindow to make more sense
Nicholas Hydock
as nhydock
More... almost 13 years ago
Work on ArmorState
Nicholas Hydock
as nhydock
More... almost 13 years ago
Put options closer together on the little menu in the ShopGUI
Nicholas Hydock
as nhydock
More... almost 13 years ago
Forgot to remove money when buying equipment
Nicholas Hydock
as nhydock
More... almost 13 years ago
Change some variable names for Item and add new slot variable that defines the armor slot (foot, chest, helm)
Nicholas Hydock
as nhydock
More... almost 13 years ago
Add method to return equipped armor
Nicholas Hydock
as nhydock
More... almost 13 years ago
Fix assigning weapon that's null
Nicholas Hydock
as nhydock
More... almost 13 years ago
Hit count problem with Attack because of players because of equipment.
Nicholas Hydock
as nhydock
More... almost 13 years ago
Fix an import
Nicholas Hydock
as nhydock
More... almost 13 years ago
Get rid of Equipment class and merge into Item. Things were getting to messy with them being separate.
Nicholas Hydock
as nhydock
More... almost 13 years ago
Add selecting player to give equipment to to the shop scene
Nicholas Hydock
as nhydock
More... almost 13 years ago
Move location of ItemDictionary
Nicholas Hydock
as nhydock
More... almost 13 years ago
Modify to use getArrowPosition(int index)
Nicholas Hydock
as nhydock
More... almost 13 years ago
Have the index passed through to cut back on the amount of method calls
Nicholas Hydock
as nhydock
More... almost 13 years ago
Add a lot of stuff thanks to equipment, including stats being affected by equipped stuff
Nicholas Hydock
as nhydock
More... almost 13 years ago