User:Talidan: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 29: Line 29:


=Voice=
=Voice=
Coming soon
See [[User:Fenix]]


=Custom Handling=
=Custom Handling=
Coming soonish=
Agent Cazomino is assigned to the task


=Misc=
= Stuff for me =
* Clientside file functions if no one else adds it.
== Number of bits to write per state ==
http://www.wolframalpha.com/input/?i=ceil%28log2%2812%29%29 for 12 states

Revision as of 02:58, 9 May 2011

Coder.gif This user is an MTA developer

Unicode

Comboboxes

http://code.google.com/p/mtasa-blue/source/detail?r=1815 http://code.google.com/p/mtasa-blue/source/detail?r=1846

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 functions
  • Dynamic glyph loading
  • Fix CEGUI invalid unicode string crash
  • Glyph substitution support

General GUI

  • Fix copy/cut/paste on memos
  • Add custom fonts support, will be useful for Unicode.

Denver's Dilemma

Coming soon

Voice

See User:Fenix

Custom Handling

Agent Cazomino is assigned to the task

Stuff for me

Number of bits to write per state

http://www.wolframalpha.com/input/?i=ceil%28log2%2812%29%29 for 12 states