Skip to content

Stage.JS #537

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions descriptions/SDK.Stage_JS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[**Stage.js**](https://piqnt.com/stage.js) is a 2D [**open source**](https://github.com/piqnt/stage.js) HTML5 JavaScript library for cross-platform game development.
1 change: 1 addition & 0 deletions rules.ini
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ SlimDX = (?:^|/)slimdx\.dll$
Smacker_Video = (?:^|/)smackw32\.dll$
Sodium = (?:^|/)libsodium\.dll$
Squall = (?:^|/)Squall\.dll$
Stage_JS = (?:^|/)S(?:tage|cript)/stage\.js$
SteamworksNET = (?:^|/)(?:Steamworks\.NET\.dll|com\.rlabrecque\.steamworks\.net\.dll)$
Steam_Audio = (?:^|/)(?:lib)?(?:steamaudio|phonon)\.(?:dylib|dll|so)$
Steam_Networking = (?:^|/)(?:lib)?steamnetworkingsockets\.(?:dylib|dll|so)$
Expand Down
4 changes: 4 additions & 0 deletions tests/types/SDK.Stage_JS.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/Script/stage.js
/stage/stage.js
Script/stage.js
stage/stage.js
13 changes: 13 additions & 0 deletions tests/types/_NonMatchingTests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -548,6 +548,19 @@ sub/dir/CryRenderD3D12.dllf
sub/dir/CryRenderVulkan.dllf
sub/dir/CryD3DCompilerStub.dllf
sub/dir/engine.pakf
Script/stage.json
stage/stage.json
Script/stage/js
stage/stage/js
Script_stage_js
stage_stage_js
Script-stage-js
stage-stage-js
Script.stage.js
stage.stage.js
fScript/stage.js
fstage/stage.js
fstage.js
TP3Helper.ex
P3Helper.exe
TP3Helper_exe
Expand Down