07-28-2012, 05:25 AM
wow i think it looks nice
Random Chitchat 2012-2016
|
07-28-2012, 05:25 AM
wow i think it looks nice
07-28-2012, 07:26 AM
Lookin good man!
07-28-2012, 06:18 PM
Damn, as usual, as soon as I buy something, a few days later I find a much better alternative that I would've liked. I almost regret ordering that Raspberry Pi, now that I see this little thing:
http://www.dealextreme.com/p/android-4-0...-gb-145525 It seems the hardware specs are good enough to run MCServer on that thing FakeTruth, this might be actually a good reason for you to try compiling MCServer for Android
07-28-2012, 09:18 PM
(07-28-2012, 06:18 PM)xoft Wrote: Damn, as usual, as soon as I buy something, a few days later I find a much better alternative that I would've liked. I almost regret ordering that Raspberry Pi, now that I see this little thing:The Raspberry Pi was cool when it was announced (when was it? 2 years ago or something? O_o) but right now it's already overpriced IMO xD (for what it can actually do) (07-28-2012, 06:18 PM)xoft Wrote: It seems the hardware specs are good enough to run MCServer on that thingI'll see if I can motivate myself to do that I think it needs the old makefile, but I'm not sure
I think the Andoid NDK toolchain uses GCC so it probably uses GNUmake, too. Then it should be compatible with GNUmakefile.
It might be about time we get some refactoring in cRoot, allowing it to be used as a piece of library, so that we can build GUIs around it - be it Android or WinAPI. So we'd want the logger to be substitutable, server command messages to be enterable via a cRoot function asynchronously, maybe even some callbacks on players connected, memory used etc.
Yes it uses GCC, but I think the makefiles are slightly different than then MCServer ones. This is a makefile I use to compile for Android
Code: LOCAL_PATH := $(call my-dir) I really don't know anything about makefiles, so I could be wrong
07-28-2012, 10:59 PM
MCServer's GNUmakefile is almost the same, only you don't need to list all the sources, because it uses the shell's commands to find them all. That's the only difference. The variables, rules, everything else is the same. It might need some tweaking regarding the variables, though.
07-29-2012, 08:39 PM
I just couldn't resist and ordered the AK802 / MK802 thing. They were on sale on eBay for 66 usd I'mhoping they won't charge the import tax on arrival - the device's so small it could be mistaken for a cheap flashdrive
http://www.ebay.com/itm/Smallest-Android...0933605374
07-30-2012, 02:35 AM
I think I can see some possible improvement in the biome generation code speed. This could speed up the generator even more
07-30-2012, 03:48 AM
Every improvement is welcome
|
« Next Oldest | Next Newest »
|