Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update docs, Xcode, and megazeux.spec for 2.93 + misc. #409

Merged
merged 9 commits into from
Dec 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

MegaZeux is a game creation system (GCS) created by game developer Alexis Janson in 1994.
Originally a DOS program, in 2005 a multi-platform port was released by Exophase. The most
recent version of MegaZeux is 2.92f, which was released on November 22nd, 2020.
recent version of MegaZeux is 2.93, which was released on December 31st, 2023.

MegaZeux is officially supported on Windows, Linux/BSD, MacOS, as well as the NDS, 3DS, Wii,
and PSP consoles. Historical support has also existed for GP2X, Pandora, and AmigaOS 4.
Expand Down
4 changes: 2 additions & 2 deletions arch/xcode/MZXRun/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>git</string>
<string>2.93-GIT</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.games</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 1994-2020 MegaZeux Dev Team. All rights reserved.</string>
<string>Copyright © 1994-2023 MegaZeux Dev Team. All rights reserved.</string>
</dict>
</plist>
118 changes: 77 additions & 41 deletions arch/xcode/MegaZeux.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions arch/xcode/MegaZeux/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>git</string>
<string>2.93-GIT</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.games</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 1994-2020 MegaZeux Dev Team. All rights reserved.</string>
<string>Copyright © 1994-2023 MegaZeux Dev Team. All rights reserved.</string>
</dict>
</plist>
1 change: 1 addition & 0 deletions arch/xcode/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#define CONFFILE "config.txt"
#define USERCONFFILE ".megazeux-config"
#define SHAREDIR "../Resources"
#define LICENSEDIR "../Resources"
#define CONFIG_SDL
#define CONFIG_EDITOR
#define CONFIG_HELPSYS
Expand Down
Binary file modified assets/help.fil
Binary file not shown.
4 changes: 2 additions & 2 deletions config.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Configuration file for MegaZeux 2.92f
# November 22nd, 2020
# Configuration file for MegaZeux 2.93
# December 31st, 2023

# Comments begin with #. Whitespace is ignored. Empty lines are
# ignored as well.
Expand Down
Binary file added contrib/archicons/alpine.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added contrib/archicons/dosdjgpp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added contrib/archicons/dreamcast.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/WIPHelp.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11525,7 +11525,7 @@ updated.
:1st:
$~9NEW in MegaZeux!

December FIXME, 2023 - MZX 2.93
December 31st, 2023 - MZX 2.93

This is the first MegaZeux release in about 3 years, so there
are a lot of changes, including a large number of crash fixes.
Expand Down
2 changes: 1 addition & 1 deletion docs/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
December FIXME, 2023 - MZX 2.93
December 31st, 2023 - MZX 2.93

This is the first MegaZeux release in about 3 years, so there
are a lot of changes, including a large number of crash fixes.
Expand Down
2 changes: 1 addition & 1 deletion docs/fileform.html
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@
<div id="container">
<header>
<h1>MegaZeux File Format Reference</h1>
<h3>MegaZeux 2.92f &mdash; November 22nd, 2020</h3>
<h3>MegaZeux 2.93 &mdash; December 31st, 2023</h3>
<p>
This guide contains specifications for most MegaZeux file formats.
This is a table-dense document and should be displayed in a window/viewport
Expand Down
4 changes: 2 additions & 2 deletions docs/joystick.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!--
MegaZeux Joystick Support Guide

Copyright (C) 2020 Lachesis - https://github.com/AliceLR/megazeux/
Copyright (C) 2020-2023 Lachesis - https://github.com/AliceLR/megazeux/

Permission to use, copy, modify, and distribute this document for any
purpose with or without fee is hereby granted, provided that the above
Expand Down Expand Up @@ -124,7 +124,7 @@
<div id="container">
<header>
<h1>MegaZeux Joystick Support Guide</h1>
<h3>MegaZeux 2.92f &mdash; November 22nd, 2020</h3>
<h3>MegaZeux 2.93 &mdash; December 31st, 2023</h3>
<p>
This guide contains all current information for joystick mapping and
Robotic support for using joysticks.
Expand Down
4 changes: 2 additions & 2 deletions docs/keycodes.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!--
MegaZeux US Key-Mapping Guide

Copyright (C) 2010-2020 Lachesis - https://github.com/AliceLR/megazeux/
Copyright (C) 2010-2023 Lachesis - https://github.com/AliceLR/megazeux/

Permission to use, copy, modify, and distribute this document for any
purpose with or without fee is hereby granted, provided that the above
Expand Down Expand Up @@ -326,7 +326,7 @@
<body>
<div>
<h1>MegaZeux US Key-Mapping Guide</h1>
<h3>MegaZeux 2.92f &mdash; November 22nd, 2020</h3>
<h3>MegaZeux 2.93 &mdash; December 31st, 2023</h3>
<p>
This guide contains information and warnings for reading keycodes in
MegaZeux games.
Expand Down
Loading