Search found 3635 matches

by Ex-Cyber
Mon May 09, 2011 10:12 am
Forum: Programming Discussion
Topic: Controller input
Replies: 13
Views: 1704

Re: Controller input

I would recommend having a struct (or class) that embodies an abstract version of the input you're interested in (i.e. not the actual bits of the Dreamcast controller/mouse, but unpacked into elements like confirm button, cancel button, start/pause button, normalized cursor position/deltas, etc.) fa...
by Ex-Cyber
Sat May 07, 2011 9:20 pm
Forum: Programming Discussion
Topic: Controller input
Replies: 13
Views: 1704

Re: Controller input

prev_buttons is just meant to be a variable with the same type as cond.buttons (don't know what it is off the top of my head). Where you'd declare it depends on the overall structure of the code, but assuming x is declared properly then it should be fine to declare prev_buttons in the same place.
by Ex-Cyber
Sat May 07, 2011 7:52 pm
Forum: Programming Discussion
Topic: Controller input
Replies: 13
Views: 1704

Re: Controller input

The condition you're detecting is "the Start button is down RIGHT NOW", not "the Start button was pressed" (which implies that it wasn't pressed at some point in the past). If you call this code periodically, it will keep incrementing as long as you hold down the Start button. If...
by Ex-Cyber
Fri May 06, 2011 10:38 am
Forum: Programming Discussion
Topic: Coders cable
Replies: 5
Views: 1358

Re: Coders cable

Can you paste what shows up in the transcript window when you try to upload something?
by Ex-Cyber
Fri May 06, 2011 7:44 am
Forum: Programming Discussion
Topic: Coders cable
Replies: 5
Views: 1358

Re: Coders cable

There are two versions of dcload: dcload-ip (for BBA/LAN Adapter) and dcload-serial (for coder's cable). It comes in two parts: dcload (the Dreamcast-side program) and dc-tool (the PC-side program). The code is in the cadcdev SVN tree if you can build from source; I'm not sure where to find a precom...
by Ex-Cyber
Thu May 05, 2011 9:54 am
Forum: Gaming Forum
Topic: Building a gaming PC
Replies: 7
Views: 882

Re: Building a gaming PC

Yeah, I have that one too and am generally pleased with it. My only real complaint is that the front USB ports are kinda cheesy (poor fit/finish, iffy cable quality), but I guess that's likely with any lower-budget case.
by Ex-Cyber
Tue May 03, 2011 6:21 pm
Forum: Gaming Forum
Topic: Post everytime that you buy a new game...
Replies: 4291
Views: 300298

Re: Post everytime that you buy a new game...

Jeeba Jabba wrote:OMG SOMEONE JUST MADE A NEW MOD FOR QUAKE 2 AND I CAN'T BELIEVE IT RUNS SO WELL ON MY COMPUTER THAT'S HALF THE AGE OF THAT GAME.
Cranking up the poly count on models and the size/complexity of levels can pretty easily make an old engine beat the shit out of a new computer.
by Ex-Cyber
Tue May 03, 2011 7:13 am
Forum: Off-Topic Forum
Topic: America!
Replies: 32
Views: 3315

Re: America!

I doubt it will stop terrorist attacks. By most accounts, bin Laden had become a figurehead and was no longer responsible for actual planning and coordination of operations. Probably, the best we can hope for is that some al Qaeda members will be demoralized by his death. And, of course, not all (or...
by Ex-Cyber
Mon May 02, 2011 2:57 pm
Forum: Off-Topic Forum
Topic: America!
Replies: 32
Views: 3315

Re: America!

I think they believe in the whole female virgin reward only if you suicide and successfully kill others while doing so. As I understand it, it's that being martyred (the idea that suicide bombing qualifies is dubious at best) guarantees admission to paradise, but everyone who goes there will suppos...
by Ex-Cyber
Wed Apr 27, 2011 11:58 pm
Forum: /dev/null
Topic: Obama Birth Certificate Scandal!!
Replies: 8
Views: 1122

Re: Obama Birth Certificate Scandal!!

Yeah, the "natural born" requirement is pointless. It should just be a citizenship+residency requirement like for the Senate. Republicans (and I) were saying the same thing back when Arnold Schwarzenegger was the rising star of the Republican Party. The founding fathers had a reason at the...
by Ex-Cyber
Wed Apr 27, 2011 6:54 am
Forum: Off-Topic Forum
Topic: Good Android tablet under $200?
Replies: 26
Views: 3659

Re: Good Android tablet under $200?

Radio Shack is selling a Coby Kyro 7" tablet for $135 (sale price, web-only). Amazon has the same for $138. Reviews are mixed.
by Ex-Cyber
Tue Apr 26, 2011 9:10 am
Forum: Off-Topic Forum
Topic: Good Android tablet under $200?
Replies: 26
Views: 3659

Re: Good Android tabler under $200?

There is also a tablet called the Augen Touch. Resistive screen and low spec, but can be had for around $100 here in Toronto. Saw it at JC Penny last time I was in New York. Engadget's preview was actually mildly positive. The Amazon reviews are pretty negative. There are 30 total reviews, and half...
by Ex-Cyber
Tue Apr 26, 2011 1:40 am
Forum: Gaming Forum
Topic: Building a gaming PC
Replies: 7
Views: 882

Re: Building a gaming PC

Here's a sample configuration that would at least be "okay" for games. With shipping, this should come out to just under $500: Case: Cooler Master Centurion 5 PSU: Antec Neo Eco 520C MB: Biostar A770E3 CPU: AMD Athlon X2 260 RAM: 4GB DDR3-1333 GPU: Sapphire 100283-3L Radeon HD 5770 1GB HDD...
by Ex-Cyber
Sun Apr 24, 2011 9:27 pm
Forum: Off-Topic Forum
Topic: Good Android tablet under $200?
Replies: 26
Views: 3659

Re: Good Android tabler under $200?

I've been thinking about it myself; it's definitely not top-of-the-line hardware, but it looks like it might be the best overall value in an Android tablet right now, and it's apparently pretty easy to root it. Do you know whether the one you used was overclocked and/or whether it was running from m...
by Ex-Cyber
Sat Apr 23, 2011 1:46 pm
Forum: Off-Topic Forum
Topic: Good Android tablet under $200?
Replies: 26
Views: 3659

Re: Good Android tabler under $200?

Trying to keep it at or under $200. Nook Color and ViewSonic Gtab $250 LOL Nook Color and ViewSonic Gtab $250 LOL Nook Color and ViewSonic Gtab $250 LOL Seriously though, judging from some of the articles and reviews I've read, people seem to still be waiting for a "good Android tablet" a...
by Ex-Cyber
Fri Apr 22, 2011 12:17 pm
Forum: Programming Discussion
Topic: So I've got off the ground.
Replies: 60
Views: 10351

Re: So I've got off the ground.

Not all burning programs will do it. DiscJuggler might not have it since the main purpose of DiscJuggler is to do small-scale production runs (the "juggler" part comes from its ability to run multiple burners at the same time). InfraRecorder should be able to do it (the underlying program ...
by Ex-Cyber
Wed Apr 20, 2011 4:39 am
Forum: Programming Discussion
Topic: So I've got off the ground.
Replies: 60
Views: 10351

Re: So I've got off the ground.

Is it possible that you're feeding CR+LF line endings (e.g. from a Windows-based text editor) into a library that expects LF line endings, and thus getting a trailing CR included in your string?
by Ex-Cyber
Tue Apr 19, 2011 2:08 pm
Forum: Programming Discussion
Topic: Hi to everyone
Replies: 1
Views: 796

Re: Hi to everyone

It's so complicated because there's no underlying "platform". The Dreamcast itself has no operating system and no libraries (at least not in the conventional sense), so you can't take anything for granted. What you're building is just a big lump of code that runs on the "bare metal&qu...
by Ex-Cyber
Sat Apr 09, 2011 6:08 pm
Forum: Off-Topic Forum
Topic: I bought an iPad 2! What apps do I need?
Replies: 16
Views: 2347

Re: I bought an iPad 2! What apps do I need?

This also rather obnoxiously happens in the other direction: things that would be free on PC end up costing money in the App Store. Hell, sometimes people just flat-out port freeware/open-source apps/games to iOS and charge money for them (often without the original developer's knowledge/consent).
by Ex-Cyber
Wed Mar 30, 2011 10:40 am
Forum: Off-Topic Forum
Topic: What happened to Yahoo?
Replies: 14
Views: 2393

Re: What happened to Yahoo?

Yahoo was not originally a search engine, it was an index. People submitted their site, someone reviewed the submission, and then it got listed in some category. And of course the submitter could pay for expedited review. Once the web became too big for that to work well, Yahoo's fate was sealed.