[Freevo-devel] Heads up on Python to C++ Compiler

2006-06-16 Thread TC Wan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi guys, Not sure if it'll be relevant or usable for Freevo, but there's work on generating native code from Python (with some restrictions). http://mark.dufour.googlepages.com/ T.C. - -- Wan Tat Chee (Senior Lecturer) School of Computer Sciences, U

[Freevo-devel] [patch] Some patches for Freevo 2.0

2006-06-16 Thread Gorka Olaizola
- freevo-games-interface-array-index-self.patch Changes freevo/ui/games/interface.py to remove the parameter "ind" that conflicts in the suffix() method. This fixes the "games and emulators" listing of roms and makes it work. - games-add-exit-event.patch Maps the EXIT key to t

[Freevo-devel] Faking keypresses to exit games

2006-06-16 Thread Gorka Olaizola
I have configures Zsnes to play some roms and I have found a problem with the way the stop method works. The stop method kills the child that Freevo has created to run zsnes. This way Zsnes seems to not save the state of the game and for example "Super Mario world" starts always from the beginning.