Search found 36 matches

by TheBuzzSaw
May 26th, 2010, 1:06 pm
Forum: Eschalon: Book II Support [Linux]
Topic: Doesn't run on Ubuntu Jaunty 64b bit
Replies: 77
Views: 95098

Re: Doesn't run on Ubuntu Jaunty 64b bit

I'm pretty sure it's just a simple matter of running the Blitz compiler under an earlier version of Ubuntu. I agree that you probably have little control over what Blitz does, but I highly doubt Blitz carries its own C library around. It just uses whatever your system is currently running. Compile i...
by TheBuzzSaw
May 26th, 2010, 12:41 pm
Forum: General Chat
Topic: How big is the Basilisk team?
Replies: 8
Views: 5323

Re: How big is the Basilisk team?

I want to begin working on an RPG soon. Maybe I'll have ya submit a writing sample sometime. :P
by TheBuzzSaw
May 26th, 2010, 12:15 pm
Forum: Eschalon: Book II Support [Linux]
Topic: Sound issues
Replies: 17
Views: 28295

Re: Sound issues

PulseAudio is the worst thing that ever happened to Linux.
by TheBuzzSaw
May 26th, 2010, 12:13 pm
Forum: Eschalon: Book II Support [Linux]
Topic: Debian amd64, old libc6, could we get a static build?
Replies: 1
Views: 3272

Re: Debian amd64, old libc6, could we get a static build?

Static build is not the best idea when it comes to the core C libraries.

There is a thread discussing this issue:
viewtopic.php?f=22&t=3531
by TheBuzzSaw
May 26th, 2010, 11:55 am
Forum: Eschalon: Book II
Topic: Feedback on Book II so far
Replies: 24
Views: 10601

Re: Feedback on Book II so far

Admittedly, I am coming into this discussion with a strong general game developer background and not an RPG background. So, while I cannot speak for how RPGs are "meant to be played", I would like to share my insight. When I play any game at all, I expect to be able to use all of my mental...
by TheBuzzSaw
May 26th, 2010, 11:29 am
Forum: Eschalon: Book II Support [Linux]
Topic: Doesn't run on Ubuntu Jaunty 64b bit
Replies: 77
Views: 95098

Re: Doesn't run on Ubuntu Jaunty 64b bit

Yup. Same issue here. It's such a simple problem, yet it requires BW's intervention to clean up.

I am currently running 9.10 because I am not ready to upgrade to 10.04 yet.
by TheBuzzSaw
May 25th, 2010, 11:50 pm
Forum: Eschalon: Book II Support [Windows]
Topic: Eschalon: Book II 1.03
Replies: 13
Views: 10833

Re: Eschalon: Book II 1.03

*awaits the option to run at 1920x1080*
by TheBuzzSaw
May 25th, 2010, 11:47 pm
Forum: General Chat
Topic: Favourite OS
Replies: 41
Views: 17444

Re: Favourite OS

Driver issues happen everywhere except on OSX (because Apple controls the hardware there). For every driver difficulty I've had in Linux, I've had a dozen in Windows. I don't feel Windows is any more newb-friendly than Ubuntu is. Frankly, people like my mother-in-law just don't know squat about comp...
by TheBuzzSaw
May 25th, 2010, 11:43 pm
Forum: General Chat
Topic: Well, it's May 26... .
Replies: 14
Views: 6037

Re: Well, it's May 26... .

Linux > all
by TheBuzzSaw
May 24th, 2010, 5:20 pm
Forum: General Chat
Topic: What's your age, part 2
Replies: 69
Views: 27873

Re: What's your age, part 2

over 25... :)
by TheBuzzSaw
May 24th, 2010, 3:50 pm
Forum: GameTalk
Topic: The Best 10 RPGs of all time!
Replies: 77
Views: 72946

Re: The Best 10 RPGs of all time!

Diablo really drew emphasis to the widening gap in "RPG fans". Personally, I am a huge fan of Diablo II, but I also acknowledge that I am not a die-hard fan to the true sense of the term RPG. Diablo is one of those games where the story is there if you're willing to dig for it, but it also...
by TheBuzzSaw
May 24th, 2010, 1:42 pm
Forum: General Chat
Topic: Favourite OS
Replies: 41
Views: 17444

Re: Favourite OS

Ubuntu > all
by TheBuzzSaw
May 23rd, 2010, 3:48 pm
Forum: General Chat
Topic: Just going to use Blitz?
Replies: 11
Views: 4814

Re: Just going to use Blitz?

Just using SDL/OpenGL as your primary API cuts out 99% of platform-specific code you would otherwise have to write. Ogre3D is supposedly the same way, and we are analyzing that API for our next project. My particular team uses Code::Blocks IDE because it runs on all major operating systems, and we c...
by TheBuzzSaw
May 23rd, 2010, 3:31 pm
Forum: General Chat
Topic: Just going to use Blitz?
Replies: 11
Views: 4814

Re: Just going to use Blitz?

I'd be interested in learning more about the setup/tools/software you use on each platform to compile your code. Whenever I dabble in C++ and try to figure out how to make a nice cross-platform pipeline, I end up more confused than when I started. Sure! I'd be willing to go over the details with yo...