<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sigen.git/pokemod, branch master</title>
<subtitle>Sigma Game Engine - Highly scriptable strategy/RPG game engine</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mathstuf/public_git/sigen.git/'/>
<entry>
<title>[FIX] Moving stuff for the move to the new name, Sigma Game Engine (sigen for short)</title>
<updated>2008-09-05T20:41:05+00:00</updated>
<author>
<name>Ben Boeckel</name>
<email>MathStuf@gmail.com</email>
</author>
<published>2008-09-05T20:41:05+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mathstuf/public_git/sigen.git/commit/?id=b81f5bffa2772eb9bd3c67fb35485ab1ee2d96e7'/>
<id>b81f5bffa2772eb9bd3c67fb35485ab1ee2d96e7</id>
<content type='text'>
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@249 6ecfd1a5-f3ed-3746-8530-beee90d26b22
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@249 6ecfd1a5-f3ed-3746-8530-beee90d26b22
</pre>
</div>
</content>
</entry>
<entry>
<title>[FIX] Fixed method in SoundWrapper to be more accurate</title>
<updated>2008-08-27T04:26:53+00:00</updated>
<author>
<name>Ben Boeckel</name>
<email>MathStuf@gmail.com</email>
</author>
<published>2008-08-27T04:26:53+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mathstuf/public_git/sigen.git/commit/?id=1fe11fc794783370d8a03a93979b27508278b113'/>
<id>1fe11fc794783370d8a03a93979b27508278b113</id>
<content type='text'>
[FIX] QImage is now used internally instead of QPixmap
[FIX] Template specialization moved to header file for Object (makes MinGW happy)

git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@246 6ecfd1a5-f3ed-3746-8530-beee90d26b22
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[FIX] QImage is now used internally instead of QPixmap
[FIX] Template specialization moved to header file for Object (makes MinGW happy)

git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@246 6ecfd1a5-f3ed-3746-8530-beee90d26b22
</pre>
</div>
</content>
</entry>
<entry>
<title>[FIX] Enumerations now have access from scripts (name-&gt;value)</title>
<updated>2008-08-26T19:03:35+00:00</updated>
<author>
<name>Ben Boeckel</name>
<email>MathStuf@gmail.com</email>
</author>
<published>2008-08-26T19:03:35+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mathstuf/public_git/sigen.git/commit/?id=31601349dff4b78a03bda0912d8d79b43eae42b0'/>
<id>31601349dff4b78a03bda0912d8d79b43eae42b0</id>
<content type='text'>
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@245 6ecfd1a5-f3ed-3746-8530-beee90d26b22
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@245 6ecfd1a5-f3ed-3746-8530-beee90d26b22
</pre>
</div>
</content>
</entry>
<entry>
<title>[FIX] Fixed some minor typos</title>
<updated>2008-08-26T18:23:31+00:00</updated>
<author>
<name>Ben Boeckel</name>
<email>MathStuf@gmail.com</email>
</author>
<published>2008-08-26T18:23:31+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mathstuf/public_git/sigen.git/commit/?id=940e5d4b55bbd1261bf0ccb3a915b79cf2a240c8'/>
<id>940e5d4b55bbd1261bf0ccb3a915b79cf2a240c8</id>
<content type='text'>
[FIX] Abstracted validation out to ValidationDialog
[FIX] Added stat and Direction getters for Pokemod

git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@244 6ecfd1a5-f3ed-3746-8530-beee90d26b22
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[FIX] Abstracted validation out to ValidationDialog
[FIX] Added stat and Direction getters for Pokemod

git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@244 6ecfd1a5-f3ed-3746-8530-beee90d26b22
</pre>
</div>
</content>
</entry>
<entry>
<title>[FIX] TeamMember now allows shadowing of values</title>
<updated>2008-08-18T23:40:50+00:00</updated>
<author>
<name>Ben Boeckel</name>
<email>MathStuf@gmail.com</email>
</author>
<published>2008-08-18T23:40:50+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mathstuf/public_git/sigen.git/commit/?id=b99070118a3cedc4fcc7514ba95fce2646d649c4'/>
<id>b99070118a3cedc4fcc7514ba95fce2646d649c4</id>
<content type='text'>
[FIX] TeamMember no longer uses pokemod internally (all is accessed through wrappers)
[FIX] Status now has the script split between Battle and World
[FIX] Script classes now able to be passed via QVariant

git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@241 6ecfd1a5-f3ed-3746-8530-beee90d26b22
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[FIX] TeamMember no longer uses pokemod internally (all is accessed through wrappers)
[FIX] Status now has the script split between Battle and World
[FIX] Script classes now able to be passed via QVariant

git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@241 6ecfd1a5-f3ed-3746-8530-beee90d26b22
</pre>
</div>
</content>
</entry>
<entry>
<title>[FIX] Script to make a tarball now defaults to HEAD for the revision</title>
<updated>2008-08-18T18:51:31+00:00</updated>
<author>
<name>Ben Boeckel</name>
<email>MathStuf@gmail.com</email>
</author>
<published>2008-08-18T18:51:31+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mathstuf/public_git/sigen.git/commit/?id=c1793a87ebea8c8e1bb2d5d1a409d105bfae3871'/>
<id>c1793a87ebea8c8e1bb2d5d1a409d105bfae3871</id>
<content type='text'>
[FIX] Enumeration types used to help remove some checks
[FIX] Macro code moved to static members of Object (not all though)
[FIX] Scripting wrappers now share information by keeping track of already-created instances of the wrapper
[FIX] Scripting methods are now Q_SCRIPTABLE and not slots

git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@239 6ecfd1a5-f3ed-3746-8530-beee90d26b22
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[FIX] Enumeration types used to help remove some checks
[FIX] Macro code moved to static members of Object (not all though)
[FIX] Scripting wrappers now share information by keeping track of already-created instances of the wrapper
[FIX] Scripting methods are now Q_SCRIPTABLE and not slots

git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@239 6ecfd1a5-f3ed-3746-8530-beee90d26b22
</pre>
</div>
</content>
</entry>
<entry>
<title>[FIX] List members of pokemod classes now can be returned in their entirety</title>
<updated>2008-08-05T06:10:55+00:00</updated>
<author>
<name>Ben Boeckel</name>
<email>MathStuf@gmail.com</email>
</author>
<published>2008-08-05T06:10:55+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mathstuf/public_git/sigen.git/commit/?id=cf49a16b29ac412cfea125f7216a0e51e79aa4de'/>
<id>cf49a16b29ac412cfea125f7216a0e51e79aa4de</id>
<content type='text'>
[FIX] Reworked pokescripting for ease of use
[FIX] Now (selected) pokemod values can be overridden in pokescripting

git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@237 6ecfd1a5-f3ed-3746-8530-beee90d26b22
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[FIX] Reworked pokescripting for ease of use
[FIX] Now (selected) pokemod values can be overridden in pokescripting

git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@237 6ecfd1a5-f3ed-3746-8530-beee90d26b22
</pre>
</div>
</content>
</entry>
<entry>
<title>[FIX] SoundUI widget has a better layout</title>
<updated>2008-08-04T23:06:44+00:00</updated>
<author>
<name>Ben Boeckel</name>
<email>MathStuf@gmail.com</email>
</author>
<published>2008-08-04T23:06:44+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mathstuf/public_git/sigen.git/commit/?id=56b91df6010a9f3d304438cf95816399a6e46622'/>
<id>56b91df6010a9f3d304438cf95816399a6e46622</id>
<content type='text'>
[FIX] Sound playback works in SoundUI
[FIX] SoundWrapper returns a Phonon object for playback in scripts now
[FIX] Wrapper classes now won't be duplicated (persistent storage is possible now)
[FIX] Linking to libraries is fixed for RPM
[FIX] Pokemod Macros.h is hidden if not compiling pokemod
[FIX] make-tarball script is simpler now (and works as upstream, not local copy)
[FIX] Cleaned up spec file per review request for Fedora

git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@236 6ecfd1a5-f3ed-3746-8530-beee90d26b22
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[FIX] Sound playback works in SoundUI
[FIX] SoundWrapper returns a Phonon object for playback in scripts now
[FIX] Wrapper classes now won't be duplicated (persistent storage is possible now)
[FIX] Linking to libraries is fixed for RPM
[FIX] Pokemod Macros.h is hidden if not compiling pokemod
[FIX] make-tarball script is simpler now (and works as upstream, not local copy)
[FIX] Cleaned up spec file per review request for Fedora

git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@236 6ecfd1a5-f3ed-3746-8530-beee90d26b22
</pre>
</div>
</content>
</entry>
<entry>
<title>[FIX] Move no longer uses the overworld flag (will just check to see if the worldScript is empty)</title>
<updated>2008-08-04T17:44:07+00:00</updated>
<author>
<name>Ben Boeckel</name>
<email>MathStuf@gmail.com</email>
</author>
<published>2008-08-04T17:44:07+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mathstuf/public_git/sigen.git/commit/?id=c014db49f5044f15e7ad0236437ac9ae4aa3b23f'/>
<id>c014db49f5044f15e7ad0236437ac9ae4aa3b23f</id>
<content type='text'>
[FIX] TeamMember now inherits from Config
[FIX] Wrapper now inherit from Config

git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@235 6ecfd1a5-f3ed-3746-8530-beee90d26b22
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[FIX] TeamMember now inherits from Config
[FIX] Wrapper now inherit from Config

git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@235 6ecfd1a5-f3ed-3746-8530-beee90d26b22
</pre>
</div>
</content>
</entry>
<entry>
<title>[FIX] TypechartModel now shows background colors depending on what the multiplier is</title>
<updated>2008-08-04T06:47:43+00:00</updated>
<author>
<name>Ben Boeckel</name>
<email>MathStuf@gmail.com</email>
</author>
<published>2008-08-04T06:47:43+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mathstuf/public_git/sigen.git/commit/?id=38b4604019a93ecd053939e8e722fd36b8d7236d'/>
<id>38b4604019a93ecd053939e8e722fd36b8d7236d</id>
<content type='text'>
[FIX] Typechart is updated when changes are discarded
[FIX] Removed Doxygen comments again (still not sure what I want to do for docs yet...)
[FIX] Typechart doesn't set it as dirty when a new cell is selected to edit

git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@234 6ecfd1a5-f3ed-3746-8530-beee90d26b22
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[FIX] Typechart is updated when changes are discarded
[FIX] Removed Doxygen comments again (still not sure what I want to do for docs yet...)
[FIX] Typechart doesn't set it as dirty when a new cell is selected to edit

git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@234 6ecfd1a5-f3ed-3746-8530-beee90d26b22
</pre>
</div>
</content>
</entry>
</feed>
