0
I Use This!
Inactive

Commits : Listings

Analyzed about 22 hours ago. based on code collected 1 day ago.
Apr 15, 2023 — Apr 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Functions re-incorporated into window_main. More... about 18 years ago
Re-incorporation of lib_cardtable functions, plus some refactoring. It's not complete yet. More... about 18 years ago
Some clarification of function names. More... about 18 years ago
Whoops... removed a debug call. More... about 18 years ago
Addition of gameStarted() event. More... about 18 years ago
Prefixed game events with "game_". More... about 18 years ago
Changed generateRandom() to dealRandom(). More... about 18 years ago
eplaced "sanity checks" in code, with "Contracts for Python" contracts. More... about 18 years ago
Removal of "import Hand". More... about 18 years ago
Replaced "sanity checks" in code, with "Contracts for Python" contracts. More... about 18 years ago
Replaced type checking in code with contracts. More... about 18 years ago
New call level enumeration type. More... over 18 years ago
The validCall() function is now (largely) replaced by a listAvailableCalls() function, which does what it says in the name, but in a much cleaner fashion. More... over 18 years ago
A small change. More... over 18 years ago
Bugfix: change self.listeners to self.listeners.values() . More... over 18 years ago
Some bugfixes, amongst them a fix to avoid crashing on ill-formatted commands with no tag. More... over 18 years ago
Factory class is now capable of more tasks. More... over 18 years ago
Changes to protocol to access table(s) in a more efficient fashion. Many refinements of code. Implementation of talk function. More... over 18 years ago
It is now the responsibility of the factory to add and remove users. More... over 18 years ago
A large rewrite, geared at making the factory more independent of the table class, with a future view to introducing other table classes for the play of other (card) games. More... over 18 years ago
Name changes for event functions. Some small increments in functionality. More... over 18 years ago
Improments to send* functions. Return to shlex module. More events implemented. More... over 18 years ago
Renaming of some interface events. More... over 18 years ago
A small bugfix pertaining to removal of disconnected users that haven't been logged out. More... over 18 years ago
Change from "listener" to "observer". More... over 18 years ago
Work on users and tables. More... over 18 years ago
Addition of save-to-file configuration. More... over 18 years ago
Some small tidyups to UI. More... over 18 years ago
Work on table and user lists. More... over 18 years ago
Added "Save Password" and "Register as New User" functionality. Added notification of protocol/login failure. More... over 18 years ago