version 0.2.2

This commit is contained in:
2016-02-25 23:35:06 +01:00
parent 2636cf3db7
commit babb856b83
13 changed files with 290 additions and 48 deletions

View File

@@ -1,4 +1,26 @@
# **v0.2.2:**
## focus: Start Menu Page
--------------------------
### client objects update
- UICursor: added resetBlink() function to reset blink on menu item change (to avoid "shadow" cursor)
- UIMenu: added cursor resetBlink() in select next/previous item function
- UILabel: added UIObject inheritance and changed param initialization
### client objects creation
- UIStatusValue: ui element to display server infos (number of users, games running and games available)
### client start menu page
- added 3 UIStatusValue elements
- all 3 elements are updated within the page_handler
### server
- added server infos update for all clients when a user register or disconnect
# **v0.2.1:**
## focus: Start Menu Page
--------------------------