14 Commits (043de7cdeb3691b4d35b6fd1d39aa2a0222e05dd)

Author SHA1 Message Date
  Bryan Miller 671c2234e7 CTRLBanksStore now has a getBankName() method which will return the name of the given bank if it's stored in the list, a getBank() method which will return the NESBank object under the given name (or null if no bank exists). Also has a new .keys property which is an array of all the current bank names in the store. 5 years ago
  Bryan Miller 24b5db84dd Some tweaks to the UI for creating new 'Store' items. 5 years ago
  Bryan Miller 82e30d22ba Added .currentBank and .currentBankName properties to CTRLBanksStore 5 years ago
  Bryan Miller 8922f21cf5 Loading of a project json file now works! 5 years ago
  Bryan Miller b56ccb7bcc Continue to attempt to integrate JSON schema validation for project loading process. Not yet working, but application will run. 5 years ago
  Bryan Miller efbeb123db CTRLBanksStore, CTRLPalettesStore, and NESPalette now have an .obj property which returns a java object of the class's underlying data in a form that can be turned into a JSON. Each class's .json property has been modified to use the new .obj property. 5 years ago
  Bryan Miller d9ecac6506 Moved CTRLPalettesStore and CTRLBanksStore initialization from main to CTRLIO 5 years ago
  Bryan Miller d706e08883 Updated CTRLPalettesStore and CTRLBanksStore (and associative *ListItem.html files to use the new EditableText class. 5 years ago
  Bryan Miller 1c0213ac24 Tweaks 5 years ago
  Bryan Miller c282d88cee Updated CTRLPainter and CTRLBanksStore to use the new Renderer system to draw surfaces to the canvas. 5 years ago
  Bryan Miller 71cb5b3380 CTRLBanksStore properly renders thumbnail. 5 years ago
  Bryan Miller 9c6c78941e Fixed issue with bank item list canvas not displaying. 5 years ago
  Bryan Miller 44c56a74ff Added bankListItem and updated CTRLBanksStore to handle them. Issues with displaying canvas element in bankListItem. Currently renders to black. 5 years ago
  Bryan Miller 768cd68144 Created CTRLBanksStore and removed test code from main.js 5 years ago