* Fix error with adding multiclass
* Make it more card like
* Fix issues with responsiveness when resized
* Fix cards spilling out of container when multiple lines
* Remove mask and fix regression in scrollbar
* Initial thoughts
* .
* Fixed linting
* Continue work on updating identifier
* Change to uuid approach
* Localization and minor fix
* Fixed CompendiumBrowser Class filter for Subclass view
* Fixed the class name display in the subclass view
* Improved missing class visual for subclass
* Fixed character creation
* Rerender class sheets when subclass link is changed
* Use compendium source over actual uuid in search
---------
Co-authored-by: Carlos Fernandez <cfern1990@gmail.com>
* Fixed so that creating regions without behaviors work for players. Fixed so that creating regions with behaviors works via GmEmit for players
* Updated previous uses of emitAsGM to emitGMUpdate
* Fixed linting
* Update module/documents/chatMessage.mjs
Co-authored-by: Carlos Fernandez <CarlosFdez@users.noreply.github.com>
---------
Co-authored-by: Carlos Fernandez <CarlosFdez@users.noreply.github.com>
* Redesign group roll dialog
* Style and restore aid modifiers
* Move successful buttons to inner result
* Localize and finish dialog
* Remove empty line
* Fix error and remove old styles
* Make icon pop a tiny bit better
* Fix advantage/disadvantage
* Functioning setup
* .
* Fixes
* Completed
* Apply suggestions from code review
Co-authored-by: Carlos Fernandez <CarlosFdez@users.noreply.github.com>
* using function.call instead of function.bind
* Run lint fix on action areas PR (#1820)
* .
* .
* Restructured getTemplateShape to be a lot more readable
* .
* .
* Changed from 'area' to 'areas'
* .
* Moved the areas button to the left
* Fix regression with actions list
* Updated all SRD adversaries
---------
Co-authored-by: Carlos Fernandez <CarlosFdez@users.noreply.github.com>
Co-authored-by: Carlos Fernandez <cfern1990@gmail.com>
* Update inventory controls and permissions filtering
* Also disable prosemirror editors
* Address context menu deprecation warnings
* Fix context menu detection for actions
* Refine logic for use action when hovering over item icon
* Show notification when invalid item types are added to actors
* Make all item types quantifiable in the party actor
* Remove from comment
* Use isInventoryItem to set quantity
* Fix formatting
* Initial
* .
* Improvements
* .
* Renamed 'Main Charater' to 'Leader'
* Localization fixes
* .
* Fixed roll sound coming when canceling a roll. Fixed the leader PART not being disabled when the player isn't the leader
* Implemented group attack logic
* Updated all minions in the SRD to use the group attack functionality
* .
* Renamed groupAttack.nr to groupAttack.numAttackers
* Moved the flag vs global setting logic to documents/scene
* .