-
"Core is an endless arcade of thousands of free games to play and worlds to explore designed by a global community of developers. Play thousands of Unreal-powered games in every genre imaginable, or c…
-
-
### Description
Provide a fix for the typo in the `developing.md` file, located under the `docs` folder in the codebase (`websurfx` directory).
The changes that should be made in the `developing.m…
-
### Description
Provide a new command with the corresponding explanation in the `developing.md` file in the `docs` folder under the codebase (`websurfx` directory).
The changes that need to be ma…
-
### Description
Provide a fix for the typo in the `developing.md` file, located under the `docs` folder in the codebase (`websurfx` directory).
The changes that should be made in the `developing.m…
-
Issue Type: Bug
Hello,
I have an issue with VSCode for more than a year now each time I launch VSCode either from just Windows or by double clicking on script file from CoreGames Editor (it's a …
-
Core uses a few extra functions that are globally available, there is a list here https://docs.coregames.com/api/coreluafunctions/
The main missing ones are `Tick` and `time`. There might also be a…
-
In every Lua style guide this one:
```lua
local foo =
{
bar = 2,
}
```
considered as a bad stlyle, and this one:
```lua
local foo = {
bar = 2,
}
```
as a good one:
- https://gi…
-
When using mkdocs-material's tags index generation, the `[TAGS]` section is not populated, this is a regression and used to work before.
See https://docs.coregames.com/generated/tags/
mkdocs-mat…
-
Please add the real name we must use to get or set each anchor type in script.
RightHand ? Right_Hand ? right_hand ? rightHand ?
I will find alone, but it will be better if that is write in page.
h…