[fofix-commits] [stump/fofix] 9317a7: Use OpenGL.__version__ rather than specifically im...
noreply at github.com
noreply at github.com
Sun May 22 19:01:25 UTC 2011
Branch: refs/heads/master
Home: https://github.com/stump/fofix
Commit: 9317a73cca81f2788cba3b33b39754a809d76b71
https://github.com/stump/fofix/commit/9317a73cca81f2788cba3b33b39754a809d76b71
Author: John Stumpo <stump at jstump.com>
Date: 2011-05-22 (Sun, 22 May 2011)
Changed paths:
M src/GameEngine.py
Log Message:
-----------
Use OpenGL.__version__ rather than specifically importing it as OpenGLVersion.
There's just no need for such an oddly specific import.
Commit: ccf09a92226481000fd49f94340a70c71950d4d8
https://github.com/stump/fofix/commit/ccf09a92226481000fd49f94340a70c71950d4d8
Author: John Stumpo <stump at jstump.com>
Date: 2011-05-22 (Sun, 22 May 2011)
Changed paths:
M src/GameEngine.py
Log Message:
-----------
List the OpenGL extensions that are present in the log.
Commit: 4b4ffedb6db7cd967a12ddbe2311fb955b8b7df2
https://github.com/stump/fofix/commit/4b4ffedb6db7cd967a12ddbe2311fb955b8b7df2
Author: John Stumpo <stump at jstump.com>
Date: 2011-05-22 (Sun, 22 May 2011)
Changed paths:
M src/GameEngine.py
Log Message:
-----------
Always track FPS, even if we're not printing it, as it can still be viewed in GuitarScene and the debug layer.
Commit: 91cc0f681e19e07dbcef8d8ea0f6db3ec96b8a7e
https://github.com/stump/fofix/commit/91cc0f681e19e07dbcef8d8ea0f6db3ec96b8a7e
Author: John Stumpo <stump at jstump.com>
Date: 2011-05-22 (Sun, 22 May 2011)
Changed paths:
M src/Credits.py
M src/Player.py
Log Message:
-----------
Add some missing imports detected by pyflakes.
Commit: 08e9073025679640c7a2eceddf93ca5195dd5cf1
https://github.com/stump/fofix/commit/08e9073025679640c7a2eceddf93ca5195dd5cf1
Author: John Stumpo <stump at jstump.com>
Date: 2011-05-22 (Sun, 22 May 2011)
Changed paths:
M src/Audio.py
M src/Credits.py
M src/Data.py
M src/Dialogs.py
M src/Drum.py
M src/FoFiX.py
M src/GameEngine.py
M src/GameResultsScene.py
M src/Guitar.py
M src/GuitarScene.py
M src/Instrument.py
M src/Lobby.py
M src/MainMenu.py
M src/Menu.py
M src/Mod.py
M src/Neck.py
M src/Player.py
M src/ProGuitar.py
M src/Resource.py
M src/Scene.py
M src/Scorekeeper.py
M src/Settings.py
M src/Song.py
M src/SongChoosingScene.py
M src/Stage.py
M src/Svg.py
M src/Theme.py
M src/Video.py
M src/Vocalist.py
Log Message:
-----------
Remove lots of unused variables and imports found by pyflakes.
Commit: 9ff6a6424cf2800bd41078d53fb00b2f9ba39d9a
https://github.com/stump/fofix/commit/9ff6a6424cf2800bd41078d53fb00b2f9ba39d9a
Author: John Stumpo <stump at jstump.com>
Date: 2011-05-22 (Sun, 22 May 2011)
Changed paths:
M src/Song.py
Log Message:
-----------
Move Song.py's import of time to reduce unhelpful spew from pyflakes.
Commit: 36384efd1faff7270e658b8a0f64523536b7cc72
https://github.com/stump/fofix/commit/36384efd1faff7270e658b8a0f64523536b7cc72
Author: John Stumpo <stump at jstump.com>
Date: 2011-05-22 (Sun, 22 May 2011)
Changed paths:
M src/Song.py
Log Message:
-----------
Fix incorrect variable name when encoding high scores.
Commit: e67456ec4d8d2cbb6413122c1eb5637284807249
https://github.com/stump/fofix/commit/e67456ec4d8d2cbb6413122c1eb5637284807249
Author: John Stumpo <stump at jstump.com>
Date: 2011-05-22 (Sun, 22 May 2011)
Changed paths:
M src/GameResultsScene.py
Log Message:
-----------
Properly propagate return value from GameResultsScene.keyPressed.
Compare: https://github.com/stump/fofix/compare/ab6dad1...e67456e
More information about the fofix-commits
mailing list