Re: [Pingus-Devel] Level fix

2013-07-29 Thread Gabriel Rota
Hi, thanks for the fix. I'm lazy and apply patch manually is bad...next time attach file or use unified diff patch file. I'm not tested it, can you try if work as expected? Patched file is in attach. I'll commit patched file on git https://code.google.com/p/pingus/source/list after your ok.

Re: [Pingus-Devel] Level fix

2013-07-29 Thread Gabriel Rota
Hi, 2013/7/29 Tom Flavel t...@printf.net Really? patch(1) can eat a non-unified diff: patch -n -p1 x.patch Excellent! The file you attached looks the same as my patch, with a few insignificant whitespace differences. Looks good to me. The fix is pushed

[Pingus-Devel] Level fix

2013-07-25 Thread Tom Flavel
Hi, I wrote a couple of levels a long time ago. I just had a look, and I see one got modified over time, such that it ended up being quite different from how it was origionally designed. The idea was to have one of every action, and to only use each action once. Spoiler: if you do it the way I