Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Mac OS X troubles
Post: RE: Mac OS X troubles

xoft Wrote: (07-18-2012, 08:38 PM) -- I got a new Mac at work for work-related development. So I figured, I could try compiling MCServer on it :) Turns out it's not as easy. Getting commandline co...
R-T-B Development 1 2,789 08-15-2012, 05:49 PM
    Thread: Some semi-random thoughts on terrain generation
Post: RE: Some semi-random thoughts on terrain generatio...

xoft Wrote: (08-15-2012, 02:19 AM) -- It looks different from the vanilla world, but it's not bad. Still, I think it deserves a better implementation, so I've added it to the list of easy tasks inclu...
R-T-B Development 843 570,351 08-15-2012, 05:42 PM
    Thread: Generated structures help offer
Post: RE: Generated structures help offer

Yes, a lot of the variables definitions in the new "TerrainControl" mod have actually deviated from what I originally intended (albeit, it still works excellent as a primitive building format). My or...
R-T-B Development 18 13,008 08-13-2012, 09:58 PM
    Thread: Generated structures help offer
Post: RE: Generated structures help offer

Quote: -- we'll need the structures in a .schematic or .bo2 format -- It might humor you to know that the .BOB format and it's successor, .BO2 were actually written by me for use in my PhoenixTerrai...
R-T-B Development 18 13,008 08-13-2012, 03:35 PM
    Thread: Compiling for powerpc (Darwin 9/OS X 10.5)
Post: RE: Compiling for powerpc (Darwin 9/OS X 10.5)

xoft Wrote: (05-09-2012, 05:22 PM) -- Welcome back :) Can you try the latest rev (488), if it compiles? There have been some changes in the preprocessor magic, and I've kinda lost track of what's ...
R-T-B Development 31 29,439 05-09-2012, 05:53 PM
    Thread: Compiling for powerpc (Darwin 9/OS X 10.5)
Post: RE: Compiling for powerpc (Darwin 9/OS X 10.5)

xoft Wrote: (04-02-2012, 05:05 AM) -- It seems that both Darwin and OS X whatever have the macro __APPLE__ defined, but each has a different strerror_r() function signature. Could you please run t...
R-T-B Development 31 29,439 05-09-2012, 03:53 PM
    Thread: Compiling for powerpc (Darwin 9/OS X 10.5)
Post: RE: Compiling for powerpc (Darwin 9/OS X 10.5)

xoft Wrote: (03-13-2012, 06:47 AM) -- Okay, so let's try rev 406. Can you build it from clean sources? Does it run? If not, what are the errors messages? -- I'll try it sometime tonight/tomorrow. J...
R-T-B Development 31 29,439 03-17-2012, 04:47 PM
    Thread: Compiling for powerpc (Darwin 9/OS X 10.5)
Post: RE: Compiling for powerpc (Darwin 9/OS X 10.5)

xoft Wrote: (03-12-2012, 10:57 PM) -- Serverside height is not possible atm and I don't think it's worth implementing. However, FakeTruth set out to implement dynamic chunk height, meaning that chunk...
R-T-B Development 31 29,439 03-13-2012, 02:39 AM
    Thread: Compiling for powerpc (Darwin 9/OS X 10.5)
Post: RE: Compiling for powerpc (Darwin 9/OS X 10.5)

xoft Wrote: (03-11-2012, 06:42 PM) -- That was before MC "upgraded" to double the build height, and was slightly under-estimated. Right now just the chunks for a single player take up around 64 MiB,...
R-T-B Development 31 29,439 03-12-2012, 08:08 AM
    Thread: Compiling for powerpc (Darwin 9/OS X 10.5)
Post: RE: Compiling for powerpc (Darwin 9/OS X 10.5)

xoft Wrote: (03-11-2012, 01:20 AM) -- $100 SBC? Got any more info? I'd be quite interested in that :) I was enthusiastic over the Raspberry Pi, until I learnt that it has only 256 MiB RAM planned; t...
R-T-B Development 31 29,439 03-11-2012, 09:03 AM
    Thread: Compiling for powerpc (Darwin 9/OS X 10.5)
Post: RE: Compiling for powerpc (Darwin 9/OS X 10.5)

FakeTruth Wrote: (03-10-2012, 08:34 AM) -- R-T-B Wrote: (03-10-2012, 07:52 AM) -- As far as what I can contribute, I was the author of PhoenixTerrainMod (google it) and I know a lot about terrain ge...
R-T-B Development 31 29,439 03-10-2012, 08:56 AM
    Thread: Compiling for powerpc (Darwin 9/OS X 10.5)
Post: RE: Compiling for powerpc (Darwin 9/OS X 10.5)

FakeTruth Wrote: (03-09-2012, 11:25 PM) -- xoft Wrote: (03-09-2012, 08:57 PM) -- Is your code taking that path in cEvent? If you uncomment those lines and put a breakpoint in them, does it hit the b...
R-T-B Development 31 29,439 03-10-2012, 07:52 AM
    Thread: Compiling for powerpc (Darwin 9/OS X 10.5)
Post: RE: Compiling for powerpc (Darwin 9/OS X 10.5)

There seems to be some random crashes with the webserver still, I think I might be able to fix them. Stand by and I'll post diffs sometime soon.
R-T-B Development 31 29,439 03-09-2012, 09:02 PM
    Thread: Compiling for powerpc (Darwin 9/OS X 10.5)
Post: RE: Compiling for powerpc (Darwin 9/OS X 10.5)

xoft Wrote: (03-09-2012, 07:20 PM) -- I'm trying to put in some GCC attributes to force alignment. I'd need you to test it out after I get it working and commit it. Also it'd be extremely useful if ...
R-T-B Development 31 29,439 03-09-2012, 08:13 PM
    Thread: Compiling for powerpc (Darwin 9/OS X 10.5)
Post: RE: Compiling for powerpc (Darwin 9/OS X 10.5)

xoft Wrote: (03-09-2012, 05:53 PM) -- I'd say "bus error" is not really a segfault, rather it means that access was attempted on unaligned memory. This could prove problematic, since MCS does no alig...
R-T-B Development 31 29,439 03-09-2012, 05:59 PM
    Thread: Compiling for powerpc (Darwin 9/OS X 10.5)
Post: RE: Compiling for powerpc (Darwin 9/OS X 10.5)

FakeTruth Wrote: (03-09-2012, 11:12 AM) -- Apparently when a program compiles and runs fine under Linux it is not guaranteed to compile and/or run on a Mac. There have been a lot of changes since ...
R-T-B Development 31 29,439 03-09-2012, 01:04 PM
    Thread: Compiling for powerpc (Darwin 9/OS X 10.5)
Post: RE: Compiling for powerpc (Darwin 9/OS X 10.5)

FakeTruth Wrote: (03-09-2012, 11:12 AM) -- Apparently when a program compiles and runs fine under Linux it is not guaranteed to compile and/or run on a Mac. There have been a lot of changes since ...
R-T-B Development 31 29,439 03-09-2012, 11:50 AM
    Thread: Compiling for powerpc (Darwin 9/OS X 10.5)
Post: Compiling for powerpc (Darwin 9/OS X 10.5)

I'm trying to compile MCServer for my powerpc G4 mac mini. As you probably know, the java implementation in powerpc is awful and this server would be excellent for powerpc platforms. However, comp...
R-T-B Development 31 29,439 03-09-2012, 10:32 AM