aboutsummaryrefslogtreecommitdiff
path: root/src/guiKeyChangeMenu.h
AgeCommit message (Collapse)Author
2015-02-05Reduce gettext wide/narrow and string/char* conversionsShadowNinja
2013-04-07fix memory leaks introduced by invalid gettext usagesapier
2013-02-24Update Copyright YearsSfan5
2013-02-24Change Minetest-c55 to MinetestPilzAdam
2012-09-01Fix GUIKeyChangeMenu so that '/' can be inserted on a finnish keyboardPerttu Ahola
2012-09-01A bunch of GUIKeyChangeMenu fixesThomas 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-17Optimize headersPerttu Ahola
2012-06-17Properly and efficiently use split utility headersPerttu Ahola
2012-06-05Switch the license to be LGPLv2/later, with small parts still remaining as ↵Perttu Ahola
GPLv2/later, by agreement of major contributors
2012-03-13World creation button and dialog and functionalityPerttu Ahola
2012-03-10Chat console, including a number of rebases and modifications.Kahrl
Defaults modified from original: alpha=200, key=F10
2011-11-29Add IDropAction and related stuffKahrl
2011-08-22Introduce hotkey for calling up a command windowGiuseppe Bilotta
This is just a chat window with the / text pre-loaded.
2011-08-22Overhaul the input systemGiuseppe Bilotta
This allows us to map the keys which are not considered in irrlicht's EKEY_CODE system, such as \, [, /, ] etc.
2011-08-12Clean up key names handlingGiuseppe Bilotta
Constify keycode and move the static array of localizable names from the guiKeyChangeMenu header to the implementation file, changing its name.
2011-08-08Keys should be s32, not u32Giuseppe Bilotta
At least two reasons for this: * activeKey is treated as signed (check for sign, assign -1, etc) * the ID retrieved from Irrlicht's events are signed
2011-08-05marked strings as translationConstantin Wenger
now translated if set to a button
2011-07-30set some more text to gettext and updated po filesConstantin Wenger
2011-07-30Removed remaining -delta referencesPerttu Ahola
2011-06-01added new submenu for key assignmentteddydestodes
configwriting/saving isn't complete and will break your config if you use fancy keys