Hey, we have forums!

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - kolAflash

Pages: [1]
1
Support / Re: Slow mouse (Linux)
« on: June 22, 2013, 03:28:34 am »
Workaround:
Use the game in window-mode. Then press CTRL-G after fully staring the game. Now you get the mouse speed adjusting by the settings for your desktop environment. If you don't have an environment which gives you such options (KDE does for example), use this commands:

This shows the current mouse acceleration:
xset q | grep -A 1 Pointer

This sets the mouse acceleration:
xset m $acceleration $threshold
Replace $acceleration with a fraction like 4/1 or 8/1 and the $threshold with something like 1 or 8. Here you can find more information about that:
https://wiki.archlinux.org/index.php/Mouse_acceleration#Using_xset

If you like to maximize the window and keep in in front of your GNOME/Unity/KDE/LXDE/XFCE taskbar check your window managers possibilities. For example the KDE window manager offers some persistent settings for this, if you right-click on the window border.

2
Currently the forum mails the password after creating an account. That's an absolute bad security practice! Just mail the activation link, that's enough.

By the way:
Do you save the password as salted hashes? Please don't save the original password! This describes why (not just for PHP).
http://php.net/manual/en/faq.passwords.php

Pages: [1]