Directory src/test/network/

Directory Created:
2011-09-29 20:40
Total Files:
3
Deleted Files:
0
Lines of Code:
545

[root]/src/test/network

Lines of Code

src/test/network/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 37 (100.0%) 844 (100.0%) 22.8
juvinious 15 (40.5%) 642 (76.1%) 42.8
kazzmir 22 (59.5%) 202 (23.9%) 9.1

Most Recent Commits

kazzmir 2014-01-31 00:08 Rev.: 8194

remove common/init.cpp and fix tests

1 lines of code changed in 1 file:

  • src/test/network: SConstruct (+1 -2)
kazzmir 2014-01-30 23:50 Rev.: 8193

use normal init instead of test/common

3 lines of code changed in 1 file:

  • src/test/network: irc.cpp (+3 -14)
kazzmir 2014-01-29 00:01 Rev.: 8192

remove common/timer.cpp

1 lines of code changed in 1 file:

  • src/test/network: SConstruct (+1 -1)
kazzmir 2014-01-28 23:57 Rev.: 8191

use global init for tests instead of an adhoc version in common

2 lines of code changed in 1 file:

  • src/test/network: irc.cpp (+2 -2)
juvinious 2013-05-09 14:27 Rev.: 7912

[util] Add extra handling for irc commands. Make SimpleList sorted.

28 lines of code changed in 1 file:

  • src/test/network: irc.cpp (+28 -2)
juvinious 2013-05-04 09:28 Rev.: 7907

[util] Make irc game test clients connect to game server and send hello.

38 lines of code changed in 1 file:

  • src/test/network: irc.cpp (+38 -4)
juvinious 2013-05-03 11:11 Rev.: 7906

[util] Create example for game in irc test.

172 lines of code changed in 1 file:

  • src/test/network: irc.cpp (+172 -20)
kazzmir 2013-05-01 10:44 Rev.: 7897

pass configuration screen size to initialization

2 lines of code changed in 1 file:

  • src/test/network: irc.cpp (+2 -1)
kazzmir 2013-05-01 10:11 Rev.: 7896

use the right screen parameter for the irc test

1 lines of code changed in 1 file:

  • src/test/network: irc.cpp (+1 -2)
juvinious 2013-04-30 20:57 Rev.: 7892

[util] Add events for remote commands. Begin testing ctcp traffic for game specific use.

32 lines of code changed in 1 file:

  • src/test/network: irc.cpp (+32 -9)
kazzmir 2013-04-30 12:55 Rev.: 7889

load the configuration if required

1 lines of code changed in 1 file:

  • src/test/network: irc.cpp (+1 -2)
juvinious 2013-04-30 08:45 Rev.: 7887

Removed unused method join in irc test.

0 lines of code changed in 1 file:

  • src/test/network: irc.cpp (-8)
juvinious 2013-04-27 12:45 Rev.: 7886

[util] Cleanup network/irc test.

0 lines of code changed in 1 file:

  • src/test/network: irc.cpp (-199)
juvinious 2013-04-25 20:19 Rev.: 7881

[util] Remove hooks from inside ChatInterface make user settable.

12 lines of code changed in 1 file:

  • src/test/network: irc.cpp (+12)
juvinious 2013-04-25 14:06 Rev.: 7880

[util] Get tab placement correct and render tab contents to main panel.

2 lines of code changed in 1 file:

  • src/test/network: irc.cpp (+2 -2)
juvinious 2013-04-24 11:28 Rev.: 7878

[util] More additions to TabContainer.

1 lines of code changed in 1 file:

  • src/test/network: irc.cpp (+1 -1)
juvinious 2013-04-22 11:26 Rev.: 7877

[util] Switch TabbedBox to TabContainer in ChatInterface.

1 lines of code changed in 1 file:

  • src/test/network: irc.cpp (+1 -1)
juvinious 2013-04-19 15:15 Rev.: 7875

Fix placement of chat/input panels for irc interface.

6 lines of code changed in 1 file:

  • src/test/network: irc.cpp (+6)
juvinious 2013-04-19 13:29 Rev.: 7873

[util] Refactor LineEdit to conform with text-input.

2 lines of code changed in 1 file:

  • src/test/network: irc.cpp (+2 -4)
juvinious 2013-04-19 09:54 Rev.: 7871

[util] Fixed issue with ContextBox drawing -x2 or -y2.

9 lines of code changed in 1 file:

  • src/test/network: irc.cpp (+9 -3)
juvinious 2013-04-19 07:51 Rev.: 7870

Added test for new irc interface in network.

339 lines of code changed in 2 files:

  • src/test/network: SConstruct (+2), irc.cpp (new 337)
kazzmir 2013-01-23 12:22 Rev.: 7771

add network test for unreliable sockets

56 lines of code changed in 1 file:

  • src/test/network: test.cpp (+56 -3)
kazzmir 2013-01-23 11:45 Rev.: 7770

fix tests

2 lines of code changed in 1 file:

  • src/test/network: test.cpp (+2 -2)
kazzmir 2013-01-04 12:26 Rev.: 7722

fix tests. add a font exception

1 lines of code changed in 1 file:

  • src/test/network: SConstruct (+1 -1)
kazzmir 2012-01-31 18:26 Rev.: 6941

make tests and paintown binary depend on archives

1 lines of code changed in 1 file:

  • src/test/network: SConstruct (+1 -1)
kazzmir 2012-01-05 23:32 Rev.: 6793

use --start-group and --end-group for all environments to make linking easier. start overlay api

14 lines of code changed in 2 files:

  • src/test/network: SConstruct (+2 -2), test.cpp (+12)
kazzmir 2011-12-18 14:06 Rev.: 6688

re-enable gch. dont rebuild util source files in the tests

1 lines of code changed in 1 file:

  • src/test/network: SConstruct (+1 -7)
kazzmir 2011-10-17 09:39 Rev.: 6401

convert between host and network endianness

3 lines of code changed in 1 file:

  • src/test/network: test.cpp (+3 -4)
kazzmir 2011-10-16 20:40 Rev.: 6398

use home grown threading api for hawknl

22 lines of code changed in 1 file:

  • src/test/network: test.cpp (+22)
kazzmir 2011-10-16 14:44 Rev.: 6396

simple network test

56 lines of code changed in 2 files:

  • src/test/network: SConstruct (+1), test.cpp (+55)
kazzmir 2011-09-29 21:09 Rev.: 6310

add network code to the test

19 lines of code changed in 2 files:

  • src/test/network: SConstruct (+15 -2), test.cpp (+4)
kazzmir 2011-09-29 20:40 Rev.: 6309

start network test

16 lines of code changed in 2 files:

  • src/test/network: SConstruct (new 10), test.cpp (new 6)
Generated by StatSVN 0.7.0