Avatar

Bazebara

blazebra@programming.dev
Joined
0 posts • 19 comments
Direct message

Following this logic whole human life is a puzzle game.

permalink
report
reply

It’s a good suggestion

permalink
report
parent
reply

Basically the same.

permalink
report
parent
reply

7z was developed in 1999. As far as I know, rar was popular due to was shareware with practically unlimited “trial” and there was an opinion, that paid products are better.

permalink
report
parent
reply

7z can be at least decompressed in macOS & FreeBSD out of the box.

On windows tar.bz/gz/xz unpacks to tar and then to actual files. As tar is a separate archive format

permalink
report
parent
reply

It would be more cool with better descriptions and visual examples

permalink
report
reply

One more thing I forgot to say. If default function of the alt key is to open menu, that it’s defined somewhere in your game, settings or the engine. If you try default loop in win32 api app with an empty window, alt key does nothing and you need actually bind it to change its behaviour to show menu. So I recommend to blame settings or an engine first before disabling events on so low level.

Also such way of disabling events would prevent you of porting your app to other OSes like Linux and macOS

permalink
report
parent
reply