
| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 369 (100.0%) | 12986 (100.0%) | 35.1 |
| juvinious | 130 (35.2%) | 7681 (59.1%) | 59.0 |
| kazzmir | 239 (64.8%) | 5305 (40.9%) | 22.1 |
[util] Handle multiple channels. Begin to implement client interface with TabbedBox.
16 lines of code changed in 1 file:
fix InputSource in tests
6 lines of code changed in 5 files:
fix tests
1 lines of code changed in 1 file:
[mugen] use serialize script to create stage data. [util] wrap the underlying color datatype in a class
123 lines of code changed in 2 files:
fix tests
1 lines of code changed in 1 file:
[util] Update irc to handle multiple channels.
3 lines of code changed in 1 file:
fix tests. add a font exception
8 lines of code changed in 6 files:
move load_exception to util/exceptions
4 lines of code changed in 4 files:
fix tests
4 lines of code changed in 5 files:
move bitmap files to util/graphics
13 lines of code changed in 12 files:
fix up references
7 lines of code changed in 5 files:
fix tests
6 lines of code changed in 2 files:
fix tests
6 lines of code changed in 3 files:
remove dead variables and other small fixes from pyflakes
1 lines of code changed in 1 file:
[mugen] potentially support different select screen sizes
1 lines of code changed in 1 file:
Create Channel class and handle more responses/errors.
18 lines of code changed in 1 file:
[mugen] Add ListBox widget. Add userlist to chat.
17 lines of code changed in 1 file:
[mugen] Split message in ChatPanel if it exceeds the width of the panel. Add more error and reply handlers for irc client.
64 lines of code changed in 1 file:
Remove debug output.
1 lines of code changed in 1 file:
Implement extraction of ctcp \001 quoting.
32 lines of code changed in 1 file:
[mugen] Change unsplit to join. Do not catch out_of_range.
19 lines of code changed in 1 file:
[mugen] Add help messages if parameters are omitted.
53 lines of code changed in 1 file:
Escape string for ping command.
1 lines of code changed in 1 file:
[mugen] Allow commands to be handled by event handler in ChatPanel. Give useful commands to IRC client in test.
61 lines of code changed in 1 file:
Do not null terminate sent string. Handle certain replies from server.
11 lines of code changed in 1 file:
Handle more messages. Exit if an error is recieved.
3 lines of code changed in 1 file:
Add debug output for messages that go between server and client.
12 lines of code changed in 1 file:
Move irc client to another file. Create commands to handle messages to and from irc.
12 lines of code changed in 1 file:
Begin adding irc client and add to test.
59 lines of code changed in 1 file:
[mugen] Add ability to change nick in ChatPanel.
9 lines of code changed in 1 file:
[mugen] Make chat test use new server/client interfaces for chat.
31 lines of code changed in 1 file:
implement seek for zip files. try to load mugen characters from zip files
12 lines of code changed in 1 file:
Begin adding utility for network chat.
2 lines of code changed in 1 file:
[mugen] Use Client and Server classes.
102 lines of code changed in 1 file:
[mugen] Create multi-client server and client classes.
152 lines of code changed in 1 file:
[mugen] Create server and connect to server for networkversus. Move sendMessage/readMessage to Util.
2 lines of code changed in 1 file:
[mugen] Rename event handling to better reflect its purpose.
4 lines of code changed in 1 file:
[mugen] Close socket on escape.
4 lines of code changed in 1 file:
[mugen] Use ScopedLock.
2 lines of code changed in 1 file:
[mugen] Fix redundancy message loop and packaging of message for sending over network.
30 lines of code changed in 1 file:
(178 more)