Skip to content

Commit a8c726e

Browse files
committed
neoSphere 5.10.0
Rebranding! neoSphere is now produced by Where'd She Go? LLC. Release includes the new `ssj host` command, `Surface#clipTo` stack, and a CLI overhaul for SSj.
1 parent ca4e4b3 commit a8c726e

27 files changed

+43
-29
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
neoSphere Changelog
22
===================
33

4-
v5.10.0 - WiP
5-
-------------
4+
v5.10.0 - December 18, 2024
5+
---------------------------
66

7+
* Rebranding! neoSphere is now produced by **Where'd She Go? LLC**.
78
* Adds a `clipOp` parameter to `Surface#clipTo()` that lets games control how
89
the clipping box is changed by the call.
910
* Adds a `Surface#unclip()` method for undoing the previous clipping change.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.10.0w
1+
5.10.0

assets/system/oozaru/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<a href="."><img alt="Sphere logo" src="logo-dark.svg" width=48 height=48></a>
1616
<div id="title">
1717
<span id="name">Oozaru</span> <span id="gameTitle">Sphere for the Web</span><br>
18-
<span id="copyright">&copy; 2016-2024 Fat Cerberus</span>
18+
<span id="copyright">&copy; Where'd She Go? LLC</span>
1919
</div>
2020
</nav>
2121
<div id="tv">

assets/system/oozaru/oozaru.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "Oozaru",
3-
"publisher": "Fat Cerberus",
4-
"version": "0.7.0w"
3+
"publisher": "Where'd She Go? LLC",
4+
"version": "0.7.0",
5+
"copyright": "2016-2024 Where'd She Go? LLC"
56
}

assets/system/oozaru/scripts/audialis.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Oozaru: Sphere for the Web
3-
* Copyright (c) 2016-2024, Fat Cerberus
3+
* Copyright (c) 2016-2024, Where'd She Go? LLC
44
* All rights reserved.
55
*
66
* Redistribution and use in source and binary forms, with or without

assets/system/oozaru/scripts/data-stream.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Oozaru: Sphere for the Web
3-
* Copyright (c) 2016-2024, Fat Cerberus
3+
* Copyright (c) 2016-2024, Where'd She Go? LLC
44
* All rights reserved.
55
*
66
* Redistribution and use in source and binary forms, with or without

assets/system/oozaru/scripts/deque.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Oozaru: Sphere for the Web
3-
* Copyright (c) 2016-2024, Fat Cerberus
3+
* Copyright (c) 2016-2024, Where'd She Go? LLC
44
* All rights reserved.
55
*
66
* Redistribution and use in source and binary forms, with or without

assets/system/oozaru/scripts/fido.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Oozaru: Sphere for the Web
3-
* Copyright (c) 2016-2024, Fat Cerberus
3+
* Copyright (c) 2016-2024, Where'd She Go? LLC
44
* All rights reserved.
55
*
66
* Redistribution and use in source and binary forms, with or without

assets/system/oozaru/scripts/fontso.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Oozaru: Sphere for the Web
3-
* Copyright (c) 2016-2024, Fat Cerberus
3+
* Copyright (c) 2016-2024, Where'd She Go? LLC
44
* All rights reserved.
55
*
66
* Redistribution and use in source and binary forms, with or without

assets/system/oozaru/scripts/galileo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Oozaru: Sphere for the Web
3-
* Copyright (c) 2016-2024, Fat Cerberus
3+
* Copyright (c) 2016-2024, Where'd She Go? LLC
44
* All rights reserved.
55
*
66
* Redistribution and use in source and binary forms, with or without

0 commit comments

Comments
 (0)