You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

92 lines
2.8 KiB

13 years ago
====================================================
High priority TODO in order (before first public disclose)
[bart] chat with tabs
[bart] scrollbar
[bart] scrollable widgets
[bart] complete miniwindow (close, minimize, resize)
[bart] move windows
[bart] add top menu buttons
[bart] console scrolling
13 years ago
[bart] modules managment interface
13 years ago
[bart] adjust interface design
13 years ago
[baxnie] display exit box when exiting from game
[baxnie] auto walk
[baxnie] attack modes
[baxnie] player status icons (poison, etc)
[baxnie] container windows
[baxnie] move items
[baxnie] use with
13 years ago
[baxnie] hotkeys window
[baxnie] trade window
13 years ago
[baxnie] battle list
====================================================
Low priority TODO
== Core
13 years ago
[bart] review directories loading search
[bart] load modules from zip packages
[bart] create a class for reading binary files
[bart] rework lua/c++ logger
[bart] make protocol class compatible with old tibia protocols
== Graphics
13 years ago
[bart] use CoordsBuffer in font
[bart] cache renders into framebuffers
[bart] use hardware buffer
[bart] use indices
== Lua
13 years ago
[bart] make possible to bind non LuaObject derived classes on lua engine (for usage with Point,Rect,Color,Size)
[bart] review usage of x,y/width,height in lua instead of point/size
== Platform
[bart] port to MacOs and iphone
13 years ago
change win32 mouse cursor icon
== UI
13 years ago
[bart] fix massive hotkeys when holding down a key
[bart] multiline rich text widget
13 years ago
[bart] move layout proprieties to widget style
13 years ago
[bart] multiline text editor widget
[bart] create UIMessageBox, UIToolTip and UIInputBox
[bart] fix style inheretance using a style translator
[bart] find a way to add new widgets without focusing them
[bart] break UILabel lines
[bart] review and make more error prone with more warnings
[bart] reapply anchor styles when adding new childs
[bart] ui text selection
[bart] find styles by scope
13 years ago
[bart] make set of background/icon/image width alone work
[bart] check for recursive anchors and print a error instead of crashing
[bart] make api to enable/disable capture of events to avoid massive event processing
[bart] review style apply system
13 years ago
13 years ago
== Client modules
[bart] make possible to reload modules
13 years ago
13 years ago
== Client
[bart] implement left panel with dragging windows
[bart] clean sprites cache periodically
[bart] create a shader manager
[bart] find a way to load map rendering styles
[bart] move redering of creatures names, skulls, etc to UI
13 years ago
[bart] cache screen creatures in a list on map
[bart] handle corrupt errors in dat/spr
[bart] remake spr/dat using OTML and image files
13 years ago
[bart] rework map tile rendering (cache visible tiles, etc)
[bart] minimap window
13 years ago
[bart] draw lights using shaders
13 years ago
[bart] limit FPS in options
13 years ago
[bart] resize map, right panel
[baxnie] do lua game event calls from Game instead from GameProtocol
13 years ago
[baxnie] login queue
[baxnie] questlog
[baxnie] edit texts
[baxnie] ignore list
13 years ago
[baxnie] viplist marks