Skip to content
#

game

Here are 53,204 public repositories matching this topic...

lila
openage
heinezen
heinezen commented Jan 22, 2021

Required skills: Cython

Difficulty: Medium

Animation frames from AoE2 graphics files are packed into a texture atlas by the openage converter. We use bin packing to find the optimal arrangement (= smallest atlas dimensions) of the frames in the atlas. Bin packing becomes computationally intensive if a lot of frames are packed (look

improvement python assets good first issue
Broxzier
Broxzier commented Jun 18, 2022

Operating System

Windows 10, 64 bit

OpenRCT2 build

OpenRCT2, v0.4.0-174-gc8df66f (c8df66f on develop) provided by GitHub

Describe the issue

The implementation of String::Format_VA (mostly called from the String::Format overload without the buffer argument) allocates space for the string, and it's up to the user to free this (Memory::Free). This is however rarely do

bug refactor good first issue
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
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
Qrox
Qrox commented Jul 8, 2022

Describe the bug

I noticed that you can craft tanned hide from 6 leather patches and some thread, but the crafted tanned hide can be disassembled into 8 patches.

Steps to reproduce

  1. Get some leather patches and some thread
  2. Craft tanned hide
  3. Disassemble the tanned hide
  4. Profit

Expected behavior

It should require 8 leather patches to craft. Alternatively, since we alrea

Good First Issue (S2 - Confirmed) [JSON] <Exploit>
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