[fofix-commits] [stump/fofix] d9a18d: Rewrote most (if not all) of the rockmeter code
noreply at github.com
noreply at github.com
Sat Jul 10 06:47:26 UTC 2010
Branch: refs/heads/master
Home: http://github.com/stump/fofix
Commit: d9a18dbbffdd17c2f8334cd527423d39da02842d
http://github.com/stump/fofix/commit/d9a18dbbffdd17c2f8334cd527423d39da02842d
Author: nhydock (blazingamer) <n_hydock at comcast.net>
Date: 2010-07-09 (Fri, 09 Jul 2010)
Changed paths:
M src/GameEngine.py
M src/Rockmeter.py
M src/Svg.py
Log Message:
-----------
Rewrote most (if not all) of the rockmeter code
Added alignment parameter to the drawImage method in the gameengine.py
Svg.py was annoying me with the not width == None if statements, None as the value in python is read as False in an if statement.
Commit: 510b0ee95dd168e339774271fdad59289bd62a02
http://github.com/stump/fofix/commit/510b0ee95dd168e339774271fdad59289bd62a02
Author: nhydock (blazingamer) <n_hydock at comcast.net>
Date: 2010-07-09 (Fri, 09 Jul 2010)
Changed paths:
M data/themes/MegaLight V4/rockmeter.ini
M data/themes/MegaLight V4/rockmeter/bars.png
R data/themes/MegaLight V4/rockmeter/dotbase.png
M data/themes/MegaLight V4/rockmeter/dots.png
A data/themes/MegaLight V4/rockmeter/hud.png
R data/themes/MegaLight V4/rockmeter/hud2back.png
R data/themes/MegaLight V4/rockmeter/hudback.png
Log Message:
-----------
With the new rockmeter code I decided to change up the rockmeter design a bit for Megalight V4 (those of you who used to play classic FoF might recognize the design)
Commit: 8c3c1ad3532dc4fbfdd42a1aaa1507089870ea09
http://github.com/stump/fofix/commit/8c3c1ad3532dc4fbfdd42a1aaa1507089870ea09
Author: nhydock (blazingamer) <n_hydock at comcast.net>
Date: 2010-07-09 (Fri, 09 Jul 2010)
Changed paths:
M src/GuitarScene.py
Log Message:
-----------
Cleans up the alignment of some strings just for readability
Also removes the Starpower/Overdrive phrase preassignment because we are no longer dealing with the self.theme numbering system anymore.
Commit: 70e46e587c6dca2345f8ca6218d07de2c063c1d4
http://github.com/stump/fofix/commit/70e46e587c6dca2345f8ca6218d07de2c063c1d4
Author: nhydock (blazingamer) <n_hydock at comcast.net>
Date: 2010-07-09 (Fri, 09 Jul 2010)
Changed paths:
M src/View.py
Log Message:
-----------
Cleaned up some of the viewport code (why do you need to run a for loop for getting the last index in a list, python supports -1 for that)
Commit: 73cb9d631a050817162d68759e05021914ccaa8b
http://github.com/stump/fofix/commit/73cb9d631a050817162d68759e05021914ccaa8b
Author: nhydock (blazingamer) <n_hydock at comcast.net>
Date: 2010-07-09 (Fri, 09 Jul 2010)
Changed paths:
M .gitignore
M CREDITS
R doc/Doxyfile
M src/Data.py
M src/FoFiX.py
M src/GameEngine.py
M src/GameResultsScene.py
M src/Log.py
M src/Player.py
M src/Song.py
M src/TestAll.py
M src/VFS.py
M src/VFSTest.py
M src/Version.py
M src/World.py
A src/epydoc.cfg
R src/scripts/UpdateAllFoFiXSVNsRelativeNoWait.bat
R src/scripts/backToFoFiXroot.bat
R src/scripts/cleanAllFoFiXSVNsRelative.bat
R src/scripts/module-checkOutOneGameThemeSvn-TortoiseSVN.bat
R src/scripts/module-checkOutOneGameThemeSvn-subversion.bat
R src/scripts/module-updateAllFoFiXSVNsRelative.bat
R src/scripts/updateAllFoFiXSVNsRelative.bat
Log Message:
-----------
Merge git://github.com/stump/fofix into fofix_nhBranch
More information about the fofix-commits
mailing list