Posts Tagged change of plans

Temporary Hiatus

I’ve lost the will to live develop at the moment. I’m not going any­where in a hurry, I’m just not hav­ing “fun” devel­op­ing, so I’m decid­ing to take some time off and play rather than make. I don’t know when I’ll be back, but I will even­tu­ally be back.

I’m not tak­ing down any code, so you’ll still be able to see my ter­ri­ble coding.

, ,

No Comments

Boost? More like deflated…

After fight­ing for a day with Boost, I’m pretty much going to give up. I’ve finally man­aged to build the libraries, but I needed to upgrade gcc (MinGW) to 4.4.0 (from Code­Blocks default of 3.4.5, which still works with it, fortunately).

When I import the string algo­rithms into my own code I get a whole slew of errors (over 50), and when I try the demo code I still get errors (OK, not so bad, just “expected con­struc­tor, destruc­tor, or type con­ver­sion before ‘(‘ token” on two lines, but it should still work “out of the box” right?) (OK, I’ve got dain bra­m­age… I made a proper pro­gram (no out­put) but I’ve got the “test” work­ing — now to get it work­ing in Cyber­Rogue)

Am I doing some­thing wrong, try­ing to use two con­flict­ing libraries (LibT­COD and Boost, but I didn’t think they’d con­flict?), or is MinGW just not up to the job and I should try Cyg­Win (will LibT­COD work with Cyg­Win?) Maybe I should just stick with what I’ve already got as it works (ain’t broke, don’t fix it approach).

Fixed: OK, maybe I should have just checked my defines — it’s work­ing, yay! Now I just need to use it.

, , , , , , ,

No Comments

Message logs

Virtual, not wooden… Where do you like yours?

Per­son­ally, I like hav­ing mine at the top, with new mes­sages at the bot­tom (I’ll come back to that sec­ond part at a later date). I know some peo­ple pre­fer hav­ing it at the bot­tom, with the newest mes­sage at the top, or some other com­bi­na­tion. This is the “recent mes­sage” log I’m talk­ing about, not the full log that can be looked through.

My plan is to have a fad­ing log of some sort, where you can see the last 8 lines of mes­sages at all times, but per­son­ally I can’t decide. I fig­ure in the long term I can have a con­fig­u­ra­tion set­ting for cus­tomis­abil­ity, but I’m still won­der­ing what peo­ple think about it. I’m only ask­ing about posi­tion­ing for now, and will come back to “newest at top/bottom” later.

Where do you pre­fer your main mes­sage log?

View Results

Loading ... Loading …

For other, put your ideas in this post.

Thanks,

Your friendly neigh­bour­hood Scautura.

, ,

No Comments

Bursts of Activity

OK, more like long peri­ods of inac­tiv­ity punc­tu­ated by more bursts of inac­tiv­ity. I haven’t died, dis­ap­peared, been sent to prison, been kid­napped by Beyea Aliens (kudos to any­one who gets the ref­er­ence) or any other big nasty problems.

I have in fact been work­ing my [insert ver­nac­u­lar here] off at work with lit­tle time to spend either devel­op­ing or blog­ging — despite which, I have been work­ing on CR: TNB (all will be made clear soon — ish) using LibT­COD with all it’s creamy good­ness. Unfor­tu­nately, my brain is a bit stuck on ASCII rogue­likes, but hope­fully a lit­tle tweak­ing here and there and I can have a pretty/shiny chrome/concrete kind of world in glo­ri­ous semi-graphicy ASCII goodness.

The world has taken a slight twist, as I’ve started think­ing a lit­tle bit more about “how we got where we are” from where we are now, and with zom­bies being every­where, I thought I’d add a lit­tle flavour to the world.

I want to say I’ll have some­thing to show at the end of the week, but that’s just beg­ging for trou­ble. Instead, I’m going to leave you with some­thing new: The Plague.

, , , , , ,

1 Comment

Doryen Purple… Or blue, yellow, green…

But def­i­nitely not Gray…

The Doryen Library for Python has been fixed! I can finally rework Cyber­Rogue to be cross plat­form, use a BSP tree (that was what I was wait­ing for!), built in light­ing algo­rithm, bre­sen­ham lines, big­ger (full)screen, and more. I’m like a dog with a bone!

, , , , ,

1 Comment