Commit Graph

39 Commits

Author SHA1 Message Date
Kurt
dee0fd8520 Save current player, not player 0 2015-08-22 16:34:46 -07:00
Kurt
1353d13e94 Change overview label lingo 2015-08-22 16:26:52 -07:00
Kurt
668a2bad62 Add RAM editing access via main window
Don't need a save or anything loaded to access the Garden Editor now.
2015-08-22 16:24:36 -07:00
Kurt
872079a2ac Fix importing RAM
Fixed reference error too (thanks SciresM!)
2015-08-22 16:13:32 -07:00
Kurt
217d64b63c Final Touches
Added Player editing for all players on the save (click the pictures to
toggle between), fixed a few bugs and refactored a little code.
2015-08-22 15:45:26 -07:00
Kaphotics
cf8f718ab4 Merge pull request #1 from SciresM/patch-1
Faster Imaging using Bitmap.LockBits()
2015-08-22 15:01:17 -07:00
SciresM
1886bea017 Faster Imaging using Bitmap.LockBits() 2015-08-22 14:55:43 -07:00
Kurt
d9e3d4fa91 Sync 2015-08-22 14:48:40 -07:00
Kurt
0769ffad8c Misc bug fixes
Reading text from wrong location
Writing null villagers back as 0 instead of -1
2015-08-22 14:48:29 -07:00
Kurt
bcc449f7e5 Bugfixes
Courtesy of SciresM
2015-08-22 14:10:58 -07:00
Kurt
0af46da15f Add playtime editing 2015-08-22 13:49:41 -07:00
Kurt
d6f74fd0bb Add building editor 2015-08-22 12:22:41 -07:00
Kurt
58014c43ff Add villager editing
Up next: Structures
2015-08-21 20:55:56 -07:00
Kurt
5f281eff22 Add villager info
Preparing for allowing villager swapping.
2015-08-20 21:22:26 -07:00
Kurt
742f49dd37 Add current item modifying
still todo: villager swapping, town editing, player123 (meh)
2015-08-19 20:01:07 -07:00
Kurt
87edc29281 Add item name
Will be quite easy to add the selection of currentItem and flags later;
the List<cbItem> that is generated will be used as the DataSource.
2015-08-19 07:48:39 -07:00
Kurt
72fa7bc5c8 Finish item r/w and player0 r/w
still todo: villager swapping, player1/2/3, item selection/description
2015-08-18 20:30:33 -07:00
Kurt
6a298f8470 Add player writing
Still only p0 (mayor) for now.
2015-08-18 19:20:20 -07:00
Kurt
6ba99fab02 Finish Player reading
Writing is unfinished.
2015-08-18 00:01:50 -07:00
Kurt
a2b30a3c22 Add inventory visualization
Only for p0 at the moment.
2015-08-17 21:39:14 -07:00
Kurt
c5bf688a4e Re-tile acre pictureboxes
Now they don't overlap.
2015-08-16 21:02:24 -07:00
Kurt
50d14ab88e Add buried display
Tweaked the Item class.
2015-08-16 20:58:02 -07:00
Kurt
53f12560c9 Add file saving 2015-08-16 20:35:12 -07:00
Kurt
c6c40eeeff Add water/weed cheat buttons 2015-08-16 19:16:26 -07:00
Kurt
ec7eb468cc Scale the item pic up
Eh it's a little bit slower but it looks cleaner.
2015-08-16 17:23:50 -07:00
Kurt
5625a28e32 add Grid to acre-item viewer 2015-08-16 17:08:45 -07:00
Kurt
69b59d33dd prevent writing null items 2015-08-16 16:45:30 -07:00
Kurt
231f822eb8 Add item right/left click (read/write)
Remember, changes won't be saved yet (saveData does nothing).
2015-08-16 16:16:41 -07:00
Kurt
1fa06450d9 Double map size 2015-08-16 15:31:32 -07:00
Kurt
126faa87dc Finish item overlaying on map 2015-08-16 13:56:28 -07:00
Kurt
8fdd5b0b16 Add map item fetching 2015-08-15 22:33:21 -07:00
Kurt
00f9dd81f9 Data reading improvements
Added map viewing and more object class code for possible editing.
2015-08-15 22:18:09 -07:00
Kurt
3f68d0b519 Tweak data sharing between forms
Now supports importing of RAM data.
2015-08-15 18:08:35 -07:00
Kurt
3e0e53c4fc Add RAM I/O 2015-08-14 22:14:26 -07:00
Kurt
bb194986bb Sync 2015-08-14 22:13:56 -07:00
Kurt
98f1b3bc7e Reformat error strings to show hex with space 2015-08-14 22:13:20 -07:00
Kurt
b742075768 Update gitignore 2015-08-14 22:13:03 -07:00
Kurt
f84d88a616 Initial Commit 2015-08-13 22:57:38 -07:00
Kurt
ac8742709b :octocat: Added .gitattributes 2015-08-13 22:57:19 -07:00