JTimNolan

Results 6 issues of JTimNolan

Need to decide KPIs that will be used for core development (type 1), for lance-based game development (type 2), and for tracking production deployment stats (type 3). Probably want a...

When I launch my game, the first GameObject that gets created has id 0. Attempting to get this object from the GameWorld with `gameEngine.world.queryObject({id: 0});` returns null. I'm not sure...

### What are you trying to accomplish with this PR? fixes #1057 by updating themekit binary and themekit-node api calls to the latest version ### Checklist For contributors: - [N/A]...

### Problem Slate-tools is using a very old version of themekit. This seems to be causing some sort of issue for us when uploading our /config/settings_data.json file with it. ###...

If you lose a game, click reveal on your hand, then roll back, you will maintain visibility of your hand for the rest of the game ![image](https://user-images.githubusercontent.com/8724822/119236843-6d14e200-baee-11eb-9420-afb0cf2e19a1.png)

When creating a mocked select result from an array, the rowCount stays at 0. e.g. ``` $p->mock($query, [['id' => 1],['id' => 2],['id' => 3]]); $stmt = $p->query($query); echo $stmt->rowCount(); //...