Search results

  1. C

    Sdl_Timer Problem

    that's ok. you're understand my problem but throw_arrow is a part of the switch of monster_func case 5: /* Clear Screen */ draw_surface(S_back->wall, 222, 103, 220, 103, 40, 33); draw_surface(S_back->wall, 228, 75, 230, 75, 95, 60); /* clear monster */ /* Show Monster */...
  2. C

    Sdl_Timer Problem

    Hi everybody! I need your help because I'm surrounded with a timer problem. I'm making a remake of Game & Watch Zelda for Caanoo This is the body of the Ganon function : http://pastebin.com/fNmSYhwq So, I use the throw_arrow function to throw arrow. To reduce speed, I use a timer which...
  3. C

    Gprof On The Caanoo

    Does gprof exist on the CAANOO ?? Thx
  4. C

    Sdl_Enablekey Repeat For Joystick

    Hi Pickle, Thank you for your reply.I see your post to control Info.it's possible to disable event repeating with if(eventState.jaxis.axis == 0) { positionX[eventState.jaxis.which] = eventState.jaxis.value; } ... Thx
  5. C

    Sdl_Enablekey Repeat For Joystick

    Yes pickle , i know, my english is very bad ;) did you have an exmple of timer to control joystick event ?? Thank's.
  6. C

    Sdl_Enablekey Repeat For Joystick

    Hi everybody, I've a problem , with my CAANOO stick.I will a function similar to SDL_EnableKey repeat for joystick, to disable event when stick is pushed.
  7. C

    Caanoo / WIZ Caanoo Gdb Problem

    Hi hmn, okay it work. Thank you everybody
  8. C

    Caanoo / WIZ Caanoo Gdb Problem

    Okay hmn , it work, thank you very much.
  9. C

    Caanoo / WIZ Caanoo Gdb Problem

    Hi Pickle, Thank's for your reply. Yes , i run gdb and when i start application the screen bug. To run gdb , I connect the caanoo to my computer with SSh , and i run gdb in command line. I initialize my screen in my SDL App with: screen = SDL_SetVideoMode(320,240,16,SDL_SWSURFACE Chris.
  10. C

    Caanoo / WIZ Caanoo Gdb Problem

    Hi everybody, I've a problem with my CAANOO.When I debug my prog, the screen of my CAANOO bug. The control work but i can't use my screen to debug. here's a screenshot: http://captainchrisprod.free.fr/Upload/FILE0001.JPG Thx
  11. C

    Problem With Usbnet/dropbear

    thx sebt3
  12. C

    Problem With Usbnet/dropbear

    Helly everyone, i have a problem with my caanoo.when iplug my caanoo, usb0 interface appear , when i ping 10.0.2.2, it work. but when i connect with ssh, he ask me a password (empty password doesn't work).when i enter my password of my linux, it work but i am on localhost and not in caanoo...
Back
Top