The universe tends to unfold as it should...

Published December 01, 2005
Advertisement
I don't remember where that quote comes from (some movie), but it stuck in my mind and for some reason my subconscious is always reminding it to me, especially when things aren't going all that great. Things do seem to be slowly turning around and getting a bit better, we'll see how everything 'unfolds'.

I got the new architecture for SGE working, at least the barebones of the scene graph implementation. It's not at the same point where my previous architecture was yet. I've been porting over different components and man am I proud of the work I did in making each component self sufficient, porting has been extremely easy.

Oh, I also ported the project to VS.Net 2005, and was pleasantly surprised at what MS did in deprecating some old C functions and replacing them with safer versions, I'm not sure if this is an MS thing only, or a C standards change, so I'm not sure what the cross-platform implications are, however, everything is nicely enabled/disabled with a #define, so it's not a big deal, in fact, I put the define in an #if _MSC_VER >= 1400 block, so those defines only get used in VS.Net 2005.

VS.Net 2005 is nice, I haven't used it all that much to find a lot of things. However, I was a little disappointed that some rather small, yet very useful things didn't make it. Particualily, things that VisualAssist gives you. For example, something I use a lot in VA is the ability to open the corresponding .cpp for a given .h or viceversa, I was hoping they would make that part of the VS.net IDE (if it's there and I just haven't seen it, please let me know). IMO VA also provides much nicer syntax highlighting, and although VS.net did improve their syntax highlighting, it's still not as complete as VA.

That is all for now, I need to get back to work on SGE..
Previous Entry Cloak shader
0 likes 5 comments

Comments

Rob Loach
The Wheel of Time turns, and ages come and pass, leaving memories that become legend. Legends fade to myth, and even myth is long forgotten when the Age that gave it birth comes again. In one Age, called the third age by some, an Age yet to come, an age long pass, a wind rose in the Mountains of Mist. The wind was not the beginning. There are neither beginnings or endings to the turning of the Wheel of Time. But it was a beginning.
December 01, 2005 06:52 PM
Gaiiden
On my mad quest to get everyone to holidify avatars, I just realized you should make your logo into one of those snow ball thingies.

random? yes. kbye
December 02, 2005 02:33 AM
Muhammad Haggag
Quote:VS.Net 2005 is nice, I haven't used it all that much to find a lot of things. However, I was a little disappointed that some rather small, yet very useful things didn't make it.

Absolutely agreed.

Quote:Particualily, things that VisualAssist gives you. For example, something I use a lot in VA is the ability to open the corresponding .cpp for a given .h or viceversa, I was hoping they would make that part of the VS.net IDE (if it's there and I just haven't seen it, please let me know).

I was having pretty high hopes for this one. Didn't spot it either, so it doesn't look like it's there. It's a shame, really. It could be done using Macros/addins though, I'll probably look into that.

Quote:IMO VA also provides much nicer syntax highlighting, and although VS.net did improve their syntax highlighting, it's still not as complete as VA.

The syntax highlighting for C# is awesome. C++ syntax highlighting isn't even half as good as the C# one. Generally, the C++ team doesn't focus on making things easier for at the coder-level. Probably because C++ programmers are presumed to be hardcore maniacs who eat babies for breakfast [smile]
December 02, 2005 05:33 AM
VisualLR
Gaiiden, I actually do have a holiday logo, I had forgotten about it, but it's my avatar now =)
December 03, 2005 07:46 PM
Gaiiden
Good man!! [grin]
December 04, 2005 01:46 AM
You must log in to join the conversation.
Don't have a GameDev.net account? Sign up!
Profile
Author
Advertisement

Latest Entries

I'm out - for now

1146 views

Je suis fatigue

1188 views

bleh

988 views

Beware of zombies!

1082 views

wth gd?

982 views

So good

1088 views
Advertisement