Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-07 | fix memory leaks introduced by invalid gettext usage | sapier | |
2013-02-24 | Update Copyright Years | Sfan5 | |
2013-02-24 | Change Minetest-c55 to Minetest | PilzAdam | |
2013-01-30 | Translate key functions in key change menu | PilzAdam | |
2013-01-07 | Fixed two typo's in commit 615fd498bc | dannydark | |
2013-01-04 | Fix typo doubletab -> doubletap | PilzAdam | |
2013-01-04 | Switch to fly mode if spacebar is doubleclicked | PilzAdam | |
Can be turned off in the key change GUI or in minetest.conf via doubletab_space | |||
2012-12-11 | Only fly through walls in noclip mode wich requires the noclip privilege | PilzAdam | |
2012-09-05 | Add aux1_descends to key change menu | Perttu Ahola | |
2012-09-01 | Fix GUIKeyChangeMenu so that '/' can be inserted on a finnish keyboard | Perttu Ahola | |
2012-09-01 | A bunch of GUIKeyChangeMenu fixes | Thomas Lauro | |
- Display message when associating a key already in use - Fix issue for not beeing able to assign space to an action - Cleaning up - Make it build (by celeron55) | |||
2012-06-05 | Switch the license to be LGPLv2/later, with small parts still remaining as ↵ | Perttu Ahola | |
GPLv2/later, by agreement of major contributors | |||
2012-06-04 | Use gettext for more basic user interface strings | Perttu Ahola | |
2012-03-13 | World creation button and dialog and functionality | Perttu Ahola | |
2012-03-11 | Add a note about minetest.conf in the key change dialog (because it sucks) | Perttu Ahola | |
2012-03-10 | Chat console, including a number of rebases and modifications. | Kahrl | |
Defaults modified from original: alpha=200, key=F10 | |||
2011-11-29 | Add IDropAction and related stuff | Kahrl | |
2011-10-12 | Header file tweaking; mainly for speed | Perttu Ahola | |
2011-08-22 | Introduce hotkey for calling up a command window | Giuseppe Bilotta | |
This is just a chat window with the / text pre-loaded. | |||
2011-08-22 | Overhaul the input system | Giuseppe Bilotta | |
This allows us to map the keys which are not considered in irrlicht's EKEY_CODE system, such as \, [, /, ] etc. | |||
2011-08-22 | Fix typos in key names | Giuseppe Bilotta | |
2011-08-12 | Clean up key names handling | Giuseppe Bilotta | |
Constify keycode and move the static array of localizable names from the guiKeyChangeMenu header to the implementation file, changing its name. | |||
2011-08-05 | marked strings as translation | Constantin Wenger | |
now translated if set to a button | |||
2011-08-05 | fixed displaying special chars in the keychange menu | Constantin Wenger | |
2011-08-02 | Use wgettext | Giuseppe Bilotta | |
2011-08-02 | Get rid of unused variables | Giuseppe Bilotta | |
2011-07-30 | set some more text to gettext and updated po files | Constantin Wenger | |
2011-07-30 | Removed remaining -delta references | Perttu Ahola | |
2011-07-22 | * key change menu now saving immediately | Perttu Ahola | |
2011-06-01 | added new submenu for key assignment | teddydestodes | |
configwriting/saving isn't complete and will break your config if you use fancy keys |