Difference between revisions of "User:Demolishun"
Jump to navigation
Jump to search
no edit summary
imported>Demolishun |
imported>Demolishun |
||
Line 6: | Line 6: | ||
Ooh! Had a wild idea. Make a mod that allows you to vandalize things in the game. Paint, smashing things, etc. Can anyone say, "Life of Brian"? Of course it would be better if you could recruit some rowdy teenagers to do the dirty work. | Ooh! Had a wild idea. Make a mod that allows you to vandalize things in the game. Paint, smashing things, etc. Can anyone say, "Life of Brian"? Of course it would be better if you could recruit some rowdy teenagers to do the dirty work. | ||
=== Current feature being | === Current feature being worked on: === | ||
==== May 29th 2010 ==== | ==== May 29th 2010 ==== | ||
Okay, I implemented the parser because it was not that bad. I made decision to not pre-compile the functions, but I may need to gain speed. Right now the parser interprets each string every time an expression is evaluated. This may cause slow downs later. I also made it so the parser only runs once every 5 seconds. That should reduce the load quite a bit. I have tried to make things event based as much as possible, but the parser really needs to be run to catch things the events can't. | Okay, I implemented the parser because it was not that bad. I made decision to not pre-compile the functions, but I may need to gain speed. Right now the parser interprets each string every time an expression is evaluated. This may cause slow downs later. I also made it so the parser only runs once every 5 seconds. That should reduce the load quite a bit. I have tried to make things event based as much as possible, but the parser really needs to be run to catch things the events can't. |