9 コミット (a8aa094d05b43f3fbcc1e8939003169f74714563)

作成者 SHA1 メッセージ 日付
  Bryan Miller 808079ac24 Switched NESPalette.Default into a function that pulls colors from an array. These default values can now be set with the .SetDefault() function. 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 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年前
  Bryan Miller 0b720d69d3 NESPalette updated to include a json parameter used for import and export. 5年前
  Bryan Miller 0d9058b70a Modified NESPalette to accept color indexes as two character hex strings. 5年前
  Bryan Miller 958450729e NESPalette now has a static .Default[] array containing a system-wide palette. This is now used by NESBank instead of __default_pi (which is also removed from ISurface) 5年前
  Bryan Miller 95e479b81e NESPalette class now exported as default. Updated imports accordingly. 6年前
  Bryan Miller 6b15932ff0 Reorganized files. Adjusted imports to match new locations. 6年前
  Bryan Miller 5c66e788f0 Fixed an emitted event name in NESPalette 6年前
  Bryan Miller 59d5722192 Fixed a small bug in NESPalette 6年前
  Bryan Miller 21d32a8ca2 Added JSDoc comments to NESPalette 6年前
  Bryan Miller 2eb7cccd73 Better handling of the EventCaller.emit() method for argument passing. 6年前
  Bryan Miller 521fff0e37 Integrated EventCaller into NESPalette. 6年前
  Bryan Miller edde30cdbf Fixed typo in NESPalette. 6年前
  Bryan Miller f2ee7d464e NESPalette method argument idx renamed to reduce confusion... to me. lol 6年前
  Bryan Miller a80ce69b00 Added a NES Palette manager/generator which can export to assembler string of the palette data. Main.js has a little test code. 6年前