Add FIXME note
Add TODO note
Override keypress events in login dialog...
Add logout button to choose character dialog
Hide close button of login & character select dialogs
Method to hide close button of floating window
Add support for rotating outfit preview
Use OutfitPreviewComponent for composite preview in outfit dialog
Component for creating an outfit preview
Class to represent an entity's outfit
Method to add image directly to SpriteStore cache
Add method to OutfitStore to check if layer uses "skin" coloring
Move layer names to OutfitStore
Drawing stage class for manipulating images before they are...
Function to check if string is empty or contains whitespace only
Function for padding string on left side
Convert StringUtil class to namespace
Add license boilerplate
Flip pathfinding button icon & fill with white
Update changes
Create test for dojo seller/repairer NPC (Akutagawa)
Fix Akutagawa's repair prices
Fix repairer checks & conditions
Fix supported item check in repair request
Fix repairer dynamic responses
Set conversation state in ChatAction
Don't pass item name to canRepair method
Reset assassin repairer when conversation ends or repair is executed
Remove fixme note & unneeded warning suppression
Move methods from AssassinRepairerAdder to AssassinRepairer
Fixed condition to check if player dropped items before confirming...
Convert response IDs to enum
Set locale when converting to lower case
Add doc string
Add "repair" to chat options merchant activities list
Add repair phrases to ConversationPhrases
Methods to get entities by class type
Don't try to autobind if player is null
Add todo notes
Add/Clean up doc strings
Reword changes section
Update changes
Hide screen capture behing debugging property
Add support for viewport video capture using application menu
Add support for viewport video capture using slash action
Class for capturing video of viewport
Make DownloadUtil.timestamp public
Add ring of clarity drop to golden orc
Add ring of clarity drop to unicorn
Ring of clarity (increases atk accuracy by 25%)
Add item attribute to affect hit chance
Add method to get all items from equipment slots
Fix typo
Use variable instance instead of raw value
Add fixme/todo notes
Use xml config to set up dojo seller/repairer NPC
Remove ShopsList.addBuyer method
Un-deprecated overload of ShopsList.add
Replace calls to deprecated ShopsList.get
Remove calls to deprecated get & init methods in ShopsXMLLoader
Suppress unused method warning
Parameterize references to generic type Class<T>
Add license boilerplate
Un-deprecate NPC.moveRandomly
Return Point instead of Pair from getRandomSpawnPosition
Add TODO note
Support setting wander radius limit in IdleBehaviourFactory
Support setting wander radius limit in IdleBehaviourFactory
Apply wander behavior to dog NPCs
Support returning to origin in wander behavior
Return squared distance when calculating distance to entity origin...
Return squared distance when calculating distance to entity origin
Overload Rand.flipCoin for result with even probability
Add doc strings & code cleanup
Update TODO note
Add TODO note
Admin script to manage clover
Add method to check for spawned clover
Don't try to remove clover from zone if it has already been...
Add TODO note
New quest: Lucky Four-Leaf Clover
New NPC: Maple, a clover hunter
Sprite image for clover hunter NPC (OGA BY)
New achievement: Luck O' the Irish
Mark Sikhw maps as innaccessible
Configure four-leaf clover spawner with 0_semos_plains_n map
Four-leaf clover configurator
Four-leaf clover spawner
Return item in growNewFruit
Four-leaf clover item
Image for clover item (OGA BY)
Methods to get a random spawn position in a zone
Method to get seconds to midnight from current time
Add touched up base to kid1npc sprite
Add touched up template for laying human adult
Update changes
Make Amber wander
Use wander idle behavior with rabbits in Fado
Don't stop or change direction until after position change to prevent...