Search results

  1. F

    Release EasyRPG

    Hi! Thank you for porting it! I didn't get time to try to port it for a long time. In any case, any port code patch or contribution is welcome! There is a EasyRPG GitHub account if you want to fork and pull request or patches, makefile configurations, pnd settings, specific audio or video...
  2. F

    RPG Maker emulator reaching alpha state

    I'll try to make a .pnd but there are some blocker issues before do first alpha packages for several platforms. Caanoo and Mac OS X port still have transparency issues (24 bpp?) and fix several interpreter issues.
  3. F

    RPG Maker emulator reaching alpha state

    I just compiled it in may Pandora in a very early and unusable status just for port testing. EasyRPG Player is SDL based, so piece of cake to port to Pandora and other systems.
  4. F

    RPG Maker emulator reaching alpha state

    Good news from the EasyRPG project. Game interpreter can play some game features. Best method to explain what means, just watch the video: https://www.youtube.com/embed/1P7kWRlT5ug?feature=oembed EasyRPG player running the german game Vampires Dawn. Rain visual effect was implemented just...
  5. F

    What are you developing?

    I'm working with others in a RPG Maker 2000/2003 interpreter (and editor). Video.
  6. F

    The Official "I own a Pandora" thread

    I have one of the first 50, I think (the one with the #1 serial number, instant collector's piece, hehe). Cheers.
  7. F

    Change Pandora Wireless Mode

    I tried it but it didn't work for me with this receipt. Maybe as ad-hoc works. Or trying: auto wlan0 iface wlan0 inet static wireless-mode master wireless-essid myaccesspoint address 192.168.1.1 network 192.168.1.0 netmask 255.255.255.0 broadcast 192.168.1.255 in /etc/network/interfaces...
  8. F

    Change Pandora Wireless Mode

    If you want to change wireless mode (the default is managed) you can do this from the terminal: First, some apps can manage wireless. You can kill them: sudo -s killall NetworkManager Another Apps using network are avahi-daemon and wpa-supplicant. NetworkManager puts networking up. Once...
  9. F

    Cross-Compiling Is Bollocks! Toolchains Are Bollocks! Use Yo

    try again with sudo opkg install gcc Ooops, you already edited with the right action :)
  10. F

    Beta Schism Tracker

    Awesome! Works perfectly and smooth. Thanks, this piece of software is great. I prefer Milky like you but this software is better for .IT files. I love Fasttracker style and the keyboard layout of the Pandora works better with ProTracker/Soundtracker/Fasttracker style :) . Cool IT song for...
  11. F

    Easyrpg (Rpg Maker Interpreter) Ported!

    The video is the the old player branch, now very outdated. New player branch lacks map rendering yet, so it's not nice to grab videos if nothing visible happens :). The new player can do most of the sprite effects (zoom, rotate, change hue, opacity...), with or without OpenGL acceleration. The...
  12. F

    Beta Pandora Hotfix Pack 2 For Zaxxon

    Tested on zaxxon without previous hotfix 1. All components installed successfully. Backlight setting from keyboard works fine now, disabling bluetooth LED is OK, too. Evince for PDF reading rocks! Some issue on my pandora: Evince icon pnd is ok but has gigolo name (?) and gigolo is evince...
  13. F

    Beta Milkytracker

    Thank you very much, I love milkytracker! Another great SDL based tracker is schism tracker, if you like to port it :rolleyes:.
  14. F

    64 Gb Sdxc Cards

    You can create FAT32 larger than 32 gb in gnu/linux. I have 250 hard disk with fat32. Defrag and scandisk can spend hours repairing filesystems larger, heh. Windows 9x can format more than 32 gb, so the artificial limit comes with winnt. Don't forget the 4 GB file size limit for this fileystem.
  15. F

    Cross-Compiling Is Bollocks! Toolchains Are Bollocks! Use Yo

    Finally tested, works flawlessly. It's a bit slow compiling but works. Pretty cool to make small software everywhere :) . Video with SDL compiled app: http://www.youtube.com/watch?v=gnigHzSpZCU
  16. F

    Cross-Compiling Is Bollocks! Toolchains Are Bollocks! Use Yo

    If you get this error when compiling: /usr/include/bits/local_lim.h:39:26: error: linux/limits.h: No such file or directory You need to do this as superuser or sudo: opkg install linux-libc-headers-dev If you can not install libsdl-mixer-dev try uninstalling libsdl-mixer with...
  17. F

    Cross-Compiling Is Bollocks! Toolchains Are Bollocks! Use Yo

    Thank you, torpor. Now I can compile some music related stuff (milkytracker, schism, both SDL based) while SDK is being done. I prefer cross compiling SDK for the big projects with a more visual IDE in a bigger screen, but this tip can be cool to compile everywhere some stuff. The NAND free...
  18. F

    Sdl Hickups

    good to hear it, hardware can make choppy performance... in my case, integrated graphics on the mainboard and bad bios setup configuration between northbridge, southbridge and processor can do bottlenecks. Nouveau driver is available out of the box since ubuntu 10.04 and pretty fast 2D...
  19. F

    Sdl Hickups

    Nvidia user? Uninstall nvidia driver and use nouveau. Magic! 2D rendering, with or without opengl is choppy on ubuntu, specially with composition (compiz). Try disabling compiz. 2D with or without opengl will work better. note: ubuntu nouveau driver still does not support opengl 3d acceleration
  20. F

    Porting Rpg Maker Into Pandora

    Still not dead, just refactoring the whole player code with rgss style, so no new visible features until this rework is being done. Our mate vgvgf, the most work done on the new rewrite is doing some RPGXP/VX stuff in a parallel project, called "ARGSS". You can learn more at http://argss.com.ar/...
Back
Top