aboutsummaryrefslogtreecommitdiff
path: root/builtin (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix leaking global in texture pack menuShadowNinja2014-11-201-4/+4
|
* Add strict moduleShadowNinja2014-11-194-3/+51
| | | | Also fix leaking globals found by it.
* Tweak core.serializeShadowNinja2014-11-191-168/+154
| | | | This adds proper support for nested tables and improves performance a bit.
* Improved VoxelArea variable locality, thus performanceWouters Dorian2014-11-141-18/+24
| | | | Signed-off-by: Craig Robbins <kde.psych@gmail.com>
* Add tooltips to main menu subgames button barWuzzy2014-11-092-5/+7
|
* Add mgv5. New noise code, uses biome API. Eased 3d noise for terrain, caves, ↵paramat2014-11-081-1/+1
| | | | blobs
* Fix dump() indentation with non-tab indentsShadowNinja2014-11-081-1/+1
|
* Add last_login field to auth.txtRyan Newell2014-11-083-29/+78
| | | | Also shortens some related code and adds more parameters to string.split.
* Add notice when only minimal is installedrubenwardy2014-10-282-1/+11
|
* Change topleft text when switching subgames, fixes #1728Kahrl2014-10-091-0/+1
|
* Add a better error message when trying to teleport another player without ↵LeMagnesium2014-10-071-37/+39
| | | | bring privileges
* Add optional framed glasslike drawtypeBlockMen2014-10-021-10/+10
|
* Use round if falling node is misplacedSmallJoker2014-09-281-4/+7
| | | | Fixes: http://i.imgur.com/arAWw1i.png (middle-right)
* Make dump's output prettierShadowNinja2014-09-211-21/+76
| | | | | | | | Changes: * Indentation with tabs by default. * Array keys dumped without "[i] = " prefix. * String keys that are valid identifiers aren't enclosed in '[""]'. * Basic support for multiple references (as specified in the comment).
* Fix wrong video_driver setting when changing in mainmenuSmallJoker2014-09-211-2/+4
| | | | Fixes issue with direct3d(8|9)
* Fix retval of entity.get_staticdata beeing lost while profiling is enabledsapier2014-08-241-1/+2
|
* Add video driver selection to settings menu (based uppon idea from ↵sapier2014-08-231-1/+27
| | | | webdesigner97)
* Remove buildable_to nodes without dropping item when replaced by a falling nodeCasimir2014-08-221-11/+18
|
* Fix caption of config mods button (simple menu)sapier2014-08-191-1/+1
|
* Mod profiling supportsapier2014-08-193-0/+373
| | | | | | | | | Config settings: profiling = true/false (gather statistics) detailed_profiling = true/false (break mod times to callbacks) Chat commands: save_mod_profile saves current statistics in debug.txt and shows on console (on default loglevel)
* Fix mainmenu game initialisationBlockMen2014-08-141-0/+5
|
* Formspec escape fixed seen in world creation menuShadowNinja2014-08-051-0/+1
|
* Rework texture generating code, add texture grouping via ( ... )sfan52014-07-291-0/+1
|
* Remove vector assertionsShadowNinja2014-07-191-21/+0
| | | | | These were initially added to get tracebacks for invalid vector errors, but it didn't work and tracebacks have since been properly fixed in the core.
* Fix indexing error in timer processingZefram2014-07-161-1/+5
|
* Add srollbar formspec elementsapier2014-07-162-47/+76
|
* Fix crash reported here: https://forum.minetest.net/viewtopic.php?f=6&t=9726Novatux2014-07-131-1/+1
|
* Remove proller from creditsproller2014-07-121-1/+0
|
* Remove indev mapgenproller2014-07-121-1/+1
|
* Remove math mapgenproller2014-07-121-1/+1
|
* Add support for Android 2.3+sapier2014-06-294-34/+187
| | | | | | | | | | | | | There have been plenty of ppl involved in creating this version. I don't wanna mention names as I'm sure I'd forget someone so I just tell where help has been done: - The partial android versions done by various ppl - Testing on different android devices - reviewing code (especially the in core changes) - testing controls - reviewing texts A big thank you to everyone helping this to be completed!
* Fix menu crash due to lack of favourites listsapier2014-06-221-0/+6
|
* Support for scalable font and gui elementssapier2014-06-222-9/+9
| | | | | Fix positioning of tabheader in order to be usable for scaling GUIs WARNING: this changes position of current tabheaders, mods have to adjust!
* Fix broken serverdescription in multiplayer tabsapier2014-06-191-3/+4
|
* Fix bounding rect for formspec elements label vertlabel and checkboxessapier2014-06-182-3/+3
|
* Fix regression main_menu_script setting not working any longersapier2014-06-141-1/+6
|
* Fix regression dirt texture not beeing default in non cloud menusapier2014-06-141-4/+24
|
* Add support for exiting formspecs by doubleclicking outsidesapier2014-06-121-1/+0
|
* New feature: drop a item instead a stack while...Lord89James2014-06-101-6/+11
| | | | sneaking
* Allow custom liquids to have dropssfan52014-06-081-19/+14
|
* Re-add missing shaders setting. (Generate normalmaps)RealBadAngel2014-06-041-10/+16
|
* Add success and output return values to chat commandsShadowNinja2014-05-281-240/+212
|
* Add item eat callbackrubenwardy2014-05-262-1/+8
|
* Sort commands and privs alphabetically in '/help'.Diego Martinez2014-05-241-4/+17
| | | | Also make a stray variable local.
* Rework dumping functionsShadowNinja2014-05-242-47/+69
| | | | | | | | | Changes: * Add comments to explain the dumping code * Add support for dumping values of any type (as '<' <type> '>') * Add support for tables as keys in dump2() * Make dump2() return it's result (like dump()) rather than printing it * Simplify and optimize function serialization via serialize()
* Fix a bunch of small bugs due to mainmenu cleanupsapier2014-05-244-93/+100
| | | | | | | Fix doubleclick not working in singleplayer Fix of by one issue on accessing raw list Fix this->self Fix copy&paste error for scroll button
* Item entity stacks merge on the ground.RealBadAngel2014-05-231-34/+100
| | | | Add TTL to item entities.
* Fix singleplayer dialogs missing game customizationsapier2014-05-172-8/+15
|
* Add formspec toolkit and refactor mainmenu to use itsapier2014-05-1625-2442/+3289
| | | | | Fix crash on using cursor keys in client menu without selected server Add support for non fixed size tabviews
* Fix old client showing duplicated health bar on new serversapier2014-05-111-0/+3
| | | | | Fix client not showing hearts and bubbles on connecting to old server Fix server not remembering hud flags correctly