rofl0r
rofl0r
thanks for your booktip. now i'd like to share a video lecture tip for you, since you seem to believe into that monkey brain stuff: https://www.youtube.com/watch?v=dmaLP38GhlU - enjoy!
@mrdudz are you intending to maintain that ? the job of a maintainer is not to merge **everything**. it is to critically look at patches and merge those that are...
> the unportable function has been replaced, and i have made a release tarball too. (which is used for gentoo packaging now - which happens to be my distro of...
@mrdudz you merged both #3 and #4 which are both fixing the same thing. didn't you notice ??? PR #4 is way inferior to #3 but since you merged it...
> -I/usr/include/ncurses yet this shouldn't be hardcoded in the build infrastructure as the path differs between distros. the configure script already checks for panel.h and rightfully fails if not found,...
> I'm neither a curses expert nor an autotools expert, so there's probably a better way of doing this. But this is probably better than nothing lgtm
interesting that this issue gets a reply, but series crash bugs don't.
i'm aware that @antirez won't merge this, i'm putting this here so other people can cherry pick bugfixes or at least get to a state where everything apart from long...
agsex is a shell script, it requires unix shell, not python. you can get one for example via cygwin or msys2 (i recommend the former).
agsex extracts everything and creates a handy makefile to rebuild project after changes to "game.ags". so you can run `make optimize` and then `make all` from inside cygwin (you need...