Skip to content

Commit

Permalink
Merge pull request #524 from AliceLR/update-docs-2.93c
Browse files Browse the repository at this point in the history
Update dates, help file, and other misc. for 2.93c.
  • Loading branch information
AliceLR authored Feb 28, 2025
2 parents 48283db + 6cd9f6c commit 4c606e3
Show file tree
Hide file tree
Showing 16 changed files with 810 additions and 405 deletions.
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.93b, which was released on September 10th, 2024.
recent version of MegaZeux is 2.93c, which was released on February 28th, 2025.

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
6 changes: 3 additions & 3 deletions arch/LICENSE.3rd
Original file line number Diff line number Diff line change
Expand Up @@ -121,16 +121,16 @@ Source URL: http://www.delorie.com/pub/djgpp/ (djlsr205.zip)


----------------------------------------------------------------
SDL 2
SDL
----------------------------------------------------------------

SDL 2 is available under the zlib license.
SDL is available under the zlib license.
gamecontrollerdb.txt is available under an identical license.

Used by ports: Most.
Home page: https://www.libsdl.org/

Copyright (C) 1997-2021 Sam Lantinga <[email protected]>
Copyright (C) 1997-2024 Sam Lantinga <[email protected]>

This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
Expand Down
6 changes: 3 additions & 3 deletions arch/psvita/CONFIG.PSVITA
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
#!/bin/sh

[[ -z $VITASDK ]] && { echo "\$VITASDK is unset. Aborting"; exit 1; }
[ -z "$VITASDK" ] && { echo "\$VITASDK is unset. Aborting"; exit 1; }

./config.sh --platform psvita --prefix $VITASDK --enable-release --enable-lto \
./config.sh --platform psvita --prefix "$VITASDK" --enable-release --enable-lto \
--disable-utils --enable-stdio-redirect \
--enable-meter --disable-gl "$@"
6 changes: 3 additions & 3 deletions arch/wiiu/CONFIG.WIIU
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
#!/bin/sh

./config.sh --platform wiiu --prefix $DEVKITPPC --enable-release --enable-lto \
./config.sh --platform wiiu --prefix "$DEVKITPPC" --enable-release --enable-lto \
--disable-utils --enable-meter --enable-stdio-redirect \
--disable-gl $@
--disable-gl "$@"
188 changes: 116 additions & 72 deletions assets/gamecontrollerdb.txt

Large diffs are not rendered by default.

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.93b
# September 10th, 2024
# Configuration file for MegaZeux 2.93c
# February 28th, 2025

# Comments begin with #. Whitespace is ignored. Empty lines are
# ignored as well.
Expand Down
Loading

0 comments on commit 4c606e3

Please sign in to comment.