flagflag  
50: 2010-04-15 (Thu) 01:33:07 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/ 
 + 
 +- [[opensim-libs]]: git://opensimulator.org/git/opensim-libs​ 
 + 
 +- http://www.isus.jp/article/game-special/​opensimulator_1/ 
 + 
 +-  git git://opensimulator.org/git/opensim 
 +#br
-- OpenMv http://openmv.org/+** Download [#hd556b0e] 
 +*** Git [#madae3be] 
 + git clone git://opensimulator.org/git/opensim 
 + 
 +** Related Software [#v23eeb7c] 
 +- OpenMetaverse http://openmv.org/ 
 +- [[opensim-libs]]: http://opensimulator.org/git/opensim-lib​s​
- OpenLife http://openlifegrid.com/ - OpenLife http://openlifegrid.com/
 +- 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 - Grid Control Panel:http://osgc.eu-grid.eu/wiki/index.​php/Main_Page]]
 +- [[realXtend]]
#br #br
-** [[インストール メモ>./install]] [#t2b9b215]+**** by NSL [#g68698ea] 
 +- [[XoopenSim]]: Xoops Cube 用 OpenSim インターフェイス by NSL 
 +- [[Modlos]]: Moodle 用 OpenSim インターフェイス by NSL 
 +- [[DTL/NSL Money Server>./MoneyServer]] by NSL 
 +- [[OAR Converter of Linux for Unity3D>OAR Converter]] by NSL 
 +- [[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/m​odules/xpwiki/?OpenSim%2FWind]]
#br #br
** コンパイル,設定,実行 [#p95e30ae] ** コンパイル,設定,実行 [#p95e30ae]
-- [[ダウンロード & コンパイル>./Build]] +- [[ダウンロード & コンパイル & 実行>./Build]] 
-- [[ダウンロード & コンパイル (NSL版)>./Build_NSL]] +- [[ダウンロード & コンパイル & 実行 (NSL版)>./Build_NSL]]
-- [[git>./git]] +
- [[設定>./Config]] - [[設定>./Config]]
- 
- [[実行>./Exec]] - [[実行>./Exec]]
 +- [[Bugs>./Bugs]]
 +- 古いバージョンのバグなど-> [[トラブルシューティング>./Troubleshooting]]
 +- [[インストール メモ>./install]]
- [[R.O.B.U.S.T.サーバ>./R.O.B.U.S.T.]] - [[R.O.B.U.S.T.サーバ>./R.O.B.U.S.T.]]
- 
- [[サーバコマンド>./Command]] - [[サーバコマンド>./Command]]
 +#br
 +- [[0.7.5>./0.7.5]]
 +- [[0.7.1>./0.7.1]]
 +- [[0.7>./0.7]]
 +- [[0.6.9RC1>./0.6.9]]
#br #br
-*** [[Console のモード>./Console]] [#v8106a6b]+*** 0.9.3 with .NET6 [#c3b1b13d]
-*** [[データベース>./DB]] [#x9e55e74]+ yum install dotnet-*-6.0 
 +  
 + git clone git://opensimulator.org/git/opensim 
 + cd opensim 
 + git checkout dotnet6 
 +  
 + ./runprebuild.sh 
 + ./compile.sh 
 +  
 + cd bin 
 + ./opensim.sh  or ./OpenSim
-*** [[マネーサーバ>./MoneyServer]] [#z23b61d1]+#br
-*** [[トラブルシューティング>./Troubleshooting]] [#qe9839d9] +** 内部構造 [#v9ddc5bc
- +*** Server [#p501406d] 
-*** [[グループ機能>./Config/Group]] [#ue864a92]+- [[Robust Server>./Robust]]
#br #br
-*** [[0.6.9RC1>./0.6.9RC1]] [#kc1e4909]+ 
 +*** Functions [#offe1195] 
 +- CAPS:  http://mrtopf.de/blog/second-life/slga-c​apabilities-explained-technical/ 
 +- [[UniversalUserIdentifier : uuid(;endpoint(;first last(;secret))) >./UniversalUserIdentifier]] 
 + 
 +- [[Helper Scripts>./Helper Scripts]] 
 +- [[Command>./Command]] 
 +- [[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 #br
-*** [[Profile>./profile]] [#b73f1b4f] 
-** Related Software [#v23eeb7c+*** Our (NSL's) Works [#v938594d
-- [[XoopenSim]]: Xoops Cube 用 OpenSim インターフェイス by NSL +- [[Wind Module  (SFSW) >./Wind]]
-- [[DTL Money Server and its NSL Version>./MoneyServer]]+
-- Freeの Assetと Inventoryのデータ [[OpenLibrary r0.20:http://openlifegrid.com/Support/Downloads/tabid/67/Default.aspx]]  (要OpenLifeのアカウント) +- [[Money Server>./MoneyServer]] 
-- OpenSim Web Interface [[OpenSimWI-Redux:http://forge.opensimulator.org/gf/project/opensimwi]] +- [ja][[WEB Interface>./WEB Interface]][/ja][[WEB Interface (E)>./WEB Interface (E)]][/en] 
--[[OpenSim - Grid Control Panel:http://osgc.eu-grid.eu/wiki/index.php/Main_Page]]+- [ja][[XoopenSim]][/ja][en][[XoopenSim (E)]] is Web Interface for [[Xoops Cube]] 
 +- [ja][[Modlos]][/ja][[Modlos (E)]][/en] is Web Interface for [[Moodle]] 
 +- [[OpenSim Diorama v2>./Diorama2]] 
 +- [[OpenSim Diorama v1>./Diorama]] 
 +- [[標高データ: r32ファイルへの変換>./r32file]]
-- [[realXtend]]+- [[Hack>./hack]]
#br #br
- +*** Modules [#z8b96d27
-** FreeSwitch [#j1d975bc+- [[OfflineMessage>./OfflineMessage]
-*** ボイスの有効化(データベース) [#g5329e11+- [[MuteList>./MuteList]] 
-- land テーブルの LandFlags アイテム +- [[OpenProfile>./OpenProfile]] 
--- プライベートチャンネル 0x20000000 +- [[UserProfile>./UserProfile]] 
--- 不動産チャンネル 0x40000000+- [[OpenSearch>./OpenSearch]] 
 +- [[BasicSearch>./BasicSearch]] 
 +- [[flotsamGroup>./Flotsam Group]] 
 +- [[osGroup>./osGroup]]
#br #br
- 
-** NINJA Physics [#c15ee5c9] 
-- use_NINJA_physics_joints = true 
-- http://opensimulator.org/wiki/NINJA_Phys​ics 
#br #br
-** Geo System[#n452847f+** Memo [#y257e7b9
-- OpenSim Diorama を美しく見る +- ''[[リビジョンのアップで,気がついた時点での変更点 >./revision_change_point]]'' 
--- renderVolumeLODFactor set 4 +- [[r10115 以降の変更でディレクトリを新しく作り直した時のメモ (設定ファイル)>./setting_files]]
--- renderTerrainLODFactor set 4 +
-- 日本測地系=>世界測地系 簡易返還式 +
- BWGS84 = BTokyo - 0.00010695 *BTokyo + 0.000017464*LTokyo + 0.0046017 +
- LWGS84 = LTokyo - 0.000046038*BTokyo - 0.000083043*LTokyo + 0.010040 +
-- SRTM (Shuttle Radar Topography Mission) +
--- SRTM1   1秒メッシュ 約30m アメリカのみ +
--- SRTM3   3秒メッシュ 約90m 全世界 +
--- SRTM30 30秒メッシュ 約900m +
--- 解説 http://www.jpl.nasa.gov/srtm/ +
--- ダウンロード http://dds.cr.usgs.gov/srtm/ +
-- Landsat 7 +
--- ダウンロード ftp://ftp.glcf.umiacs.umd.edu/glcf/Lands​at/ +
--メモ +
--- 数値標高モデル(DSM: Digital Surface Model)  測定生データ +
--- 数値地形モデル(DTM: Digital Terrain Model)  DEMの加工データ.地形を表す. +
--- SRTM30Plus 海底標高データ +
-- 参考ページ +
--- SRTM  http://www.kashmir3d.com/srtm/ +
--- Landsat 7  http://oasis.halfmoon.jp/other/kashmir/ ​+
-#br+
-** Hyper Grid [#l29674b3] 
-- hypergrid = true 
-- WoldMapModle = HGWorldMapModule  を追加 
-- Include-HGGrid = .... 
#br #br
 +*** [[Bugs>./Bugs]] [#o6d965cb]
 +***[[DeBug>./DeBug]] [#ke79fce2]
-** Script [#bc336cfa] +*** [[Geo System>./GeoSystem]] [#p423e0d6]
-- 使用可能言語 http://opensimulator.org/wiki/Scripting_​Languages +
-- [[OS Script Function>./OSFunction]] +
--- [[OS Function List>./OSFunction/List]+
-#br+
-** Hacking [#t7734f00+*** Source Code Memo [#g0c0b0ed
-- [[0.6.8用 NSLパッチ:http://www.nsl.tuis.ac.jp/xoops/modules​/d3downloads/index.php?page=singlefile&c​id=8&lid=11]] +- [[Class>./Class]] 
-- [[マネーサーバ>./MoneyServer]] +- [[Modules>./Modules]] 
-- [[サーバのNAT越え>./NAT]] +- [[プログラムファイル >./code_files]] 
-- [[Login処理>./Login]] +- [[SIM境界から,SIM中央への強制ジャンプ>./crossed_region]] 
-- [[標高データについて >./Hack/altitude_data]] +- [[Sculpt>./sculpt]] 
-- [[Heightmap>./Heightmap]] +- [[log4net>./log4net]]
-- [[TerrainModifyer>./TerrainModifyer]] +
-- [[llSetPrimitiveParams>./llSetPrimitiveParams]]+
#br #br
- +- estate item の作り方 
-*** Script Engine [#t8ec5cfe] + insert into estate_settings (EstateID, EstateName,AllowVoice,UseGlobalTime,Pric​ePerMeter,AllowDirectTeleport,ParentEsta​teID,PublicAccess) Values ('106', 'Sirius01', '1', '1', '1','1','1','1'); 
-- [[LL関数の自作>./LLFunction]] +&nbsp
-- [[OS関数の自作>./OSFunction]] + insert into estate_settings (EstateID, EstateName,AllowVoice,UseGlobalTime,Pric​ePerMeter,AllowDirectTeleport,ParentEsta​teID,PublicAccess) Values ('111', 'Ayahime', '1', '1', '1','1','1','1')
-- [[標高設定関数の例>./llGroundSet]]+- estate と Region の対応付け 
 + update estate_map set EstateID='111' where RegionID='30e40c7e-1c29-40c8-b57d-3d7091​c1601d';
#br #br
-*** Patch [#dcda4753+** Trouble Shooting [#lccfde88
-- [[ Inventory のアイコンが全部Shape用のアイコンになる>./Hack/Inventory_Icon]+*** DB の prims テーブルの Textカラムに UTF-8 が格納できない問題 [#o27927b6
- +- [[prims テーブル>./DB/prims/]] 
-- [[OdePlugin で標高データがおかしくなる件>./Hack/OdePlugin]] +- [[prims テーブルの UTF-8問題>./DB/prims/UTF-8]]
- +
-- [[オブジェクトが何も無い区画(土地)で,「土地情報」->「オブジェクト」で「リスト更新」をクリックすると,サーバスレッドがクラッシュする.>./Hack/QueuePacket]] +
- +
-- [[SIMの境界で,座標な不正になった場合に,強制的にemergencyPos [すなわち(128,128,128)] へ移動させられないようにする.>./hack/emergencyPos]] +
- +
-- [[何も無い領域とSIMとの境界で,アバターが奈落に落ちるを防止する(ODE) >./Hack/SIM_boundary]] +
- +
-- [[地上で落下のアニメーションの連続再生をさせない>./Hack/UpdateMovementAnimations]] +
- +
-- [[OS の違いによる 「シミュレータのバージョン違い」 のワーニングをサプレスする >./Hack/SimulatorVersion]] +
- +
- +
#br #br
-** Programing [#v7a160b9+*** MySQL [#we6a9cd8
-*** [[Class>./Class]] [#cda0ce7c] +**** MySQL error in ExecuteReader: MySql.Data.MySqlClient.MySqlException: Table '''XXXXXX''' is marked as crashed and should be repaired [#bb55dd0d
- +- MySQL にログインし,''repair table XXXXXX;'' で修復.
-*** [[Modules>./Modules]] [#jf3416db+
-- OpenSim/Region/Framework/ModuleLoader.cs​ で読み込まれる+
#br #br
-** Memo [#y257e7b9+**** Authentication with old password no longer supported, use 4.1 style passwords. [#e3542462
-- [[リビジョンのアップで,気がついた時点での変更点 >./revision_change_point]]+- 接続用モジュールが変わってパスワードの文字が41文字必要だそうだ.
-- [[r10115 以降の変更でディレクトリを新しく作り直した時のメモ (設定ファイル)>./setting_files]] + +-----------+-------------+---------------​----------------------------+ 
- + | Host      | User        | Password                                  | 
-- [[プログラムファイル >./code_files]] + +-----------+-------------+------------​-------------------------------+ 
- + | localhost | root        | a446bd48313ea0e1                          | 
-- [[SIM境界から,SIM中央への強制ジャンプ>./crossed_region]] + | rigel-c  | OpensimUser | *DE2467C2A5C64DDF491A284A62A51A867F44FF9​B | 
- + | %        | OpensimUser | fc842bd464941c95                          | 
-- [[Sculpt>./sculpt]] + +-----------+-------------+------------​-------------------------------+ 
-#br+ 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[ja]サイト内 検索[/ja]

Login

Username:

Password:


Lost Password?
Register now!!

Sub Menu

mini Calendar

Last MonthMay 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 31
Today

Who's Online

99 user(s) are online (25 user(s) are browsing xpwiki)

Members: 0
Guests: 99

more...

Access Counter

Today : 1206112061120611206112061
Yesterday : 7722772277227722
Total : 2344354223443542234435422344354223443542234435422344354223443542
Powered by XOOPS Cube 2.1© 2001-2006 XOOPS Cube Project
Design by XoopsDesign.com