IdleSol

Results 101 comments of IdleSol

And here's a third candidate for the problem. Let's take a closer look at what these functions calculate: https://github.com/CleverRaven/Cataclysm-DDA/blob/8bd4c5d584e6fd06a4de00414d4214ed72f81487/src/stomach.cpp#L337 If I understand it correctly, it is written like this: ```...

I would suggest checking out a fix like this: https://github.com/CleverRaven/Cataclysm-DDA/blob/8bd4c5d584e6fd06a4de00414d4214ed72f81487/src/stomach.cpp#L337 ```diff -- return ( calorie_deficit && fullness_ratio >= 1.0 ) || ( fullness_ratio >= 5.0 / 6.0 ); ++ return...

@RenechCDDA I apologize for the distraction. Is there an error in your code? https://github.com/CleverRaven/Cataclysm-DDA/issues/75162#issuecomment-2563415965

The neck in the game is not the neck in the usual sense, i.e. it is not a part of the body. It's more of a designation for the area...

I can't be 100% sure. I haven't seen the mechanics of how it works anywhere. So I'm relying on my own testing and assumptions. It can most likely be considered...

![1](https://github.com/user-attachments/assets/d3270034-e47c-4e8e-9105-1138de301985)

cdda-windows-tiles-x64-2024-08-26-1250 **Steps to reproduce** Use only keyboard (did not test with mouse) 1. open the debug menu 2. `s`pawning 3. spawn a `v`ehicle 4. press `esc` 5. open any menu...

Clarification. The position of the scrollbar is important. I hope the video will play. https://github.com/user-attachments/assets/c94e527f-3d8e-4620-966f-b6dee8a13afd I'm not sure if I translated it correctly. Apparently, the scrollbar position is saved between...

Maybe it's important? I took a screenshot and played around with it a bit. ![1](https://github.com/user-attachments/assets/74e1bdc7-0246-40f3-b0c8-ee6da13f5f6c) 1. The background (image of the main window?) is visible through the window. The assumption...

it's okay ![1](https://github.com/user-attachments/assets/b8413c9e-d82e-4b6c-87e9-3328a8ca9370)