ILoggable

A place to keep my thoughts on programming

Monthly Archives: May 2005

A single binary

I started to wonder last night whether you could statically link C# code so I’d get just a single EXE. In my quest I came across ilMerge. I guess it’s not “statically linking”, but it does let you combine multiple … Continue reading

May 27, 2005 .net

Thread Singleton

There are a couple of classes in most projects that end up being singletons. The two most adept for this paradigm are Configuration and Database Handle Pooling. Both get used by many objects, both should only be instantiated once for … Continue reading

May 10, 2005 .net

Mouse Clicks and LFS

Wrote a little program that launches LFS, clicks the appropriate buttons and sends strings to connect to a server defined by IP (it’s called local in LFS for some reason), puts the player in the game and starts the game. … Continue reading

May 5, 2005 .net, geek

Back to coding: Click this

Having run into a number of things I cannot accomplish with InSim in LFS, I’ve decided to venture down the ugly route of simulating the mouse. Not that horrible. InSim was never really designed for client automation. I haven’t tested … Continue reading

May 4, 2005 .net, geek , ,

Track your Head

Ok, more geek, than programming. Been spending a lot of time with LFS S2 lately. The new Alpha is out and with my tweaked setup for the GTT is finally drivable. I can even drift it a fair amount. Fantastic … Continue reading

geek