diff options
author | Tedd Hansen | 2008-02-24 17:29:59 +0000 |
---|---|---|
committer | Tedd Hansen | 2008-02-24 17:29:59 +0000 |
commit | 4f4dfa8e8230836cb0033dc7ff4d2f2234fe88b8 (patch) | |
tree | c863ad00e25a41725a966aa45a1a21ec2bf11dc1 /OpenSim/Region/Application | |
parent | Ok, so NOW scripts work. New patch to break them coming soon. (diff) | |
download | opensim-SC_OLD-4f4dfa8e8230836cb0033dc7ff4d2f2234fe88b8.zip opensim-SC_OLD-4f4dfa8e8230836cb0033dc7ff4d2f2234fe88b8.tar.gz opensim-SC_OLD-4f4dfa8e8230836cb0033dc7ff4d2f2234fe88b8.tar.bz2 opensim-SC_OLD-4f4dfa8e8230836cb0033dc7ff4d2f2234fe88b8.tar.xz |
Fixed startup logo size to match a Win CMD window.
Fixed bugs in new OOP commands.
Prim.Rotation.X += 45;
Prim.Position.X += 10;
Now how do I find the prim I asked to += 10 every 1 second???
Diffstat (limited to 'OpenSim/Region/Application')
-rw-r--r-- | OpenSim/Region/Application/OpenSimMain.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Region/Application/OpenSimMain.cs b/OpenSim/Region/Application/OpenSimMain.cs index 3fba35c..6e89143 100644 --- a/OpenSim/Region/Application/OpenSimMain.cs +++ b/OpenSim/Region/Application/OpenSimMain.cs | |||
@@ -300,9 +300,9 @@ namespace OpenSim | |||
300 | // Called from app startup (OpenSim.Application) | 300 | // Called from app startup (OpenSim.Application) |
301 | // | 301 | // |
302 | 302 | ||
303 | m_log.Info("====================================================================="); | 303 | m_log.Info("===================================================================="); |
304 | m_log.Info("========================= STARTING OPENSIM =========================="); | 304 | m_log.Info("========================= STARTING OPENSIM ========================="); |
305 | m_log.Info("====================================================================="); | 305 | m_log.Info("===================================================================="); |
306 | 306 | ||
307 | m_console = CreateConsole(); | 307 | m_console = CreateConsole(); |
308 | MainConsole.Instance = m_console; | 308 | MainConsole.Instance = m_console; |