Commit History

作者 SHA1 備註 提交日期
  Sam Jaffe b545004881 Moving equipment into a separate Observable DDEquipment object. 8 年之前
  Sam Jaffe b4c9695fa8 Setting Items in the inventory to use Count/CountEquipped as listener targets, instead of rebuilding the entire thing 8 年之前
  Sam Jaffe 553273ac7b Change weight to a float, as it won't really be changing. 8 年之前
  Sam Jaffe f94c7c25a5 Add current liquid wealth to Inventory. 8 年之前
  Sam Jaffe 32796da643 Rename EquipItemPanel and EquipItemHelper 8 年之前
  Sam Jaffe 645ceb4cef Moving things around so that EquipItemHelper is in the controller package where it belongs, and EquipItemPanel is now in 'view.dialog' representing that it exists as a modal dialog. 8 年之前
  Sam Jaffe 10746a5801 Moving DeveloperMenu and DialogBuilder to view root. Subpackages of view are for when there's a hierarchy of things, not a 1-off 8 年之前
  Sam Jaffe 374a6d3960 Move StringHelper to the format package. 8 年之前
  Sam Jaffe 421ed73474 Get rid of stupid VoidVoidFunction that act as weird lambda bindings when ObserverDispatch is perfectly effective. 8 年之前
  Sam Jaffe 2edbd8063a Add super-basic info panel for Items. 8 年之前
  Sam Jaffe 04b4dc8e6d Move LoadoutMenu to its own File 8 年之前
  Sam Jaffe 1b66e9d013 Adding the ability to save and load favorite equipment loadouts. 8 年之前
  Sam Jaffe 467d5b9ffe Merge branch 'schema' 8 年之前
  Sam Jaffe 3240c1928c Refactor ability scores, instead of having two parallel 'arrays', have one array of paired values. 8 年之前
  Samuel Jaffe 4025ccc7a5 Adding ability scores, combining Base and Temp into a single structure, instead of existing in parallel. This will allow them to be used in concert safely. 8 年之前
  Samuel Jaffe 534c201c6e Fixing indentation. 8 年之前
  Samuel Jaffe 7c268c0cf6 Adding favorites to schema - not yet supported in code. 8 年之前
  Samuel Jaffe 5cf2cea419 Clarifying bounds on distances. 8 年之前
  Samuel Jaffe abeb6198c3 Fix spell book schema for selection of casting type. 8 年之前
  Samuel Jaffe 97d1be35f2 Refactor complex property into definitions to improve linear reading. 8 年之前
  Samuel Jaffe d1bac7b880 Moved definitions to bottom of spell book schema. 8 年之前
  Samuel Jaffe 46c3d6fe68 Disabling additionalProperties for things that shouldn't have them. 8 年之前
  Samuel Jaffe 654aa12d78 Use const instead of enum for 1-element enums 8 年之前
  Samuel Jaffe 712a542a5f Pull inventory out into own schema file 8 年之前
  Samuel Jaffe 7fb9b94c09 Upgrading to v6 schema for the propertyNames feature. 8 年之前
  Samuel Jaffe dc8bf70b9b Fixing a few issues with the spell book schema. 8 年之前
  Samuel Jaffe 187c485474 Removing redundant information from spell list; changing from [map spell.name -> spell] to [array spell] 8 年之前
  Samuel Jaffe b2f3562df5 Relocate listeners into org.leumasjaffe.event, where they're supposed to be. 8 年之前
  Samuel Jaffe f445d27fd8 Removing redundant information from spell list; changing from [map spell.name -> spell] to [array spell] 8 年之前
  Samuel Jaffe fc492c5a1d Fixing formatting errors in spell schema. 8 年之前