DS

Results 474 comments of DS

> as discussed internally So, what's the rationale?

Pressing esc twice in a row doesn't close the program, but cancels the close dialog, in the current version of the PR. I'd personally find it more convenient if it...

> double Esc would be odd IMO. You're wrong! Double Esc would be *even*. Anyways, as you said, people like me can just untick the checkbox, and I can see...

You mean your cursor changes size? Screenshot would be nice. If you hover text, e.g. a field formspec element, the cursor becomes an i beam. Do you use some unusual...

I just noticed, you're using 5.9.1, not master, so the irrlicht device (which is part of the (bad) template, but wasn't filled out by you) is probably X11. Try building...

I thought this is a feature. Otherwise the bar could get so small that you can't grab it.

> @appgurueu pointed out, rightly, that the normal compression we do in disk and on the wire naturally already takes care of mono-block, so this is just to save in...

AFAIK, std::vector is just for dynamically *growing* arrays. If it stays a fixed size after creation, `std::unique_ptr` is idiomatic. Raw new/delete is outdated c++. (Imo, std::vector would make it look...

* **SSCSM** Tool for dehardcoding, but also useful for server performance, and required to make stuff that you can properly interact with (= fun = very important!). * **Dehardcoding** Make...