Commit Graph

47 Commits

Author SHA1 Message Date
Tim Young 743ab78c28 Add the SpriteDatabase to a spritecontroller 2017-09-21 06:46:31 -05:00
Tim Young b01341439b Have the grahical selection box represent the sprite we are based off of. It seems more realistic that way. 2017-09-20 16:27:35 -05:00
Tim Young dcc9d92ca9 Update tab indexes for things 2017-09-20 14:38:30 -05:00
Tim Young 59bea020b6 Choose a good image at the start of the window being opened. 2017-09-20 14:18:00 -05:00
Tim Young 9754afd4cd stave off an error 2017-09-20 12:42:58 -05:00
Tim Young 08b7dbd9a1 done button working 2017-09-20 12:39:34 -05:00
Tim Young 201e42b370 Cannot save an unnamed sprite 2017-09-20 11:40:56 -05:00
Tim Young dddab20eef Delete animations 2017-09-20 11:39:09 -05:00
Tim Young 8bf6378246 Make sure the preview sprite updates properly. 2017-09-20 11:25:58 -05:00
Tim Young 35133e64b7 delete working + tooltips 2017-09-20 11:18:31 -05:00
Tim Young 3f4e6c5e71 do preview if preview fwd / back pressed but preview not pressed yet. 2017-09-20 10:57:24 -05:00
Tim Young 6e08d0d6f5 hide the mirror or rotation fields we are not using 2017-09-20 10:55:00 -05:00
Tim Young c15bba62fb Cannot base a rotated or mirrored animation off something that is not created yet. 2017-09-20 10:53:10 -05:00
Tim Young 087b4283fc show total number of animations 2017-09-20 10:51:49 -05:00
Tim Young 8ee0e43528 pogress on rotation / mirror 2017-09-20 10:46:26 -05:00
Tim Young 08641c7174 Destroy the preview sprite if we are moving on 2017-09-20 10:30:08 -05:00
Tim Young 7ed9e548a8 more changes. Better viewing of preview 2017-09-20 09:59:48 -05:00
Tim Young 03ab2781ad prompt to save if closing form and changes have been made 2017-09-20 08:03:07 -05:00
Tim Young 764d969c50 Add some tooltips 2017-09-19 15:03:24 -05:00
Tim Young a5c9449dda fix Apply. It had not been tracking the correct item number. 2017-09-19 14:59:52 -05:00
Tim Young 5fd16be792 Show the current animation number 2017-09-19 14:55:58 -05:00
Tim Young 0389b3a759 destroy the sprite if we were doing a preview 2017-09-19 13:22:25 -05:00
Tim Young 6e2661a648 use prompt for saving when moving around 2017-09-19 13:19:46 -05:00
Tim Young 005c35761c make a ValuesDifferFromData function 2017-09-19 13:10:36 -05:00
Tim Young 9f6412e916 preview fw/back buttons not enabled if only one animation 2017-09-19 08:44:04 -05:00
Tim Young fb0771a474 Preview animations fwd/back buttons working 2017-09-19 08:42:04 -05:00
Tim Young 8067b91759 Add preview animation fwd/back buttons 2017-09-19 08:35:00 -05:00
Tim Young c0d1d1599d Get anim fwd/backw working 2017-09-18 15:34:30 -05:00
Tim Young 4ce60ad422 Get new animation working 2017-09-18 11:18:26 -05:00
Tim Young 2e5bf62fb1 Able to add a new animation. 2017-09-18 10:33:34 -05:00
Tim Young fac2461875 Fixed some bugs with forward/back and applying new sprites. 2017-09-18 10:31:47 -05:00
Tim Young 273c381389 Debug Item entry and forward / back buttons 2017-09-18 08:40:18 -05:00
Tim Young 8e502e3b1e finish save by pulling info from form to the sprite information record 2017-09-18 07:55:52 -05:00
Tim Young 795a4c6ce7 forward/back buttons working & initial "save" 2017-09-18 07:47:58 -05:00
Tim Young caf7f8cbd2 Add a tooltip 2017-09-18 07:32:17 -05:00
Tim Young 71cf7c19c1 Dragging works better now 2017-09-17 18:18:22 -05:00
Tim Young 1361a46b7c initial drag and drop visual (shows there is a bug to figure out) 2017-09-17 17:36:57 -05:00
Tim Young 30a3d1e4b3 update the selected box from the SpriteInfo 2017-09-17 17:10:03 -05:00
Tim Young 7dea96b266 Update drag info 2017-09-17 17:07:39 -05:00
Tim Young a415e89cd0 SpriteInfotoForm 2017-09-17 15:34:51 -05:00
Tim Young 32c3fa21a7 more work on the form 2017-09-17 08:13:04 -05:00
Tim Young c438320a5e Set up an initial spriteinfo 2017-09-16 19:08:46 -05:00
Tim Young 7e22a57ca5 move values to the correct place 2017-09-16 15:18:49 -05:00
Tim Young e9f1a9a3ed initial saving working (possibly) 2017-09-16 08:23:47 -05:00
Tim Young 72f1c3ac79 Define a grid size to snap onto. A grid of 1x1 gives us a pixel by pixel grid. But we usually want to have 5, 10, 50, 100 or something like that. 2017-09-15 19:21:46 -05:00
Tim Young 23814be473 Return a spriteinfo list from the entry form 2017-09-15 19:15:37 -05:00
Tim Young 846d4b569f Adding initial sprite database and sprite entry form 2017-09-15 15:52:59 -05:00