Added basic @package/@subpackage tags
The decode/ files were documented slightly more thoroughly, although they're almost self-explanatory anyway.
The individual functions in the functions/ files need to be documented though, and now that this commit is in, anyone willing to write docblocks for functions should get cracking ;)
- Operation foo_once step 2 (and final)
- Create folders bugfix
- None folder bugfix
- Fixed some tabs, structs etc.
- Added some (c) stuff
- Removed some debug stuff
This changes should result in a faster SM.
* $Luke->set_hero(&$Tyler);
* It also searches for translations when the source string has been altered
a tiny amount (80% match on the string or better)
* It also caches everything, so it gets faster. It only searches for unknown
strings once per session.
* Unfortunately, it requires the .po files, so it isn't the ideal solution,
but it is easy and will automatically work on more systems now.
Special thanks to Konstantin Riabitsev for letting me use the mricon.com
server!!