September 2004 Archives

More Bug repairs

Ok,
large numbers of the screen location/scaling bugs have been removed from the game - I was getting confused as to what elements were being kept in native coordinates and what were being kept in logical coordinates - the Palm platform doesn't make this terribly easy - for example if you want small text you need to cheat. It's easier to do things when you don't have to scale, but them's the breaks.
The next focus is on getting the 'nix port to work correctly with the new save-game format. Once that's been accomplished I'll work on getting the desires coded.

Desires...

With every cycle of zone development/reduction:
- if we don't have enough for commercial || industrial increase
the desires of residential

Normalize the desires every cycle?

Industrial | Commercial:-
need = (residential_value -
(commercial_value + industrial_value))

Residential:-
need = months * months / 35 + 30 - residential_value

Commercial:-
need = (industrial_value * 2 / 3) - commercial_value

I need to *visualize* this

Default Desire levels:
Evaluation 0 [it's normalized from -32000 -> +32000 ]
Residential 500
Industrial 250
Commercial 0

Scale goes from -512 to +512

Every time we try to promote and don't have enough of other elements to allow it to grow we should increment the desire level, every time it can grow we decrease the desire level. a +-512 scale should be sufficient.
I need to come up with a good layout for the desires - horizontal colored bars should be good.

dtrace in the morning

Well I have a presentation from 12.00 -> 12.30 tomorrow in DCU. It's on Dtrace. This will be my first presentation on Dtrace in front of an audience of more that 10 people. With any luck I should have them all converted to using the One True Tool. Scary to be putting work related stuff here, but I think people should know that I have a mostly un-life.

Disable Compressed Folders (Windows Me/XP)
Windows Me and XP include a built-in feature to manage compressed ZIP files and folders. This tweak allows you to disable it and install a third-party application.

To disable the compressed folder feature click on Start -> Run and enter the following command:

regsvr32 /u zipfldr.dll

To enable ZIP folder support run this command:

regsvr32 zipfldr.dll

another patent that makes no sense

Oooookay now this one is particularly odd. It roughly seems to be 'highlighting the hyperlinks with a non-rectangular window'. The tab ordering was done already by lynx well before explorere appeared.

Techdirt:Microsoft Snags TV, Tab Key Patents

The wookie defence (:)

About this Archive

This page is an archive of entries from September 2004 listed from newest to oldest.

August 2004 is the previous archive.

October 2004 is the next archive.

Find recent content on the main index or look in the archives to find all content.