flagflag  
32: 2010-01-10 (Sun) 22:30:20 iseki source Cur: 2023-08-15 (Tue) 19:01:55 iseki source
Line 1: Line 1:
* OpenSim [#e3a9a7fb] * OpenSim [#e3a9a7fb]
- OpenSim は [[Second Life]] サーバと互換のオープンソース - OpenSim は [[Second Life]] サーバと互換のオープンソース
-- OpenSL は [[Second Life]] ビューアと互換のオープンソース +- %%OpenSL は [[Second Life]] ビューアと互換のオープンソース%% ->[[ Hippo Viewer:http://mjm-labs.com/viewer/]] 
-+#br
-~+
** Links [#r9fd5cf2] ** Links [#r9fd5cf2]
-- OpenSim サイト http://opensimulator.org/+- OpenSim サイト: http://opensimulator.org
 +- ダウンロード: http://opensimulator.org/dist/
-- OpenMv http://openmv.org/ +- [[opensim-libs]]: git://opensimulator.org/git/opensim-libs
-- OpenLife http://openlifegrid.com/ +
-+
-~+
-** コンパイル,設定,実行 [#p95e30ae] +- http://www.isus.jp/article/game-special/opensimulator_1/
-- [[ダウンロード & コンパイル>./Build]] +
-- [[ダウンロード & コンパイル (NSL版)>./Build_NSL]]+
-- [[設定>./Config]] +- git git://opensimulator.org/git/opensim 
- +#br
-- [[実行>./Exec]] +
- +
-- [[サーバコマンド>./Command]] +
- +
-- [[データベース>./DB]] +
- +
-- [[トラブルシューティング>./Troubleshooting]]+
-- [[マネーサーバ>./MoneyServer]+** Download [#hd556b0e
- +*** Git [#madae3be
-- [[B.U.S.T. サーバ>./B.U.S.T.]] + git clone git://opensimulator.org/git/opensim
- +
-- [[グループ機能>./Config/Group]] +
-+
-~ +
-*** svn to git [#ecc659d1] +
-- リポジトリのコピー +
- git clone git://opensimulator.org/git/opensim opensim_git_orig +
- cp -Rpd opensim_git_orig opensim_git +
-- 作業用ファイルのコピー,または svn チェックアウト +
- opensim.nsl.patch/ +
- opensim.nsl.conf/ +
- opensim.currency/ +
- update +
-- git ブランチの作成 +
- git branch r#### +
- git checkout r#### +
-- パッチの適用 +
- ./opensim.nsl.conf/cp_assets +
- patch -p1 < opensim.nsl.patch/opensim_nsl_latest.pat​ch +
- patch -p1 < opensim.currency/opensim_currency_latest​.patch. +
-- ブランチの変更をコミット +
- git commit -a -m "message" +
-- コンパイル +
- ./update +
-- 設定ファイルのコピー (リージョンファイル) +
- cp ../opensim_svn/bin/OpenSim.ini bin +
- cp ../opensim_svn/bin/config-include/*.ini bin/config-include/ +
- cp ../opensim_svn/bin/Regions/* bin/Regions/ +
-- 設定ファイルのコピー (サーバ) +
- cp ../opensim_svn/bin/UserServer_Config.xml​ bin +
- cp ../opensim_svn/bin/OpenSim.Server.ini bin +
- cp ../opensim_svn/bin/MessagingServer_Confi​g.xml bin +
- cp ../opensim_svn/bin/MoneyServer.ini bin +
- cp ../opensim_svn/bin/SineWaveCert.pfx bin +
- cp ../opensim_svn/bin/OpenSim.Grid.MoneySer​ver.exe.config bin +
-#br+
** Related Software [#v23eeb7c] ** Related Software [#v23eeb7c]
-- [[XoopenSim]]: Xoops Cube 用 OpenSim インターフェイス by NSL +- OpenMetaverse http://openmv.org/ 
-- [[DTL Money Server and its NSL Version>./MoneyServer]]+- [[opensim-libs]]: http://opensimulator.org/git/opensim-lib​s​ 
 +- OpenLife http://openlifegrid.com/
- Freeの Assetと Inventoryのデータ [[OpenLibrary r0.20:http://openlifegrid.com/Support/Do​wnloads/tabid/67/Default.aspx]]  (要OpenLifeのアカウント) - Freeの Assetと Inventoryのデータ [[OpenLibrary r0.20:http://openlifegrid.com/Support/Do​wnloads/tabid/67/Default.aspx]]  (要OpenLifeのアカウント)
- OpenSim Web Interface  [[OpenSimWI-Redux:http://forge.opensimul​ator.org/gf/project/opensimwi]] - OpenSim Web Interface  [[OpenSimWI-Redux:http://forge.opensimul​ator.org/gf/project/opensimwi]]
-[[OpenSim - Grid Control Panel:http://osgc.eu-grid.eu/wiki/index.​php/Main_Page]] -[[OpenSim - Grid Control Panel:http://osgc.eu-grid.eu/wiki/index.​php/Main_Page]]
- 
- [[realXtend]] - [[realXtend]]
#br #br
-** Hacking [#t7734f00+**** by NSL [#g68698ea
-- [[0.6.8用 NSLパッチ:http://www.nsl.tuis.ac.jp/xoops/modules/d3downloads/index.php?page=singl​efile&cid=8&lid=11]] +- [[XoopenSim]]: Xoops Cube 用 OpenSim インターフェイス by NSL 
-- [[マネーサーバ>./MoneyServer]] +- [[Modlos]]: Moodle 用 OpenSim インターフェイス by NSL 
-- [[サーバのNAT越え>./NAT]] +- [[DTL/NSL Money Server>./MoneyServer]] by NSL 
-- [[Login処理>./Login]] +- [[OAR Converter of Linux for Unity3D&gt;OAR Converter]] by NSL 
-- [[標高データについて >./Hack/altitude_data]]+- [[OAR Converter of Windows for Unity3D>OARConvWin]] by NSL 
 + 
 +- [[Patch for OpenSim in NAT>./Patch for OpenSim in NAT]] by NSL 
 +- [[OpenSim Modules by NSL>./NSL Modules]] bt NSL 
 +-- [[SFS Wind Module>http://www.nsl.tuis.ac.jp/xoops/modules/xpwiki/?OpenSim%2FWind]]
#br #br
-*** Script Engine [#t8ec5cfe+** コンパイル,設定,実行 [#p95e30ae
-- llModifyLand +- [[ダウンロード & コンパイル & 実行&gt;./Build]] 
-&nbsp;Region/ScriptEngine/Shared/Api/Implement​ation/LSL_Api.cs:        public void llModifyLand(int action, int brush) +- [[ダウンロード & コンパイル & 実行 (NSL版)&gt;./Build_NSL]] 
-&nbsp;Region/ScriptEngine/Shared/Api/Interface​/ILSL_Api.cs:              void llModifyLand(int action, int brush); +- [[設定&gt;./Config]] 
-&nbsp;Region/ScriptEngine/Shared/Api/Runtime/L​SL_Stub.cs:        public void llModifyLand(int action, int brush) +- [[実行&gt;./Exec]] 
-&nbsp;Region/ScriptEngine/Shared/Api/Runtime/LSL_Stub.cs:            m_LSL_Functions.llModifyLand(action, brush);+- [[Bugs>./Bugs]] 
 +- 古いバージョンのバグなど->; [[トラブルシューティング>./Troubleshooting]]
-- llSetText +- [[インストール メモ&gt;./install]] 
-&nbsp;Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs:        public void llSetText(string text, LSL_Vector color, double alpha) +- [[R.O.B.U.S.T.サーバ>./R.O.B.U.S.T.]] 
-&nbsp;Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs:              void llSetText(string text, LSL_Vector color, double alpha)+- [[サーバコマンド&gt;./Command]] 
-&nbsp;Region/ScriptEngine/Shared/Api/Runtime/LSL_Stub.cs:        public void llSetText(string text, LSL_Vector color, double alpha) +#br 
-&nbsp;Region/ScriptEngine/Shared/Api/Runtime/LSL_Stub.cs:            m_LSL_Functions.llSetText(text, color, alpha);+- [[0.7.5>;./0.7.5]] 
 +- [[0.7.1&gt;./0.7.1]] 
 +- [[0.7&gt;./0.7]] 
 +- [[0.6.9RC1>;./0.6.9]] 
 +#br
-*** Patch [#dcda4753] +*** 0.9.3 with .NET6 [#c3b1b13d]
-- [[ Inventory のアイコンが全部Shape用のアイコンになる>./Hack/Inventory_Icon]]+
-- [[OdePlugin で標高データがおかしくなる件&gt;./Hack/OdePlugin]]+ yum install dotnet-*-6.0 
 +&nbsp; 
 + git clone git://opensimulator.org/git/opensim 
 + cd opensim 
 + git checkout dotnet6 
 +  
 + ./runprebuild.sh 
 + ./compile.sh 
 +  
 + cd bin 
 + ./opensim.sh  or ./OpenSim
-- [[オブジェクトが何も無い区画(土地)で,「土地情報」->「オブジェクト」で「リスト更新」をクリックすると,サーバスレッドがクラッシュする.>./Hack/QueuePacket]]+#br
-- [[SIMの境界で,座標な不正になった場合に,強制的にemergencyPos [すなわち(128,128,128)] へ移動させられないようにする.>./hack/emergencyPos]]+** 内部構造 [#v9ddc5bc] 
 +*** Server [#p501406d] 
 +- [[Robust Server>./Robust]] 
 +#br
-- [[何も無い領域とSIMとの境界で,アバターが奈落に落ちるを防止する(ODE) >./Hack/SIM_boundary]]+*** Functions [#offe1195] 
 +- CAPS:  http://mrtopf.de/blog/second-life/slga-c​apabilities-explained-technical/ 
 +- [[UniversalUserIdentifier : uuid(;endpoint(;first last(;secret))) >./UniversalUserIdentifier]]
-- [[地上で落下のアニメーションの連続再生をさせない>./Hack/UpdateMovementAnimations]] +- [[Helper Scripts>./Helper Scripts]] 
- +- [[Command>./Command]] 
-- [[OS の違いによる 「シミュレータのバージョン違い」 のワーニングをサプレスする >./Hack/SimulatorVersion]]+- [[HTTP Command>./HTTP Command]] 
 +- [[Console Mode>./Console]] 
 +- [[Offline Message>./OfflineMessage]] 
 +- [[Mute List>./MuteList]] 
 +- [[データベース (DB)>./DB]] 
 +- [[グループ機能>./Config/Group]] 
 +- [[osprofile>./osprofile]] 
 +- [[ossearch>./ossearch]] 
 +- [[Flotsam Group>./Flotsam Group]] 
 +- [[Voice Chat>./VoiceChat]] 
 +- FreeSwitch 
 +- [[Ninja Physics>./NinjaPhysics]] 
 +- [[Script Engine>./ScriptEngine]] 
 +- [[Hyper Grid>./HyperGrid]] 
 +- [[Simian Grid>./SimianGrid]] 
 +- [[LSL>./LSL]] 
 +- [[Grid Info>./GridInfo]] 
 +- [[Friend>./Friend]] 
 +- [[Mesh>./Mesh]] 
 +- [[RegionHandle>./RegionHandle]] 
 +#br
 +*** Our (NSL's) Works [#v938594d]
 +- [[Wind Module  (SFSW) >./Wind]]
 +- [[Money Server>./MoneyServer]]
 +- [[WEB Interface (E)>./WEB Interface (E)]]
 +- [[XoopenSim (E)]] is Web Interface for [[Xoops Cube]]
 +- [[Modlos (E)]] is Web Interface for [[Moodle]]
 +- [[OpenSim Diorama v2>./Diorama2]]
 +- [[OpenSim Diorama v1>./Diorama]]
 +- [[標高データ: r32ファイルへの変換>./r32file]]
 +- [[Hack>./hack]]
 +#br
 +*** Modules [#z8b96d27]
 +- [[OfflineMessage>./OfflineMessage]]
 +- [[MuteList>./MuteList]]
 +- [[OpenProfile>./OpenProfile]]
 +- [[UserProfile>./UserProfile]]
 +- [[OpenSearch>./OpenSearch]]
 +- [[BasicSearch>./BasicSearch]]
 +- [[flotsamGroup>./Flotsam Group]]
 +- [[osGroup>./osGroup]]
#br #br
- 
-** Programing [#v7a160b9] 
-*** [[Class>./Class]] [#cda0ce7c] 
- 
-*** [[Modules>./Modules]] [#jf3416db] 
-- OpenSim/Region/Framework/ModuleLoader.cs​ で読み込まれる 
#br #br
** Memo [#y257e7b9] ** Memo [#y257e7b9]
-- [[リビジョンのアップで,気がついた時点での変更点 >./revision_change_point]] +- ''[[リビジョンのアップで,気がついた時点での変更点 >./revision_change_point]]''
- [[r10115 以降の変更でディレクトリを新しく作り直した時のメモ (設定ファイル)>./setting_files]] - [[r10115 以降の変更でディレクトリを新しく作り直した時のメモ (設定ファイル)>./setting_files]]
-- [[プログラムファイル >./code_files]]+#br 
 +*** [[Bugs>./Bugs]] [#o6d965cb] 
 +***[[DeBug>./DeBug]] [#ke79fce2]
 +*** [[Geo System>./GeoSystem]] [#p423e0d6]
 +
 +*** Source Code Memo [#g0c0b0ed]
 +- [[Class>./Class]]
 +- [[Modules>./Modules]]
 +- [[プログラムファイル >./code_files]]
- [[SIM境界から,SIM中央への強制ジャンプ>./crossed_region]] - [[SIM境界から,SIM中央への強制ジャンプ>./crossed_region]]
 +- [[Sculpt>./sculpt]]
 +- [[log4net>./log4net]]
#br #br
 +- estate item の作り方
 + insert into estate_settings (EstateID, EstateName,AllowVoice,UseGlobalTime,Pric​ePerMeter,AllowDirectTeleport,ParentEsta​teID,PublicAccess) Values ('106', 'Sirius01', '1', '1', '1','1','1','1');
 + 
 + insert into estate_settings (EstateID, EstateName,AllowVoice,UseGlobalTime,Pric​ePerMeter,AllowDirectTeleport,ParentEsta​teID,PublicAccess) Values ('111', 'Ayahime', '1', '1', '1','1','1','1');
 +- estate と Region の対応付け
 + update estate_map set EstateID='111' where RegionID='30e40c7e-1c29-40c8-b57d-3d7091​c1601d';
 +#br
 +
 +** Trouble Shooting [#lccfde88]
 +*** DB の prims テーブルの Textカラムに UTF-8 が格納できない問題 [#o27927b6]
 +- [[prims テーブル>./DB/prims/]]
 +- [[prims テーブルの UTF-8問題>./DB/prims/UTF-8]]
 +#br
 +
 +*** MySQL [#we6a9cd8]
 +**** MySQL error in ExecuteReader: MySql.Data.MySqlClient.MySqlException: Table '''XXXXXX''' is marked as crashed and should be repaired [#bb55dd0d]
 +- MySQL にログインし,''repair table XXXXXX;'' で修復.
 +#br
 +
 +**** Authentication with old password no longer supported, use 4.1 style passwords. [#e3542462]
 +- 接続用モジュールが変わってパスワードの文字が41文字必要だそうだ.
 +
 + +-----------+-------------+------------​-------------------------------+
 + | Host      | User        | Password                                  |
 + +-----------+-------------+------------​-------------------------------+
 + | localhost | root        | a446bd48313ea0e1                          |
 + | rigel-c  | OpensimUser | *DE2467C2A5C64DDF491A284A62A51A867F44FF9​B |
 + | %        | OpensimUser | fc842bd464941c95                          |
 + +-----------+-------------+------------​-------------------------------+
 + 3 rows in set (0.00 sec)
 + 
 + mysql> set session old_passwords = 0;
 + Query OK, 0 rows affected (0.00 sec)
 + 
 + mysql> set password for 'OpensimUser'@'%' = password('XXXXXXXXXX');
 + Query OK, 0 rows affected (0.00 sec)
 + 
 + mysql> select Host,User,Password from user;
 + +-----------+-------------+------------​-------------------------------+
 + | Host      | User        | Password                                  |
 + +-----------+-------------+------------​-------------------------------+
 + | localhost | root        | a446bd48313ea0e1                          |
 + | rigel-c  | OpensimUser | *DE2467C2A5C64DDF491A284A62A51A867F44FF9​B |
 + | %        | OpensimUser | *DE2467C2A5C64DDF491A284A62A51A867F44FF9​B |
 + +-----------+-------------+------------​-------------------------------+
 + 3 rows in set (0.00 sec)
**Index [#gac45695] **Index [#gac45695]
#ls2 #ls2


Front page   New List of Pages Search Recent changes   Help   RSS of recent changes (RSS 1.0) RSS of recent changes (RSS 2.0) RSS of recent changes (RSS Atom)

Site Search

Login

Username:

Password:


Lost Password?
Register now!!

Sub Menu

mini Calendar

Last MonthApr 2024Next Month
Su Mo Tu We Th Fr Sa
1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30
Today

Who's Online

97 user(s) are online (21 user(s) are browsing xpwiki)

Members: 0
Guests: 97

more...

Access Counter

Today : 1287612876128761287612876
Yesterday : 1529415294152941529415294
Total : 2340757623407576234075762340757623407576234075762340757623407576
Powered by XOOPS Cube 2.1© 2001-2006 XOOPS Cube Project
Design by XoopsDesign.com