Commit Graph

42 Commits (master)

Author SHA1 Message Date
MoNTE48 191bb343f9 Builtin: fix word-wrap hack in error window 2021-05-30 21:09:54 +02:00
MoNTE48 2f88030976 MainMenu: cleanup 2020-10-25 19:07:30 +01:00
MoNTE48 9bce637615 Builtin: update `game` 2020-10-02 18:46:39 +02:00
Maksim 8a931d30e3 Mainmenu: improve the look of messagebox 2020-06-30 13:23:19 +02:00
Maksim eeb50936d6 Mainmenu: update 2020-06-29 18:04:54 +02:00
MoNTE48 819df4c016 Backport "Add HTTP API to main menu"
60bab8b2d7
2020-06-20 14:29:39 +02:00
MoNTE48 73511ef92e Builtin: some minor fixes 2020-03-13 21:06:26 +01:00
MoNTE48 7e4ee95d91 Update builtin and base textures 2020-02-22 14:44:31 +01:00
MoNTE48 d19476376c MainMenu: fixes and background optimizations 2020-02-07 00:03:31 +01:00
MoNTE48 b3a34dd850 Builtin: Backport MT5 minor changes 2020-02-04 21:47:07 +01:00
MoNTE48 bcc87c0e30 Disable Auto-reconnection when Kicked 2019-12-26 12:50:55 +01:00
MoNTE48 32c44e00c4 Builtin: Clearing Functions and Variables 2019-10-16 20:08:12 +02:00
MoNTE48 9b24c80ccb Builtin cleanup 2019-10-11 14:28:30 +02:00
stujones11 a75e802ee7 Singleplay restart button only after 30 seconds 2019-05-27 21:03:28 +01:00
stujones11 0e6f2f429b Improve auto-restart 2019-05-23 01:51:39 +02:00
Maksim 11837fe533 DAMAGE!!! Autoreconnect for ANY(!) server issue 2019-05-20 22:35:00 +02:00
stujones11 578a06a8f4 Auto-reconnect to multicraft servers 2019-05-20 22:33:08 +02:00
MoNTE48 55a103fea3 New workbench 2019-05-17 23:04:12 +02:00
MoNTE48 527e7f5c2f Restart game only if singleplayer 2019-05-16 15:22:55 +02:00
Maksim a977fa04fc Update creative and mainmenu formspec 2019-05-16 00:33:06 +02:00
stujones11 ec782841d0 Singleplayer error restart 2019-05-14 21:50:02 +01:00
MoNTE48 f20ffe3d19 Minor upd menu, tmp fix sign_wall 2018-07-20 14:32:08 +02:00
kilbith 717c46c9fe New Main Menu design (#101) 2017-09-04 15:51:09 +03:00
Maksim Gamarnik 35770f4abb Merge Minetest 0.4.16 2017-06-06 23:03:34 +03:00
ShadowNinja dfb4074a5a Use a settings object for the main settings
This unifies the settings APIs.

This also unifies the sync and async registration APIs, since the async
registration API did not support adding non-functions to the API table.
2017-05-06 15:33:19 -04:00
Maksim Gamarnik 8f6ddcc57c Merge branch 'upstream/master' 2016-03-14 11:44:17 +02:00
Rui914 7a9e8367db Faster insertion into table 2016-03-06 23:42:04 +00:00
Maksim Gamarnik 919be490f9 Update
Sync all Minetest commits
2015-11-10 13:49:24 +02:00
Maksim D. Gamarnik 98c1c2965a Stock MainMenu 2015-11-01 10:01:13 +02:00
ShadowNinja 677ab7463d Refactor logging
- Add warning log level
- Change debug_log_level setting to enumeration string
- Map Irrlicht log events to MT log events
- Encapsulate log_* functions and global variables into a class, Logger
- Unify dstream with standard logging mechanism
- Unify core.debug() with standard core.log() script API
2015-10-14 01:03:54 -04:00
est31 30b83ad1a6 Replace "self program" with "this program" in fstk boilerplates
... and remove trailing whitespace.
2015-09-21 20:05:17 +02:00
Maksim Gamarnik 9247f32e0e LGPL 2.1 to 3.0 on all files 2015-08-14 01:26:28 +03:00
est31 713002778f Optional reconnect functionality
Enable the server to request the client to reconnect.

This can be done with the now extended minetest.request_shutdown([reason], [reconnect]) setting.
2015-07-23 07:38:13 +02:00
4aiman Konsorumaniakku e0ddb1f4e1 core->multicraft 2015-07-05 15:23:28 +03:00
rubenwardy 380c359fd6 Add Lua errors to error dialog 2015-06-29 04:47:35 +02:00
Maksim Gamarnik 0598e2169e New MainMenu, update WversionManager, Makefile change
New MainMenu by 4aiman
WVersionManager - 1.3
Makefile - rename output apk
2015-05-12 10:59:17 +03:00
Maksim Gamarnik 328debf39a New API
Change minetest on multicraft api
2015-05-05 23:01:09 +03:00
4aiman 2857721408 'New' menu 2015-04-23 22:55:42 +03:00
Wuzzy 8dc7c234c3 Add tooltips to main menu subgames button bar 2014-11-09 09:38:43 +01:00
sapier 6558fc90e3 Add support for exiting formspecs by doubleclicking outside 2014-06-12 23:15:05 +02:00
sapier e23b6bbeda Fix a bunch of small bugs due to mainmenu cleanup
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
2014-05-24 11:16:05 +02:00
sapier 53f01294df Add formspec toolkit and refactor mainmenu to use it
Fix crash on using cursor keys in client menu without selected server
Add support for non fixed size tabviews
2014-05-16 22:57:14 +02:00