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

game

Here are 51,129 public repositories matching this topic...

lila
openage
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
python assets good first issue
duncanspumpkin
duncanspumpkin commented Mar 24, 2022

window_editor_object_selection_select_object currently returns its success through a bool and also the global gGameCommandErrorText. It should be refactored to return a GameAction::Result to remove the use of the global.

refactor good first issue
olistic
olistic commented May 25, 2018

Currently, when entering epic mode the README is frozen in the last level of the tower. When you're trying to fine-tune the score for a level other than the last one, it would be helpful if we had the README for that level available. The proposal is that when entering epic mode, the README is updated with all levels, one following the other.

Example:

# Starbolt - beginner
good first issue pkg: cli type: enhancement status: claimed
bjorn
bjorn commented Jun 18, 2021

The Terrain Brush can fill full tiles by holding Control. It is mentioned in the manual, but it would be nice if this feature was easier to discover. Also some people may want this mode to be the default, so that they don't have to hold Control all the time.

I'd suggest we add a toggle button, or two buttons to switch between, to the toolbar for the Terrain Brush. It should allow changing the c

usability good first issue
Benny-Bear
Benny-Bear commented May 12, 2022

Is your feature request related to a problem? Please describe.

As somebody who lives in Texas I don't know much about sassafras trees, but from my research they are native to NE and surrounding areas if somebody lives in areas with these trees feel free to correct me. "A deciduous tree (or shrub) native to North America, growing sassafras trees can grow to 30 to 60 feet tall by 25 to 40 fe

Good First Issue <Suggestion / Discussion> [JSON] Fields / Furniture / Terrain / Traps
abstreet
devilutionX
AJenbo
AJenbo commented Mar 20, 2022

Only the host is able to pick up the gray suit (and probably the brown one as well). Other players are able to see it, but the item will vanish if they attempt to pick it up.

Is probably caused by SpawnQuestItem() not syncing the item with the client, this also affects the Torn Notes and most single player quests. The solution should be similar to what was done in https://github.com/diasurgical

good first issue

Improve this page

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

Learn more