Global Communications > Latest News & Announcements
GES Update: March 2008
Ryan [Saiz]:
Well art side not much going on. We are trying to finish up maps and some models where as the only thing we have to release on that side is some prop models which isnt huge. It has been mainly coding that has been the main goal of the team right now. We would post code snippets but you know how much fun that is to read.
Jeron [SharpSh00tah]:
UPDATE
--- Code: ---
public function initialize($context, $moduleName, $actionName, $viewName)
{
parent::initialize($context, $moduleName, $actionName, $viewName);
}
public function getDirectory()
{
if ($this->cultureDirectory)
return $this->directory.'/'.$this->cultureDirectory;
return $this->directory;
}
protected function preRenderCheck()
{
parent::preRenderCheck();
// determine whether the culture-aware template is usable
$currentCulture = $this->context->getUser()->getCulture();
$template = $this->directory.'/'.$currentCulture.'/'.$this->template;
if (is_readable($template))
$this->cultureDirectory = $currentCulture;
else
$this->cultureDirectory = '';
}
}
--- End code ---
Found it on the internet, no idea what it does
Doc.NO:
--- Quote from: SharpSh00tah on August 25, 2008, 03:03:16 pm ---Found it on the internet, no idea what it does
--- End quote ---
--- Code: ---
#include <goldeneyesource>
// weeeeee
int main ()
{
while (mapper == "SharpSh00tah")
{
print << "Internetz lul wut";
}
return 0;
}
--- End code ---
kraid:
--- Quote from: Doc.NO on August 25, 2008, 03:47:36 pm ---
--- Code: ---
#include <goldeneyesource>
// weeeeee
int main ()
{
while (mapper == "SharpSh00tah")
{
print << "Internetz lul wut";
}
return 0;
}
--- End code ---
--- End quote ---
LOL, you made my day.
Jeron [SharpSh00tah]:
lmao thats beautiful coding
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version