• R/O
  • SSH
  • HTTPS

Commit

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

FreeTrainの進化系を目指す


Commit MetaInfo

Revision29 (tree)
Time2014-10-19 17:56:24
Authorc477

Log Message

ビュー回転の向きなど微修正

Change Summary

Incremental Difference

--- trunk/plugins/system/plugin.xml (revision 28)
+++ trunk/plugins/system/plugin.xml (revision 29)
@@ -140,8 +140,8 @@
140140 <contribution type="ToolButtons" id="ViewController">
141141 <name>テストボタン</name>
142142 <bar name="ActiveView">
143- <button bid="ROTATE|LEFT" image="tbViewCtrl.bmp" index="1" >左回転</button>
144- <button bid="ROTATE|RIGHT" image="tbViewCtrl.bmp" index="0" >右回転</button>
143+ <button bid="ROTATE|LEFT" image="tbViewCtrl.bmp" index="0" >左回転</button>
144+ <button bid="ROTATE|RIGHT" image="tbViewCtrl.bmp" index="1" >右回転</button>
145145 <button bid="ZOOM|ZOOMIN" image="tbViewCtrl.bmp" index="2" >拡大</button>
146146 <button bid="ZOOM|ZOOMOUT" image="tbViewCtrl.bmp" index="3" >縮小</button>
147147 <button bid="TEST|SETOBJS" image="../../res/plugin_icons.bmp" index="1" >テスト物体配置</button>
--- trunk/core/impl/view/ViewController.cs (revision 28)
+++ trunk/core/impl/view/ViewController.cs (revision 29)
@@ -92,7 +92,7 @@
9292 GameViewPanel gvp = GameManager.theInstance.ActiveView as GameViewPanel;
9393 if (gvp != null) {
9494 InterCardinalDirection dir = gvp.UpperDirection;
95- gvp.UpperDirection = Direction.GetLeftOf(dir);
95+ gvp.UpperDirection = Direction.GetRightOf(dir);
9696 }
9797 }
9898
--- trunk/core/contributions/terrain/CtbCliffTextureFactory.cs (revision 28)
+++ trunk/core/contributions/terrain/CtbCliffTextureFactory.cs (revision 29)
@@ -20,6 +20,7 @@
2020 /// <summary>
2121 /// CtbCliffTextureFactory の概要の説明です。
2222 /// </summary>
23+ [Obsolete]
2324 public class CtbCliffTextureFactory : CtbCustomCtbFactory
2425 {
2526 public static readonly Color texBGColor = Color.Magenta;
--- trunk/framework/TODO.txt (revision 28)
+++ trunk/framework/TODO.txt (revision 29)
@@ -1,6 +1,6 @@
11 ・凹型(interior)/凸型(exterior)に分かれた3Dオブジェクト(線路など用)
22 ・選択UIの基本、ステータス表示の基本 InputController<-*SitePicker 見た目=skin
3-・MRT昼夜同時描画/HitTest用マップ
3+・[済]MRT昼夜同時描画/HitTest用マップ
44
55 ◎開発メモ
66 ビルドしてobjからbinへのファイルコピー時にNFT.Framework.dllがロックする問題の暫定対処に