Proverbial Max

Profile
None
Random thoughts, discussion, and rants of a CS undergrad.
2 comments
7 entries
Advertisement
cozman
March 14, 2005
Photon re-re-rewritten
I finally decided on a reasonable design for my Core/Task/Kernel issues. A Core simply registers a simple Updater class with the Kernel and then reads any data from the Updater, a reasonable example is below:


class Core
{
public:
Core() :
task_(new CoreUpdater())
{
723 views
cozman
March 04, 2005
Kernel & Tasks
Cool progress on photon today, I added a State/StateManager which evolved into a Task/Kernel system. I've always liked Richard Fine's Enginuity series but most of it doesn't fit my style very well. I finally took some inspiration, my Task/Kernel system is similar in many ways to his, I made some …
784 views
cozman
March 02, 2005
Progress is progress
Made some progress today, and I got some food too. That makes today a good day. wow, that's sad


  • VideoCore

  • Application class reconfiguration

  • ResourceManager implementations

  • video::Texture class (test)

  • util::ResourceFile

  • video::Color,video::Pen,video::Font

  • move OpenAL beyond setup



I slept late today, and I…
828 views
cozman
March 01, 2005
Some work, some sleep
I'm still up.. so keeping with tradition, I'm posting.

I think I've been distracted lately, I've been pretty bored, and I really want to hear from Kelly. The only good news today was that I finally got all of my grades. My physics grade (pretty much the only one I wasn't too sure about) came in,…
801 views
cozman
February 28, 2005
Schedule Whacked, Not Working
I threw off my schedule already..

I've been on Spring Break for just a few days and already I've screwed up my sleep schedule. I couldn't sleep last night, I layed in bed for an hour last night trying to sleep until Andrew ended up turning on the TV because he was up too, then I didn't get to slee…
1,074 views
cozman
January 31, 2005
Why I'm up
I decided to make this a separate post, not sure why.

Registration was today for 2nd years, so I stayed up all night so I could make it into the classes I need. I made it into my classes no problem, so it looks like next quarter I'll be taking Professional Communications (a class on writing documen…
787 views
cozman
January 31, 2005
Introduction
I've been around gamedev for a while, I finally did this whole GDnet+ thing and now I'm giving this journal a try. I'm not sure what I'm going to write here, but I figure I should make at least an introduction post.

My Programming History:
I learned QBASIC a long time ago, then learned C from an a…
778 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