Directory src/test/mugen/

Directory Created:
2010-01-15 01:31
Total Files:
21
Deleted Files:
3
Lines of Code:
5238

[root]/src/test/mugen

Lines of Code

src/test/mugen/ Lines of Code

Developers

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

Most Recent Commits

juvinious 2013-04-18 15:44 Rev.: 7869

[util] Handle multiple channels. Begin to implement client interface with TabbedBox.

16 lines of code changed in 1 file:

  • src/test/mugen: chat.cpp (+16 -4)
kazzmir 2013-04-18 15:26 Rev.: 7868

fix InputSource in tests

6 lines of code changed in 5 files:

  • src/test/mugen: select-main.cpp (+1 -1), serialize.cpp (+1), sffv2.cpp (+1 -1), versus.cpp (+1 -1), view.cpp (+2 -2)
kazzmir 2013-01-26 02:37 Rev.: 7775

fix tests

1 lines of code changed in 1 file:

  • src/test/mugen: view.cpp (+1 -1)
kazzmir 2013-01-26 02:30 Rev.: 7774

[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:

  • src/test/mugen: SConstruct (+6), state.cpp (new 117)
kazzmir 2013-01-23 13:45 Rev.: 7770

fix tests

1 lines of code changed in 1 file:

  • src/test/mugen: chat.cpp (+1 -1)
juvinious 2013-01-21 15:19 Rev.: 7765

[util] Update irc to handle multiple channels.

3 lines of code changed in 1 file:

  • src/test/mugen: chat.cpp (+3 -3)
kazzmir 2013-01-04 14:26 Rev.: 7722

fix tests. add a font exception

8 lines of code changed in 6 files:

  • src/test/mugen: SConstruct (-12), load-full.cpp (+2 -2), load-select.cpp (+2 -2), load-stage.cpp (+2 -2), load.cpp (+1 -1), view.cpp (+1 -1)
kazzmir 2012-12-15 01:28 Rev.: 7663

move load_exception to util/exceptions

4 lines of code changed in 4 files:

  • src/test/mugen: chat.cpp (+1 -1), select-main.cpp (+1 -1), versus.cpp (+1 -1), widgets.cpp (+1 -1)
kazzmir 2012-12-13 13:59 Rev.: 7652

fix tests

4 lines of code changed in 5 files:

  • src/test/mugen: chat.cpp (+1 -1), select-main.cpp (+1 -1), versus.cpp (+1 -1), view.cpp (-1), widgets.cpp (+1 -1)
kazzmir 2012-12-12 02:00 Rev.: 7642

move bitmap files to util/graphics

13 lines of code changed in 12 files:

  • src/test/mugen: chat.cpp (+1 -2), load-full.cpp (+1 -1), load-select.cpp (+1 -1), load-sff.cpp (+1 -1), load-stage.cpp (+1 -1), load.cpp (+1 -1), select-main.cpp (+1 -1), serialize.cpp (+1 -1), sffv2.cpp (+1 -1), versus.cpp (+1 -1), view.cpp (+2 -2), widgets.cpp (+1 -2)
kazzmir 2012-12-09 14:44 Rev.: 7629

fix up references

7 lines of code changed in 5 files:

  • src/test/mugen: chat.cpp (+3 -3), select-main.cpp (+1 -1), versus.cpp (+1 -1), view.cpp (+1 -1), widgets.cpp (+1 -1)
kazzmir 2012-09-03 13:03 Rev.: 7498

fix tests

6 lines of code changed in 2 files:

  • src/test/mugen: load-sff.cpp (-1), view.cpp (+6 -2)
kazzmir 2012-08-25 17:55 Rev.: 7458

fix tests

6 lines of code changed in 3 files:

  • src/test/mugen: load-full.cpp (+2), load-select.cpp (+2), load-stage.cpp (+2)
kazzmir 2012-07-07 21:41 Rev.: 7383

remove dead variables and other small fixes from pyflakes

1 lines of code changed in 1 file:

  • src/test/mugen: view.cpp (+1 -1)
kazzmir 2012-06-13 15:01 Rev.: 7364

[mugen] potentially support different select screen sizes

1 lines of code changed in 1 file:

  • src/test/mugen: view.cpp (+1)
juvinious 2012-05-11 00:54 Rev.: 7340

Create Channel class and handle more responses/errors.

18 lines of code changed in 1 file:

  • src/test/mugen: chat.cpp (+18 -11)
juvinious 2012-05-10 14:13 Rev.: 7339

[mugen] Add ListBox widget. Add userlist to chat.

17 lines of code changed in 1 file:

  • src/test/mugen: chat.cpp (+17 -12)
juvinious 2012-05-09 14:01 Rev.: 7338

[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:

  • src/test/mugen: chat.cpp (+64 -5)
juvinious 2012-05-08 14:56 Rev.: 7337

Remove debug output.

1 lines of code changed in 1 file:

  • src/test/mugen: chat.cpp (+1 -2)
juvinious 2012-05-08 14:52 Rev.: 7336

Implement extraction of ctcp \001 quoting.

32 lines of code changed in 1 file:

  • src/test/mugen: chat.cpp (+32 -2)
juvinious 2012-05-08 12:32 Rev.: 7335

[mugen] Change unsplit to join. Do not catch out_of_range.

19 lines of code changed in 1 file:

  • src/test/mugen: chat.cpp (+19 -18)
juvinious 2012-05-08 12:27 Rev.: 7334

[mugen] Add help messages if parameters are omitted.

53 lines of code changed in 1 file:

  • src/test/mugen: chat.cpp (+53 -35)
juvinious 2012-05-08 09:27 Rev.: 7333

Escape string for ping command.

1 lines of code changed in 1 file:

  • src/test/mugen: chat.cpp (+1 -1)
juvinious 2012-05-08 09:02 Rev.: 7332

[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:

  • src/test/mugen: chat.cpp (+61 -1)
juvinious 2012-05-07 23:31 Rev.: 7330

Do not null terminate sent string. Handle certain replies from server.

11 lines of code changed in 1 file:

  • src/test/mugen: chat.cpp (+11 -3)
juvinious 2012-05-07 10:48 Rev.: 7328

Handle more messages. Exit if an error is recieved.

3 lines of code changed in 1 file:

  • src/test/mugen: chat.cpp (+3)
juvinious 2012-05-07 01:43 Rev.: 7327

Add debug output for messages that go between server and client.

12 lines of code changed in 1 file:

  • src/test/mugen: chat.cpp (+12 -7)
juvinious 2012-05-07 00:29 Rev.: 7325

Move irc client to another file. Create commands to handle messages to and from irc.

12 lines of code changed in 1 file:

  • src/test/mugen: chat.cpp (+12 -12)
juvinious 2012-05-06 18:13 Rev.: 7322

Begin adding irc client and add to test.

59 lines of code changed in 1 file:

  • src/test/mugen: chat.cpp (+59 -12)
juvinious 2012-05-06 14:44 Rev.: 7319

[mugen] Add ability to change nick in ChatPanel.

9 lines of code changed in 1 file:

  • src/test/mugen: chat.cpp (+9 -3)
juvinious 2012-05-06 11:58 Rev.: 7317

[mugen] Make chat test use new server/client interfaces for chat.

31 lines of code changed in 1 file:

  • src/test/mugen: chat.cpp (+31 -243)
kazzmir 2012-05-05 17:26 Rev.: 7313

implement seek for zip files. try to load mugen characters from zip files

12 lines of code changed in 1 file:

  • src/test/mugen: load.cpp (+12 -1)
juvinious 2012-05-05 17:19 Rev.: 7312

Begin adding utility for network chat.

2 lines of code changed in 1 file:

  • src/test/mugen: chat.cpp (+2 -1)
juvinious 2012-04-21 11:33 Rev.: 7288

[mugen] Use Client and Server classes.

102 lines of code changed in 1 file:

  • src/test/mugen: chat.cpp (+102 -51)
juvinious 2012-04-20 14:51 Rev.: 7285

[mugen] Create multi-client server and client classes.

152 lines of code changed in 1 file:

  • src/test/mugen: chat.cpp (+152)
juvinious 2012-04-20 13:44 Rev.: 7284

[mugen] Create server and connect to server for networkversus. Move sendMessage/readMessage to Util.

2 lines of code changed in 1 file:

  • src/test/mugen: chat.cpp (+2 -24)
juvinious 2012-04-19 21:53 Rev.: 7281

[mugen] Rename event handling to better reflect its purpose.

4 lines of code changed in 1 file:

  • src/test/mugen: chat.cpp (+4 -4)
juvinious 2012-04-19 10:52 Rev.: 7280

[mugen] Close socket on escape.

4 lines of code changed in 1 file:

  • src/test/mugen: chat.cpp (+4 -2)
juvinious 2012-04-19 10:48 Rev.: 7279

[mugen] Use ScopedLock.

2 lines of code changed in 1 file:

  • src/test/mugen: chat.cpp (+2 -6)
juvinious 2012-04-19 09:59 Rev.: 7278

[mugen] Fix redundancy message loop and packaging of message for sending over network.

30 lines of code changed in 1 file:

  • src/test/mugen: chat.cpp (+30 -48)

(178 more)

Generated by StatSVN 0.7.0