Add "smoke_puff.png" for compatibility reason. Docs cleanup
This commit is contained in:
parent
e10ad907e9
commit
aebefaa312
@ -50,4 +50,3 @@ DISABLE_INDEX = YES
|
|||||||
GENERATE_TREEVIEW = YES
|
GENERATE_TREEVIEW = YES
|
||||||
HTML_DYNAMIC_SECTIONS = YES
|
HTML_DYNAMIC_SECTIONS = YES
|
||||||
HTML_TIMESTAMP = YES
|
HTML_TIMESTAMP = YES
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@ Commercial use refers to usage in a business environment, including:
|
|||||||
- anything that will generate direct or indirect income
|
- anything that will generate direct or indirect income
|
||||||
|
|
||||||
3. Modification
|
3. Modification
|
||||||
Retron2000 may not be modified, altered, adapted or built upon without written permission by its respective author. This pertains all files within the downloadable font zip-file.
|
Retron2000 may not be modified, altered, adapted or built upon without written permission by its respective author. This pertains all files within the downloadable font zip-file.
|
||||||
|
|
||||||
4. Conversion
|
4. Conversion
|
||||||
Retron2000 may be converted to other formats such as WOFF, SVG or EOT webfonts, as long as the font is not modified in any other way, such as changing names or altering individual glyphs.
|
Retron2000 may be converted to other formats such as WOFF, SVG or EOT webfonts, as long as the font is not modified in any other way, such as changing names or altering individual glyphs.
|
||||||
@ -34,4 +34,4 @@ While Retron2000 may freely be copied and passed along to other individuals for
|
|||||||
Retron2000 may be embedded into an application such as a web- or mobile app, independant of the number of the application users, as long as the application does not distribute Retron2000, such as offering it as a download.
|
Retron2000 may be embedded into an application such as a web- or mobile app, independant of the number of the application users, as long as the application does not distribute Retron2000, such as offering it as a download.
|
||||||
|
|
||||||
7. Disclaimer
|
7. Disclaimer
|
||||||
Retron2000 is offered 'as is' without any warranty. 1001fonts.com and the respective author of Retron2000 shall not be liable for any damage derived from using this typeface. By using Retron2000 you agree to the terms of this license.
|
Retron2000 is offered 'as is' without any warranty. 1001fonts.com and the respective author of Retron2000 shall not be liable for any damage derived from using this typeface. By using Retron2000 you agree to the terms of this license.
|
||||||
|
@ -111,4 +111,3 @@ Juhani Numminen <juhaninumminen0@gmail.com>.
|
|||||||
|
|
||||||
.SH WWW
|
.SH WWW
|
||||||
http://www.minetest.net/
|
http://www.minetest.net/
|
||||||
|
|
||||||
|
@ -1,2 +1 @@
|
|||||||
.so man6/MultiCraft.6
|
.so man6/MultiCraft.6
|
||||||
|
|
||||||
|
@ -17,6 +17,8 @@ object_marker_red.png
|
|||||||
|
|
||||||
player_marker.png
|
player_marker.png
|
||||||
|
|
||||||
|
smoke_puff.png
|
||||||
|
|
||||||
sunrisebg.png
|
sunrisebg.png
|
||||||
|
|
||||||
unknown_.png
|
unknown_.png
|
||||||
|
@ -181,7 +181,7 @@ General options:
|
|||||||
VERSION_EXTRA - Text to append to version (e.g. VERSION_EXTRA=foobar -> MultiCraft 0.4.9-foobar)
|
VERSION_EXTRA - Text to append to version (e.g. VERSION_EXTRA=foobar -> MultiCraft 0.4.9-foobar)
|
||||||
|
|
||||||
Library specific options:
|
Library specific options:
|
||||||
|
|
||||||
BZIP2_INCLUDE_DIR - Linux only; directory where bzlib.h is located
|
BZIP2_INCLUDE_DIR - Linux only; directory where bzlib.h is located
|
||||||
BZIP2_LIBRARY - Linux only; path to libbz2.a/libbz2.so
|
BZIP2_LIBRARY - Linux only; path to libbz2.a/libbz2.so
|
||||||
CURL_DLL - Only if building with cURL on Windows; path to libcurl.dll
|
CURL_DLL - Only if building with cURL on Windows; path to libcurl.dll
|
||||||
@ -238,7 +238,7 @@ Library specific options:
|
|||||||
|
|
||||||
* This section is outdated. In addition to what is described here:
|
* This section is outdated. In addition to what is described here:
|
||||||
* If you wish to have sound support, you need libogg, libvorbis and libopenal
|
* If you wish to have sound support, you need libogg, libvorbis and libopenal
|
||||||
|
|
||||||
* You need:
|
* You need:
|
||||||
* CMake:
|
* CMake:
|
||||||
http://www.cmake.org/cmake/resources/software.html
|
http://www.cmake.org/cmake/resources/software.html
|
||||||
@ -317,7 +317,7 @@ Library specific options:
|
|||||||
* It will warn about missing stuff, ignore that at this point. (later don't)
|
* It will warn about missing stuff, ignore that at this point. (later don't)
|
||||||
* Make sure the configuration is as follows
|
* Make sure the configuration is as follows
|
||||||
(note that the versions may differ for you):
|
(note that the versions may differ for you):
|
||||||
|
|
||||||
BUILD_CLIENT [X]
|
BUILD_CLIENT [X]
|
||||||
BUILD_SERVER [ ]
|
BUILD_SERVER [ ]
|
||||||
CMAKE_BUILD_TYPE Release
|
CMAKE_BUILD_TYPE Release
|
||||||
@ -332,7 +332,7 @@ Library specific options:
|
|||||||
GETTEXT_INCLUDE_DIR DIR/gettext/include
|
GETTEXT_INCLUDE_DIR DIR/gettext/include
|
||||||
GETTEXT_LIBRARIES DIR/gettext/lib/intl.lib
|
GETTEXT_LIBRARIES DIR/gettext/lib/intl.lib
|
||||||
GETTEXT_MSGFMT DIR/gettext/bin/msgfmt
|
GETTEXT_MSGFMT DIR/gettext/bin/msgfmt
|
||||||
|
|
||||||
* If CMake complains it couldn't find SQLITE3, choose "Advanced" box on the
|
* If CMake complains it couldn't find SQLITE3, choose "Advanced" box on the
|
||||||
right top corner, then specify the location of SQLITE3_INCLUDE_DIR and
|
right top corner, then specify the location of SQLITE3_INCLUDE_DIR and
|
||||||
SQLITE3_LIBRARY manually.
|
SQLITE3_LIBRARY manually.
|
||||||
@ -368,7 +368,7 @@ This is how we build Windows releases.
|
|||||||
set sourcedir=%CD%
|
set sourcedir=%CD%
|
||||||
set installpath="C:\tmp\MultiCraft_install"
|
set installpath="C:\tmp\MultiCraft_install"
|
||||||
set irrlichtpath="C:\tmp\irrlicht-1.7.2"
|
set irrlichtpath="C:\tmp\irrlicht-1.7.2"
|
||||||
|
|
||||||
set builddir=%sourcedir%\bvc10
|
set builddir=%sourcedir%\bvc10
|
||||||
mkdir %builddir%
|
mkdir %builddir%
|
||||||
pushd %builddir%
|
pushd %builddir%
|
||||||
@ -383,8 +383,8 @@ This is how we build Windows releases.
|
|||||||
popd
|
popd
|
||||||
echo Finished.
|
echo Finished.
|
||||||
exit /b 0
|
exit /b 0
|
||||||
|
|
||||||
:fail
|
:fail
|
||||||
popd
|
popd
|
||||||
echo Failed.
|
echo Failed.
|
||||||
exit /b 1
|
exit /b 1
|
||||||
|
@ -113,13 +113,13 @@ methods:
|
|||||||
^ hide dialog
|
^ hide dialog
|
||||||
- delete()
|
- delete()
|
||||||
^ delete dialog from ui
|
^ delete dialog from ui
|
||||||
|
|
||||||
members:
|
members:
|
||||||
- data
|
- data
|
||||||
^ variable data attached to this dialog
|
^ variable data attached to this dialog
|
||||||
- parent
|
- parent
|
||||||
^ parent component to return to on exit
|
^ parent component to return to on exit
|
||||||
|
|
||||||
File: fst/buttonbar.lua
|
File: fst/buttonbar.lua
|
||||||
-----------------------
|
-----------------------
|
||||||
|
|
||||||
|
@ -5,4 +5,3 @@ This page documents the internal structure of the MultiCraft engine's C++ code.\
|
|||||||
Use the tree view at the left to navigate.
|
Use the tree view at the left to navigate.
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -234,7 +234,7 @@ Limitations of Async operations
|
|||||||
-Limited set of available functions
|
-Limited set of available functions
|
||||||
e.g. No access to functions modifying menu like core.start,core.close,
|
e.g. No access to functions modifying menu like core.start,core.close,
|
||||||
core.file_open_dialog
|
core.file_open_dialog
|
||||||
|
|
||||||
|
|
||||||
Class reference
|
Class reference
|
||||||
----------------
|
----------------
|
||||||
|
@ -59,12 +59,12 @@ function check_if_minetestserver_up($host, $port)
|
|||||||
{
|
{
|
||||||
# We got a reply! read the peer id from it.
|
# We got a reply! read the peer id from it.
|
||||||
$peer_id = substr($buf, 9, 2);
|
$peer_id = substr($buf, 9, 2);
|
||||||
|
|
||||||
# Disconnect
|
# Disconnect
|
||||||
$buf = "\x4f\x45\x74\x03".$peer_id."\x00\x00\x03";
|
$buf = "\x4f\x45\x74\x03".$peer_id."\x00\x00\x03";
|
||||||
socket_sendto($socket, $buf, strlen($buf), 0, $host, $port);
|
socket_sendto($socket, $buf, strlen($buf), 0, $host, $port);
|
||||||
socket_close($socket);
|
socket_close($socket);
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
|
@ -628,4 +628,3 @@ Locking Chest metadata:
|
|||||||
TBD
|
TBD
|
||||||
|
|
||||||
// END
|
// END
|
||||||
|
|
||||||
|
BIN
textures/base/smoke_puff.png
Normal file
BIN
textures/base/smoke_puff.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 143 B |
Loading…
x
Reference in New Issue
Block a user