User:Talidan: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
|||
Line 19: | Line 19: | ||
=General GUI= | =General GUI= | ||
* <strike>Fix copy/cut/paste on memos</strike> | * <strike>Fix copy/cut/paste on memos</strike> | ||
* Add custom fonts support, will be useful for Unicode. | * <strike>Add custom fonts support, will be useful for Unicode.</strike> | ||
=Denver's Dilemma= | =Denver's Dilemma= | ||
Line 29: | Line 29: | ||
=Custom Handling= | =Custom Handling= | ||
Coming soonish= | Coming soonish= | ||
=Misc= | |||
* Clientside file functions if no one else adds it. |
Revision as of 17:58, 3 September 2010
Unicode
Implemented unicode functions
int utfLen ( string theString ) --Real length of a string, in characters int utfSeek ( string theString, int position ) --Returns the byte position at specified character position string utfSub ( string theString, int Start, int End ) --Sub string, from the specified positions on a chracter string utfChar ( int characterCode ) --Return the string of the specified UTF code int utfCode ( string theString ) --Return the UTF codes from the given string
General stuff to fix
Above Lua functionsDynamic glyph loadingFix CEGUI invalid unicode string crashGlyph substitution support
General GUI
Fix copy/cut/paste on memosAdd custom fonts support, will be useful for Unicode.
Denver's Dilemma
Coming soon
Voice
Coming soon
Custom Handling
Coming soonish=
Misc
- Clientside file functions if no one else adds it.