1
0
Fork 0
mirror of https://github.com/tonytins/dressupzack synced 2025-05-05 13:34:48 -04:00
Commit graph

64 commits

Author SHA1 Message Date
0b4998657d README v3.1 2025-04-27 12:58:23 -04:00
0e1cfe944f Rewrote license section in root README
- Added new README in the archives/ directory that finally adds greater context.
2024-12-03 17:40:25 -05:00
eb7f72e4f9 You can now switch to full body outfits.
- Quit and Save are disabled on Web
- Ignore export folder
- Flash version of 3E
2024-11-30 19:11:47 -05:00
Tony Bark
e977e944c2 Interactive fan
- Enabled outfit selection again
2024-01-19 14:56:36 -05:00
Tony Bark
5a0223b340 Exported original items from the Flash game as image sequences.
- Ported over the fan from 2.5, and it's shelf from 3E
- Removed the CAS-inspired stand from the game
- Redid license section.
2024-01-19 13:58:23 -05:00
Tony Bark
9e9eaa6bb0 Added new sounds
Will remove whatever isn't used later.
2024-01-18 17:18:59 -05:00
Tony Bark
9cc1e86573 Updated screenshot 2024-01-18 16:46:40 -05:00
Tony Bark
cca3326acd Moved flipping through frames to one function
- Finally, moved a lot of redundant animation into a single function
- Both forward and back buttons can now cycle through frames indefinitely
- Renamed _game_save() to save_all()
- Disabled outfits button in release builds
2024-01-18 16:37:33 -05:00
Tony Bark
49dad999fd Moved everything but addons and archive to /src 2024-01-17 05:32:08 -05:00
Tony Bark
a4a7c62e79 Resize default window size times 3 on Retina displays 2024-01-16 18:25:16 -05:00
Tony Bark
39bcdcb78c Save game option
- New button themes
- Redid retro and "full snack" shirts
2024-01-16 16:55:00 -05:00
Tony Bark
71dfa4d52f Imported some older sprites
- Scale window
- Full body clothes
- Config file for custom window size (game is tiny on my new display)
2024-01-16 11:48:49 -05:00
Tony Bark
6d75d04fc3 Further simplified design
- Removed a tone of bloat
- Use simple arrows to scroll through items instead of drag-and-drop
2024-01-16 08:01:06 -05:00
Tony Bark
3097f5063a Tweaked drag and drop script
- Applied new drag & drop architecture to main game scene
2023-12-09 22:26:27 -05:00
Tony Bark
9ff5c5aae3 Advanced drag and drop system finished 2023-12-09 20:43:42 -05:00
Tony Bark
ed75c25fef WIP redesign
- Redesigned UI
- Imported old theme
- Switched to original character sprite
- Simplified clothes
2023-12-08 04:22:00 -05:00
Tony Bark
2bc37e1100 Advanced drag and drop
More precise drag and drop. Still has a few bugs, but most of the base is there.

- Removed translations.
- Cleaned up README
2023-12-07 21:45:26 -05:00
Tony Bark
805cbe2738 Renamed to Dress Up Zack
- More clean up
- Folder colors
2023-12-07 19:52:22 -05:00
Tony Bark
9b849376ae Basic drag and drop functionality
Admittedly, I accidentally followed a far more simpler tutorial, but it works.
2023-12-07 07:28:32 -05:00
Tony Bark
8979422160 Kenny's UI audio 2023-03-14 07:00:53 -04:00
Tony Bark
a1bd301c95 Upgrade to Godot 4
This is the start of a major rewrite of the game, using varies add-ons whenever possible instead of reinventing the wheel. Not that it wasn't a good learning experience, but, yeah, glad Godot 4 is finally here.
2023-03-14 06:58:09 -04:00
Tony Bark
25257f722d Minor improvements, and code clean up 2021-11-06 20:08:11 -04:00
Tony Bark
e90a500858 Cleaned up code base
- Moved character variables and News API address to global GameData class
2021-06-04 11:25:35 -04:00
Tony Bark
ec79a57f96 In-game news straight from my website
This is new feature trying out JSON-RPC requests.
2021-05-31 16:56:52 -04:00
Tony Bark
9db6589717 Disable import and export on the web
- Removed Kenny Pixel as default font
2021-05-31 03:08:39 -04:00
Tony Bark
230af8d840 character_base code is now in an external script 2021-05-31 02:37:29 -04:00
Tony Bark
c3a79164a4 Changed license to Artistic-2.0
- Updated and simplified license headers.
2021-05-31 02:35:52 -04:00
Tony Bark
739692d970 Basic saving and loading
- You can finally save and load your different styles!
- Brand new icons from Font Awesome!
- The clear button was refreshed and replaced with the trash can. While I've never gotten complaints about the interface, this should prove to be less confusing.
- Clear button moved next to save/load.
- Introduced a basic indicator when loading and saving
- Bumped version to 1.10
2021-05-30 17:01:27 -04:00
Tony Bark
c846932fc8 Updated license headers 2021-05-09 21:18:29 -04:00
Tony Bark
9855af0180 macOS icon update
Changed the macOS icon to match recent guideline changes introduced with Big Sur.
2021-05-09 21:16:38 -04:00
Anthony Foxclaw
aca5f40c8a Updated screenshot 2020-07-19 18:58:25 -04:00
Anthony Foxclaw
89598d4da2 Added Code of Conduct based on Contributor Covenant 2020-07-19 18:56:14 -04:00
Anthony Foxclaw
e605ef3265 Brought back owo censor bar 2020-07-15 14:05:19 -04:00
Anthony Leland
c406ed56d2
Modular character design (#12)
Legs, shirt and the head are now independent sprites that can be changed separately. New clothes can be made from a template instead of having to work within a blank space. This removes the need for extra layers and placeholders while opening the door to creating new scenes and migrating over to new styles.

This wasn't always possible until the SVG port removed the Adobe Animate dependency. The layers and placeholders were there because the original Flash game was based around a drag-and-drop design. Tony's Dress Up was initially intended to be a 1:1 port of the Flash game which is why it wasn't done sooner.

New Emoji-based shirts based on Twemoji because the idea sounded fun. Credits will eventually be added in-game but for now it's in the README. For the time being, a few of the ZC's Dress Up-era shirts have pulled because they were never properly ported over during the remaster.
2020-07-15 13:26:20 -04:00
Anthony Foxclaw
cc051276d4 Removed old imports
- Replaced static screenshot with gif
- WIP new modular character base
2020-07-06 05:39:10 -04:00
Anthony Foxclaw
d29889d036 Ignore web stuff 2020-07-06 04:44:42 -04:00
Anthony Foxclaw
b71e50cf1d
DLC support (#11)
This update adds support for loading in DLC using the check_for_dlc() function. New clothes and accessories are added by searching through "res://scenes/dlc/shirts/" directory, for example, and added to the respective tab in the wardrobe as if it were part of the base game. It's not the best solution in the world but it works.
2020-07-06 04:40:11 -04:00
Anthony Foxclaw
13029ede52 Use GLES2 2020-07-04 21:46:25 -04:00
Anthony Foxclaw
56056a12ff Moved remove buttons to the front
- Moved remove buttons to the front to make room for future clothes
- Disbled HDPI mode
2020-07-04 21:08:07 -04:00
Anthony Foxclaw
591110ed8f Lowered FPS and frames in character animations
- Removed Character class
2020-06-28 18:33:20 -04:00
Anthony Foxclaw
3e96038842 *UI assets 2020-06-28 14:50:16 -04:00
Anthony Foxclaw
8351b85f1a Updated README with new sections
- Added Getting Started and Authors sections
2020-06-28 14:48:50 -04:00
Anthony Foxclaw
d10dd742f8 Don't ignore audio anymore 2020-06-28 13:29:18 -04:00
Anthony Foxclaw
8e31326609 Added sound effects from Kenny
- Added sound effects from Kenny for when varies buttons are pressed so it's no longer a totally silent game
- Swapped old fonts for Kenny's fonts
- Renamed music directory to sounds and removed old imports
- Removed docs page
2020-06-28 13:26:28 -04:00
Anthony Foxclaw
91dd8349c6 Minor grammatical fixes to README 2020-06-27 22:31:11 -04:00
Anthony Foxclaw
8ba0db4d5a Docs output directory for Github pages 2020-06-27 21:47:14 -04:00
Anthony Foxclaw
cdcb5630ba Removed undies.json 2020-06-27 19:26:49 -04:00
Anthony Foxclaw
5b15bd7c0c The Flash games are abandonware 2020-06-27 18:24:49 -04:00
Anthony Foxclaw
d78e13b390 Screenshot! 2020-06-27 18:08:48 -04:00
Anthony Foxclaw
a2b238532d Re-added more clothes
- Updated README
- Added more pants and shirts
- Added flash original flash games in new /archive directory
- Updated game theme
- Renamed CC-BY file to ASSET-LICENSE
- Resized game height to 500 pixels to closely match original
2020-06-27 18:03:54 -04:00