tibia-client/TODO

44 lines
1.2 KiB
Plaintext
Raw Normal View History

2011-08-28 15:45:56 +02:00
modules managment interface
clean sprites cache periodically
load modules from zip packages
2011-08-29 06:51:45 +02:00
review directories search
2011-11-03 17:14:40 +01:00
left panel with dragging windows
console history
console text selection
console scrolling
2011-11-14 16:01:09 +01:00
scrollbar
2011-11-16 00:47:32 +01:00
a real working border and background property in otui
2011-11-16 18:58:42 +01:00
load state styles in order
2011-11-17 01:12:11 +01:00
grid layout
2011-11-17 03:53:17 +01:00
fix moving windows and tooltips conflicts
2011-11-17 22:41:02 +01:00
todo display otclient icon in window bar
remake otui styles states system
padding
2011-12-07 01:31:55 +01:00
break UILabel lines
2011-12-09 16:01:04 +01:00
find a way to add new widgets without focusing them
rename Game to g_game, etc
implement Console key binding
impl vertical sync, clipboard
modify COnnection::poll()
setOnClose
review and reenable some warnings
make lua/c++ logger more friendly
bind every global lua function in a static class
use metatable for Point,Rect,Color,Size lua classes
2011-12-07 01:31:55 +01:00
set special types for g_configs like lists/point/size
create a class for reading binary files
2011-12-07 19:49:20 +01:00
handle corrupt errors in dat/spr
2011-12-07 20:54:28 +01:00
create image class
2011-12-07 19:49:20 +01:00
use CoordsBuffer in font
cache into framebuffers
implement glbuffer for CoordsBuffer
2011-12-15 20:59:24 +01:00
use indices in CoordsBuffer
2012-01-04 12:24:29 +01:00
move UICheckBox to lua
move UIWindow to lua
rework UI image style
class UIImage and UIText
add UI border
fix style inheretance using a style translator