Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Settings tab: add v3f type | est31 | 2015-11-08 |
| | | | | | Add the v3f type, currently is just a nice placeholder for string. Currently undocumented, on wish of @PilzAdam, to support future changes. | ||
* | minetest. to core. | Rui914 | 2015-10-31 |
| | |||
* | Fix parameter passing to gettext call | PilzAdam | 2015-10-25 |
| | |||
* | Credits: Remove my name | Rui | 2015-10-25 |
| | |||
* | Escape " in generated settings_translation_file.cpp | PilzAdam | 2015-10-25 |
| | |||
* | Fix setting comments | PilzAdam | 2015-10-24 |
| | |||
* | Don't allow games or mods to add secure. settings | PilzAdam | 2015-10-24 |
| | |||
* | Better gettext support for protocol version mismatch messages | est31 | 2015-10-24 |
| | | | | | Previously, xgettext failed to resolve the dynamic call. Thanks to @JakubVanek for pointing this out. | ||
* | Improve Lua settings menu | PilzAdam | 2015-10-24 |
| | | | | | | | | | | | | * Add key settings to setting table and ignore them later This way they are added to the auto-generated minetest.conf.example * Add flags type * Add input validation for int, float and flags * Break in-game graphic settings into multiple sections * Parse settingtpes.txt in mods and games * Improve description for a lot of settings * Fix typos and wording in settingtypes.txt * Convert language setting to an enum | ||
* | Display sane output for empty descriptions | est31 | 2015-10-18 |
| | | | | | | | | | | According to its man page, the function gettext(3) "may return a nonempty string" when msgid is "". This commit fixes a bug where the comment "" for some settings caused gettext to return a "nonempty string", in this case header info of the po file. | ||
* | New settings tab contain all possible settings | PilzAdam | 2015-10-17 |
| | | | | | Settings are automatically parsed from builtin/settingtypes.txt The edit dialog automatically adjust based on the type of setting | ||
* | Add viewing range GUI setting | kilbith | 2015-10-06 |
| | |||
* | Minor tweaks handle_settings_buttons | Rui914 | 2015-09-14 |
| | |||
* | Change my email | Rui914 | 2015-09-03 |
| | |||
* | Credits tab: fix accidental merger of two contributors | est31 | 2015-08-31 |
| | | | | Fixes #3125 | ||
* | Use gettext to "None" of texture pack list | Rui914 | 2015-08-25 |
| | |||
* | Remove some emails from credits tab | kwolekr | 2015-08-19 |
| | |||
* | Update credits tab | kwolekr | 2015-08-19 |
| | |||
* | Client: disable mmdb modstore | est31 | 2015-08-19 |
| | | | | | The service isn't online, and on the long term, mmdb will likekly be replaced with other services from the modding community. | ||
* | Don't do formspec escaping twice for loading description | est31 | 2015-08-14 |
| | |||
* | Fix FSAA dropdown option reset after changing another dropdown option | jeanpatrick.guerrero@gmail.com | 2015-07-25 |
| | |||
* | Remove drivers dropdown in the settings tab | kilbith | 2015-07-25 |
| | |||
* | Update my name | Novatux | 2015-07-24 |
| | |||
* | Fix crash in mainmenu when loaded subgame does not have a "menu" directory | sfan5 | 2015-07-21 |
| | |||
* | Allow random menu images for subgames | sfan5 | 2015-07-21 |
| | |||
* | Add antialiasing UI setting | Mark Schreiber | 2015-07-18 |
| | | | | | | | | | The Irrlicht engine supports antialiasing, and Minetest already supports saving an antialiasing setting in its configuration file. However, Minetest lacked UI elements to set this setting, and previously the only way to enable the feature was by hand-editing the configuration file. Add a drop-down menu that can enable antialiasing. | ||
* | Change texture pack description file name | ExcaliburZero | 2015-07-18 |
| | | | | | | Change the name for texture pack description files from "info.txt" to "description.txt" in order to keep the naming consistent between description files for both mods and texture packs. Also add backwards compatibility for texture packs that use "info.txt", and note in the log that "info.txt" is depreciated. | ||
* | Fix remnant bugs on mainmenu | jp | 2015-07-10 |
| | | | | | - Stop attempting to start a world when no world's created/selected in server tab - Better world's indexes handling between subgames lists | ||
* | Add new leaves style - simple (glasslike drawtype) | RealBadAngel | 2015-07-08 |
| | |||
* | Fix attempt to start a world when no world is selected/created | jeanpatrick.guerrero@gmail.com | 2015-07-04 |
| | |||
* | Set server_announce to world.mt and respect modes when changing subgame | Sokomine | 2015-07-02 |
| | |||
* | Fix world.mt not written when selecting mode | Sokomine | 2015-07-01 |
| | |||
* | Fix single click world select | est31 | 2015-06-30 |
| | |||
* | Fix bugs in mainmenu | jeanpatrick.guerrero@gmail.com | 2015-06-30 |
| | |||
* | Update credits tab | est31 | 2015-06-16 |
| | |||
* | Don't highlight entries in credits | Wuzzy | 2015-06-15 |
| | |||
* | More reliable serverlist behaviour | HybridDog | 2015-06-09 |
| | | | | | -> remember the previously loaded serverlist, and use if new one failed -> show a "loading" serverlist | ||
* | Add core.get_dir_list | ShadowNinja | 2015-05-16 |
| | |||
* | Remove fly mode in simple main menu | Muhammad Rifqi Priyo Susanto | 2015-04-26 |
| | | | | As the fly mode option is avaiable in-game, this is not used anymore. | ||
* | Let main menu scale (non-Android) | Craig Robbins | 2015-03-30 |
| | | | | This fixes main menu not fitting for 800x600 (and lower resolutions) on PC builds | ||
* | Update credits | Craig Robbins | 2015-03-29 |
| | |||
* | Remove duplicate code since 8ca08a850ff2494652aa0ac2daa3d00f03aa4e7a | Loic Blot | 2015-03-25 |
| | |||
* | Save creative_mode and enable_damage setting for each world in world.mt | fz72 | 2015-03-18 |
| | | | | Create Parameters on world initialisation and set settings of old worlds | ||
* | Android: Fix auto-entry of server address and port in mainmenu | est31 | 2015-03-16 |
| | | | | Fixes #2497. | ||
* | Add modname convention checking | Novatux | 2015-02-18 |
| | | | | Fixes #2037 | ||
* | Server: announce MIN/MAX protocol version supported to serverlist. Client: ↵ | est31 | 2015-02-18 |
| | | | | | | | check serverlist Client now informs about incompatible servers from the list, this permits to prevent the protocol movements. Server announces its supported protocol versions to master server | ||
* | Use fixed size for builtin menus on non-android platforms | Perttu Ahola | 2015-02-18 |
| | |||
* | Fix map_seed not changed when creating a new world after login to another | fz72 | 2015-02-18 |
| | |||
* | Fix issue #2278, Connection sent before address data loading | Loic Blot | 2015-02-14 |
| | |||
* | Minor fixes in translations | ngosang | 2015-02-12 |
| |