17 Commits (dev)

Author SHA1 Message Date
  Bryan Miller 8a3a69a9d3 Added UI and functional code for starting a new project (clearing the one currently being worked on). 5 years ago
  Bryan Miller 4afd417e53 CTRLIO, reordered location of project loader handlers. Added a few more checks to validate project id and version properties on project load. 5 years ago
  Bryan Miller 88823a375c Can now export Name/Attribute table data. Fixed bug with loading project files. There is a bug with storing attribute data in project files (or in NESNameTable) 5 years ago
  Bryan Miller 86ba5dbf90 UI will now disable Nametable or Bank export if the other surface is selected. 5 years ago
  Bryan Miller 553cf3ad7b Finished up the first part of UI for NameTables. They can now be added, removed, and saved in project files. No editing as of yet. 5 years ago
  Bryan Miller aead6b8485 CTRLIO added functionality for exporting palette as 6502 assembly text. 5 years ago
  Bryan Miller 1b5c724723 Added ui for NESBank tile view. 5 years ago
  Bryan Miller 00e5e8e850 Can now export CHR filesgit add .! 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 97c0a73619 Hidden File Input reset after loading a project. 5 years ago
  Bryan Miller 5e5343920c Project can now be exported to a json file. Loading of project json file technically works, but doesn't actually put the loaded json into the data objects... effectively no loading ATM. 5 years ago
  Bryan Miller d9ecac6506 Moved CTRLPalettesStore and CTRLBanksStore initialization from main to CTRLIO 5 years ago
  Bryan Miller 32897e5750 Rough loading of CHR files into NESBank object via drag and drop into canvas. 5 years ago
  Bryan Miller 1e47e836dd Just some minor work on file dropping. 5 years ago
  Bryan Miller df1624a213 Create the CTRLPalettesStore which will handle the organization of project palettes both internally and visually. 5 years ago
  Bryan Miller 01d511f101 Preparing to handle some IO. Nothing really done yet. 5 years ago