diff --git a/.gitignore b/.gitignore index a517ef6dc..de576b89b 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,8 @@ msvs/debug64/ msvs/obj/ msvs/obj64/ msvs/packages/ +msvs/profile/ +msvs/profile64/ obj/ setup/*.exe diff --git a/docs/sphere2-core-api.txt b/docs/sphere2-core-api.txt index 9c585fd24..cbd259708 100644 --- a/docs/sphere2-core-api.txt +++ b/docs/sphere2-core-api.txt @@ -1042,18 +1042,18 @@ RNG#next(); range [0-1). -`SSJ` Namespace +`SSj` Namespace --------------- -The `SSJ` namespace allows your game to communicate with an attached debugger -such as SSJ or SSJ Blue. +The `SSj` namespace allows your game to communicate with an attached debugger +such as SSj or SSj Blue. -SSJ.log(text); +SSj.log(text); Logs `text` to the debugger. If the game is started using `spherun`, the text is also logged to the terminal. -SSJ.trace(text); +SSj.trace(text); Logs `text` to the debugger. This is intended for low-level, detailed logging; trace output will not be displayed, even in the debugger, unless