User:Talidan: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
=Talidan's private eye= | =Talidan's private eye= | ||
* http://bugs.mtasa.com/view.php?id=6077 - Crash while changing GUI skin in Settings | * http://bugs.mtasa.com/view.php?id=6077 - Crash while changing GUI skin in Settings | ||
* http://bugs.mtasa.com/view.php?id=6078 - The Latest News box disappears from main menu after changing the GUI skin | * <strike>http://bugs.mtasa.com/view.php?id=6078 - The Latest News box disappears from main menu after changing the GUI skin</strike> [[User:Cazomino05]] | ||
* http://bugs.mtasa.com/view.php?id=5979 - Options: Video, audio, and chatbox have no default button | * http://bugs.mtasa.com/view.php?id=5979 - Options: Video, audio, and chatbox have no default button | ||
* http://bugs.mtasa.com/view.php?id=5642 - Server commands give no explanation or parameters when used | * http://bugs.mtasa.com/view.php?id=5642 - Server commands give no explanation or parameters when used | ||
Line 10: | Line 10: | ||
* http://bugs.mtasa.com/view.php?id=6069 - Server queue doesn't connect when a slot opens - confirmed. | * http://bugs.mtasa.com/view.php?id=6069 - Server queue doesn't connect when a slot opens - confirmed. | ||
* http://bugs.mtasa.com/view.php?id=5835 - Not possible to simulate satchel detonation | * http://bugs.mtasa.com/view.php?id=5835 - Not possible to simulate satchel detonation | ||
* http://bugs.mtasa.com/view.php?id=5985 - redirectPlayer() saves password | * <strike>http://bugs.mtasa.com/view.php?id=5985 - redirectPlayer() saves password </strike> [[User:Cazomino05]] | ||
Line 21: | Line 21: | ||
===Gamesnert=== | ===Gamesnert=== | ||
* http://bugs.mtasa.com/view.php?id=5751 - Fix or revert r2146 | * <strike>http://bugs.mtasa.com/view.php?id=5751 - Fix or revert r2146</strike> [[User:Gamesnert]] | ||
* http://bugs.mtasa.com/view.php?id=5752 - Fix or revert r2145 | * <strike>http://bugs.mtasa.com/view.php?id=5752 - Fix or revert r2145</strike> [[User:Gamesnert]] | ||
===x86=== | ===x86=== | ||
* http://bugs.mtasa.com/view.php?id=4571 - Add support for custom animations | * <strike>http://bugs.mtasa.com/view.php?id=4571 - Add support for custom animations</strike> [[User:Cazomino05]] / [[User:x86dev]] | ||
===eAi=== | ===eAi=== | ||
* http://bugs.mtasa.com/view.php?id=5961 - Main menu leaves large black sides on widescreen resolutions | * <strike>http://bugs.mtasa.com/view.php?id=5961 - Main menu leaves large black sides on widescreen resolutions</strike> [[User:Talidan]] | ||
Revision as of 03:29, 19 June 2011
Talidan's private eye
- http://bugs.mtasa.com/view.php?id=6077 - Crash while changing GUI skin in Settings
http://bugs.mtasa.com/view.php?id=6078 - The Latest News box disappears from main menu after changing the GUI skinUser:Cazomino05- http://bugs.mtasa.com/view.php?id=5979 - Options: Video, audio, and chatbox have no default button
- http://bugs.mtasa.com/view.php?id=5642 - Server commands give no explanation or parameters when used
- http://bugs.mtasa.com/view.php?id=5630 - Help command for ingame console is outdated
- http://bugs.mtasa.com/view.php?id=5832 - Improve the functionality of the loadFont - acknowledged.
- http://bugs.mtasa.com/view.php?id=6069 - Server queue doesn't connect when a slot opens - confirmed.
- http://bugs.mtasa.com/view.php?id=5835 - Not possible to simulate satchel detonation
http://bugs.mtasa.com/view.php?id=5985 - redirectPlayer() saves passwordUser:Cazomino05
Nag the shit out of
lil_Toady
- http://bugs.mtasa.com/view.php?id=6049 - GUI tab panel tabs won't get added if GUI not visible (lil_Toady)
- http://bugs.mtasa.com/view.php?id=6072 - Ensure labels cannot overlap buttons throughout the GUI (lil_Toady)
Gamesnert
http://bugs.mtasa.com/view.php?id=5751 - Fix or revert r2146User:Gamesnerthttp://bugs.mtasa.com/view.php?id=5752 - Fix or revert r2145User:Gamesnert
x86
http://bugs.mtasa.com/view.php?id=4571 - Add support for custom animationsUser:Cazomino05 / User:x86dev
eAi
http://bugs.mtasa.com/view.php?id=5961 - Main menu leaves large black sides on widescreen resolutionsUser:Talidan
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 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.
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