Skip to content
#

game

Here are 41,227 public repositories matching this topic...

sta5is
sta5is commented Aug 21, 2021

Operating System

Windows 10, 64-bit

OpenRCT2 build

OpenRCT2, v0.3.4.1 (9511104 on develop) provided by GitHub

Describe the issue

In the Scenario Editor, the chat toolbar button is present even though it is not a multiplayer session. Furthermore, the zoom toolbar buttons are present even if unchecked in the options.

![scenario editor chat zoom](https://user-images.githubusercont

brian8267
brian8267 commented Feb 21, 2021

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Go to 'map engine test'
  2. Press the key 'n' until you get to Tristam.
  3. Wait about 3 seconds '....'
  4. See the fire effects that are on the ground stop animating. This same problem seems to occur on all maps but it's easiest to find in Tristam.

**Expected beha

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
devilution
AJenbo
AJenbo commented Jan 3, 2021

TravisCI is effectively dead when it comes to OSS projects. In December they introduced a new price model and gave each org a one time allotment of 10,000 "credit". For macOS they charge 50 credit per minute (rounded up), with each build taking just over 3 minutes, and each commit running two builds that gave us just enough for 25 commits, or about two weeks before it ran out.

It's possible to

abstreet
anoobindisguise
anoobindisguise commented Aug 26, 2021

Describe the bug

Created Demihuman Lard. Cracklins are edible but lard is marked in red and incurs cannibalism morale debuffs despite having Strict Humanitarian. Other demihuman products like demihuman meat, stomachs, and jerky remain edible. The fat is marked as containing human flesh.

Steps To Reproduce

  1. Get Strict Humanitarian trait.
  2. Create and butcher a Gracken.
  3. Create la
devilutionX
cxong
cxong commented Aug 26, 2021

Instead of having the user copy the game data, auto detect where GOG has diablo installed

There's a C header which can help implement this: https://github.com/cxong/find_steam_game
(diablo + hellfire's game id is 1412601690 )

#include <find_steam_game.h>

char buf[4096];
fsg_get_gog_game_path(buf, "1412601690");
printf("GOG: Diablo found at %s\n", buf);

// prints:
GOG: 1412601690

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