Commit graph

420 commits

Author SHA1 Message Date
84c3d68db2 Add working changes 2024-03-08 15:54:58 -07:00
Cuyler36
23563b168f Merge branch 'master' of https://github.com/Cuyler36/ACSE 2021-05-10 03:31:18 -04:00
Cuyler36
594e4fb2d6 [Dongwu Senlin]: Fix Encoding Strings
- Also optimize City Folk string encoding
2021-05-10 03:31:14 -04:00
Cuyler36
77745f34d2
Merge pull request #80 from heyitsdeity/xPlatform-build
Fix MSBuild errors on OSX/Linux
2021-05-08 21:41:36 -04:00
heyitsdeity
9aebf1d4f1 Enable per-os PostBuildEvents 2021-04-20 20:19:10 -05:00
Cuyler36
9a77f857b2 Fix Item Names 2021-04-19 21:09:39 -04:00
Cuyler36
34a5bc99e6 Add DnM/DS House Roof Color Offset 2020-08-26 02:32:43 -04:00
Cuyler36
473ba9be31 Add ResetCount for DnM/DS 2020-08-26 00:29:35 -04:00
Cuyler36
2cf5299d5a Misc Fixes
- Don't enable flags unless SaveGeneration is N3DS.
- Update villager name on selector button when DLC villager is imported in e+.
- Disable the wiki button when the villager is a DLC villager or unknown.
- Move villager selector selected name text a bit to accomodate larger names.
2020-08-25 20:39:24 -04:00
Cuyler36
fd5d1c23c3 Small cleanups 2020-08-25 18:38:52 -04:00
Cuyler36
b703b74e89 Prefer Nookipedia over Animal Crossing Wiki
Information tends to be more accurate
2020-08-25 18:30:48 -04:00
Cuyler36
d7c0bd6041
Merge pull request #65 from JDrocks450/item-villager-selection
Add Item and Villager Selection Dialogs
2020-08-25 18:20:57 -04:00
Cuyler36
5d36fd54df Add DnM/DS Encyclopedia & Catalog Data
Thanks in part to Retro Phil!
2020-08-25 18:17:18 -04:00
Cuyler36
8fb103c3aa Correct Item Names in DnM+ 2020-08-18 19:23:36 -04:00
Cuyler36
e3baa58727 More Item Name Typo Fixes 2020-08-18 16:09:15 -04:00
Cuyler36
cbcc1e21b5 Fix Item Names 2020-08-17 18:36:49 -04:00
Jeremy Glazebrook
fa7851a36a Add ItemSelection Dialog
Add ItemDisplay control
Add VillagerSelection Dialog
Add VillagerDisplay control
2020-05-11 20:29:40 -04:00
Cuyler36
75dfd6a3ba [DnM+/AC]: Fix Islands Not Saving
Closes #52
2020-03-12 20:36:02 -04:00
Cuyler36
42bd503e32 Push Local Changes
Way too much to actually document
2020-03-08 03:36:08 -04:00
Cuyler36
1cdd0fd321 Fix villager saving 2019-02-19 16:28:08 -05:00
Cuyler36
badf6435be Add iQue Player to README 2019-02-08 20:11:21 -05:00
Cuyler36
106e040a71 Implement full Dongwu Senlin text support
Makes Dongwu Senlin fully supported
2019-02-08 20:08:44 -05:00
Cuyler36
993c8b047d [N64/GCN/iQue]: Fix Train Station image not loading 2019-01-14 16:32:03 -05:00
Cuyler36
dae486c60d Fix crash in GC titles when right-clicking island acres 2019-01-14 16:20:14 -05:00
Cuyler36
6964903198 Give AF/DS its own acre list & add missing beta acres from GC titles 2019-01-10 00:52:52 -05:00
Cuyler36
b7f2188ba5 Fix crash when save file loaded has no valid players in it 2019-01-09 02:46:01 -05:00
Cuyler36
2665b40cdf [NL/WA]: Fix villager song not being saved 2019-01-09 01:20:39 -05:00
Cuyler36
8d4c884ae2 Show empty spots that are buried & never allow setting of buried empty spots
Closes #45
2019-01-09 01:17:15 -05:00
Cuyler36
0d804d6e4c [City Folk]: Give acres meaningful names 2019-01-07 15:12:56 -05:00
Cuyler36
5b01644c3f [Welcome Amiibo]: Fix item id list
Thanks to @slattz for catching the errors and creating a working list!
2019-01-07 03:38:42 -05:00
Cuyler36
66382c9160 Update DnM_Items_en.txt 2019-01-07 03:35:33 -05:00
Cuyler36
c6a3cd1aa0 [N64/GCN]: Fix flower seed item name
It was incorrectly listed as a rock due to the variant of it that is a money rock.
2019-01-07 03:35:18 -05:00
Cuyler36
b1ce02952e [City Folk]: Add File => Open Dolphin Save File menubar option
Allows for quick opening of a City Folk save file that was created by Dolphin Emulator.
2018-11-23 17:08:40 -05:00
Cuyler36
a301ee516f Updates
- New AcreItemEditor control. Moves the acre item handling logic out of MainForm.cs

- Stalk Market editing support for City Folk (minus initial buy price)

- Moved selected item & selected building logic out of MainForm.cs and into their respective classes.

- New ListPriority class. Gives information about a Gen1 town's generic item list priorities.

- Worked on FurnitureShop.cs

- Fixed a minor bug in the GCN town generator.

- Moved Yaz0.cs to ACSE.Core.Compression

- Removed the need for MainForm to be a reference in many controls.

- Many other small updates.
2018-11-22 14:53:36 -05:00
Cuyler36
88b0bcc05e Remove WorldItem class
There was no need for that class. Removing it enforces all items (besides furniture) as "Items". Mainly done for consistency.
2018-11-12 20:17:22 -05:00
Cuyler36
899e2ead58 Fix tests 2018-11-12 02:13:32 -05:00
Cuyler36
b43ade5e29 Updates
* New Buried Item Logic. Much more clean and organized. No more hacky code.

* Fixed Wild World acre database loading

* Fixed a few misc bugs & crashes
2018-11-12 02:10:10 -05:00
Cuyler36
13dcd5f29d
Add links to titles 2018-11-10 01:18:28 -05:00
Cuyler36
1d2f6163c3 Show AppVeyor build version in release description
Makes it more clear which version you are using.
2018-11-10 01:01:24 -05:00
Cuyler36
00e53f3c8e Speed up form loading
Suspending and resuming layouts & signaling TreeView updates increases load speed by quite a bit. Switching to the Town Map tab will cause a slight delay in CF/NL.
2018-11-10 00:59:59 -05:00
Cuyler36
f12ddf25e9 Partially refactor SetupEditor
Moved some of the larger logic into their own methods for readability. Eventually would like to completely rewrite this method.
2018-11-09 01:22:23 -05:00
Cuyler36
30970f92bf Minor work on shop editor controls 2018-11-09 00:39:50 -05:00
Cuyler36
2f77c57311 Don't inifnitely build repo 2018-11-07 19:04:41 -05:00
Cuyler36
2de1fe3654 Final fixes
Hopefully lol
2018-11-07 16:47:46 -05:00
Cuyler36
d0c995a27a Remove on setting 2018-11-07 16:43:19 -05:00
Cuyler36
e545f095ab Add release and description for builds 2018-11-07 16:38:22 -05:00
Cuyler36
5d68e69c13 Update appveyor.yml 2018-11-07 16:29:25 -05:00
Cuyler36
88cdddb567 Update appveyor.yml 2018-11-07 16:25:07 -05:00
Cuyler36
de6ed8fa22 Clean up artifacts after build 2018-11-07 16:23:35 -05:00
Cuyler36
e9e4098706 Deploy developer builds automatically 2018-11-07 16:06:09 -05:00