Editing Autorouter.css

Jump to: navigation, search

Warning: The database has been locked for maintenance, so you will not be able to save your edits right now. You may wish to copy and paste your text into a text file and save it for later.

The system administrator who locked it offered this explanation: Aufgrund eines Server Umzugs ist das Wiki aktuel im readonly Modus

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 121: Line 121:
 
// Zusaetzliche Kanten stehen im assoziativen Array "edges":
 
// Zusaetzliche Kanten stehen im assoziativen Array "edges":
 
//
 
//
−
// edges["von-x|von-y"] = Array("nach-x|nach-y|description|tools", ...)
+
// edges["von-x|von-y"] = Array("nach-x|nach-y|beschreibung|tools", ...)
 
//
 
//
 
// Zauberkugeln werden grundsaetzlich nur im 1. Schritt eingesetzt
 
// Zauberkugeln werden grundsaetzlich nur im 1. Schritt eingesetzt
 
//
 
//
−
// edges["teleport"] = Array("nach-x|nach-y|description|tools", ...)
+
// edges["teleport"] = Array("nach-x|nach-y|beschreibung|tools", ...)
 
//
 
//
 
// wobei "tools" ein Bitfeld ist, das die Hilfsmittel/Bedingungen  
 
// wobei "tools" ein Bitfeld ist, das die Hilfsmittel/Bedingungen  
Line 345: Line 345:
  
 
// Namen der Hilfsmittel  
 
// Namen der Hilfsmittel  
−
var teleport_tool = {
+
var teleport_mittel = {
 
     0 : "",
 
     0 : "",
 
     1 : "Portals",
 
     1 : "Portals",
Line 389: Line 389:
 
         elements = solution.split(";");
 
         elements = solution.split(";");
 
         if (elements[0] != 0) {
 
         if (elements[0] != 0) {
−
             string = "Requires: ";
+
             string = "require: ";
 
             comma = 0;
 
             comma = 0;
 
             for(j = 0; j < 16; j++) {
 
             for(j = 0; j < 16; j++) {
Line 583: Line 583:
 
}
 
}
  
−
// sucht die nachbarn eines feldes. gibt u.u. auch nicht begehbare
+
// sucht die nachbarn eines feldes. gibt u.u. auch nichtbegehbare
 
// felder (bergfelder usw.) zurueck.
 
// felder (bergfelder usw.) zurueck.
−
function find_neighbours(f, bits)
+
function finde_nachbarn(f, bits)
 
{
 
{
 
     var k = f.split("|"), x = Array(), y = Array(), neighbours = Array();
 
     var k = f.split("|"), x = Array(), y = Array(), neighbours = Array();

Please note that all contributions to FreewarWiki are considered to be released under the GNU Free Documentation License (see FreewarWiki:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

To edit this page, please answer the question that appears below (more info):

Cancel | Editing help (opens in new window)