Search results

  1. D

    Pandora Pandora And Python

    I think it's been established he doesn't. ;-)
  2. D

    Will These Websites Work?

    As I understand it, Gnash doesn't support anywhere near all the features it needs to run most flash sites in a usable way. In the near future expect maybe some really popular sites to work, but only if they use flash for simple things (like youtube*). Don't take my word for it, but I think...
  3. D

    Will These Websites Work?

    I can tell redhotpawn.com doesn't use flash, so that should work. If turnplay uses flash it will almost definitely not work.
  4. D

    Dosbox Demo Video?

    It should be trivial to emulate a relative mouse in software, though. In fact, I'll bet the touchscreen driver does exactly that. A Python example: lastAbsX = lastAbsY = 0 def relFromAbs(absCoords): (absX, absY) = absCoords relX = lastAbsX - absX relY = lastAbsY - absY...
  5. D

    Pandora Os Snippet 3

    Hey Craig, another request here... could you please make one with spaghetti?
  6. D

    Could I See A Demonstration Of Mplayer With Tv Out?

    Note that there are video players that will let you set the audio-video delay.
  7. D

    Linux Apps

    Does Midori have Chrome's V8 javascript VM, though? Because that's what makes it run javascript faster than others.
  8. D

    Minimal Angstrom Image?

    Oh yeah, I'd forgotten that ion wasn't updated anymore. I've seen lots of other tiling window managers floating around, though. Can anybody recommend one?
  9. D

    Minimal Angstrom Image?

    I'm using XFCE right now, but on the Pandora I'd rather use ion or something similar.
  10. D

    New Pix From Mweston!

    If you up the brightness and contrast in that image, you can make out the crack in the bottom of the hinge part of the screen that's also in the black FDM case:
  11. D

    Win32 To Sdl - Porting A Windows Engine For C++

    It's probably not quite an "engine", but personally I find SFML very nice for drawing 2D graphics in C++ (Though I'd prefer non-capitalized method names). If Laurent is to be believed, he's porting it.
  12. D

    A Small Request Plz

    Thank you very much for your wonderful suggestions. I imagine all those features will be implemented. If not, perhaps you could suggest it to the developer of the particular emulator/application you'll be using. (This thread would be slightly less out of place in general.)
  13. D

    Let''s Make Up Pandora Marketing Slogans!

    Pandora - The future is open. Pandora - Honestly, it's not better than sex, but it sure beats masturbation.
  14. D

    Pandora Tincs - Multiplayer Shooter For Pandora (video)

    I'll do some more backstory this week. If there's anything in particular you'd like more background on, feel free to make a request. I'll post my work on "The till-now-unnamed-Game Forum", in the Story Development section, for your approval: CODE...
  15. D

    Pandora Tincs - Multiplayer Shooter For Pandora (video)

    Technocracy Metal Reign Tin Soldiers Blood, Steel and Tears
  16. D

    Tincs - Backstory Poll

    If you people want me to do any more writing (backstory, dialogue, menus, buttons, tooltips, error messages), I'm up for it.
  17. D

    Windows 7 For Arm?

    How much software is written on .NET nowadays? Because IIRC that runs bytecode on a virtual machine. Edit: And therefore it should be possible to run .NET applications on ARM without recompiling.
  18. D

    Tincs - Backstory Poll

    I personally really like customizability (RPG-lover here), so I'd enjoy being able to mix and match implants. I never played Dystopia, but I though Deus Ex's system worked pretty well. (I'm curious to hear more details about what sucks about Dystopia's system?) For people that just want to jump...
Back
Top