[fofix-commits] [stump/fofix] 5a3bd0: Remove fallback definitions of things that were ad...

noreply at github.com noreply at github.com
Wed Jul 14 08:14:33 UTC 2010


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

Commit: 5a3bd078bfcc3ed29efdcb9dfac15bdf186196f1
    http://github.com/stump/fofix/commit/5a3bd078bfcc3ed29efdcb9dfac15bdf186196f1
Author: John Stumpo <stump at jstump.com>
Date:   2010-07-13 (Tue, 13 Jul 2010)

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

Log Message:
-----------
Remove fallback definitions of things that were added to Python's builtin namespace ages ago.

set() and reversed() were added in Python 2.4.

(Cerealizer's instance of this is untouched as it's third-party code.)


Commit: 41360da406078be360281cd2b8966bcf647f12d4
    http://github.com/stump/fofix/commit/41360da406078be360281cd2b8966bcf647f12d4
Author: John Stumpo <stump at jstump.com>
Date:   2010-07-14 (Wed, 14 Jul 2010)

Changed paths:
  M src/Credits.py
  M src/Data.py
  M src/Debug.py
  M src/Dialogs.py
  M src/Drum.py
  M src/GameEngine.py
  M src/GameResultsScene.py
  M src/GameTask.py
  M src/Guitar.py
  M src/GuitarScene.py
  M src/Instrument.py
  M src/Lobby.py
  M src/Microphone.py
  M src/Neck.py
  M src/Player.py
  M src/Rockmeter.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/Texture.py
  M src/Version.py
  M src/Video.py
  M src/Vocalist.py
  M src/World.py

Log Message:
-----------
Remove some unnecessary imports detected by pyflakes.


Commit: f151549c6b63bc8a47bbec0849e6d667e04d6550
    http://github.com/stump/fofix/commit/f151549c6b63bc8a47bbec0849e6d667e04d6550
Author: John Stumpo <stump at jstump.com>
Date:   2010-07-14 (Wed, 14 Jul 2010)

Changed paths:
  M src/CerealizerTest.py
  M src/GameResultsScene.py
  M src/Song.py

Log Message:
-----------
Import hashlib without a fallback to sha for 2.4.


Commit: 768f20da8a84f0e1c10dc93b9083c5e37baa1ff2
    http://github.com/stump/fofix/commit/768f20da8a84f0e1c10dc93b9083c5e37baa1ff2
Author: John Stumpo <stump at jstump.com>
Date:   2010-07-14 (Wed, 14 Jul 2010)

Changed paths:
  M src/VFS.py

Log Message:
-----------
Import sqlite3 without a fallback to pysqlite2 for 2.4.


Commit: 80b53fc991ce839f3ec39a534fdb6137b029651e
    http://github.com/stump/fofix/commit/80b53fc991ce839f3ec39a534fdb6137b029651e
Author: John Stumpo <stump at jstump.com>
Date:   2010-07-14 (Wed, 14 Jul 2010)

Changed paths:
  M src/Shader.py

Log Message:
-----------
Remove the PyOpenGL 2.x compatibility code from the shader module.

The module is still a monster, but there is less unnecessary code getting
in the way now.




More information about the fofix-commits mailing list