The Wayback Machine - https://web.archive.org/web/20220603125813/https://github.com/topics/gaming
Skip to content
#

gaming

Here are 1,650 public repositories matching this topic...

vimpostor
vimpostor commented Jun 1, 2022

Context

Right now Mumble iterates through every program name of every PID for every positional audio plugin. This is quite wasted CPU time if either the PID count is high or plugin count is high, as the time complexity is in $\mathcal{O}(PIDNum \cdot pluginNum )$.

Example: https://github.com/mumble-voip/mumble/blob/dd5df45313a937359285327f556557159bab758e/plugins/gtav/gtav.cpp#L81

client feature-request good first issue
LinuxGSM
dgibbs64
dgibbs64 commented Jun 29, 2019

User Story

If a large download fails using curl it does not cause a fatal error instead it simply carries on.

Basic info

  • Command: Install

Further Information

It is worth checking how all downloads handle when failing to ensure they cause a fatal exit.

To Reproduce

Use a game server that is non-steam and cause the download to fail

Expected behaviour

type: bug good first issue command: install
pmarreck
pmarreck commented May 3, 2022

Describe the bug

Tiny Tina’s Wonderlands save games won’t sync on a new install, and inspecting the logs, I think it’s due to the apostrophe in the game name not being represented in the predicted savegame location

Add logs

Will attach when on desktop

Steps to reproduce

  1. Install Wonderlands after having played it on Windows on the same account
  2. Load game
  3. See no sync’d sav
bug:confirmed good first issue issue:wontfix issue:upstream
azerothcore-wotlk
acidmanifesto
acidmanifesto commented Dec 10, 2021

Current Behaviour

NPC Mobs that engage other npcs in combat seem to be resetting after a individual kill instead of staying and fight until the mob threat is cleared out. They appear to be resetting after each kill back to their home position and then they re-engage back out.

This issue came about from @malcrom durning scripting. I attempted to debug the issue, but the breaks i am setti

input-remapper
jose1711
jose1711 commented Feb 8, 2022

obrázok

ERROR: Failed to parse macro "if_single(KEY_SPACE,LEFT_ALT)": TypeError("Expected parameter 1 for if_single to be one of [<class 'inputremapper.injection.macros.macro.Macro'>, None], but got KEY_SPACE")
$ pacman -Q input-remapper-git 
input-remapper-git 1.4.0.r12.gee6b

Improve this page

Add a description, image, and links to the gaming 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 gaming topic, visit your repo's landing page and select "manage topics."

Learn more