From 1fbd0602dc482d5750cb7d7b3b92e4b1de95d385 Mon Sep 17 00:00:00 2001 From: John Cote Date: Fri, 22 May 2015 23:47:35 -0400 Subject: [PATCH] Organize the repo a bit more --- .gitignore | 2 +- all.bat | 5 --- astron/databases/.gitignore | 2 +- ai.bat => astron/win32/start-ai-server.bat | 1 + astron/win32/start-all.bat | 5 +++ .../win32/start-astron-cluster.bat | 5 ++- .../win32/start-uberdog-server.bat | 1 + tools/.gitignore | 2 +- toontown/dna/DNAParser.py | 4 +- toontown/toon/DistributedNPCLaffRestockAI.py | 16 +++---- client.bat => win32/start_game.bat | 18 +++++--- .../start_game_remotedb.bat | 43 ++++++++++--------- guieditor.bat => win32/start_gui_editor.bat | 7 ++- 13 files changed, 60 insertions(+), 51 deletions(-) delete mode 100755 all.bat rename ai.bat => astron/win32/start-ai-server.bat (99%) mode change 100755 => 100644 create mode 100644 astron/win32/start-all.bat rename astron.bat => astron/win32/start-astron-cluster.bat (77%) mode change 100755 => 100644 rename ud.bat => astron/win32/start-uberdog-server.bat (99%) mode change 100755 => 100644 rename client.bat => win32/start_game.bat (72%) mode change 100755 => 100644 rename start_game_remotedb.bat => win32/start_game_remotedb.bat (79%) mode change 100755 => 100644 rename guieditor.bat => win32/start_gui_editor.bat (58%) mode change 100755 => 100644 diff --git a/.gitignore b/.gitignore index aa9f1259..9d2f1973 100755 --- a/.gitignore +++ b/.gitignore @@ -23,4 +23,4 @@ contentpacks/ resources/ save.dat ai-crash.txt -gentokenlr.py \ No newline at end of file +gentokenlr.py diff --git a/all.bat b/all.bat deleted file mode 100755 index 92036487..00000000 --- a/all.bat +++ /dev/null @@ -1,5 +0,0 @@ -rem only use this with a non-remotedb -start astron -start ai -start ud -start client diff --git a/astron/databases/.gitignore b/astron/databases/.gitignore index 3997bead..98e6ef67 100755 --- a/astron/databases/.gitignore +++ b/astron/databases/.gitignore @@ -1 +1 @@ -*.db \ No newline at end of file +*.db diff --git a/ai.bat b/astron/win32/start-ai-server.bat old mode 100755 new mode 100644 similarity index 99% rename from ai.bat rename to astron/win32/start-ai-server.bat index 62f74b66..0668b550 --- a/ai.bat +++ b/astron/win32/start-ai-server.bat @@ -1,4 +1,5 @@ @echo off +cd ../.. rem Read the contents of PPYTHON_PATH into %PPYTHON_PATH%: set /P PPYTHON_PATH=