mirror of
https://gitlab.com/skysthelimit.dev/selenite.git
synced 2025-06-15 18:12:08 -05:00
patches
This commit is contained in:
parent
200b069b93
commit
de4220bfc4
@ -1,6 +1,5 @@
|
|||||||
{
|
{
|
||||||
"version": "1.0.4",
|
"version": "1.0.5",
|
||||||
"desc": "a few new games and new apps page, alongside other fixes",
|
"desc": "patching a few games",
|
||||||
"timestamp": "1711935359"
|
"timestamp": "1712527983"
|
||||||
}
|
}
|
||||||
|
|
@ -71,7 +71,7 @@ document.addEventListener("DOMContentLoaded", function () {
|
|||||||
$.get("https://raw.githubusercontent.com/skysthelimitt/selenite-optimized/main/build/bookmark.txt", function (data) {
|
$.get("https://raw.githubusercontent.com/skysthelimitt/selenite-optimized/main/build/bookmark.txt", function (data) {
|
||||||
$(".seleniteminified").prop({ href: data });
|
$(".seleniteminified").prop({ href: data });
|
||||||
});
|
});
|
||||||
$.get("https://raw.githubusercontent.com/car-axle-client/car-axle-client/v9/dist/build.js", function (data) {
|
$.get("https://raw.githubusercontent.com/car-axle-client/car-axle-client/v10/dist/build.js", function (data) {
|
||||||
$(".caraxle").prop({ href: `javascript:${encodeURI(data)}` });
|
$(".caraxle").prop({ href: `javascript:${encodeURI(data)}` });
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
@ -6,13 +6,13 @@
|
|||||||
content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no">
|
content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no">
|
||||||
<link href="https://fonts.googleapis.com/css?family=Cormorant+Garamond&display=swap" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css?family=Cormorant+Garamond&display=swap" rel="stylesheet">
|
||||||
<title>Bit Planes</title>
|
<title>Bit Planes</title>
|
||||||
<link href="styles.css?d7118c4f7ffc03840b96" rel="stylesheet"></head>
|
<link href="styles.css?5d2872322fef463c838c" rel="stylesheet"></head>
|
||||||
<body>
|
<body>
|
||||||
<main>
|
<main>
|
||||||
<section class="welcome">
|
<section class="welcome">
|
||||||
<!-- <div class="ribbon right green">-->
|
<div class="ribbon right black">
|
||||||
<!-- <a href="https://github.com/antonmedv/bit-planes" tabindex="-1">Fork me on GitHub</a>-->
|
<a href="https://discord.gg/XhzWf6Z48y" tabindex="-1" target="_blank">Join Discord server</a>
|
||||||
<!-- </div>-->
|
</div>
|
||||||
<h1>
|
<h1>
|
||||||
<i class="logo"></i>
|
<i class="logo"></i>
|
||||||
Bit Planes
|
Bit Planes
|
||||||
@ -32,21 +32,40 @@
|
|||||||
<label>
|
<label>
|
||||||
<input type="text" name="nickname" placeholder="Nickname">
|
<input type="text" name="nickname" placeholder="Nickname">
|
||||||
</label>
|
</label>
|
||||||
<p>
|
|
||||||
<strong>Game mode:</strong>
|
|
||||||
</p>
|
|
||||||
<div class="game-modes">
|
<div class="game-modes">
|
||||||
<div>
|
<div class="game-modes-column">
|
||||||
<label title="Everyone against everyone."><input type="radio" name="mode" value="death-match" checked autofocus> Death match</label>
|
<p>
|
||||||
|
<strong>Game modes:</strong>
|
||||||
|
</p>
|
||||||
|
<div>
|
||||||
|
<label title="Everyone against everyone."><input type="radio" name="mode" value="death-match"
|
||||||
|
checked autofocus> Death match</label>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<label title="Fight between teams."><input type="radio" name="mode" value="teams"> Teams</label>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<label title="One on one duel."><input type="radio" name="mode" value="duel"> Duel</label>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<label title="Survive with a waives of enemies."><input type="radio" name="mode"
|
||||||
|
value="survival"> Survival</label>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div class="game-modes-column">
|
||||||
<label title="Fight between teams."><input type="radio" name="mode" value="teams"> Teams</label>
|
<p>
|
||||||
</div>
|
<strong>Fun modes:</strong>
|
||||||
<div>
|
</p>
|
||||||
<label title="One on one duel."><input type="radio" name="mode" value="duel"> Duel</label>
|
<div>
|
||||||
</div>
|
<label title="Two big teams against each other."><input type="radio" name="mode" value="swarm">
|
||||||
<div>
|
Swarm</label>
|
||||||
<label title="Survive with a waives of enemies."><input type="radio" name="mode" value="survival"> Survival</label>
|
</div>
|
||||||
|
<div>
|
||||||
|
<label title="Total domination."><input type="radio" name="mode" value="domination"> Domination</label>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<label title="Revenge of cows."><input type="radio" name="mode" value="revenge"> Revenge</label>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="action">
|
<div class="action">
|
||||||
@ -92,21 +111,31 @@
|
|||||||
<canvas id="canvas"></canvas>
|
<canvas id="canvas"></canvas>
|
||||||
|
|
||||||
<!-- Yandex.Metrika counter -->
|
<!-- Yandex.Metrika counter -->
|
||||||
<script type="text/javascript" >
|
<script type="text/javascript">
|
||||||
(function(m,e,t,r,i,k,a){m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)};
|
(function (m, e, t, r, i, k, a) {
|
||||||
m[i].l=1*new Date();
|
m[i] = m[i] || function () {
|
||||||
for (var j = 0; j < document.scripts.length; j++) {if (document.scripts[j].src === r) { return; }}
|
(m[i].a = m[i].a || []).push(arguments)
|
||||||
k=e.createElement(t),a=e.getElementsByTagName(t)[0],k.async=1,k.src=r,a.parentNode.insertBefore(k,a)})
|
}
|
||||||
(window, document, "script", "https://mc.yandex.ru/metrika/tag.js", "ym");
|
m[i].l = 1 * new Date()
|
||||||
|
for (var j = 0; j < document.scripts.length; j++) {
|
||||||
|
if (document.scripts[j].src === r) {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
}
|
||||||
|
k = e.createElement(t), a = e.getElementsByTagName(t)[0], k.async = 1, k.src = r, a.parentNode.insertBefore(k, a)
|
||||||
|
})
|
||||||
|
(window, document, 'script', 'https://mc.yandex.ru/metrika/tag.js', 'ym')
|
||||||
|
|
||||||
ym(94977381, "init", {
|
ym(94977381, 'init', {
|
||||||
clickmap:true,
|
clickmap: true,
|
||||||
trackLinks:true,
|
trackLinks: true,
|
||||||
accurateTrackBounce:true
|
accurateTrackBounce: true,
|
||||||
});
|
})
|
||||||
</script>
|
</script>
|
||||||
<noscript><div><img src="https://mc.yandex.ru/watch/94977381" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
|
<noscript>
|
||||||
|
<div><img src="https://mc.yandex.ru/watch/94977381" style="position:absolute; left:-9999px;" alt=""/></div>
|
||||||
|
</noscript>
|
||||||
<!-- /Yandex.Metrika counter -->
|
<!-- /Yandex.Metrika counter -->
|
||||||
|
|
||||||
<script type="text/javascript" src="index.js?d7118c4f7ffc03840b96"></script></body>
|
<script type="text/javascript" src="index.js?5d2872322fef463c838c"></script></body>
|
||||||
</html>
|
</html>
|
||||||
|
File diff suppressed because one or more lines are too long
@ -28,7 +28,8 @@ class EJS_GameManager {
|
|||||||
setRewindGranularity: this.Module.cwrap('set_rewind_granularity', 'null', ['number']),
|
setRewindGranularity: this.Module.cwrap('set_rewind_granularity', 'null', ['number']),
|
||||||
toggleSlowMotion: this.Module.cwrap('toggle_slow_motion', 'null', ['number']),
|
toggleSlowMotion: this.Module.cwrap('toggle_slow_motion', 'null', ['number']),
|
||||||
setSlowMotionRatio: this.Module.cwrap('set_sm_ratio', 'null', ['number']),
|
setSlowMotionRatio: this.Module.cwrap('set_sm_ratio', 'null', ['number']),
|
||||||
getFrameNum: this.Module.cwrap('get_current_frame_count', 'number', [''])
|
getFrameNum: this.Module.cwrap('get_current_frame_count', 'number', ['']),
|
||||||
|
setVSync: this.Module.cwrap('set_vsync', 'null', ['number'])
|
||||||
}
|
}
|
||||||
this.writeFile("/home/web_user/retroarch/userdata/config/Beetle PSX HW/Beetle PSX HW.opt", 'beetle_psx_hw_renderer = "software"\n');
|
this.writeFile("/home/web_user/retroarch/userdata/config/Beetle PSX HW/Beetle PSX HW.opt", 'beetle_psx_hw_renderer = "software"\n');
|
||||||
this.writeFile("/home/web_user/retroarch/userdata/config/MAME 2003 (0.78)/MAME 2003 (0.78).opt", 'mame2003_skip_disclaimer = "enabled"\nmame2003_skip_warnings = "enabled"\n');
|
this.writeFile("/home/web_user/retroarch/userdata/config/MAME 2003 (0.78)/MAME 2003 (0.78).opt", 'mame2003_skip_disclaimer = "enabled"\nmame2003_skip_warnings = "enabled"\n');
|
||||||
@ -117,10 +118,13 @@ class EJS_GameManager {
|
|||||||
"savefile_directory = \"/data/saves\"\n";
|
"savefile_directory = \"/data/saves\"\n";
|
||||||
}
|
}
|
||||||
initShaders() {
|
initShaders() {
|
||||||
if (!window.EJS_SHADERS) return;
|
if (!this.EJS.config.shaders) return;
|
||||||
this.mkdir("/shader");
|
this.mkdir("/shader");
|
||||||
for (const shader in window.EJS_SHADERS) {
|
for (const shaderFileName in this.EJS.config.shaders) {
|
||||||
this.FS.writeFile('/shader/'+shader, window.EJS_SHADERS[shader]);
|
const shader = this.EJS.config.shaders[shaderFileName];
|
||||||
|
if (typeof shader === 'string') {
|
||||||
|
this.FS.writeFile(`/shader/${shaderFileName}`, shader);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
clearEJSResetTimer() {
|
clearEJSResetTimer() {
|
||||||
@ -305,6 +309,9 @@ class EJS_GameManager {
|
|||||||
}, null, false, {responseType: "arraybuffer", method: "GET"});
|
}, null, false, {responseType: "arraybuffer", method: "GET"});
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
setVSync(enabled) {
|
||||||
|
this.functions.setVSync(enabled);
|
||||||
|
}
|
||||||
toggleMainLoop(playing) {
|
toggleMainLoop(playing) {
|
||||||
this.functions.toggleMainLoop(playing);
|
this.functions.toggleMainLoop(playing);
|
||||||
}
|
}
|
||||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user