Turtle-Arena / turtle-arena-archive

Automatically exported from code.google.com/p/turtlearena for archive purposes. Please do not touch issues or create pull requests. For the active project see https://github.com/Turtle-Arena/
1 stars 0 forks source link

Rewrite Item / Weapon file parsing #39

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Currently item / weapon file parsing includes a lot of inline redundant code, 
make it use struct-system like botlib file parsing (and maybe use parse trap 
functions?).

This should be cleaner and reduce memory usage somewhat.

Original issue reported on code.google.com by ZTurtleMan on 2 Jul 2012 at 7:10