Search results

  1. Y

    Gp2x Mk2: Which Issues Are Really Fixed?

    well i think the stick is ok-ish. ive had difficulty in boulderdash/c64 and some others... for things like vektar, no probs at all.. but trying to hit the right hor/vert lines for boulderdash has been driving me insance.. too easy to hit directions i dont want.
  2. Y

    Simple(ish) Porting

    never had any problems with cygwin. the only issue to be aware of is cygin calling apps outside of cygwin. eg: if you have ruby in windows, having cygwin stuff call ruby will quickly barf with path errors and other things. you need ruby in cygwin if you want to use ruby from within it etc...
  3. Y

    Lik-sang.com Closes Down

    aii gnyffel same boat here. got mine on liksang closeout (i guess it was their closeout sale!)
  4. Y

    GP2X Jabber's Log-fire

    Id rather see a head over heels conversion isntead of knightlore ;) probably just as hard to implement tho... jabber, you could try a conversion of a dual screen game like green house, use triggers to flip between screen...
  5. Y

    Graphic Adventure Games

    'very picky' is an understatement. the guy is a tosser.
  6. Y

    C Or C++

    doesnt matter. sdl is in C and its not the best idea to mix c and c++ (new/malloc/free/delete etc).. but really, no big deal.
  7. Y

    Need Help With Open2x Toolchain On Freebsd

    that the toolchain _needs_ glibc is what needs to be fixed :)
  8. Y

    Need Help With Open2x Toolchain On Freebsd

    try with gmake (gnu make) if your on freebsd instead of make (bsd make). if glibc is a dependancy you might just be SOL with this linux specific package... the redhat linux compat library might be able to work.
  9. Y

    GP2X Brillaint Set Of Sdl Tutorials

    how could you not know what a rectangle is?
  10. Y

    I Just Got My Gp2x!!!

    well I just got my unit from liksang... no screen protector, no batts (that could be a shipping to usa thing).. the 'english manual' is nothing but guyfawks pdf guide printed out... everything seems to work. a little surprised i cant look 'straight on' to the screen, i need to tilt slightly to...
  11. Y

    Why The Huge Price Differences In Gp2x?

    hk to the east cost vs london to the east cost :P since i'm on the east coast!
  12. Y

    Odonata = Not So Great. So What Gp2x Only Games Are You Playing?

    dont hold your breath, but i am working on an rpg. like ultima iii/magic candle/questronii/lota etc. nothing like ultima 7 or that. its slow right now since I am so busy but I am making some progress... if you meant some kind of console type rpg, then, we are in different camps :)
  13. Y

    Why The Huge Price Differences In Gp2x?

    the uk is closer to usa than hong kong is but... i ordered from liksang last week. should be here today or tomorow via ups. lik sang might be discounting for any number of reasons (competing with playasia?).. maybe they got a bulk deal from gph? maybe they are liquidating them? dont read too...
  14. Y

    GP2X Jabber's Log-fire

    maybe a stray pointer or something. valgrind is your friend here... build it on linux and play it (it is after all just sdl) (abstract gp2x button pushes out...) and valgrind it...
  15. Y

    Commercial Games Data Protection

    its called ida pro and it will carve up your binary like a hot knife in butter. i wouldnt worry too much about java + flash apps on the gp2x... its called system flow, and unused code is unused code. all it boils down to is a single instruction that says 'equal to' or 'not equal to'. you...
  16. Y

    GP2X Jabber's Log-fire

    remember to free up your mixing samples and close the mixer properly.
  17. Y

    Detect Firmware Version

    anyone know how to (in code) detect firmware version? does it sit on i2c bus?
  18. Y

    A Fresh New Toolchain+libs - Compiled On Demand!

    no, your example has ncurses + sdl linking in, which was what I was looking at that looked wrong. I dont know what imlimb2 is so I doubt I need it :)
  19. Y

    Scummvm For The Gp2x - Test Builds

    hey DJW saw your post on the scummvm dev list! nice work. i'm still trying to get my dev environment setup with a working scummvm (its a pita on windows to get all the required libs to build and get it all working withouth crashing).. i probably wont be helping hack on the gp2x side of scummvm...
  20. Y

    GP2X Simple Way To Protect Assets?

    bin2h and use SDL RWOPS to laod it in memory... but if someone _wants_ to get to them, they will no matter what you do...
Back
Top