<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:default="http://www.w3.org/1999/xhtml">
  <title xmlns="http://www.w3.org/2005/Atom">吉里吉里 開発版の詳細</title>
  <link xmlns="http://www.w3.org/2005/Atom" rel="alternate" href="http://kikyou.info/tvp/dev_detail.php" type="text/html"/>
  <updated xmlns="http://www.w3.org/2005/Atom">2008-08-28T02:25:04+09:00</updated>
  <generator xmlns="http://www.w3.org/2005/Atom">Plagger/0.7.12</generator>
  <subtitle xmlns="http://www.w3.org/2005/Atom"></subtitle>
  <id xmlns="http://www.w3.org/2005/Atom">tag:plagger.org,2006:http://kikyou.info/tvp/dev_detail.php</id>
  <entry xmlns="http://www.w3.org/2005/Atom" xmlns:default="http://www.w3.org/1999/xhtml">
    <title xmlns="http://www.w3.org/2005/Atom">吉里吉里 2.29-dev.20071022</title>
    <link xmlns="http://www.w3.org/2005/Atom" rel="alternate" href="http://kikyou.info/tvp/dev_detail.php#910fe7840d3ba0ada9ee4020a99d3a3f" type="text/html"/>
    <summary xmlns="http://www.w3.org/2005/Atom">
				
					(レンダリング済みフォント作成ツールおよびFont.doUserSelectJで) PS形式 OpenType フォントも列挙するように
					フォント名指定で、 カンマで区切って列挙する際、直前の候補のフォント名が空だった場合に、その後のフォントがあってもなくても ( フォントの存在チェックをせずに) 使うように。たとえば ",My Original Font" と書くと、"My Original Font" というフォント名のフォントが強制的に使用される
					DirectDraw のドライバの情報を DirectDraw を読み込んだだけでは取得しないようにした (Windowsが外部サイトに問い合わせに行ってしまうため)
					サブウィンドウでも、拡大縮小があるときかつ指定のdrawerが無い場合はベンチマークを行うように
					Window.PassThroughDrawDevice.drawer プロパティ (現在使用されているdrawer) と Window.PassThroughDrawDevice.recreate() (drawer の作り直し) を追加
					datapath のディレクトリを本当に必要になったときにのみ作成するように
					Direct3D でテクスチャへ直接テクセルデータを転送したときに、縮小が行われている場合におかしな動作をしていたのを修正 (2007/9/1 2.29-dev.20070901で発生)
					レイヤのサイズ変更に伴って内部情報が更新されなかったのを修正 (2007/9/1 2.29-dev.20070901で発生)
					PassThroughDrawDeviceを作り直す際にメモリ・リソースリークをしていたのを修正 (2007/9/1 2.29-dev.20070901で発生)
					(VideoOverlayクラス) フルスクリーン切り替えを何度か繰り返すと落ちる不具合の修正(#37)
					(VideoOverlayクラス) mode=vomMixerの場合にマウスメッセージをドレインウィンドウ(吉里吉里側)へ流すように
					(VideoOverlayクラス) mode=vomMixerの場合にDirect3Dを用いて拡大・縮小処理を行うように
					Layer で userAttenstion=true かつ hasImage=false の場合に EAccessViolation が発生する可能性があったのを修正
				
			</summary>
    <content xmlns="http://www.w3.org/2005/Atom" xmlns:default="http://www.w3.org/1999/xhtml" type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
				<ul>
					<li>(レンダリング済みフォント作成ツールおよびFont.doUserSelectJで) PS形式 OpenType フォントも列挙するように</li>
					<li>フォント名指定で、 カンマで区切って列挙する際、直前の候補のフォント名が空だった場合に、その後のフォントがあってもなくても ( フォントの存在チェックをせずに) 使うように。たとえば ",My Original Font" と書くと、"My Original Font" というフォント名のフォントが強制的に使用される</li>
					<li>DirectDraw のドライバの情報を DirectDraw を読み込んだだけでは取得しないようにした (Windowsが外部サイトに問い合わせに行ってしまうため)</li>
					<li>サブウィンドウでも、拡大縮小があるときかつ指定のdrawerが無い場合はベンチマークを行うように</li>
					<li>Window.PassThroughDrawDevice.drawer プロパティ (現在使用されているdrawer) と Window.PassThroughDrawDevice.recreate() (drawer の作り直し) を追加</li>
					<li>datapath のディレクトリを本当に必要になったときにのみ作成するように</li>
					<li>Direct3D でテクスチャへ直接テクセルデータを転送したときに、縮小が行われている場合におかしな動作をしていたのを修正 (2007/9/1 2.29-dev.20070901で発生)</li>
					<li>レイヤのサイズ変更に伴って内部情報が更新されなかったのを修正 (2007/9/1 2.29-dev.20070901で発生)</li>
					<li>PassThroughDrawDeviceを作り直す際にメモリ・リソースリークをしていたのを修正 (2007/9/1 2.29-dev.20070901で発生)</li>
					<li>(VideoOverlayクラス) フルスクリーン切り替えを何度か繰り返すと落ちる不具合の修正(<a href="https://sv.kikyou.info/trac/kirikiri/ticket/37">#37</a>)</li>
					<li>(VideoOverlayクラス) mode=vomMixerの場合にマウスメッセージをドレインウィンドウ(吉里吉里側)へ流すように</li>
					<li>(VideoOverlayクラス) mode=vomMixerの場合にDirect3Dを用いて拡大・縮小処理を行うように</li>
					<li>Layer で userAttenstion=true かつ hasImage=false の場合に EAccessViolation が発生する可能性があったのを修正</li>
				</ul>
			</div>
    </content>
    <category xmlns="http://www.w3.org/2005/Atom" term=""/>
    <author xmlns="http://www.w3.org/2005/Atom">
      <name xmlns="http://www.w3.org/2005/Atom">nobody</name>
    </author>
    <id xmlns="http://www.w3.org/2005/Atom">tag:plagger.org,2006:http://kikyou.info/tvp/dev_detail.php#910fe7840d3ba0ada9ee4020a99d3a3f</id>
  </entry>
  <entry xmlns="http://www.w3.org/2005/Atom" xmlns:default="http://www.w3.org/1999/xhtml">
    <title xmlns="http://www.w3.org/2005/Atom">吉里吉里 2.29-dev.20070908</title>
    <link xmlns="http://www.w3.org/2005/Atom" rel="alternate" href="http://kikyou.info/tvp/dev_detail.php#015c5b70cf853c659749b98370b270da" type="text/html"/>
    <summary xmlns="http://www.w3.org/2005/Atom">
				
					「エンジン設定」および「吉里吉里設定」で -usedb の設定ができなかったのを修正 (2.29-dev.20070901より)
					-contfreq あるいは -waitvsync での処理が追いつかない場合にフリーズしたような状態になってしまうのを回避 (2.29-dev.20070901より)
				
			</summary>
    <content xmlns="http://www.w3.org/2005/Atom" xmlns:default="http://www.w3.org/1999/xhtml" type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
				<ul>
					<li>「エンジン設定」および「吉里吉里設定」で -usedb の設定ができなかったのを修正 (2.29-dev.20070901より)</li>
					<li>-contfreq あるいは -waitvsync での処理が追いつかない場合にフリーズしたような状態になってしまうのを回避 (2.29-dev.20070901より)</li>
				</ul>
			</div>
    </content>
    <category xmlns="http://www.w3.org/2005/Atom" term=""/>
    <author xmlns="http://www.w3.org/2005/Atom">
      <name xmlns="http://www.w3.org/2005/Atom">nobody</name>
    </author>
    <id xmlns="http://www.w3.org/2005/Atom">tag:plagger.org,2006:http://kikyou.info/tvp/dev_detail.php#015c5b70cf853c659749b98370b270da</id>
  </entry>
  <entry xmlns="http://www.w3.org/2005/Atom" xmlns:default="http://www.w3.org/1999/xhtml">
    <title xmlns="http://www.w3.org/2005/Atom">吉里吉里 2.29-dev.20070901</title>
    <link xmlns="http://www.w3.org/2005/Atom" rel="alternate" href="http://kikyou.info/tvp/dev_detail.php#9cc153b10c25fc37998e4a8e2c4b34e5" type="text/html"/>
    <summary xmlns="http://www.w3.org/2005/Atom">
				
					レイヤサイズが決定していない状態でマウス座標などを得ようとすると例外が発生していたのを修正 (2.29-dev.20070416 あたりで混入)
					レイヤのマウスキャプチャがはずされた場合、ウィンドウのマウスキャプチャも同様にはずすように
					レアケース(レイヤの重ね方によっては出る可能性がある)でEAccessViolationが発生していたのを修正
					Direct3D によるダブルバッファリング(+拡大)表示が可能に
					-usedb オプションを追加(強制的にダブルバッファリングを行うかどうか)
					-dbstyle オプションの意味を変更(ダブルバッファリングの方式を選択する意味に)
					-waitvsync オプションで垂直同期待ちを行う場合のCPU負荷を軽減
					-waitvsync オプションで垂直同期待ちを行う場合はcontinuous handlerのタイミングも垂直同期に合わせるように (-contfreqの設定は無視される)
					Window.minWidth, Window.maxWidth, Window.setMinSize などを追加(ウィンドウの最小サイズ・最大サイズの設定)
				
			</summary>
    <content xmlns="http://www.w3.org/2005/Atom" xmlns:default="http://www.w3.org/1999/xhtml" type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
				<ul>
					<li>レイヤサイズが決定していない状態でマウス座標などを得ようとすると例外が発生していたのを修正 (2.29-dev.20070416 あたりで混入)</li>
					<li>レイヤのマウスキャプチャがはずされた場合、ウィンドウのマウスキャプチャも同様にはずすように</li>
					<li>レアケース(レイヤの重ね方によっては出る可能性がある)でEAccessViolationが発生していたのを修正</li>
					<li>Direct3D によるダブルバッファリング(+拡大)表示が可能に</li>
					<li>-usedb オプションを追加(強制的にダブルバッファリングを行うかどうか)</li>
					<li>-dbstyle オプションの意味を変更(ダブルバッファリングの方式を選択する意味に)</li>
					<li>-waitvsync オプションで垂直同期待ちを行う場合のCPU負荷を軽減</li>
					<li>-waitvsync オプションで垂直同期待ちを行う場合はcontinuous handlerのタイミングも垂直同期に合わせるように (-contfreqの設定は無視される)</li>
					<li>Window.minWidth, Window.maxWidth, Window.setMinSize などを追加(ウィンドウの最小サイズ・最大サイズの設定)</li>
				</ul>
			</div>
    </content>
    <category xmlns="http://www.w3.org/2005/Atom" term=""/>
    <author xmlns="http://www.w3.org/2005/Atom">
      <name xmlns="http://www.w3.org/2005/Atom">nobody</name>
    </author>
    <id xmlns="http://www.w3.org/2005/Atom">tag:plagger.org,2006:http://kikyou.info/tvp/dev_detail.php#9cc153b10c25fc37998e4a8e2c4b34e5</id>
  </entry>
  <entry xmlns="http://www.w3.org/2005/Atom" xmlns:default="http://www.w3.org/1999/xhtml">
    <title xmlns="http://www.w3.org/2005/Atom">吉里吉里 2.29-dev.20070612</title>
    <link xmlns="http://www.w3.org/2005/Atom" rel="alternate" href="http://kikyou.info/tvp/dev_detail.php#675eb4cd9b8a3b9d3faf8f3e066d25c2" type="text/html"/>
    <summary xmlns="http://www.w3.org/2005/Atom">
				
					xp3 アーカイブの exe形式のヘッダを取りやめ (McAfeeによる大幅なパフォーマンス劣化のため)
					オプションを動的に変更する System.setArgument メソッドを追加
					Window.setMaskRegion() の実装をすっかりほったらかしにしていたので実装
					フルスクリーン中に他アプリに切り替わった際などのエラーを抑制
					ウィンドウ更新メッセージの処理中に発生した例外をキャッチできなかったのを修正
				
			</summary>
    <content xmlns="http://www.w3.org/2005/Atom" xmlns:default="http://www.w3.org/1999/xhtml" type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
				<ul>
					<li>xp3 アーカイブの exe形式のヘッダを取りやめ (McAfeeによる大幅なパフォーマンス劣化のため)</li>
					<li>オプションを動的に変更する System.setArgument メソッドを追加</li>
					<li>Window.setMaskRegion() の実装をすっかりほったらかしにしていたので実装</li>
					<li>フルスクリーン中に他アプリに切り替わった際などのエラーを抑制</li>
					<li>ウィンドウ更新メッセージの処理中に発生した例外をキャッチできなかったのを修正</li>
				</ul>
			</div>
    </content>
    <category xmlns="http://www.w3.org/2005/Atom" term=""/>
    <author xmlns="http://www.w3.org/2005/Atom">
      <name xmlns="http://www.w3.org/2005/Atom">nobody</name>
    </author>
    <id xmlns="http://www.w3.org/2005/Atom">tag:plagger.org,2006:http://kikyou.info/tvp/dev_detail.php#675eb4cd9b8a3b9d3faf8f3e066d25c2</id>
  </entry>
  <entry xmlns="http://www.w3.org/2005/Atom" xmlns:default="http://www.w3.org/1999/xhtml">
    <title xmlns="http://www.w3.org/2005/Atom">吉里吉里 2.29-dev.20070521</title>
    <link xmlns="http://www.w3.org/2005/Atom" rel="alternate" href="http://kikyou.info/tvp/dev_detail.php#cae0a7dbf94c632ae896707830904976" type="text/html"/>
    <summary xmlns="http://www.w3.org/2005/Atom">
				
					吉里吉里設定の文字列形式のオプションの文字列入力ボックスが、ウィンドウサイズを変更しても右端にくっついて行かなかったのを修正
					レイヤ描画による再生やWMVでの再生中におけるメモリリークを修正
					-datapath オプションを追加。System.dataPath プロパティでその設定内容を取得できるように
					吉里吉里のオプションを拡張子が .cf あるいは .cfu のファイルに保存する用に (詳細はリファレンスを参照してください)
					-printdatapath オプションを追加 (標準出力に -datapath の設定内容を出力する
					画面更新イベントがcontinuousハンドラよりも前に呼ばれていたので後にするように
					Timer.interval に実数を指定できるように(1/65536ミリ秒単位で指定が可能)
					Timer.mode プロパティ追加 (配信されるイベントの優先度を指定する)
					-contfreq オプション追加 (continuous handler の呼び出し周期を制限する)continuous handler はトランジションなどにも利用されているので、これにより実質的な FPS 制限が可能。また、これに伴い -reducecpu オプションを廃止。
					XP3アーカイブの先頭にexe形式のスタブをつけるように(このスタブは吉里吉里実行可能ファイルを自分と同じフォルダから探して、自身を引数にして吉里吉里を実行する)

					(Releaser) -nowriterpf オプションをつけることで、アーカイブ作成時にdefault.rpf を上書きしないように
					(Releaser) コマンドラインオプション -out (出力ファイルの指定)と -rpf(プロファイルの指定) を追加。
				
			</summary>
    <content xmlns="http://www.w3.org/2005/Atom" xmlns:default="http://www.w3.org/1999/xhtml" type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
				<ul>
					<li>吉里吉里設定の文字列形式のオプションの文字列入力ボックスが、ウィンドウサイズを変更しても右端にくっついて行かなかったのを修正</li>
					<li>レイヤ描画による再生やWMVでの再生中におけるメモリリークを修正</li>
					<li>-datapath オプションを追加。System.dataPath プロパティでその設定内容を取得できるように</li>
					<li>吉里吉里のオプションを拡張子が .cf あるいは .cfu のファイルに保存する用に (詳細はリファレンスを参照してください)</li>
					<li>-printdatapath オプションを追加 (標準出力に -datapath の設定内容を出力する</li>
					<li>画面更新イベントがcontinuousハンドラよりも前に呼ばれていたので後にするように</li>
					<li>Timer.interval に実数を指定できるように(1/65536ミリ秒単位で指定が可能)</li>
					<li>Timer.mode プロパティ追加 (配信されるイベントの優先度を指定する)</li>
					<li>-contfreq オプション追加 (continuous handler の呼び出し周期を制限する)continuous handler はトランジションなどにも利用されているので、これにより実質的な FPS 制限が可能。また、これに伴い -reducecpu オプションを廃止。</li>
					<li>XP3アーカイブの先頭にexe形式のスタブをつけるように(このスタブは吉里吉里実行可能ファイルを自分と同じフォルダから探して、自身を引数にして吉里吉里を実行する)</li>

					<li>(Releaser) -nowriterpf オプションをつけることで、アーカイブ作成時にdefault.rpf を上書きしないように</li>
					<li>(Releaser) コマンドラインオプション -out (出力ファイルの指定)と -rpf(プロファイルの指定) を追加。</li>
				</ul>
			</div>
    </content>
    <category xmlns="http://www.w3.org/2005/Atom" term=""/>
    <author xmlns="http://www.w3.org/2005/Atom">
      <name xmlns="http://www.w3.org/2005/Atom">nobody</name>
    </author>
    <id xmlns="http://www.w3.org/2005/Atom">tag:plagger.org,2006:http://kikyou.info/tvp/dev_detail.php#cae0a7dbf94c632ae896707830904976</id>
  </entry>
  <entry xmlns="http://www.w3.org/2005/Atom" xmlns:default="http://www.w3.org/1999/xhtml">
    <title xmlns="http://www.w3.org/2005/Atom">吉里吉里 2.29-dev.20070416</title>
    <link xmlns="http://www.w3.org/2005/Atom" rel="alternate" href="http://kikyou.info/tvp/dev_detail.php#ac16ceaa000ea96989e684bb6e8c469b" type="text/html"/>
    <summary xmlns="http://www.w3.org/2005/Atom">
				
					フルスクリーン表示のアルゴリズムを大幅に刷新 (デフォルトでは一般的な液晶モニタ向けの解像度決定アルゴリズムになっています)これに伴い -fszoom オプション追加、-fsres オプションの指定内容を変更
					内部的な描画モデルを新しいモデル(DrawDeviceモデル)に変更(新しい描画モデルではハードウェア描画を利用するプラグインを作成可能)
					新しい描画モデルの追加に伴い、-dibtype (DIB使用方法) オプションを廃止
					フォント選択ダイアログが初期状態でサンプルフォントを正しく表示できていなかったのを修正
					tof ファイル (外部設定ファイル) を userconf などで編集するときに、本体が書き込み可能かどうかをチェックしていたのをチェックしないようにした。本体exeが書き込み禁止な状態でも「エンジン設定」を動作可能にするため
					コントローラのコンテキストメニューに「スクリプトエンジンの再起動」を追加
					吉里吉里のメインウィンドウが閉じたときにシステムを終了させるかどうかを表す System.exitOnWindowClose プロパティを追加
					画像演算中の座標計算に間違いがあったので修正
					Layerクラスのコンストラクタに指定する引数が足りない場合にエラーにならなかったのを修正
					例外発生時の詳細な内容のダンプをデバッグモード時に限定するように(#29 )
					トランジション中に画像が正しく更新されないなどの問題を修正
					(TJS2) Math.min と Math.max の挙動を ECMAScript と同じに(#27 )
					(TJS2) グローバルやインスタンスにvarでメンバを作成する際に、同名のプロパティがあった場合にプロパティハンドラが起動してしまっていたのを修正 (#28 )
					(TJS2) RegExp.last を呼び出すとエラーになっていたのを修正 (#30 )
					(TJS2) RegExp.start に値を設定しても、その部分以降からの探索にならないのを 修正 (#31 )
				
			</summary>
    <content xmlns="http://www.w3.org/2005/Atom" xmlns:default="http://www.w3.org/1999/xhtml" type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
				<ul>
					<li>フルスクリーン表示のアルゴリズムを大幅に刷新 (デフォルトでは一般的な液晶モニタ向けの解像度決定アルゴリズムになっています)これに伴い -fszoom オプション追加、-fsres オプションの指定内容を変更</li>
					<li>内部的な描画モデルを新しいモデル(DrawDeviceモデル)に変更(新しい描画モデルではハードウェア描画を利用するプラグインを作成可能)</li>
					<li>新しい描画モデルの追加に伴い、-dibtype (DIB使用方法) オプションを廃止</li>
					<li>フォント選択ダイアログが初期状態でサンプルフォントを正しく表示できていなかったのを修正</li>
					<li>tof ファイル (外部設定ファイル) を userconf などで編集するときに、本体が書き込み可能かどうかをチェックしていたのをチェックしないようにした。本体exeが書き込み禁止な状態でも「エンジン設定」を動作可能にするため</li>
					<li>コントローラのコンテキストメニューに「スクリプトエンジンの再起動」を追加</li>
					<li>吉里吉里のメインウィンドウが閉じたときにシステムを終了させるかどうかを表す System.exitOnWindowClose プロパティを追加</li>
					<li>画像演算中の座標計算に間違いがあったので修正</li>
					<li>Layerクラスのコンストラクタに指定する引数が足りない場合にエラーにならなかったのを修正</li>
					<li>例外発生時の詳細な内容のダンプをデバッグモード時に限定するように(<a href="https://sv.kikyou.info/trac/kirikiri/ticket/29">#29</a> )</li>
					<li>トランジション中に画像が正しく更新されないなどの問題を修正</li>
					<li>(TJS2) Math.min と Math.max の挙動を ECMAScript と同じに(<a href="https://sv.kikyou.info/trac/kirikiri/ticket/27">#27</a> )</li>
					<li>(TJS2) グローバルやインスタンスにvarでメンバを作成する際に、同名のプロパティがあった場合にプロパティハンドラが起動してしまっていたのを修正 (<a href="https://sv.kikyou.info/trac/kirikiri/ticket/28">#28</a> )</li>
					<li>(TJS2) RegExp.last を呼び出すとエラーになっていたのを修正 (<a href="https://sv.kikyou.info/trac/kirikiri/ticket/30">#30</a> )</li>
					<li>(TJS2) RegExp.start に値を設定しても、その部分以降からの探索にならないのを 修正 (<a href="https://sv.kikyou.info/trac/kirikiri/ticket/31">#31</a> )</li>
				</ul>
			</div>
    </content>
    <category xmlns="http://www.w3.org/2005/Atom" term=""/>
    <author xmlns="http://www.w3.org/2005/Atom">
      <name xmlns="http://www.w3.org/2005/Atom">nobody</name>
    </author>
    <id xmlns="http://www.w3.org/2005/Atom">tag:plagger.org,2006:http://kikyou.info/tvp/dev_detail.php#ac16ceaa000ea96989e684bb6e8c469b</id>
  </entry>
  <entry xmlns="http://www.w3.org/2005/Atom" xmlns:default="http://www.w3.org/1999/xhtml">
    <title xmlns="http://www.w3.org/2005/Atom">吉里吉里 2.29-dev.20070113</title>
    <link xmlns="http://www.w3.org/2005/Atom" rel="alternate" href="http://kikyou.info/tvp/dev_detail.php#9421fd9e3a3d302b4d6d5105b4147be8" type="text/html"/>
    <summary xmlns="http://www.w3.org/2005/Atom">
				
					プロジェクトフォルダへ書き込みができなかった場合に Debug.logLocationを変更したり -forcelog オプションをつけたりしてもログが出力されなかったのを修正(2.29-dev.20061218で混入)
					ビットマップの横幅を128bit(1 paragraph=16bytes) 単位にアラインメントを行ってから確保するように(画像演算パフォーマンスの向上)
					強制的にシステム終了時のエラーを抑制するように
					onKeyPress などがイベント集約メソッド (actionメソッド)で発生しなかったのを修正 (#26 )
					(TJS2) Array クラスへの機能追加(pop,push,shift,unshift,length) (sugi氏にコードを寄贈して頂きました、ありがとうございます)
					(TJS2) #23 を修正
					(TJS2) #24 を修正
					(TJS2) void | 1 や n ? void : m のような式で不正なVMコードが出力されていたのを修正
					以下の場合に問題を起こす可能性がある
						
							二項演算子の左側に定数項としてvoidが来る場合
							単項演算子のオペランドとして定数項のvoidが来る場合
							?: 演算子の真ん中のオペランドに定数項のvoidが来る場合
						
					
				
			</summary>
    <content xmlns="http://www.w3.org/2005/Atom" xmlns:default="http://www.w3.org/1999/xhtml" type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
				<ul>
					<li>プロジェクトフォルダへ書き込みができなかった場合に Debug.logLocationを変更したり -forcelog オプションをつけたりしてもログが出力されなかったのを修正(2.29-dev.20061218で混入)</li>
					<li>ビットマップの横幅を128bit(1 paragraph=16bytes) 単位にアラインメントを行ってから確保するように(画像演算パフォーマンスの向上)</li>
					<li>強制的にシステム終了時のエラーを抑制するように</li>
					<li>onKeyPress などがイベント集約メソッド (actionメソッド)で発生しなかったのを修正 (<a href="https://sv.kikyou.info/trac/kirikiri/ticket/26">#26</a> )</li>
					<li>(TJS2) Array クラスへの機能追加(pop,push,shift,unshift,length) (sugi氏にコードを寄贈して頂きました、ありがとうございます)</li>
					<li>(TJS2) <a href="https://sv.kikyou.info/trac/kirikiri/ticket/23">#23</a> を修正</li>
					<li>(TJS2) <a href="https://sv.kikyou.info/trac/kirikiri/ticket/24">#24</a> を修正</li>
					<li>(TJS2) void | 1 や n ? void : m のような式で不正なVMコードが出力されていたのを修正<br/>
					以下の場合に問題を起こす可能性がある<br/>
						<ul>
							<li>二項演算子の左側に定数項としてvoidが来る場合</li>
							<li>単項演算子のオペランドとして定数項のvoidが来る場合</li>
							<li>?: 演算子の真ん中のオペランドに定数項のvoidが来る場合</li>
						</ul>
					</li>
				</ul>
			</div>
    </content>
    <category xmlns="http://www.w3.org/2005/Atom" term=""/>
    <author xmlns="http://www.w3.org/2005/Atom">
      <name xmlns="http://www.w3.org/2005/Atom">nobody</name>
    </author>
    <id xmlns="http://www.w3.org/2005/Atom">tag:plagger.org,2006:http://kikyou.info/tvp/dev_detail.php#9421fd9e3a3d302b4d6d5105b4147be8</id>
  </entry>
  <entry xmlns="http://www.w3.org/2005/Atom" xmlns:default="http://www.w3.org/1999/xhtml">
    <title xmlns="http://www.w3.org/2005/Atom">吉里吉里 2.29-dev.20061218</title>
    <link xmlns="http://www.w3.org/2005/Atom" rel="alternate" href="http://kikyou.info/tvp/dev_detail.php#f48c2f473d2816f490c781f9f17c805f" type="text/html"/>
    <summary xmlns="http://www.w3.org/2005/Atom">
				
					WaveSoundBufferのインスタンスをinvalidateするときにonStatusChangedイベントが発生する場合があったのを元の仕様に戻した(2.29-dev.20061107で混入)
					コンソールログファイルの名称を krkr.console.log に固定
					Debug.logLocation プロパティ追加 (コンソールログファイルとhwexcept.logファイルの出力先)
					ログファイルの出力先を、デフォルトでプロジェクトフォルダにした
					(Releaser)デフォルトで拡張子が log のファイルはアーカイブに格納しない分類にするように
					ImageMagickでPNGを-trimしたときに付加されるvpAgチャンクに対応(Layer.loagImages の戻りの辞書配列に vpag_w, vpag_h, vpag_unit として返される)
					vpAgチャンクを持ったPNGファイルを画像フォーマットコンバータで変換する際、TLG sdsのタグ情報としてその情報を出力するように

				
			</summary>
    <content xmlns="http://www.w3.org/2005/Atom" xmlns:default="http://www.w3.org/1999/xhtml" type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
				<ul>
					<li>WaveSoundBufferのインスタンスをinvalidateするときにonStatusChangedイベントが発生する場合があったのを元の仕様に戻した(2.29-dev.20061107で混入)</li>
					<li>コンソールログファイルの名称を krkr.console.log に固定</li>
					<li>Debug.logLocation プロパティ追加 (コンソールログファイルとhwexcept.logファイルの出力先)</li>
					<li>ログファイルの出力先を、デフォルトでプロジェクトフォルダにした</li>
					<li>(Releaser)デフォルトで拡張子が log のファイルはアーカイブに格納しない分類にするように</li>
					<li>ImageMagickでPNGを-trimしたときに付加されるvpAgチャンクに対応(Layer.loagImages の戻りの辞書配列に vpag_w, vpag_h, vpag_unit として返される)</li>
					<li>vpAgチャンクを持ったPNGファイルを画像フォーマットコンバータで変換する際、TLG sdsのタグ情報としてその情報を出力するように</li>

				</ul>
			</div>
    </content>
    <category xmlns="http://www.w3.org/2005/Atom" term=""/>
    <author xmlns="http://www.w3.org/2005/Atom">
      <name xmlns="http://www.w3.org/2005/Atom">nobody</name>
    </author>
    <id xmlns="http://www.w3.org/2005/Atom">tag:plagger.org,2006:http://kikyou.info/tvp/dev_detail.php#f48c2f473d2816f490c781f9f17c805f</id>
  </entry>
  <entry xmlns="http://www.w3.org/2005/Atom" xmlns:default="http://www.w3.org/1999/xhtml">
    <title xmlns="http://www.w3.org/2005/Atom">吉里吉里 2.29-dev.20061119</title>
    <link xmlns="http://www.w3.org/2005/Atom" rel="alternate" href="http://kikyou.info/tvp/dev_detail.php#4a9190760556603bd67d9751ddd40346" type="text/html"/>
    <summary xmlns="http://www.w3.org/2005/Atom">
				
					トランジションのオプションに callback 追加 (tickカウントをコールバックで制御する)
					WaveSoundBuffer.PhaseVocoder.windowやWaveSoundBuffer.PhaseVocoder.overlapに値を指定すると(それが正しい値でも)例外が出てしまうのを修正
					floatと整数のPCM形式の変換にCPUごとの最適化ルーチンを使用するように
					Phase Vocoder フィルタの負荷をアルゴリズムの改良により約1/2に
					WaveSoundBuffer.PhaseVocoder.overlapに0を指定すると自動的にoverlapの適切な値を選ぶように
				
			</summary>
    <content xmlns="http://www.w3.org/2005/Atom" xmlns:default="http://www.w3.org/1999/xhtml" type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
				<ul>
					<li>トランジションのオプションに callback 追加 (tickカウントをコールバックで制御する)</li>
					<li>WaveSoundBuffer.PhaseVocoder.windowやWaveSoundBuffer.PhaseVocoder.overlapに値を指定すると(それが正しい値でも)例外が出てしまうのを修正</li>
					<li>floatと整数のPCM形式の変換にCPUごとの最適化ルーチンを使用するように</li>
					<li>Phase Vocoder フィルタの負荷をアルゴリズムの改良により約1/2に</li>
					<li>WaveSoundBuffer.PhaseVocoder.overlapに0を指定すると自動的にoverlapの適切な値を選ぶように</li>
				</ul>
			</div>
    </content>
    <category xmlns="http://www.w3.org/2005/Atom" term=""/>
    <author xmlns="http://www.w3.org/2005/Atom">
      <name xmlns="http://www.w3.org/2005/Atom">nobody</name>
    </author>
    <id xmlns="http://www.w3.org/2005/Atom">tag:plagger.org,2006:http://kikyou.info/tvp/dev_detail.php#4a9190760556603bd67d9751ddd40346</id>
  </entry>
  <entry xmlns="http://www.w3.org/2005/Atom" xmlns:default="http://www.w3.org/1999/xhtml">
    <title xmlns="http://www.w3.org/2005/Atom">吉里吉里 2.29-dev.20061107</title>
    <link xmlns="http://www.w3.org/2005/Atom" rel="alternate" href="http://kikyou.info/tvp/dev_detail.php#0dd363de6287b148edad5cb9f1ad24b9" type="text/html"/>
    <summary xmlns="http://www.w3.org/2005/Atom">
				
					WaveSoundBuffer.filters プロパティ追加(インサーションフィルタ配列)
					WaveSoundBuffer.PhaseVocoder クラス追加(Phase Vocoder; ピッチシフトやタイムシフトをリアルタイムに行うフィルタ)
				
			</summary>
    <content xmlns="http://www.w3.org/2005/Atom" xmlns:default="http://www.w3.org/1999/xhtml" type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
				<ul>
					<li>WaveSoundBuffer.filters プロパティ追加(インサーションフィルタ配列)</li>
					<li>WaveSoundBuffer.PhaseVocoder クラス追加(Phase Vocoder; ピッチシフトやタイムシフトをリアルタイムに行うフィルタ)</li>
				</ul>
			</div>
    </content>
    <category xmlns="http://www.w3.org/2005/Atom" term=""/>
    <author xmlns="http://www.w3.org/2005/Atom">
      <name xmlns="http://www.w3.org/2005/Atom">nobody</name>
    </author>
    <id xmlns="http://www.w3.org/2005/Atom">tag:plagger.org,2006:http://kikyou.info/tvp/dev_detail.php#0dd363de6287b148edad5cb9f1ad24b9</id>
  </entry>
  <entry xmlns="http://www.w3.org/2005/Atom" xmlns:default="http://www.w3.org/1999/xhtml">
    <title xmlns="http://www.w3.org/2005/Atom">KAG 3.29-dev.20071022</title>
    <link xmlns="http://www.w3.org/2005/Atom" rel="alternate" href="http://kikyou.info/tvp/dev_detail.php#3500a6ae2ddc6d1a09a5f5022d83a352" type="text/html"/>
    <summary xmlns="http://www.w3.org/2005/Atom">
				
					シナリオファイルの最後の行がタブで、タブの後に改行が無いままファイルの終わりになっている場合、EAccessViolationが発生していたのを修正
					videoタグにmode=mixerを追加 (VMR9ミキサモード)
					ムービーのオーバーレイ再生の場合、内部的に mixer モードで試行するように(一部のVista環境でムービーの拡大表示時に補間が効かない問題に対する対処)
				
			</summary>
    <content xmlns="http://www.w3.org/2005/Atom" xmlns:default="http://www.w3.org/1999/xhtml" type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
				<ul>
					<li>シナリオファイルの最後の行がタブで、タブの後に改行が無いままファイルの終わりになっている場合、EAccessViolationが発生していたのを修正</li>
					<li>videoタグにmode=mixerを追加 (VMR9ミキサモード)</li>
					<li>ムービーのオーバーレイ再生の場合、内部的に mixer モードで試行するように(一部のVista環境でムービーの拡大表示時に補間が効かない問題に対する対処)</li>
				</ul>
			</div>
    </content>
    <category xmlns="http://www.w3.org/2005/Atom" term=""/>
    <author xmlns="http://www.w3.org/2005/Atom">
      <name xmlns="http://www.w3.org/2005/Atom">nobody</name>
    </author>
    <id xmlns="http://www.w3.org/2005/Atom">tag:plagger.org,2006:http://kikyou.info/tvp/dev_detail.php#3500a6ae2ddc6d1a09a5f5022d83a352</id>
  </entry>
  <entry xmlns="http://www.w3.org/2005/Atom" xmlns:default="http://www.w3.org/1999/xhtml">
    <title xmlns="http://www.w3.org/2005/Atom">KAG 3.29-dev.20070908</title>
    <link xmlns="http://www.w3.org/2005/Atom" rel="alternate" href="http://kikyou.info/tvp/dev_detail.php#8488a6343817da4973193271cde1f0f7" type="text/html"/>
    <summary xmlns="http://www.w3.org/2005/Atom">
				(変更点はありません)
			</summary>
    <content xmlns="http://www.w3.org/2005/Atom" xmlns:default="http://www.w3.org/1999/xhtml" type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
				(変更点はありません)
			</div>
    </content>
    <category xmlns="http://www.w3.org/2005/Atom" term=""/>
    <author xmlns="http://www.w3.org/2005/Atom">
      <name xmlns="http://www.w3.org/2005/Atom">nobody</name>
    </author>
    <id xmlns="http://www.w3.org/2005/Atom">tag:plagger.org,2006:http://kikyou.info/tvp/dev_detail.php#8488a6343817da4973193271cde1f0f7</id>
  </entry>
  <entry xmlns="http://www.w3.org/2005/Atom" xmlns:default="http://www.w3.org/1999/xhtml">
    <title xmlns="http://www.w3.org/2005/Atom">KAG 3.29-dev.20070901</title>
    <link xmlns="http://www.w3.org/2005/Atom" rel="alternate" href="http://kikyou.info/tvp/dev_detail.php#2504553c1f1868136f77437276266fe8" type="text/html"/>
    <summary xmlns="http://www.w3.org/2005/Atom">
				
					スペースキーやEnterキー長押しでのスキップがしづらくなっていたのを改善(3.27-dev.20060527 あたりからの問題)
				
			</summary>
    <content xmlns="http://www.w3.org/2005/Atom" xmlns:default="http://www.w3.org/1999/xhtml" type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
				<ul>
					<li>スペースキーやEnterキー長押しでのスキップがしづらくなっていたのを改善(3.27-dev.20060527 あたりからの問題)</li>
				</ul>
			</div>
    </content>
    <category xmlns="http://www.w3.org/2005/Atom" term=""/>
    <author xmlns="http://www.w3.org/2005/Atom">
      <name xmlns="http://www.w3.org/2005/Atom">nobody</name>
    </author>
    <id xmlns="http://www.w3.org/2005/Atom">tag:plagger.org,2006:http://kikyou.info/tvp/dev_detail.php#2504553c1f1868136f77437276266fe8</id>
  </entry>
  <entry xmlns="http://www.w3.org/2005/Atom" xmlns:default="http://www.w3.org/1999/xhtml">
    <title xmlns="http://www.w3.org/2005/Atom">KAG 3.29-dev.20070612</title>
    <link xmlns="http://www.w3.org/2005/Atom" rel="alternate" href="http://kikyou.info/tvp/dev_detail.php#ef84179bae19f569b2050920860e7f07" type="text/html"/>
    <summary xmlns="http://www.w3.org/2005/Atom">
				(変更点はありません)
			</summary>
    <content xmlns="http://www.w3.org/2005/Atom" xmlns:default="http://www.w3.org/1999/xhtml" type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
				(変更点はありません)
			</div>
    </content>
    <category xmlns="http://www.w3.org/2005/Atom" term=""/>
    <author xmlns="http://www.w3.org/2005/Atom">
      <name xmlns="http://www.w3.org/2005/Atom">nobody</name>
    </author>
    <id xmlns="http://www.w3.org/2005/Atom">tag:plagger.org,2006:http://kikyou.info/tvp/dev_detail.php#ef84179bae19f569b2050920860e7f07</id>
  </entry>
  <entry xmlns="http://www.w3.org/2005/Atom" xmlns:default="http://www.w3.org/1999/xhtml">
    <title xmlns="http://www.w3.org/2005/Atom">KAG 3.29-dev.20070521</title>
    <link xmlns="http://www.w3.org/2005/Atom" rel="alternate" href="http://kikyou.info/tvp/dev_detail.php#fc2956667a953d61a9eea4a7fc0059bc" type="text/html"/>
    <summary xmlns="http://www.w3.org/2005/Atom">
				
					キーボードでマウスカーソルを移動する際に、マウスカーソル移動後のマウスカーソル移動イベントの処理を自前で処理せずにシステムに任せるように (リンクとグラフィカルボタンなどの onleave, onenter の発生順序を修正)
				
			</summary>
    <content xmlns="http://www.w3.org/2005/Atom" xmlns:default="http://www.w3.org/1999/xhtml" type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
				<ul>
					<li>キーボードでマウスカーソルを移動する際に、マウスカーソル移動後のマウスカーソル移動イベントの処理を自前で処理せずにシステムに任せるように (リンクとグラフィカルボタンなどの onleave, onenter の発生順序を修正)</li>
				</ul>
			</div>
    </content>
    <category xmlns="http://www.w3.org/2005/Atom" term=""/>
    <author xmlns="http://www.w3.org/2005/Atom">
      <name xmlns="http://www.w3.org/2005/Atom">nobody</name>
    </author>
    <id xmlns="http://www.w3.org/2005/Atom">tag:plagger.org,2006:http://kikyou.info/tvp/dev_detail.php#fc2956667a953d61a9eea4a7fc0059bc</id>
  </entry>
  <entry xmlns="http://www.w3.org/2005/Atom" xmlns:default="http://www.w3.org/1999/xhtml">
    <title xmlns="http://www.w3.org/2005/Atom">KAG 3.29-dev.20070416</title>
    <link xmlns="http://www.w3.org/2005/Atom" rel="alternate" href="http://kikyou.info/tvp/dev_detail.php#dafc8bcd9adb80562d961668f91604e0" type="text/html"/>
    <summary xmlns="http://www.w3.org/2005/Atom">
				(変更点はありません)
			</summary>
    <content xmlns="http://www.w3.org/2005/Atom" xmlns:default="http://www.w3.org/1999/xhtml" type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
				(変更点はありません)
			</div>
    </content>
    <category xmlns="http://www.w3.org/2005/Atom" term=""/>
    <author xmlns="http://www.w3.org/2005/Atom">
      <name xmlns="http://www.w3.org/2005/Atom">nobody</name>
    </author>
    <id xmlns="http://www.w3.org/2005/Atom">tag:plagger.org,2006:http://kikyou.info/tvp/dev_detail.php#dafc8bcd9adb80562d961668f91604e0</id>
  </entry>
  <entry xmlns="http://www.w3.org/2005/Atom" xmlns:default="http://www.w3.org/1999/xhtml">
    <title xmlns="http://www.w3.org/2005/Atom">KAG 3.29-dev.20070113</title>
    <link xmlns="http://www.w3.org/2005/Atom" rel="alternate" href="http://kikyou.info/tvp/dev_detail.php#76a2df5114b22510ce2696eceae1f2a6" type="text/html"/>
    <summary xmlns="http://www.w3.org/2005/Atom">
				
					MessageLayer.shadowOffsetX および MessageLayer.shadowOffsetY 追加(この設定を変更するには、いまのところ直接メッセージレイヤのオブジェクトのこれらの変数に値を代入する)
					ButtonLayer を改良し、ボタンが本当に押されていたときだけに onExecute メソッドを呼ぶように (吉里吉里本体は、ウィンドウ内でマウスボタンが離されると、たとえそのウィンドウ内でボタンが押されていなくてもメッセージを送ってしまうため)
				
			</summary>
    <content xmlns="http://www.w3.org/2005/Atom" xmlns:default="http://www.w3.org/1999/xhtml" type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
				<ul>
					<li>MessageLayer.shadowOffsetX および MessageLayer.shadowOffsetY 追加(この設定を変更するには、いまのところ直接メッセージレイヤのオブジェクトのこれらの変数に値を代入する)</li>
					<li>ButtonLayer を改良し、ボタンが本当に押されていたときだけに onExecute メソッドを呼ぶように (吉里吉里本体は、ウィンドウ内でマウスボタンが離されると、たとえそのウィンドウ内でボタンが押されていなくてもメッセージを送ってしまうため)</li>
				</ul>
			</div>
    </content>
    <category xmlns="http://www.w3.org/2005/Atom" term=""/>
    <author xmlns="http://www.w3.org/2005/Atom">
      <name xmlns="http://www.w3.org/2005/Atom">nobody</name>
    </author>
    <id xmlns="http://www.w3.org/2005/Atom">tag:plagger.org,2006:http://kikyou.info/tvp/dev_detail.php#76a2df5114b22510ce2696eceae1f2a6</id>
  </entry>
  <entry xmlns="http://www.w3.org/2005/Atom" xmlns:default="http://www.w3.org/1999/xhtml">
    <title xmlns="http://www.w3.org/2005/Atom">KAG 3.29-dev.20061218</title>
    <link xmlns="http://www.w3.org/2005/Atom" rel="alternate" href="http://kikyou.info/tvp/dev_detail.php#44d27c97fa43cae9d4eb6f50a1433bc3" type="text/html"/>
    <summary xmlns="http://www.w3.org/2005/Atom">
				
					krkr.console.logとhwexcept.logを栞と同じ場所に記録するように
				
			</summary>
    <content xmlns="http://www.w3.org/2005/Atom" xmlns:default="http://www.w3.org/1999/xhtml" type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
				<ul>
					<li>krkr.console.logとhwexcept.logを栞と同じ場所に記録するように</li>
				</ul>
			</div>
    </content>
    <category xmlns="http://www.w3.org/2005/Atom" term=""/>
    <author xmlns="http://www.w3.org/2005/Atom">
      <name xmlns="http://www.w3.org/2005/Atom">nobody</name>
    </author>
    <id xmlns="http://www.w3.org/2005/Atom">tag:plagger.org,2006:http://kikyou.info/tvp/dev_detail.php#44d27c97fa43cae9d4eb6f50a1433bc3</id>
  </entry>
  <entry xmlns="http://www.w3.org/2005/Atom" xmlns:default="http://www.w3.org/1999/xhtml">
    <title xmlns="http://www.w3.org/2005/Atom">KAG 3.29-dev.20061119</title>
    <link xmlns="http://www.w3.org/2005/Atom" rel="alternate" href="http://kikyou.info/tvp/dev_detail.php#b676a528f44c85bcbc9fa3bb4fa9e77a" type="text/html"/>
    <summary xmlns="http://www.w3.org/2005/Atom">
				(変更点はありません)
			</summary>
    <content xmlns="http://www.w3.org/2005/Atom" xmlns:default="http://www.w3.org/1999/xhtml" type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
				(変更点はありません)
			</div>
    </content>
    <category xmlns="http://www.w3.org/2005/Atom" term=""/>
    <author xmlns="http://www.w3.org/2005/Atom">
      <name xmlns="http://www.w3.org/2005/Atom">nobody</name>
    </author>
    <id xmlns="http://www.w3.org/2005/Atom">tag:plagger.org,2006:http://kikyou.info/tvp/dev_detail.php#b676a528f44c85bcbc9fa3bb4fa9e77a</id>
  </entry>
  <entry xmlns="http://www.w3.org/2005/Atom" xmlns:default="http://www.w3.org/1999/xhtml">
    <title xmlns="http://www.w3.org/2005/Atom">KAG 3.29-dev.20061107</title>
    <link xmlns="http://www.w3.org/2005/Atom" rel="alternate" href="http://kikyou.info/tvp/dev_detail.php#3a4462e3106f260891509820dc4fcfcf" type="text/html"/>
    <summary xmlns="http://www.w3.org/2005/Atom">
				
					editタグで生成される単一行エディットで、範囲指定やCtrl+X,C,Vによるコピーや貼り付け、切り取りができるように (thx. HALOさん)
				
			</summary>
    <content xmlns="http://www.w3.org/2005/Atom" xmlns:default="http://www.w3.org/1999/xhtml" type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
				<ul>
					<li>editタグで生成される単一行エディットで、範囲指定やCtrl+X,C,Vによるコピーや貼り付け、切り取りができるように (thx. HALOさん)</li>
				</ul>
			</div>
    </content>
    <category xmlns="http://www.w3.org/2005/Atom" term=""/>
    <author xmlns="http://www.w3.org/2005/Atom">
      <name xmlns="http://www.w3.org/2005/Atom">nobody</name>
    </author>
    <id xmlns="http://www.w3.org/2005/Atom">tag:plagger.org,2006:http://kikyou.info/tvp/dev_detail.php#3a4462e3106f260891509820dc4fcfcf</id>
  </entry>
</feed>
