Compare commits

...

15 Commits

Author SHA1 Message Date
3191891910 update links and things 2024-01-03 04:21:05 +00:00
d8d96c2e8d Update LICENSE 2024-01-03 04:14:21 +00:00
Li
e3bee70509 Update README.md 2024-01-03 03:49:34 +00:00
Bluzume
cfd187e8ba
Update README.md 2021-12-14 13:52:39 +13:00
SilicaAndPina
fcaf5ebaec Oops 2021-12-14 13:50:58 +13:00
SilicaAndPina
80dbd5dabd Fix psv sdk argument 2021-12-14 13:40:21 +13:00
Bluzume
60d7c6c675
Update README.md 2020-09-09 13:43:46 +12:00
Bluzume
ef01519ca3
Update README.md 2020-08-10 09:45:45 +12:00
Bluzume
64862fc3ed
Update README.md 2020-03-15 23:31:56 +13:00
SilicaAndPina
78edc3cd18 no message 2020-03-15 23:31:11 +13:00
SilicaAndPina
a1b25d03b4 no message 2020-03-15 23:24:52 +13:00
Bluzume
061e8e184c
Update latest.md 2020-03-15 23:23:34 +13:00
Bluzume
15a302791b
Update latest.md 2020-03-15 23:17:55 +13:00
Bluzume
effdd1cd1b
Update README.md 2020-03-15 23:17:26 +13:00
Bluzume
e716b08083
Update README.md 2020-03-15 23:17:09 +13:00
5 changed files with 211 additions and 193 deletions

View File

@ -22,7 +22,7 @@ namespace GayMaker
{ {
public partial class GayMaker : Form public partial class GayMaker : Form
{ {
public String CurrentVersion = "1.7.6"; public String CurrentVersion = "1.7.7";
private string stderr = ""; private string stderr = "";
private bool HasShaders = false; private bool HasShaders = false;

View File

@ -27,7 +27,7 @@ namespace GayMaker
{ {
WebClient wc = new WebClient(); WebClient wc = new WebClient();
wc.CachePolicy = new RequestCachePolicy(RequestCacheLevel.NoCacheNoStore); wc.CachePolicy = new RequestCachePolicy(RequestCacheLevel.NoCacheNoStore);
String UpdateString = wc.DownloadString("https://bitbucket.org/SilicaAndPina/gaymaker/raw/master/latest.md"); String UpdateString = wc.DownloadString("https://raw.githubusercontent.com/KuromeSan/GayMaker/master/latest.md");
String[] Data = UpdateString.Split('~'); String[] Data = UpdateString.Split('~');
String UpdateUrl = Data[1]; String UpdateUrl = Data[1];
wc.Dispose(); wc.Dispose();

View File

@ -1,6 +1,6 @@
MIT License MIT License
Copyright (c) 2018 Silica Copyright (c) 2018 Li
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal

View File

@ -1,27 +1,45 @@
# 1.7.7
Fixed an issue where compiliing shaders without YYC would cause issues
Download: https://silica.codes/Li/GayMaker/releases/download/v1.7.7/GayMaker.1.7.7.zip
# 1.7.6
Fixed an issue where it was possible to enter invalid characters into Title ID Feild
Fixed some UI Elements
Changed \n to \r\n to make gmac output show properly on win10.
Fixed Auto Update for REAL this time
Download: https://silica.codes/Li/GayMaker/releases/download/v1.7.6/GayMaker.1.7.6.zip
# 1.7.5 # 1.7.5
Fixed a bug where /SH argument would allways = False regardles of what was set in project file Fixed a bug where /SH argument would allways = False regardles of what was set in project file
Fixed automatic updater Fixed automatic updater
Download: https://github.com/KuromeSan/GayMaker/releases/download/V1.7.5/GayMaker.1.7.5.zip Download: https://silica.codes/Li/GayMaker/releases/download/V1.7.5/GayMaker.1.7.5.zip
# 1.7.4
Patch notes unknown.
Download: https://silica.codes/Li/GayMaker/releases/download/releases/GayMaker.1.7.4.zip
# 1.7.3 # 1.7.3
Fixed a bug where if you never opened "Global Game Settings" in GameMaker Fixed a bug where if you never opened "Global Game Settings" in GameMaker
Then GayMaker would crash (IT WAS A STRANGE PARSER DIFFERNTAL xD) Then GayMaker would crash (IT WAS A STRANGE PARSER DIFFERNTAL xD)
See issue #9 See issue #9
Download: https://bitbucket.org/SilicaAndPina/gaymaker/downloads/GayMaker%201.7.3.zip Download: https://silica.codes/Li/GayMaker/releases/download/releases/GayMaker.1.7.3.zip
# 1.7.2 # 1.7.2
Fixed a bug where StandardError wasnt shown in output properly Fixed a bug where StandardError wasnt shown in output properly
No longer requires %SCE_PSP2_SDK_DIR% to be defined when building YYC. No longer requires %SCE_PSP2_SDK_DIR% to be defined when building YYC.
Download: https://bitbucket.org/SilicaAndPina/gaymaker/downloads/GayMaker%201.7.2.zip Download: https://silica.codes/Li/GayMaker/releases/download/releases/GayMaker.1.7.2.zip
# 1.7.1 # 1.7.1
Fixed a bug where Errors from GMAssetCompiler wouldnt show in the output Fixed a bug where Errors from GMAssetCompiler wouldnt show in the output
Now displays GMAssetCompiler and YYC Compile errors in a messagebox. Now displays GMAssetCompiler and YYC Compile errors in a messagebox.
Download: https://bitbucket.org/SilicaAndPina/gaymaker/downloads/GayMaker%201.7.1.zip Download: ~~https://bitbucket.org/SilicaAndPina/gaymaker/downloads/GayMaker%201.7.1.zip~~ (got taken down pre-transfer)
# 1.7 # 1.7
Added a "Preferences" option Added a "Preferences" option
@ -31,26 +49,26 @@ Added the ability to not convert PNG's to indexed color
Added the ability to use YYC! (Requires some efforts to do though) Added the ability to use YYC! (Requires some efforts to do though)
Added a seecret easter egg (try to find it!) Added a seecret easter egg (try to find it!)
Download: https://bitbucket.org/SilicaAndPina/gaymaker/downloads/GayMaker%201.7.zip Download: https://silica.codes/Li/GayMaker/releases/download/releases/GayMaker.1.7.zip
# 1.6 # 1.6
Added "Interpolate colors between pixels" to Global Game Settings Added "Interpolate colors between pixels" to Global Game Settings
Added "Scaling options" (Full Scale) and (Keep Aspect Ratio) options to Global Game Settings Added "Scaling options" (Full Scale) and (Keep Aspect Ratio) options to Global Game Settings
Added "Download More RAM" feature to allow you to allocate more memory to your application Added "Download More RAM" feature to allow you to allocate more memory to your application
Download: https://bitbucket.org/SilicaAndPina/gaymaker/downloads/GayMaker%201.6.zip Download: https://silica.codes/Li/GayMaker/releases/download/releases/GayMaker.1.6.zip
# 1.5.2 # 1.5.2
No-longer reliant on pngquant.exe (close #6) No-longer reliant on pngquant.exe (close #6)
Added Early-Access builds to the Version Manager Added Early-Access builds to the Version Manager
Download: https://bitbucket.org/SilicaAndPina/gaymaker/downloads/GayMaker%201.5.2.zip Download: https://silica.codes/Li/GayMaker/releases/download/releases/GayMaker.1.5.2.zip
# 1.5.1 # 1.5.1
Added version selection and version selector. - you can now use ANY version of GameMaker:Studio Since 1.4.1468. Added version selection and version selector. - you can now use ANY version of GameMaker:Studio Since 1.4.1468.
Files are downloaded from yoyo's servers! Files are downloaded from yoyo's servers!
Download: https://bitbucket.org/SilicaAndPina/gaymaker/downloads/GayMaker%201.5.1.zip Download: https://silica.codes/Li/GayMaker/releases/download/releases/GayMaker.1.5.1.zip
# 1.5 # 1.5
Under "Global Game Settings" you can now simply press <ENTER> to apply settings, or <ESC> to cancel Under "Global Game Settings" you can now simply press <ENTER> to apply settings, or <ESC> to cancel
@ -58,11 +76,11 @@ Disabled Windows Automatic DPI Scaling (see issue #8 to understand why i did thi
Now using unmodified GMAssetCompiler. and simply ""Obtaining permission to execute"" (resolved #7) Now using unmodified GMAssetCompiler. and simply ""Obtaining permission to execute"" (resolved #7)
Fixed issue #5 Fixed issue #5
Download: https://bitbucket.org/SilicaAndPina/gaymaker/downloads/GayMaker%201.5.zip Download: https://silica.codes/Li/GayMaker/releases/download/releases/GayMaker.1.5.zip
# 1.4.9999 # 1.4.9999
Fixes issue #4. Fixes issue #4.
Download: https://bitbucket.org/SilicaAndPina/gaymaker/downloads/GayMaker%201.4.9999.zip Download: https://silica.codes/Li/GayMaker/releases/download/releases/GayMaker.1.4.9999.zip
# 1.4 # 1.4
Inside "Global Game Settings we have: Inside "Global Game Settings we have:
@ -74,23 +92,23 @@ Other changes:
Program will check for updates Program will check for updates
Program will remember what images you last used (HKLU/Software/GayMaker) Program will remember what images you last used (HKLU/Software/GayMaker)
This system software update improves system performance. This system software update improves system performance.
Download: https://bitbucket.org/SilicaAndPina/gaymaker/downloads/GayMaker%201.4.zip Download: https://silica.codes/Li/GayMaker/releases/download/releases/GayMaker.1.4.zip
# 1.3 # 1.3
Shader's can now be used, however you have to provide a copy of "psp2cgc.exe" yourself. - #3 can now be closed. Shader's can now be used, however you have to provide a copy of "psp2cgc.exe" yourself. - #3 can now be closed.
Download: https://bitbucket.org/SilicaAndPina/gaymaker/downloads/GayMaker%201.3.zip Download: https://silica.codes/Li/GayMaker/releases/download/releases/GayMaker.1.3.zip
# 1.2 # 1.2
UPDATED TO GAMEMAKER STUDIO 1.4.9999 - THANKS CELESTEBLUE FOR SOURCING THE EXPORT MODULE!!! UPDATED TO GAMEMAKER STUDIO 1.4.9999 - THANKS CELESTEBLUE FOR SOURCING THE EXPORT MODULE!!!
Download: https://bitbucket.org/SilicaAndPina/gaymaker/downloads/GayMaker%201.2.zip Download: https://silica.codes/Li/GayMaker/releases/download/releases/GayMaker.1.2.zip
# 1.1 # 1.1
Fixes Issue #1 and Issue #2 Fixes Issue #1 and Issue #2
Download: https://bitbucket.org/SilicaAndPina/gaymaker/downloads/GayMaker%201.1.zip Download: https://silica.codes/Li/GayMaker/releases/download/releases/GayMaker.1.1.zip
# 1.0 # 1.0
FIRST RELEASE WEW FIRST RELEASE WEW
Download: https://bitbucket.org/SilicaAndPina/gaymaker/downloads/GayMaker.zip Download: https://silica.codes/Li/GayMaker/releases/download/releases/GayMaker.zip
# GayMaker # GayMaker
Homebrew GM:S Export tool Homebrew GM:S Export tool
@ -99,7 +117,7 @@ Run the program. and browse to a GameMaker Studio project file (.gmx).
you can also change the images, Title. and TitleID and then your game will be you can also change the images, Title. and TitleID and then your game will be
"compiled" for PSVITA and saved as a VPK to whereever you choose to save it "compiled" for PSVITA and saved as a VPK to whereever you choose to save it
Please show me any games you make with it! (though, please note i wont be too interested unless a girl dies) Please show me any games you make with it!
# Errors # Errors
When the PSVita GameMaker Runner encounters an error. the error dialog is printed to stdout rather than opening a message box. When the PSVita GameMaker Runner encounters an error. the error dialog is printed to stdout rather than opening a message box.
@ -130,8 +148,8 @@ To Check PSVita Controls use the [GamePad](https://docs.yoyogames.com/source/dad
Here is what each control maps to: Here is what each control maps to:
gp_face1 = CROSS gp_face1 = CROSS
gp_face2 = SQUARE gp_face2 = CIRCLE
gp_face3 = CIRCLE gp_face3 = SQUARE
gp_face4 = TRIANGLE gp_face4 = TRIANGLE
gp_shoulderl = L gp_shoulderl = L
@ -158,7 +176,7 @@ gp_axisrv = RIGHT ANOLOUGE VERTICAL AXIES
# Homebrew Repo # Homebrew Repo
This repository has some GameMaker: Studio Homebrew games / ports. This repository has some GameMaker: Studio Homebrew games / ports.
https://bitbucket.org/SilicaAndPina/gm-shb https://silica.codes/Li/gm-shb
# Credits # Credits
Thanks @nikita_krapivin for testing things, and for finding a capible game Thanks @nikita_krapivin for testing things, and for finding a capible game

View File

@ -1 +1 @@
1.7.5~https://github.com/KuromeSan/GayMaker/releases/download/V1.7.5/GayMaker.1.7.5.zip 1.7.7~https://github.com/KuromeSan/GayMaker/releases/download/v1.7.7/GayMaker.1.7.7.zip