User:EAi: Difference between revisions
Jump to navigation
Jump to search
m (New page: {{MTA Developer}}) |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
{{MTA Developer}} | {{MTA Developer}} | ||
==Todo== | |||
* Flash on the menu | |||
* Translation | |||
* Move files around - logs to root directory, get rid of the mods directory perhaps. | |||
* Improve client-side resource cache. Ideas: | |||
** Store unmodifiable client-side files as with their filename their hash and in a directory which is the first two digits of the hash | |||
** Store modifiable files separately | |||
** Keep track of filename and last-use time for each file in sqllite | |||
** Provide an option to automatically remove files you've not used recently | |||
** Consider ways to keep modifiable files separate between servers (so server A can't read server B's files) though there are circumstances where this is actually desirable. Possibly a filename prefix could specify that it should be written to a this-server-only directory. | |||
** Compress files when they're sent to clients | |||
** Precompile lua files on the server | |||
** See if we can have a way to make files optional |
Latest revision as of 15:47, 29 January 2011
Todo
- Flash on the menu
- Translation
- Move files around - logs to root directory, get rid of the mods directory perhaps.
- Improve client-side resource cache. Ideas:
- Store unmodifiable client-side files as with their filename their hash and in a directory which is the first two digits of the hash
- Store modifiable files separately
- Keep track of filename and last-use time for each file in sqllite
- Provide an option to automatically remove files you've not used recently
- Consider ways to keep modifiable files separate between servers (so server A can't read server B's files) though there are circumstances where this is actually desirable. Possibly a filename prefix could specify that it should be written to a this-server-only directory.
- Compress files when they're sent to clients
- Precompile lua files on the server
- See if we can have a way to make files optional