ruby-miyako-mswin32 2.1.9 → 2.1.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/README CHANGED
@@ -1620,6 +1620,7 @@ v2.1.9(2010.03.07)
1620
1620
  ・ScenarioEngine#canceled?が正しく動作しない(オブジェクトの参照間違い)バグを修正
1621
1621
  ・InitiativeScenarioEngine#canceled?が正しく動作しない(オブジェクトの参照間違い)バグを修正
1622
1622
  ・Audio::SE#startの記述ミスを修正
1623
+ ・SpriteListクラスのオブジェクトからsnap等のレイアウト関係メソッドを呼び出すとプログラムが墜ちるバグを修正
1623
1624
  <機能改善>
1624
1625
  ・シーン管理(Story,Scene)に、オブジェクトの引き継ぎ機能を追加
1625
1626
  ・シーン終了時、返却値に[次シーン名,オブジェクト]を渡すことで、次シーンでは、全シーンの状態などを受け取ることが可能になった
@@ -156,6 +156,8 @@ module Miyako
156
156
  #_pairs_:: 生成元のインスタンス
157
157
  #返却値:: 生成したインスタンス
158
158
  def initialize(pairs = nil)
159
+ init_layout
160
+ set_layout_size(1,1)
159
161
  @list = []
160
162
  if pairs.is_a?(Array)
161
163
  pairs.each_with_index{|pair, i|
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby-miyako-mswin32
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.9
4
+ version: 2.1.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cyross Makoto
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2010-03-07 00:00:00 +09:00
12
+ date: 2010-04-12 00:00:00 +09:00
13
13
  default_executable:
14
14
  dependencies: []
15
15