Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Reduce gettext wide/narrow and string/char* conversions | ShadowNinja | 2015-02-05 |
| | |||
* | fix memory leaks introduced by invalid gettext usage | sapier | 2013-04-07 |
| | |||
* | Update Copyright Years | Sfan5 | 2013-02-24 |
| | |||
* | Change Minetest-c55 to Minetest | PilzAdam | 2013-02-24 |
| | |||
* | Fix GUIKeyChangeMenu so that '/' can be inserted on a finnish keyboard | Perttu Ahola | 2012-09-01 |
| | |||
* | A bunch of GUIKeyChangeMenu fixes | Thomas Lauro | 2012-09-01 |
| | | | | | | | - 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) | ||
* | Optimize headers | Perttu Ahola | 2012-06-17 |
| | |||
* | Properly and efficiently use split utility headers | Perttu Ahola | 2012-06-17 |
| | |||
* | Switch the license to be LGPLv2/later, with small parts still remaining as ↵ | Perttu Ahola | 2012-06-05 |
| | | | | GPLv2/later, by agreement of major contributors | ||
* | World creation button and dialog and functionality | Perttu Ahola | 2012-03-13 |
| | |||
* | Chat console, including a number of rebases and modifications. | Kahrl | 2012-03-10 |
| | | | | Defaults modified from original: alpha=200, key=F10 | ||
* | Add IDropAction and related stuff | Kahrl | 2011-11-29 |
| | |||
* | Introduce hotkey for calling up a command window | Giuseppe Bilotta | 2011-08-22 |
| | | | | This is just a chat window with the / text pre-loaded. | ||
* | Overhaul the input system | Giuseppe Bilotta | 2011-08-22 |
| | | | | | This allows us to map the keys which are not considered in irrlicht's EKEY_CODE system, such as \, [, /, ] etc. | ||
* | Clean up key names handling | Giuseppe Bilotta | 2011-08-12 |
| | | | | | Constify keycode and move the static array of localizable names from the guiKeyChangeMenu header to the implementation file, changing its name. | ||
* | Keys should be s32, not u32 | Giuseppe Bilotta | 2011-08-08 |
| | | | | | | 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 | ||
* | marked strings as translation | Constantin Wenger | 2011-08-05 |
| | | | | now translated if set to a button | ||
* | set some more text to gettext and updated po files | Constantin Wenger | 2011-07-30 |
| | |||
* | Removed remaining -delta references | Perttu Ahola | 2011-07-30 |
| | |||
* | added new submenu for key assignment | teddydestodes | 2011-06-01 |
configwriting/saving isn't complete and will break your config if you use fancy keys |