17 コミット (8cab8812af9f51dd0ec6f93990a7791b6e3f9cc8)

作成者 SHA1 メッセージ 日付
  Bryan Miller 8a3a69a9d3 Added UI and functional code for starting a new project (clearing the one currently being worked on). 5年前
  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年前
  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年前
  Bryan Miller 86ba5dbf90 UI will now disable Nametable or Bank export if the other surface is selected. 5年前
  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年前
  Bryan Miller aead6b8485 CTRLIO added functionality for exporting palette as 6502 assembly text. 5年前
  Bryan Miller 1b5c724723 Added ui for NESBank tile view. 5年前
  Bryan Miller 00e5e8e850 Can now export CHR filesgit add .! 5年前
  Bryan Miller 8922f21cf5 Loading of a project json file now works! 5年前
  Bryan Miller b56ccb7bcc Continue to attempt to integrate JSON schema validation for project loading process. Not yet working, but application will run. 5年前
  Bryan Miller 97c0a73619 Hidden File Input reset after loading a project. 5年前
  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年前
  Bryan Miller d9ecac6506 Moved CTRLPalettesStore and CTRLBanksStore initialization from main to CTRLIO 5年前
  Bryan Miller 32897e5750 Rough loading of CHR files into NESBank object via drag and drop into canvas. 5年前
  Bryan Miller 1e47e836dd Just some minor work on file dropping. 5年前
  Bryan Miller df1624a213 Create the CTRLPalettesStore which will handle the organization of project palettes both internally and visually. 5年前
  Bryan Miller 01d511f101 Preparing to handle some IO. Nothing really done yet. 5年前