Commit Graph

  • d8cbd22574 Added operations to shift tiles neauoire 2021-03-06 11:44:18 -0800
  • 5e6edf7035 Fixed broken strings neauoire 2021-03-05 13:58:43 -0800
  • b20c150922 Fixed issue with string neauoire 2021-03-05 12:02:01 -0800
  • 60bac13dd8 Improved brush support neauoire 2021-03-05 11:08:19 -0800
  • 0c99df4b37 Added keyboard controls to nasu neauoire 2021-03-05 10:38:18 -0800
  • 339854c8ea Added load icon neauoire 2021-03-05 10:19:27 -0800
  • 5ac5168a6d Completed load/save impl neauoire 2021-03-05 10:06:09 -0800
  • 6307229703 Fixed issue in Nasu with toolbar neauoire 2021-03-04 20:29:53 -0800
  • b9b0072652 Implemented a basic binary file write neauoire 2021-03-04 20:15:01 -0800
  • 5beee70d79 Highlight selected tool neauoire 2021-03-04 10:08:42 -0800
  • fe4a47b274 Added cursor modes neauoire 2021-03-04 09:46:14 -0800
  • 48ff398c7b Cleaning up Nasu neauoire 2021-03-04 09:07:33 -0800
  • dfa5c2af67 Touch edit in nasu neauoire 2021-03-03 20:24:29 -0800
  • 227f54675d Progress on Nasu neauoire 2021-03-03 17:43:39 -0800
  • fb8fac1a47 Progress on Nasu neauoire 2021-03-03 13:49:25 -0800
  • 61581c7956 Progress on nasuUXN neauoire 2021-03-03 11:49:26 -0800
  • 0ba8d73b4e Fixed broken stack counter neauoire 2021-03-02 21:47:03 -0800
  • 997675e031 Fixed issue with shift left neauoire 2021-03-02 21:35:48 -0800
  • a24e23154c Inverted controls neauoire 2021-03-02 16:35:11 -0800
  • 7da892ee1f Improved pattern editor neauoire 2021-03-02 16:04:55 -0800
  • d8fdf3840b Started sprite editor neauoire 2021-03-02 10:14:55 -0800
  • 39faf4c2b7 Added key example neauoire 2021-03-01 20:57:08 -0800
  • f42a307f1f Started repairing the key example neauoire 2021-03-01 17:05:04 -0800
  • 053c043bf1 Added label alignment routines neauoire 2021-03-01 11:18:11 -0800
  • 0a4ae60762 Removed addr ptr moves to assmbler neauoire 2021-03-01 09:38:54 -0800
  • e162b4f083 Cleanup neauoire 2021-03-01 09:16:40 -0800
  • 0027296839 Improved hover example neauoire 2021-03-01 08:55:16 -0800
  • 77a00f7a7e Starting hex editor in usm neauoire 2021-02-28 20:52:41 -0800
  • ff3d5e340e Rewrote gui.hover neauoire 2021-02-28 19:49:53 -0800
  • cfd2764992 Fixed issue in system device offset was wrong neauoire 2021-02-28 11:41:28 -0800
  • 2ea562948d Started implementing dev/system neauoire 2021-02-28 11:17:32 -0800
  • c79118bd90 Fixed issue with dev/ctrl neauoire 2021-02-28 09:40:19 -0800
  • 38ce9fb0b6 * neauoire 2021-02-27 11:43:00 -0800
  • c10ec5915e Ported the shapes example neauoire 2021-02-27 11:39:12 -0800
  • bb5fa6a70c Rewrote picture routine neauoire 2021-02-27 09:39:06 -0800
  • 176bade157 Merged blend example in screen neauoire 2021-02-27 08:18:57 -0800
  • 553516dfe6 Moved wsr/rsw ops neauoire 2021-02-26 20:00:01 -0800
  • 5ecb69c467 Removed IOR/IOW opcodes neauoire 2021-02-26 19:46:56 -0800
  • 737e6fd39b Migrated chord example neauoire 2021-02-26 17:16:45 -0800
  • 527d6508e2 Implemented devctrl neauoire 2021-02-26 16:53:09 -0800
  • b014a73bcd Started migrating examples to new devices setup neauoire 2021-02-26 16:38:20 -0800
  • 3c04e1ece1 Started porting the screen device to memory neauoire 2021-02-26 14:36:48 -0800
  • b140e86198 Starting redesign for devices neauoire 2021-02-26 10:16:35 -0800
  • 54da651c97 Added hover example neauoire 2021-02-25 21:02:24 -0800
  • 8e17ae059b Minor opt to emulator neauoire 2021-02-25 16:03:45 -0800
  • f5dd7c64ec Completed images examples neauoire 2021-02-25 10:34:57 -0800
  • e05290f235 Rewrote the image routine neauoire 2021-02-24 20:28:20 -0800
  • bf00513944 Implemented basic key example neauoire 2021-02-24 16:40:42 -0800
  • 405d2ca935 Fixed issue with mouse pos neauoire 2021-02-24 12:20:28 -0800
  • fd3833c564 Added mouse test neauoire 2021-02-24 11:11:19 -0800
  • 857b18a8ac Improved window tests neauoire 2021-02-23 20:32:28 -0800
  • 552d718b24 Improved polycat example neauoire 2021-02-23 17:57:57 -0800
  • e157f7138b Starting to implement structs in the window example neauoire 2021-02-23 17:48:22 -0800
  • 27b5ab0003 Fixed blending mode neauoire 2021-02-23 16:27:20 -0800
  • 720fc2f80b Started implementing structs everywhere neauoire 2021-02-23 13:49:36 -0800
  • 15bab0f74a Completed struct implementation neauoire 2021-02-23 12:04:59 -0800
  • 15bb0ea9c5 Basic implementation of structs neauoire 2021-02-23 11:10:49 -0800
  • fd71d97dfc Progress on macros neauoire 2021-02-22 22:15:02 -0800
  • 9fc632bc28 oups neauoire 2021-02-22 12:08:30 -0800
  • 0f84c646f6 Added window example neauoire 2021-02-22 12:07:36 -0800
  • b34fe1b675 Improved formatting of pattern neauoire 2021-02-21 20:06:19 -0800
  • 46f02bf4d4 Starting pattern example neauoire 2021-02-21 20:02:38 -0800
  • a1bc5f3593 Added blending modes to color neauoire 2021-02-21 16:52:51 -0800
  • b01987b175 Rewrote rect routines neauoire 2021-02-21 13:23:36 -0800
  • e1a5cc6195 Fixed shapes example neauoire 2021-02-20 17:14:36 -0800
  • e4b6717981 Rewrote the devscreen example neauoire 2021-02-20 15:00:34 -0800
  • 6a095e8a22 Added polycat neauoire 2021-02-20 14:07:20 -0800
  • aa96d7f6dd New ctrl example neauoire 2021-02-20 10:34:10 -0800
  • 463fe1f7bc Rewrote the drag example neauoire 2021-02-19 20:21:37 -0800
  • 6d899aeb9e Fixed hello example neauoire 2021-02-19 12:13:35 -0800
  • 7f3b8b3dea Implemented color palette in memory neauoire 2021-02-19 11:48:40 -0800
  • 3d2f764914 Rounded corners neauoire 2021-02-19 09:59:46 -0800
  • 59229bdb9f Progress on paint neauoire 2021-02-18 21:11:14 -0800
  • bd041ea2a0 Added toggle for debugger neauoire 2021-02-18 18:34:26 -0800
  • ac08f08a4d Starting paint example neauoire 2021-02-18 18:16:39 -0800
  • 408a73835f Redesign of screen neauoire 2021-02-18 15:11:02 -0800
  • ef85f4e8d8 Fixed drag example neauoire 2021-02-16 21:36:51 -0800
  • 12e86b20ca Added opt build step neauoire 2021-02-16 17:41:03 -0800
  • b5a455cc15 Improving the drag example neauoire 2021-02-16 17:03:24 -0800
  • 38d3917cd3 Drag/drop example neauoire 2021-02-16 15:34:55 -0800
  • 36bfb2a417 started drag example neauoire 2021-02-16 12:19:48 -0800
  • 1beb714ce1 Fixed broken example neauoire 2021-02-15 14:42:53 -0800
  • 82732f161e Added graphical hello world example neauoire 2021-02-15 14:04:58 -0800
  • f377bdf59c Added debugger neauoire 2021-02-15 10:12:44 -0800
  • 14cd9e03c4 Implemented WSR/RSW neauoire 2021-02-14 20:23:00 -0800
  • 92e455141f Reordered devices neauoire 2021-02-14 19:43:33 -0800
  • 256d72e340 Added helper for LDR/STR neauoire 2021-02-14 17:00:17 -0800
  • 1cc7abea54 Added controller example neauoire 2021-02-14 11:51:36 -0800
  • b3ff7af8a3 Added chr/icn parser to PPU neauoire 2021-02-14 10:22:42 -0800
  • 812148c291 Modified examples neauoire 2021-02-13 19:19:13 -0800
  • 89952e8112 Rewrote hello world to not use the stack neauoire 2021-02-13 16:37:03 -0800
  • a693d4ef90 Removed old examples neauoire 2021-02-13 13:26:14 -0800
  • 17099c8ba9 Redesigned asm language a bit neauoire 2021-02-13 13:21:05 -0800
  • 8574d62a61 Minor changes to the asm syntax neauoire 2021-02-13 08:38:23 -0800
  • cda02143cd Improved draw example neauoire 2021-02-12 19:51:39 -0800
  • 92397ff105 Fixed issue with signed16 neauoire 2021-02-12 18:57:04 -0800
  • 835123f94a Drawing basic line neauoire 2021-02-12 17:56:17 -0800
  • 24e67d34da Started implementing signed operations neauoire 2021-02-12 16:18:52 -0800
  • 34d4695db4 Fixed issue with OVR^ neauoire 2021-02-12 10:26:58 -0800
  • 4693ae1c1c Added lineRect subroutine neauoire 2021-02-11 18:48:45 -0800