mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 13:29:54 +00:00
mrow
This commit is contained in:
parent
53f01cd841
commit
773f4142a0
6 changed files with 24 additions and 6 deletions
16
PEOPLES.md
16
PEOPLES.md
|
|
@ -8,11 +8,27 @@ Artists:
|
||||||
* Issac332
|
* Issac332
|
||||||
* Creature_of_steel1
|
* Creature_of_steel1
|
||||||
* DesMo
|
* DesMo
|
||||||
|
* Обси
|
||||||
|
|
||||||
Testers:
|
Testers:
|
||||||
* Rubik
|
* Rubik
|
||||||
* Prime 223432
|
* Prime 223432
|
||||||
|
* subs:)
|
||||||
|
|
||||||
Donators:
|
Donators:
|
||||||
* Kodu
|
* Kodu
|
||||||
|
|
||||||
|
Telegram moderators:
|
||||||
|
* Creature_of_steel1
|
||||||
|
* Обси
|
||||||
|
* Freskovich
|
||||||
|
* "Визя"
|
||||||
|
|
||||||
|
Matrix moderators:
|
||||||
|
* referr
|
||||||
|
|
||||||
|
Discord moderators:
|
||||||
|
* referr
|
||||||
|
|
||||||
|
Special thanks to:
|
||||||
|
* my mom and dad:3
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@
|
||||||
| Ubuntu Touch | 61% | Будет почти готово тогда когда Linux порт будет доведён до ума |
|
| Ubuntu Touch | 61% | Будет почти готово тогда когда Linux порт будет доведён до ума |
|
||||||
| Аврора ОС | 0% | Возможно, но пока не в работе |
|
| Аврора ОС | 0% | Возможно, но пока не в работе |
|
||||||
| ChromeOS/ChromiumOS | 0.4% | Неизвестное |
|
| ChromeOS/ChromiumOS | 0.4% | Неизвестное |
|
||||||
| MacOS | 10% | Неизвестное, но работа ведётся |
|
| MacOS | 10.5% | Неизвестное, но работа ведётся |
|
||||||
|
|
||||||
# Окружения рабочего стола
|
# Окружения рабочего стола
|
||||||
| Окружение | Завершено |
|
| Окружение | Завершено |
|
||||||
|
|
|
||||||
|
|
@ -59,3 +59,5 @@ MacOS support in SecurityManager
|
||||||
Changed default 16:9 window resolution
|
Changed default 16:9 window resolution
|
||||||
Added 16:10 support
|
Added 16:10 support
|
||||||
SecurityManager can detect Flatpak and Snap now
|
SecurityManager can detect Flatpak and Snap now
|
||||||
|
Added 3:2 support
|
||||||
|
Modloader settings
|
||||||
|
|
|
||||||
|
|
@ -16,13 +16,13 @@ color_reset="\033[0m" # Reset Colors
|
||||||
|
|
||||||
use_qmake=True
|
use_qmake=True
|
||||||
|
|
||||||
echo "${white}Compiling ${bold}SyngleChance v${mac_version} ${white}engine for macOS...${color_reset}\n"
|
echo "${white}Compiling ${bold}Sunshine ${white}engine for macOS...${color_reset}\n"
|
||||||
|
|
||||||
# Generate makefile and build main + journal
|
# Generate makefile and build main + journal
|
||||||
if [[ $use_qmake == True ]]
|
if [[ $use_qmake == True ]]
|
||||||
then
|
then
|
||||||
echo "-> ${cyan}Generate makefile...${color_reset}"
|
echo "-> ${cyan}Generate makefile...${color_reset}"
|
||||||
qmake MRIVERSION=2.5
|
qmake MRIVERSION=3.3
|
||||||
echo "-> ${cyan}Compile engine...${color_reset}"
|
echo "-> ${cyan}Compile engine...${color_reset}"
|
||||||
make -j${make_threads}
|
make -j${make_threads}
|
||||||
echo "-> ${cyan}Compile steamshim...${color_reset}"
|
echo "-> ${cyan}Compile steamshim...${color_reset}"
|
||||||
|
|
@ -89,4 +89,4 @@ rm -rf journal/unix/__pycache__
|
||||||
rm -rf build
|
rm -rf build
|
||||||
rm -rf dist
|
rm -rf dist
|
||||||
|
|
||||||
echo "\n${green}Complete! ${white}Please report any issues to https://github.com/GooborgStudios/synglechance/issues${color_reset}"
|
echo "\n${green}Complete!"
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@
|
||||||
# relative to gameFolder and ignoring both RTPs and
|
# relative to gameFolder and ignoring both RTPs and
|
||||||
# encrypted archives.
|
# encrypted archives.
|
||||||
|
|
||||||
# Enable reset on F12 press and other
|
# Enable reset on F12 press and Ruby profiller
|
||||||
debugMode=false
|
debugMode=false
|
||||||
|
|
||||||
# Start game in fullscreen mode,
|
# Start game in fullscreen mode,
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
require 'zlib'
|
require 'zlib'
|
||||||
|
|
||||||
def usage
|
def usage
|
||||||
STDERR.puts "Tool for building xScripts.rxdata"
|
STDERR.puts "Tool for building and extracting Oneshot scripts file(xScripts.rxdata)"
|
||||||
STDERR.puts "usage: rpgscript.rb scripts_dir game_dir [x]"
|
STDERR.puts "usage: rpgscript.rb scripts_dir game_dir [x]"
|
||||||
exit 1
|
exit 1
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue