Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Show server description above connect button instead of in favorites list
|
|
|
|
Fix RUN_IN_PLACE=0 mod install (now mods are saved in user folder in that case)
Fix text of field element not unescaped correctly
|
|
|
|
|
|
|
|
|
|
|
|
Add alphabeticaly sorted worldlists
Select world after creation
Move worldlist handling to separate file
Merge world selection of singleplayer/server tab
Remove some useless code
|
|
|
|
|
|
|
|
|
|
This reverts commit 39d03148e5d98ef5f9a31b131a79ff2bbd71a877.
|
|
|
|
Always use address for server
Fix first (empty) element beeing selected after deleting last world
|
|
make enter button work in create world dialog
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Do a check for valid num_files before doing
assert(!m_mesh_update_thread.IsRunning());
In particular, don't execute the assertion if all media has already
been received.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also write something about rebuilding shaders to infostream in
Client::afterContentReceived()
|