Pages
Archives
Me
Places
Meta
Category Archives: Coding
portal2 2.8.1 API documentation
There have been some requests that I make portal2‘s API documentation available online and not just available at LANs. So I have published a copy of the portal2 API v2.8.1. This covers the (at the time of writing) current version … Continue reading
TrolledFS: A filesystem with fake file contents
My friend [gm] had this idea for a filesystem. It would take a real filesystem, and then whenever a user requested to open a file, it would instead give them a contents of another file from another folder, determined by … Continue reading
Posted in Coding
Comments Off
Smooth scrolling marquees in GTK#
Marquees aren’t normally supported in GTK#. You have to write an implementation yourself, using the ViewPort and Label controls. You can do that with this bit of code. It’s a bit of a hack, you need to add a bunch … Continue reading
Posted in Coding
Comments Off
SDL VNC Server module (v2)
Time for a version two! There’s a new version of the patch to SDL 1.2.14. You need a clean source tree with this, so remove v1 of the patch before applying this one. Changes: Mouse cursors now work correctly. You … Continue reading
Posted in Coding
Comments Off
SDL VNC Server module
I keep writing things related to VNC, and coding in C. It’s seriously starting to worry me. I’ve spent the last couple of days writing a new SDL video output module, which acts as a VNC server using libvncserver. Here … Continue reading
Posted in Coding
Comments Off