]> git.lizzy.rs Git - minetest.git/blobdiff - src/porting.cpp
New kind of tool speed and wear calculation thingy
[minetest.git] / src / porting.cpp
index f3a0ab07443fd726fd0df36a4727cacf04760b02..0adc955a94f77b28861a5bd8b4c00e118feeab09 100644 (file)
@@ -56,9 +56,10 @@ void sigint_handler(int sig)
                dstream<<DTIME<<"INFO: sigint_handler(): "
                                <<"Ctrl-C pressed, shutting down."<<std::endl;
                
-               dstream<<DTIME<<"INFO: sigint_handler(): "
+               // Comment out for less clutter when testing scripts
+               /*dstream<<DTIME<<"INFO: sigint_handler(): "
                                <<"Printing debug stacks"<<std::endl;
-               debug_stacks_print();
+               debug_stacks_print();*/
 
                g_killed = true;
        }
@@ -91,9 +92,10 @@ void signal_handler_init(void)
                        {
                                dstream<<DTIME<<"INFO: event_handler(): "
                                                <<"Ctrl+C, Close Event, Logoff Event or Shutdown Event, shutting down."<<std::endl;
-                               dstream<<DTIME<<"INFO: event_handler(): "
+                               // Comment out for less clutter when testing scripts
+                               /*dstream<<DTIME<<"INFO: event_handler(): "
                                                <<"Printing debug stacks"<<std::endl;
-                               debug_stacks_print();
+                               debug_stacks_print();*/
 
                                g_killed = true;
                        }
@@ -125,6 +127,11 @@ void signal_handler_init(void)
 std::string path_data = ".." DIR_DELIM "data";
 std::string path_userdata = "..";
 
+std::string getDataPath(const char *subpath)
+{
+       return path_data + DIR_DELIM + subpath;
+}
+
 void pathRemoveFile(char *path, char delim)
 {
        // Remove filename and path delimiter