My personal space of thoughts...

Profile
Pepinster, Belgium
This is my space where I post my thoughts about the things I do, my life and my work...
88 comments
201 entries
Advertisement
Metron
November 05, 2004
3 in the morning
gosh... it's 3 o'clock in the morning in Belgium and I just finished something I wanted to add since quite some time but what I didn't add because I was to lazy to do it : Render to texture (or change of rendertarget if you prefer).

I had the basics already implemented in my renderkernel, but I didn…
272 views
Metron
November 03, 2004
Head banging
As some of my readers might have figured out, I'm quite depressed because of the job I do and the way my life doesn't work out as expected. Hopefully, my long time plans work out... hopefully...

This week-end it hit my mind that it's easy for me to simply erase 8 years of my life and hard work with …
271 views
Metron
November 01, 2004
Nice day ?
Well... I've spent some time with my family this week-end and I still have a spare day tomorrow so I can have some fun with them going to the circus.

Much to my surprise Christelle, my wife, was ok with not eating what she wanted to cook today and instead going to a not far away, "all you can eat" r…
282 views
Metron
October 30, 2004
Playing around
Sooo... I think I finally managed to pin down the inheritance stuff of templates and entities. I no longer need to make a difference in the save game bewteen the underground and the entities that are placed on the underground (which is a good thing because it makes my live so much easier) and the l…
231 views
Metron
October 28, 2004
oh well
I must keep zen... I must keep zen...

Beside the fact that I currently consider my job as being... well... awful... to select a mild word, I'm also struggling with the TBS engine.

I thought that I had found just the right way to do save games and the entity<->category relationship when I stumbl…
234 views
Metron
October 27, 2004
A german word says...
"Sometimes you can't see the forest because of all the trees."

Well, that kind of happened in the last two days when I was spending time searching for a solution for a problem that doesn't really exist.

Here's the "pseudo" problem :

I have a map class that should be able to store all entities that are…
301 views
Metron
October 26, 2004
My network...
is finally working. The solution was to disable the DHCP server on my AP&R, pull the LAN cable from the WLAN plug and simply put it into one of the 4 switch plugs. In this way the computers can access the DHCP server of my ADSL router. The wireless connection is linked to the switch plugs by de…
272 views
Metron
October 24, 2004
Network trouble
So yesterday I installed the wlan in my house and today I tried to access the computers on the second floor. Due to some problems, this is not possible. Read here : https://www.gamedev.net/community/forums/topic.asp?topic_id=278252

I've installed all what I need onto the laptop. I should be able to …
200 views
Metron
October 23, 2004
It has been some days...
since my last entry into my journal. There are several reasons for this : The first one being that I was on the road the last couple of days for my company, the second that I was quite tired due to the hours I made for work; third that I was busy the last two days working on the TBS engine.

And fina…
304 views
Metron
October 18, 2004
Nothing much...
I haven't done nothing much this weekend. My wife's mother had her birthday 2 weeks ago and held her party saturday (since this was the only date everyone had time). It was quite cool and although she was up until 2 o'clock in the morning, my 3 year old daughter was nice as an angel. There were oth…
268 views
Metron
October 15, 2004
Making some progress
The TBS engine is progressing quite well. Yesterday evening I finished the layout for the hex- and tiled-based map descriptions. It's very flexible and versatile. You can reconfige the entitymanager (which stores the templates for the entities on the maps) through the parameters in the map format.

I…
254 views
Metron
October 14, 2004
Back to work
I'm still feeling a little bit ill but I'm back to work... Someone must save this company ;)

I've told you yesterday that I'm testing some of my stuff to keep it as easy as possible to use. Well, that said, I changed the access functions to the entities in my entitylist radically and had to change i…
254 views
Metron
October 13, 2004
TBS Demo game and 2D - 3D
Hi everyone,

first thanks to Ravuya for his wishes. I feel a lot better than yesterday and I hope that I'll be ok for tomorrow (I have to restart working tomorrow). I still have a sore throat and slight problems with my nose ;)

Unfortunately, I cannot yet post any screenshots as Ravuya requested it. …
458 views
Metron
October 12, 2004
shaders
I cannot lie still in my bed... I have to move... at least my fingers. So yesterday I took my pc and implemented the pixelshader support in my engine. I've tested it with some 2D shaders and it works as expected. Perhaps some changes might be necessary once there's heavy usage of vertex- and pixels…
385 views
Metron
October 11, 2004
Ill...
No not III as the roman 3 but Ill as sick... It started yesterday morning with a cold and then continued with me sitting on the throne for a major part of the day. I also have a sore throat and every bone which hurts. So this morning I had a visit by the doctor and he wrote me a medical certificate…
323 views
Metron
October 08, 2004
Vertexshader
Yesterday evening I've finished my implementation of the ShaderConstantTable which stores the constants for a shader (either vertex- or pixelshader). I've also implemented the constant passing to the hardware via the appropriate D3DX interfaces. And it all comes along as expected.

Nevertheless, I ha…
280 views
Metron
October 07, 2004
Untitled
I've reworked my OO solution for our problems yesterday and I've talked about it this morning with one of my colleagues. Fortunately I had a response for all his questions and management to show him how I can solve the problems he threw at me with the interfaces I have defined.

So far so good... Unf…
262 views
Metron
October 06, 2004
too much OO
Sometimes I wonder if I'm just to much of an OO programmer. For the company I'm working for I'm currently working on some modifications that are necessary to push our applications to the next level. Unfortunately, there are two ways to do this : the right and the wrong way.

The wrong way would be to…
274 views
Metron
October 05, 2004
Nothing important
Haven't done much but working on the vertex- and pixelshader integration into my engine. Had some discussions on the DirectX Mailing list and concluded that the D3DEffect stuff can handle things that is (to me) very difficult to implement. I suspect them to cheat ;)

Had a "strong" discussion with my…
279 views
Metron
October 01, 2004
Vertexshaders
Yesterday evening I have tested the shader loading, management and creation part of my engine. I had a bug in my loading coding which made the code string longer than needed. In fact, the loader does load the content of a file. This might be everything from binary data to text. But if you have a te…
311 views
Metron
September 29, 2004
Graphic engine enhancement
Yesterday I wasn't in the mood for working on the TBS engine. Instead I implemented the vertex- and pixelshader caching for my engine. I didn't have that yet since I didn't use any programmed shaders yet. I've also implemented the shader loading in my base engine class and the loading in the render…
385 views
Metron
September 28, 2004
finished first part
Yesterday evening I've finished the first part of the TBS engine, the entity management.

I've decided to make a difference between the entities and the templates that are used to generate those entities. The reason was the difficulty that could arise when you add a template by inadvertance to the en…
535 views
Metron
September 24, 2004
TBS Engine progress
I've implemented the template management for the entities within the TBS engine yesterday evening. Basically, templates are the blue print for the entities generated within the game. They hold the default values for entities. A default value for a unit would be "hitpoints" or "attackrange".

Since an…
995 views
Metron
September 23, 2004
hmmm...
I was lazy yesterday and in bed early. I don't know why but I feel quite tired the last days.

Tomorrow is my birthday. 31 years... Gonna have a birthday party on saturday and yesterday evening my wife asked me : "What are we doing with the 12 people who are coming ?" Well... I'm a quite simple guy s…
384 views
Metron
September 22, 2004
Haven't done much...
yesterday evening. I was just so tired. I've added some new access function to my CEntityManager and tested them out. Since I said that I implement some kind of database equivalent, here's a list of commands I "simulate" :

SELECT * FROM entities;
SELECT * FROM entities WHERE param = value;
SELECT * FR…
331 views
Metron
September 21, 2004
Progressing...
I've been working on my TBS Engine yesterday evening and I'm progressing quite well. I've implemented some more access functions to the entity manager I've written and have tested them. I've also added functions to load entities from an xml file.

The core of my entities are parameters. There is noth…
283 views
Metron
September 20, 2004
Oh well...
I've been working on the TBS engine from friday to saturday night and I stumbled upon some problems with the command behavior I wanted to use for the command machine. In fact, I had some problems to pass around the different paramters that are needed.

Basically, a command is used on a receiver calli…
269 views
Metron
September 18, 2004
3 days later...
3 days have (almost) passed since my last entry in my journal. What has happened ?

On the 16th I had to go to a client because we installed the companies software on Linux systems. Had to get up early (5 in the morning) to be at work at 6 o'clock. Finished day at 6 pm. Got home and fell into bed (al…
375 views
Metron
September 15, 2004
Home Video System
Man... I was quite down yesterday... things are better today :)

In fact yesterday afternoon I finally received my Pinnacle AV/DV Studio 9 package from Amazon. I had to buy an AV version because I don't own any digital camera but only an analog one. My wife and I have filmed quite a lot our children …
274 views
Metron
September 14, 2004
Some days...
... I really get fed up with my whole life. Sometimes it wants me to quit everything...
315 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