sapier
e6e2f1de60
Add video driver selection to settings menu (based uppon idea from webdesigner97)
2014-08-23 01:55:54 +02:00
SmallJoker
f9ef79e40e
Fix the *CDP display
2014-08-15 21:46:04 +02:00
sapier
8e5906f868
Remove a lot of superfluous ifndef USE_CURL checks
2014-06-19 19:05:37 +02:00
sapier
bb33052a28
Fix regression dirt texture not beeing default in non cloud menu
2014-06-14 20:51:57 +02:00
ShadowNinja
6001210df6
Organize builtin into subdirectories
2014-05-07 17:14:23 -04:00
ShadowNinja
e414ce7d7d
Fix code style of async API
2014-04-27 16:15:53 -04:00
ShadowNinja
5805a3dc4c
Remove dependency on marshal and many other async changes
...
This makes a number of changes:
* Remove the dependency on marshal by using string.dump and loadstring.
* Use lua_tolstring rather than having Lua functions pass string lengths to C++.
* Move lua_api/l_async_events.* to cpp_api/s_async.*, where it belongs.
* Make AsyncWorkerThread a child of ScriptApiBase, this removes some duplicate functionality.
* Don't wait for async threads to shut down. (Is this safe? Might result in corruption if the thread is writing to a file.)
* Pop more unused items from the stack
* Code style fixes
* Other misc changes
2014-04-27 16:15:53 -04:00
sapier
f4753a9cd4
Add support for dpi based HUD scaling
...
Add support for (configurable) multiline hotbar
Improved screensize handling
Add userdefined gui scale by BlockMen
2014-04-27 21:53:13 +02:00
sapier
1e3f261db4
Minor fixes for file/modlist download in mainmenu
2014-04-09 20:22:21 +02:00
sapier
e75474f239
Fix invalid check for fread error on extracting zip
2014-02-07 21:29:31 +01:00
Kahrl
d58f5a0878
Add formspec table
2014-01-13 18:11:08 -05:00
Ilya Zhuravlev
7c1c3e1f7b
Fix absence of images when compiled with RUN_IN_PLACE=0.
2014-01-05 12:43:40 +02:00
sapier
723f6e156a
Implement search tab and version picker
2013-12-11 23:07:38 +01:00
sapier
b1a9e58d6a
Fix modstore/favourites hang by adding asynchronous lua job support
2013-11-29 22:09:14 +01:00
sapier
a0f5cd74d0
Fix invalid usage of temporary object in mainmenu json conversion
2013-11-11 23:23:58 +01:00
Kahrl
99ae783310
Show git hash in version string at top left corner of window
2013-09-28 21:30:17 +02:00
BlockMen
78c035708b
Fix umlauts/special character issue in lua gettext
2013-08-19 22:23:41 +02:00
Kahrl
416531bf72
Allow SIGINT to kill mainmenu again
2013-08-19 15:49:36 +02:00
sapier
281dc6a502
Add translation for main menu
...
Add engine.gettext() and remove gettext() calls in guiFormspecMenu.cpp
2013-08-17 16:01:43 +02:00
Kahrl
ee90d438b8
Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu
2013-08-14 21:03:33 +02:00