Rhaal's Journal

Profile
None
26 comments
11 entries
Advertisement
Rhaal
April 23, 2005
Elitism
Elitism sucks

Oh look! I found the 'r' key! (jackass)
961 views
Rhaal
April 22, 2005
WooHoo
The first milestones I've set for myself about a month ago have been met. As of yesterday I got text working in my engine [smile]. The milestones were

2D Rendering Device
Audio Player
Graphic Object class
Derived Graphic Window class (holds other graphics)
Text rendering to the screen
Text rendering to w…
922 views
Rhaal
April 14, 2005
:)

:)

686 views
Rhaal
April 12, 2005
Newest Song
So, I like to write songs as well as code. Sometimes the code gets too crazy and I need the music to restore order in my soul (because the code causes turmoil [lol]).

The latest song I've drafted up is called "Seclusion", and like I said, it's a draft. My Keyboard/Recording Equipment are also not to…
1,063 views
Rhaal
April 02, 2005
A little bugger
This one got me for a little while. My renderer has a list of entities that get rendered when a Draw function is called on the renderer.

void lxRender::RenderScene()
{
std::list::iterator elI = mElementList.begin();
while(!(elI == mElementList.end()))
{
(*elI)->Draw(mScreen);
elI++;
}
S…
920 views
Rhaal
April 01, 2005
Oh no Gamedev banned me!
I've been caught up in a massive ban parade. It's no fun :(
764 views
Rhaal
February 04, 2005
Entry
6:25 AM - Google Local
I got this ad when searching for the nearest Dell Taco through google local.


Screw the game industry. I want $90/hour to eat tacos!
902 views
Rhaal
February 01, 2005
Entry
5:55 PM - Stupid Optimization Tricks

I discovered a solution to a little problem I was having with tehtris. Input was slightly laggy, and I thought that I had some major resource issues going on! I passed it off as exactly that and decided that I didn't want to deal with it.

Well I was breaking up so…
838 views
Rhaal
January 31, 2005
Entry
5:55 PM - XML Fun!
I'm off work in 5 minutes! In light of the lack of expected OT today, I'm going to force myself to work on my programming for at least one hour before playing Warcraft :)

I've been briefly learning XML (as in for a couple hours) and I think I get it. Does this look like a feasible …
755 views
Rhaal
January 30, 2005
Entry
7:59 PM - A Nice Day
I wonder if my most frequent updates in this journal will come with the World of Warcraft queue. Actually, I'm sure I'll find time at work as well.

I only had one day off this weekend, and that day was today. I planned on spending some time implementing improvements to tehtris's …
762 views
Rhaal
January 29, 2005
Entry
11:54 AM - The Beginning
I'm now among the l33t of GDNet+ members! I've decided to start keeping a journal on here if for naught but self-motivation.

So, I'll introduce my current projects.

tehtris
This game is going to be an all out effort on my part to start and finish a game. It's teaching me a lot …
770 views
Advertisement

Popular Blogs

shawnhar
Generalist
101 Entries
9 Followers
15 Entries
10 Followers
johnhattan
Programmer
1,277 Entries
47 Followers
ApochPiQ
Generalist
628 Entries
44 Followers
dgreen02
Generalist
338 Entries
56 Followers
Advertisement