-
go to GameEngine / Database / db_MYSQL.php opened it and added it to the line 19
mysql_query("SET NAMES 'UTF8'"); //Fix utf8 phpmyadmin by gm4st3r
will look like this:
var $connection;
function…
-
**Issue:**
At run time, from a system, I'm calling `engine.stop()` but the timer doesn't stop.
**Expected behavior:**
The timer and subsequently all the systems should stop.
Digging into this…
-
I have changed options and started getting CTD. I initially changed the power storage to 10000 and friction tp 0.9. I then decreased the search radius and the time before crashing seems to increase. I…
-
Hi there
This project uses a custom class called `Generator`. Under php5.5+ this class name is reserved and can't be redeclared. Fortunately, there's only two lines in one file (`GameEngine/Generat…
-
![image](https://user-images.githubusercontent.com/1086401/185732547-01e7475c-34fc-4fce-9ce5-1ce4630c8dab.png)
I'm still having issues with the steam stuff but I'm getting there.
The game crashed…
-
-
Currently deprecated lifecycle hooks will be [removed in react 17](https://reactjs.org/docs/react-component.html#unsafe_componentwillmount). PR #27 adds the `UNSAFE_` tag to remove warnings, but we sh…
-
Currently we handle different types of AlexaRequest.
```
const AlexaRequests = [
"AudioPlayer.PlaybackStarted",
"AudioPlayer.PlaybackFinished",
"AudioPlayer.PlaybackNearlyFinished",
"A…
-
As per conversation in PR https://github.com/MovingBlocks/Terasology/pull/1094:
The Input System has a dependency on the _CameraTargetSystem_ (CTS), which crops up in places like _StateMainMenu.init(…
-