and if you want check press and release try this.
CODE
class gp2x_controller:
""" trida na zpracovani eventu v ovladani gp2x """
def __init__(self):
num_joy = pygame.joystick.get_count()
if num_joy > 0:
self.joy = pygame.joystick.Joystick(0)...
i have no time check your source but look at my controller what im using in old spokoban.
CODE
import pygame
from pygame.locals import *
ACTION_WAIT = 19
ACTION_FIRE = 18
ACTION_VOLDOWN = 17
ACTION_VOLUP = 16
ACTION_Y = 15
ACTION_X = 14
ACTION_B = 13
ACTION_A = 12
ACTION_R = 11
ACTION_L = 10...
thanks,
yes if you have long source file it takes long tome to load.
but this is PyGTKCodeBuffer feature.
If i use gtksourceview module loading time is short but i cannot compile this module for Win :/
I slowly working on another release coz i found some bugs on Windoze.
Please dont use PATHs...
hi, new version is on my site.
like i say now in byte code. it have 60kb gzipped instead of ~3mb packed exe.
i think that solve problem with libglib assertion message too.
tested on ubuntu 7.10 (todays upgrade) and windoze XP SP2 under VirtualBox.
Btw: sorry for my icons :) especially for...
i compiled this on ubuntu HH.
"import gobject" in python console says me that gobject module is imported ok. if its fail and you get same error like before something is wrong.
hi,
everything that you need goes with package in this release.
program is compiled under Ubuntu and tested on ubuntu and Archlinux.Works well. But i take a look at this problem. may be this is distro specific. What distro you use ?
btw:
next release will be in python byte code coz i have some...
Hi all,
I released first public version of my FenixIDE.
Now for linux only.
Please test and report bugs( theres still a lot of bugs)
In this version:
1. Syntax highlight
2. Compiling and running fenix apps from editor
3. Editable API browser
4. API completion
im lazy and i must write some docs...
under UAE dont know, but i playing some amiga games in megacd variant using picodrive.
flink, megaturican (turrican3) etc coz i dont overclock up to 240.
try megacd DM2 version. i think its be fastest.
thanks a lot.
Picodrive is the best emu ever for me,but
i have plenty of roms installed and "delete rom" option will be very useful in next release.
thanks.
you must download source from fenix wiki (0.92a) and compile yourself.
Or send me PM and i send you compiled one. just say if you want Debug version or not.
i playing with allegro, but i cannot set screen resolution properly.
CODE
set_gfx_mode(GFX_AUTODETECT_FULLSCREEN, 320, 240, 320, 240);
gives me gui screen with graphics mode settings.coz i havent buttons used yet i cannot select proper resolution :(
in options i see GP2X too.
thanks
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.