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
|
2011-12-03 22:41:37 +01:00
|
|
|
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
|
2011-12-03 22:41:37 +01:00
|
|
|
|
|
|
|
rename Game to g_game, etc
|
|
|
|
implement Console key binding
|
|
|
|
impl vertical sync, clipboard
|
|
|
|
crash handler
|
|
|
|
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
|
|
|
|
lua binder generator
|
2011-12-04 23:26:53 +01:00
|
|
|
restore win32 platform
|
2011-12-07 01:31:55 +01:00
|
|
|
set special types for g_configs like lists/point/size
|
|
|
|
restore ctrl+g and keybindings
|
|
|
|
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
|
|
|
|
|
|
|
|
create a Timer class
|