[fofix-commits] [stump/fofix] 013796: Finished cleaning up the Theme.py

noreply at github.com noreply at github.com
Mon Aug 23 01:03:07 UTC 2010


Branch: refs/heads/master
Home:   http://github.com/stump/fofix

Commit: 0137962f6b9c22515b7d66c054b258c555a21730
    http://github.com/stump/fofix/commit/0137962f6b9c22515b7d66c054b258c555a21730
Author: nhydock <n_hydock at comcast.net>
Date:   2010-08-22 (Sun, 22 Aug 2010)

Changed paths:
  M src/GuitarScene.py
  M src/Theme.py

Log Message:
-----------
Finished cleaning up the Theme.py


Commit: b07d90d14a11157221d7963b121523df6d259765
    http://github.com/stump/fofix/commit/b07d90d14a11157221d7963b121523df6d259765
Author: nhydock <n_hydock at comcast.net>
Date:   2010-08-22 (Sun, 22 Aug 2010)

Changed paths:
  M src/MainMenu.py

Log Message:
-----------
Made the main menu so it is no longer specific to themes.


Commit: 0982c9494bffdf665a4bfcdfe7abefa3224cd62a
    http://github.com/stump/fofix/commit/0982c9494bffdf665a4bfcdfe7abefa3224cd62a
Author: nhydock <n_hydock at comcast.net>
Date:   2010-08-22 (Sun, 22 Aug 2010)

Changed paths:
  M src/Data.py

Log Message:
-----------
Just a heads up for those who decided not to read about python before giving it a try, python views a value of None as the same as False in if-statements.  This should help lead to the clearing up a lot of pointless if-not-statements we have all over the place, that in itself is bad practice.


Commit: 0db6441e77fa10a105ec5956f4b00bdcd8690ae7
    http://github.com/stump/fofix/commit/0db6441e77fa10a105ec5956f4b00bdcd8690ae7
Author: nhydock <n_hydock at comcast.net>
Date:   2010-08-22 (Sun, 22 Aug 2010)

Changed paths:
  M src/Data.py
  M src/Svg.py

Log Message:
-----------
Removed the convertToTexture function as it had no real purpose/effect on the image loaded.


Commit: 98b94d87e5933620952d958faa907001a69310bc
    http://github.com/stump/fofix/commit/98b94d87e5933620952d958faa907001a69310bc
Author: nhydock <n_hydock at comcast.net>
Date:   2010-08-22 (Sun, 22 Aug 2010)

Changed paths:
  M src/Neck.py

Log Message:
-----------
Neck image names are no longer controlled by the old theming system.  I also cleaned up some of the if-statements.


Commit: b99ddf4459844f51f979e9e855fa365a224118de
    http://github.com/stump/fofix/commit/b99ddf4459844f51f979e9e855fa365a224118de
Author: nhydock <n_hydock at comcast.net>
Date:   2010-08-22 (Sun, 22 Aug 2010)

Changed paths:
  M src/Data.py

Log Message:
-----------
Fixes the crashing when the image doesn't exist and is needed.


Commit: c8daba65a0d29845783396134561b7a57177c6d6
    http://github.com/stump/fofix/commit/c8daba65a0d29845783396134561b7a57177c6d6
Author: nhydock <n_hydock at comcast.net>
Date:   2010-08-22 (Sun, 22 Aug 2010)

Changed paths:
  M src/GuitarScene.py

Log Message:
-----------
Removing the star fillup variables since it's controlled by the rockmeter now, not the guitar scene.


Commit: d7b74366c842abb6cc98a370df044db5c800b843
    http://github.com/stump/fofix/commit/d7b74366c842abb6cc98a370df044db5c800b843
Author: nhydock <n_hydock at comcast.net>
Date:   2010-08-22 (Sun, 22 Aug 2010)

Changed paths:
  M src/Rockmeter.py

Log Message:
-----------
Working on bringing back the circle fillup layers.


Commit: d4dc102444c5c8f28110dfb5cd4cdf0a34de005d
    http://github.com/stump/fofix/commit/d4dc102444c5c8f28110dfb5cd4cdf0a34de005d
Author: nhydock <n_hydock at comcast.net>
Date:   2010-08-22 (Sun, 22 Aug 2010)

Changed paths:
  M src/Neck.py

Log Message:
-----------
Originally just an attempt to stop it from crashing whenever I'd use overdrive, now I just made it so if any neck image isn't present (bassgroove, overdrive, etc) it will just not render it and not crash.


Commit: 066d81d23bf735426e02f6b3c810143c7edc4f9b
    http://github.com/stump/fofix/commit/066d81d23bf735426e02f6b3c810143c7edc4f9b
Author: nhydock <n_hydock at comcast.net>
Date:   2010-08-22 (Sun, 22 Aug 2010)

Changed paths:
  M src/Data.py

Log Message:
-----------
Theme should force itself to Rockband theme until we get rid of the self.theme system all together.


Commit: c4d2fd435b62e2559d34d9aa117ab81bc47a4931
    http://github.com/stump/fofix/commit/c4d2fd435b62e2559d34d9aa117ab81bc47a4931
Author: nhydock <n_hydock at comcast.net>
Date:   2010-08-22 (Sun, 22 Aug 2010)

Changed paths:
  R data/themes/MegaLight V4/bassgrooveneck.png
  R data/themes/MegaLight V4/bassgrooveneckovr.png
  A data/themes/MegaLight V4/board/bass/bassgrooveneck.png
  A data/themes/MegaLight V4/board/bass/bassgrooveneckovr.png
  A data/themes/MegaLight V4/board/bass/overdriveneck.png
  A data/themes/MegaLight V4/board/bass/soloneck.png
  A data/themes/MegaLight V4/board/bass/soloneckovr.png
  A data/themes/MegaLight V4/board/bpm_beat.png
  A data/themes/MegaLight V4/board/bpm_halfbeat.png
  A data/themes/MegaLight V4/board/bpm_measure.png
  A data/themes/MegaLight V4/board/center_lines.png
  A data/themes/MegaLight V4/board/drum/center_lines.png
  A data/themes/MegaLight V4/board/drum/overdriveneck.png
  A data/themes/MegaLight V4/board/drum/soloneck.png
  A data/themes/MegaLight V4/board/drum/soloneckovr.png
  A data/themes/MegaLight V4/board/overdrive_center_lines.png
  A data/themes/MegaLight V4/board/overdrive_side_bars.png
  A data/themes/MegaLight V4/board/overdriveneck.png
  A data/themes/MegaLight V4/board/side_bars.png
  A data/themes/MegaLight V4/board/soloneck.png
  A data/themes/MegaLight V4/board/soloneckovr.png
  R data/themes/MegaLight V4/bpm_beat.png
  R data/themes/MegaLight V4/bpm_halfbeat.png
  R data/themes/MegaLight V4/bpm_measure.png
  R data/themes/MegaLight V4/center_lines.png
  R data/themes/MegaLight V4/drumcenterlines.png
  R data/themes/MegaLight V4/guitarsoloneck.png
  R data/themes/MegaLight V4/guitarsoloneckovr.png
  R data/themes/MegaLight V4/overdrive center_lines.png
  R data/themes/MegaLight V4/overdrive fill.png
  R data/themes/MegaLight V4/overdrive side_bars.png
  R data/themes/MegaLight V4/overdriveneck.png
  R data/themes/MegaLight V4/side_bars.png
  M src/Neck.py

Log Message:
-----------
Cleaning up the Neck.py
Files for the Neck are now in a folder called "board" in the theme


Commit: aea33ec55317190e1b8827d1c9a387ed8d67adca
    http://github.com/stump/fofix/commit/aea33ec55317190e1b8827d1c9a387ed8d67adca
Author: nhydock <n_hydock at comcast.net>
Date:   2010-08-22 (Sun, 22 Aug 2010)

Changed paths:
  R data/themes/MegaLight V4/bassgrooveneck.png
  R data/themes/MegaLight V4/bassgrooveneckovr.png
  A data/themes/MegaLight V4/board/bass/bassgrooveneck.png
  A data/themes/MegaLight V4/board/bass/bassgrooveneckovr.png
  A data/themes/MegaLight V4/board/bass/overdriveneck.png
  A data/themes/MegaLight V4/board/bass/soloneck.png
  A data/themes/MegaLight V4/board/bass/soloneckovr.png
  A data/themes/MegaLight V4/board/bpm_beat.png
  A data/themes/MegaLight V4/board/bpm_halfbeat.png
  A data/themes/MegaLight V4/board/bpm_measure.png
  A data/themes/MegaLight V4/board/center_lines.png
  A data/themes/MegaLight V4/board/drum/center_lines.png
  A data/themes/MegaLight V4/board/drum/overdriveneck.png
  A data/themes/MegaLight V4/board/drum/soloneck.png
  A data/themes/MegaLight V4/board/drum/soloneckovr.png
  A data/themes/MegaLight V4/board/overdrive_center_lines.png
  A data/themes/MegaLight V4/board/overdrive_side_bars.png
  A data/themes/MegaLight V4/board/overdriveneck.png
  A data/themes/MegaLight V4/board/side_bars.png
  A data/themes/MegaLight V4/board/soloneck.png
  A data/themes/MegaLight V4/board/soloneckovr.png
  R data/themes/MegaLight V4/bpm_beat.png
  R data/themes/MegaLight V4/bpm_halfbeat.png
  R data/themes/MegaLight V4/bpm_measure.png
  R data/themes/MegaLight V4/center_lines.png
  R data/themes/MegaLight V4/drumcenterlines.png
  R data/themes/MegaLight V4/guitarsoloneck.png
  R data/themes/MegaLight V4/guitarsoloneckovr.png
  R data/themes/MegaLight V4/overdrive center_lines.png
  R data/themes/MegaLight V4/overdrive fill.png
  R data/themes/MegaLight V4/overdrive side_bars.png
  R data/themes/MegaLight V4/overdriveneck.png
  R data/themes/MegaLight V4/side_bars.png
  M src/Data.py
  M src/GuitarScene.py
  M src/MainMenu.py
  M src/Neck.py
  M src/Rockmeter.py
  M src/Svg.py
  M src/Theme.py

Log Message:
-----------
Merge branch 'fofix_nhBranch'




More information about the fofix-commits mailing list