The Wayback Machine - https://web.archive.org/web/20211003232920/https://github.com/topics/game-development
Skip to content
#

game-development

Here are 11,330 public repositories matching this topic...

Babylon.js
heinezen
heinezen commented Oct 1, 2021

Required skills: Python

Difficulty: Easy

For the initial asset conversion, openage provides textual output to signal which stage of conversion has been reached. The output usually looks like this:

INFO [py] converting metadata
INFO [py] [0] palette
INFO [py] [1] empires.dat
INFO [py] Starting conversion...
INFO [py] Extracting Genie data...
INFO [py] Creating API-like ob
UliAbo
UliAbo commented Jun 30, 2021

Goal:

  • Make level designing with Objects more natural by changing the order of placement and rotation / flipping Objects.

AsIs:

  1. Select Object from Tileset.
  2. MouseCursor turns into a "GhostPreview" showing the selected Object in a half-transparent way.
  3. Place Object in the Map by pressing LMB.
  4. Optional: Rotate / flip placed Object. (This feels inconvenient because when the
agones
craftyc0der
craftyc0der commented Sep 25, 2021

What happened:
Over time my https server which hosts the FleetAutoscaler webhook goes OOM. This is caused by 1000s of never dying sockets on the server. This does NOT happen when I call it with cURL or a browser. It only happens with Agones calls the endpoint.

/app $ lsof -p $PID | grep socket
...
1       /app/zeus-rest  socket:[289294771]
1       /app/zeus-rest  socket:[28929478

Improve this page

Add a description, image, and links to the game-development topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the game-development topic, visit your repo's landing page and select "manage topics."

Learn more