﻿<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ja">
	<id>https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=%E5%88%A9%E7%94%A8%E8%80%85%3ABrita%2FGSoC_BGE_cleanup_and_support%2Freports%2Fweek8</id>
	<title>利用者:Brita/GSoC BGE cleanup and support/reports/week8 - 版の履歴</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=%E5%88%A9%E7%94%A8%E8%80%85%3ABrita%2FGSoC_BGE_cleanup_and_support%2Freports%2Fweek8"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Brita/GSoC_BGE_cleanup_and_support/reports/week8&amp;action=history"/>
	<updated>2026-05-15T06:40:14Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Brita/GSoC_BGE_cleanup_and_support/reports/week8&amp;diff=147605&amp;oldid=prev</id>
		<title>Yamyam: 1版 をインポートしました</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Brita/GSoC_BGE_cleanup_and_support/reports/week8&amp;diff=147605&amp;oldid=prev"/>
		<updated>2018-06-28T21:09:14Z</updated>

		<summary type="html">&lt;p&gt;1版 をインポートしました&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;ja&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;← 古い版&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;2018年6月28日 (木) 21:09時点における版&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;ja&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(相違点なし)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Yamyam</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Brita/GSoC_BGE_cleanup_and_support/reports/week8&amp;diff=147604&amp;oldid=prev</id>
		<title>2014年7月12日 (土) 00:04にwiki&gt;Britaによる</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Brita/GSoC_BGE_cleanup_and_support/reports/week8&amp;diff=147604&amp;oldid=prev"/>
		<updated>2014-07-12T00:04:47Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;=GSoC14 - Weekly Report #8=&lt;br /&gt;
July 5 - 11th - [[User:Brita/GSoC_BGE_cleanup_and_support|BGE Cleanup and Support]]&lt;br /&gt;
&lt;br /&gt;
[[User:Brita/GSoC_BGE_cleanup_and_support/reports/week7|previous]] | [[User:Brita/GSoC_BGE_cleanup_and_support/reports/week9|next]]&lt;br /&gt;
&lt;br /&gt;
== This Week ==&lt;br /&gt;
As mentioned, I took 4 days out this week, I also spent one entire day replying to gsoc related mails and tracker.&lt;br /&gt;
*the 2D camera actuator logic brick is quite delayed. After adding an empty logic brick, I started studying a good use case for it: [http://archive.globalgamejam.org/2012/whirlstrom a BGE game jam entry], provided by campbell and alex fraser. The game was made for blender v2.61, it can be downloaded [https://gitorious.org/whirlstrom/whirlstrom here] and there is a demo video [https://www.youtube.com/watch?v=k3Uj4Hy3Mjo here]. Turns out I run into several problems running the game with a more up to date blender version. Most images are incorrectly rendered due to the 2.65 alpha pipeline cleanup and I am still finding out about the other problems related to armature and bullet.&lt;br /&gt;
*bug hunt and physics: I had little time left for these (due to the days of), I closed 2 reports and kept active in others as well as physics discussions.&lt;br /&gt;
*scene graph: this was what I worked the most this week, the idea was to wrap up the already started review. I updated documentation and cleaned up some scene graph parts, but I found a lot more 'shady' code in the parent/child transformations part. By 'shady' I mean unclear, inconsistent, poorly documented code, that has possibly related bugs. I closed one, but I think it is worth giving this a closer look.&lt;br /&gt;
*new bge developer meeting - I had no time to schedule this properly, I will do so asap.&lt;br /&gt;
&lt;br /&gt;
'''General Development'''&lt;br /&gt;
*Scene Graph cleanup: {{GitCommit|db6abb6}}, {{GitCommit|2e5bd8d}}&lt;br /&gt;
'''Fixed (Reported)'''&lt;br /&gt;
*{{BugReport|28908}} - Child object wrong position/rotation due to parent object scale (BGE) ({{GitCommit|2e5bd8d}})&lt;br /&gt;
'''Fixed (Unreported)'''&lt;br /&gt;
:None&lt;br /&gt;
'''Closed / Archived / Invalid'''&lt;br /&gt;
*{{BugReport|40612}} - End object crashing game engine&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Total: 1 fixed, 1 closed&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Next Week ==&lt;br /&gt;
still under discussion&lt;/div&gt;</summary>
		<author><name>wiki&gt;Brita</name></author>
		
	</entry>
</feed>