Cytopia icon indicating copy to clipboard operation
Cytopia copied to clipboard

:deciduous_tree::house_with_garden::office::evergreen_tree: A city building simulation game

Results 97 Cytopia issues
Sort by recently updated
recently updated
newest added

If you can recall, Cytopia has a feature that allows users to close the UI and unselect the item they were using after briefly right-clicking. However, I am suggesting that...

enhancement
user interface

"EventManager needs to be refactored. It should be a class to hold all events that have happened, and separate files for UI / GameEvents to check for events. (This would...

refactoring

^subject! https://aur.archlinux.org

build

The level terrain button is completely broken. It won't highlight any tiles when I select it, and clicking wont do anything either. ![image](https://user-images.githubusercontent.com/45105509/111805081-b6527680-889e-11eb-8a1e-a9b4bb05b700.png)

bug
enhancement

It is currently impossible to make a trench two tiles wide with the current terrain tool functionality. If I try to make this one-wide trench two-wide- ![image](https://user-images.githubusercontent.com/45105509/111805497-12b59600-889f-11eb-80ca-184851a915f1.png) -It turns out...

bug
enhancement

If you use the area tool to edit a large patch of terrain, it will only affect one tile. See below: ![image](https://user-images.githubusercontent.com/45105509/111805267-db46e980-889e-11eb-9032-50887db81bf0.png) ![image](https://user-images.githubusercontent.com/45105509/111805291-e00b9d80-889e-11eb-85b3-815ba7ff2561.png)

bug

Currently, all translations are done from English. We have a script in `/tools/l10n/extract_from_json.js` which parses all of our JSON configuration files under `/data/resources/data`. All strings in this JSON are marked...

translation

# Requirements + Some strings will be parameterized to allow for some variety depending on the situation. + For example, the string `{TEMPERATURE} C degrees today, it will be a...

translation

Add a decoration layer (not to confuse with grounddecoration) It should be possible to add certain decoration items atop of other items. like streetlights on roads. For road-decoration, we need...

enhancement
core
good first task

Use from_json method to load data from files like in Settings and other classes.

refactoring