Skip to content

Commit

Permalink
Oozaru 0.7.0
Browse files Browse the repository at this point in the history
`Surface#clipTo()` is now stack-based. Also changes the branding.
  • Loading branch information
fatcerberus committed Dec 18, 2024
1 parent 03f7759 commit 5dd1061
Show file tree
Hide file tree
Showing 18 changed files with 21 additions and 21 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Oozaru Changelog
================

v0.7.0 - WiP
------------
v0.7.0 - December 18, 2024
--------------------------

* Adds a `clipOp` parameter to `Surface#clipTo()` that lets games control how
the clipping box is changed by the call.
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Oozaru JavaScript game engine
Copyright (c) 2016-2024, Where'd She Go?
Copyright (c) 2016-2024, Where'd She Go? LLC
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<a href="."><img alt="Sphere logo" src="logo-dark.svg" width=48 height=48></a>
<div id="title">
<span id="name">Oozaru</span> <span id="gameTitle">Sphere for the Web</span><br>
<span id="copyright">&copy; Where'd She Go?</span>
<span id="copyright">&copy; Where'd She Go? LLC</span>
</div>
</nav>
<div id="tv">
Expand Down
6 changes: 3 additions & 3 deletions web/oozaru.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Oozaru",
"publisher": "Where'd She Go?",
"version": "0.7.0w",
"copyright": "2016-2024 Where'd She Go?"
"publisher": "Where'd She Go? LLC",
"version": "0.7.0",
"copyright": "2016-2024 Where'd She Go? LLC"
}
2 changes: 1 addition & 1 deletion web/scripts/audialis.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Oozaru: Sphere for the Web
* Copyright (c) 2016-2024, Where'd She Go?
* Copyright (c) 2016-2024, Where'd She Go? LLC
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion web/scripts/data-stream.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Oozaru: Sphere for the Web
* Copyright (c) 2016-2024, Where'd She Go?
* Copyright (c) 2016-2024, Where'd She Go? LLC
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion web/scripts/deque.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Oozaru: Sphere for the Web
* Copyright (c) 2016-2024, Where'd She Go?
* Copyright (c) 2016-2024, Where'd She Go? LLC
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion web/scripts/fido.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Oozaru: Sphere for the Web
* Copyright (c) 2016-2024, Where'd She Go?
* Copyright (c) 2016-2024, Where'd She Go? LLC
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion web/scripts/fontso.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Oozaru: Sphere for the Web
* Copyright (c) 2016-2024, Where'd She Go?
* Copyright (c) 2016-2024, Where'd She Go? LLC
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion web/scripts/galileo.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Oozaru: Sphere for the Web
* Copyright (c) 2016-2024, Where'd She Go?
* Copyright (c) 2016-2024, Where'd She Go? LLC
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion web/scripts/game.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Oozaru: Sphere for the Web
* Copyright (c) 2016-2024, Where'd She Go?
* Copyright (c) 2016-2024, Where'd She Go? LLC
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion web/scripts/input-engine.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Oozaru: Sphere for the Web
* Copyright (c) 2016-2024, Where'd She Go?
* Copyright (c) 2016-2024, Where'd She Go? LLC
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion web/scripts/job-queue.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Oozaru: Sphere for the Web
* Copyright (c) 2016-2024, Where'd She Go?
* Copyright (c) 2016-2024, Where'd She Go? LLC
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion web/scripts/main.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Oozaru: Sphere for the Web
* Copyright (c) 2016-2024, Where'd She Go?
* Copyright (c) 2016-2024, Where'd She Go? LLC
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion web/scripts/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Oozaru: Sphere for the Web
* Copyright (c) 2016-2024, Where'd She Go?
* Copyright (c) 2016-2024, Where'd She Go? LLC
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion web/scripts/pegasus.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Oozaru: Sphere for the Web
* Copyright (c) 2016-2024, Where'd She Go?
* Copyright (c) 2016-2024, Where'd She Go? LLC
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion web/scripts/utilities.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Oozaru: Sphere for the Web
* Copyright (c) 2016-2024, Where'd She Go?
* Copyright (c) 2016-2024, Where'd She Go? LLC
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion web/scripts/version.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Oozaru: Sphere for the Web
* Copyright (c) 2016-2024, Where'd She Go?
* Copyright (c) 2016-2024, Where'd She Go? LLC
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down

0 comments on commit 5dd1061

Please sign in to comment.