forked from vintige/pokerapp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChangeLog
More file actions
83 lines (71 loc) · 3.49 KB
/
ChangeLog
File metadata and controls
83 lines (71 loc) · 3.49 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
ChangeLog
=========
HoldingNuts 0.0.5 (released on 26 Jun 2009)
* fixed: don't strip off player name on foyer messages (join/left foyer)
* fixed: don't allow players who are allin to muck their cards
* fixed: don't allow the dealer-button to be movable by mouse
* workaround: set encoding to UTF-8; allows localized chat
* new translations: Russian, Italian
* improved re-connect feature (re-initialization on new round)
* added log messages for some more events
* fixed (on Windows): omit playing sounds if table window is hidden
* added notice for waiting for the table to open
* limit length of nickname and player info
* update display of pot after each bet:
* summarize all pots and bets instead of showing single pots
* detailed information about the pot is shown as tooltip window
HoldingNuts 0.0.4 (released on 29 May 2009)
* fixed sending quotes in chat
* fixed server-history (sort by most recent server)
* chop long nicknames on table-seat
* fixed positions of dealer-button
* new option: bring table-window to top
* new translation: Japanese
* removed support for cent-amounts, only whole chips bets possible
* fixed displaying last action of current player
* new option: display time in foyer chat
* new option: several verbosity levels for chat/log messages
* increased maximum length of chat messages
* fixed client calculation for determining quick-bet buttons
* send blinds-message to table on blinds raise
* log table messages
* new option: send welcome message to clients on connect
* fixed: show starting blinds in gameinfo instead of current blinds
* support for restart-games (games which restart after they ended)
* localized server messages like "joined foyer", "player broke", ...
* fixed client problem with bet-actions appearing
* a second time after action was performed
* when no more action was possible (e.g. all others allin)
* prevent auto-action-checkboxes from overlapping action-buttons
* fixed order of removing broken players from game
when two or more players go broke in the same hand
* added command-line option for specifying alternative config-directory
(this allows multiple server/client instances with independent config)
* created simple man-pages
* adjusted version-compat to 0.0.4
HoldingNuts 0.0.3 (released on 24 April 2009)
* bugfix: fixed losing chatbox input focus
* gamelist: update gamelist immediately on newly created games
* settings-dialog: clear UUID setting
* quick-bet buttons (like 1/2 or pot-size bet)
* bugfix: corrected headsup blinds rule (order of action)
* distribution of split-pot odd-chips
* new translation: Romanian
* randomly place players around table on start of game
* centralized table view (rotate table that player takes central seat)
* localized table messages (e.g. "Player1 checked." in user's language)
* previous opened table can now be re-opened
* new sounds for table events
* fixed card decks: corrected position of suit and made suits slightly bigger
* two-staged "It's your turn" reminder (text and sound)
* auto-connect to default-server config-option
* support for private, password protected games
* improved lobby layout
* server: set/get config vars at runtime (when authed)
* client: server connection history
* simple server statistics
* include timestamp in log
* owner can start game before it is full
* gamelist filter for started and private games
HoldingNuts 0.0.2 (released on 27 March 2009)
* Initial release