shaktazuki Sep 03, 2008 6:03 pm
Subject: Re: Patches

Ok, here's a patch for reinstaller. I was originally going to save all the filenames in an array of strings, and run a loop to process them all, but not all of them get processed the same way.
Attachments:
reinstallercpp.zip (Filesize: 4.39 KB)

shaktazuki Sep 03, 2008 9:20 pm
Subject: Re: Patches

Nevermind - works the way I thought it did.

shaktazuki Sep 04, 2008 2:29 am
Subject: Re: Patches

Here's a minor correction to keyinp.cpp.
Attachments:
keyinpcpp.zip (Filesize: 335 Byte)

Eiko Sep 04, 2008 6:12 pm
Subject: Re: Patches

we don't support different keyboard layouts yet. Since most of our users come from Germany, it doesn't make sense to swap the 'z' and 'y' key. You can open a ticket on the tracker for the missing support of keyboard layouts and we'll implement this later.

shaktazuki Sep 04, 2008 7:18 pm
Subject: Re: Patches

Oh... I didn't know that was on purpose. Surprised (it became an issue when I couldn't input my name as the playername)

beko Sep 04, 2008 7:55 pm
Subject: Re: Patches

I "suffer" from the same problem using linux Wink SDL doesn't care about my layout and uses english layout.

btw: before you waste time implementing this yourself keep in mind that we are in feature freeze at the moment and can only accept patches for bugs (e.g. those on the tracker).

shaktazuki Sep 04, 2008 8:54 pm
Subject: Re: Patches

Alright. I will contribute towards solving them as I can.