Over two nights of hacking I implemented a movement filter that's compatible with the AVS Dynamic Movement effect.
Update 2013-06-21: Removed dead link to video.
Over two nights of hacking I implemented a movement filter that's compatible with the AVS Dynamic Movement effect.
Update 2013-06-21: Removed dead link to video.
Google Video was giving me grief, so I posted it on YouTube this time:
Lately I've taken to hacking Affe quite a bit. Just a quick list of a few changes:
I have finished removing Lua from Kaffeeklatsch and have enhanced Affe with the ability to bind field, property, and method calls at runtime. I noticed this gap when rewriting some of the key binding scripts; where I could just set a field before, my compiler threw an exception since it ...
I got Kaffeeklatsch back out of the toy box the other day and started integrating the Affe compiler into it. The goal is to remove Lua entirely, as it's an unmanaged dependency and has been giving some odd errors as of late, crashing mono after a few seconds.
The ...
But not motivation to code.
Since my last post, the following changes have been made to Affe:
Today I added:
Well, the plan was to have Affe be a simple language. I guess it still is, but I've been adding support for many C-style language features and tweaking other features over the past day. Specifically, the following:
Added ...
Introducing my new CLI language, Affe. While not exactly flexible, the language will be useful to me.
Since the goal was to have an expression-evaluating language that targets DynamicMethod instead of Assembly, it's not used the same way most other languages are. It cannot be used to define subroutines ...
Just two quick notes.
I implemented a missing feature in Mono and two people were offering a bounty for it. Who knew that hacking Mono as a hobby would help pay my car insurance? :)
Over the past week or so I've been reading the Red Dragon Book with the ...