Andrey Andreyevich Bienkowski

Results 107 issues of Andrey Andreyevich Bienkowski

1. If remediation commits are allowed, the app will warn: > Please note: You should avoid adding empty commits (i.e., git commit -s --allow-empty), because these will be discarded if...

### Describe the bug #72431 removed some oter_id's. This caused a number of errors in my save file. #72594 solves most of the errors, but one remains: > ERROR :...

(S1 - Need confirmation)

#### Summary None #### Purpose of change Fixes #72583 #72431 removed some oter_id's, but made a couple of mistakes when writing a migration #### Describe the solution 1. "**dirt_road_forest**_3way_north" and...

[JSON]
Map / Mapgen
<Bugfix>
Fields / Furniture / Terrain / Traps
astyled
json-styled

### Describe the bug #72398 removed a gun variant. This caused errors when loading saves (see #72602). It looks like #50266 was supposed to allow migrating specific item variants, but...

(S1 - Need confirmation)

### Describe the bug #72398 by @DoctorBoomstick removed mossberg_500_security variant of mossberg_500, but did not add any migrations. Loading save files from before the change produces an error: ``` DEBUG...

(S1 - Need confirmation)

I have managed to compile the game, despite incorrect build instructions and other difficulties. 1. This three lines assume we are inside /build/ but we never changed into it: ```...

Edit: @melex750 asked my to cherry-pick [some tests for try...catch(int)](https://github.com/immibis/colobot/commit/b36075f7e131d9dd20261a86681e874ab4c7ef85). Because this does not depend on my patches I submitted this as a separate pull request. Once this is merged...

Fixes #918. 1. flatspace() is documentad as a function that should be "Useful for finding a place for a building" 2. You can not build under water Also fixes #1625...

Fixes #474 It should now also interrupt: move(), turn(), wait(), ... After this is merged I will add docs for both forms of try ... catch because they are now...

If I edit a public function on bot A while a program that uses it is running on bot B, this (in some cases) leads to a crash. This is...

bug
CBOT
crash