Projects Infomation:
Contains all/most public projects from Liam Brown. Project files will be included in the project download, along with folders and extra infomation.
Base SVN
... [More]
Link:http://liambrown-public-projects.googlecode.com/svn/trunk
Projects:Evolution Gamemode (Gmod; Lua)
Info: Command a science team as you attempt to control the countries population; Engineer a virus or create a cure, all from the safety(?) of your underground lab.
Author: Liam Brown
SVN: Currently Unavailable
Extra Links: N/A
SVN Log:
.gadget-title {
margin-bottom: 2px;
}
function resizeIframeHandler(opt_height) {
var elem = document.getElementById(this.f);
if (!elem) return;
if (!opt_height) {
elem.style.height = undefined;
}
else {
opt_height = Math.max(10, opt_height);
elem.style.height = opt_height + 'px';
}
}
gadgets.rpc.register("resize_iframe", resizeIframeHandler);
gadgets.rpc.register('set_title', function(title) {
var elem = document.getElementById(this.f + '_title');
if (elem) {
elem.innerHTML = gadgets.util.escape(title);
}
}); [Less]