Directory src/network/

Directory Created:
2007-12-15 15:50
Directory Deleted:
2011-01-20 15:57
Total Files:
0
Deleted Files:
23
Lines of Code:
0

[root]/src/network

Lines of Code

src/network/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 676 (100.0%) 10789 (100.0%) 15.9
kazzmir 658 (97.3%) 10730 (99.5%) 16.3
juvinious 18 (2.7%) 59 (0.5%) 3.2

Most Recent Commits

kazzmir 2011-01-20 15:57 Rev.: 5279

move network to util

0 lines of code changed in 23 files:

  • src/network: README (del), cacher.cpp (del), cacher.h (del), chat-widget.cpp (del), chat-widget.h (del), chat.h (del), chat_client.cpp (del), chat_client.h (del), chat_server.cpp (del), chat_server.h (del), client.cpp (del), client.h (del), hawknl (del), messages.cpp (del), messages.h (del), network.cpp (del), network.h (del), network_world.cpp (del), network_world.h (del), network_world_client.cpp (del), network_world_client.h (del), server.cpp (del), server.h (del)
kazzmir 2011-01-15 10:33 Rev.: 5256

move bitmap translucent api to the TranslucentBitmap class

2 lines of code changed in 1 file:

  • src/network: server.cpp (+2 -1)
kazzmir 2011-01-09 23:14 Rev.: 5232

network clients ask the server for names of enemies. fix memory bug with vectors

59 lines of code changed in 4 files:

  • src/network: network.cpp (+5), network.h (+1), network_world.cpp (+32 -22), network_world_client.cpp (+21 -18)
kazzmir 2011-01-02 13:23 Rev.: 5199

move gui to util

4 lines of code changed in 3 files:

  • src/network: chat_client.cpp (+2 -2), chat_client.h (+1 -1), chat_server.cpp (+1 -1)
kazzmir 2010-12-31 20:19 Rev.: 5166

move resource to util

3 lines of code changed in 3 files:

  • src/network: chat-widget.cpp (+1 -1), chat_client.cpp (+1 -1), chat_server.cpp (+1 -1)
kazzmir 2010-12-31 20:10 Rev.: 5165

move input to util

20 lines of code changed in 10 files:

  • src/network: chat-widget.cpp (+2 -2), chat-widget.h (+1 -1), chat_client.cpp (+3 -3), chat_server.cpp (+2 -2), client.cpp (+4 -4), network_world.cpp (+1 -1), network_world.h (+1 -1), network_world_client.cpp (+1 -1), network_world_client.h (+2 -2), server.cpp (+3 -3)
kazzmir 2010-12-31 17:24 Rev.: 5162

move game to paintown-engine

10 lines of code changed in 7 files:

  • src/network: chat-widget.cpp (+1 -1), client.cpp (+3 -3), network_world.cpp (+1 -1), network_world.h (+1 -1), network_world_client.cpp (+1 -1), network_world_client.h (+1 -1), server.cpp (+2 -2)
kazzmir 2010-12-30 23:12 Rev.: 5155

move object and level to paintown-engine

29 lines of code changed in 9 files:

  • src/network: cacher.cpp (+2 -2), cacher.h (+1 -1), chat-widget.h (+1 -1), client.cpp (+5 -5), network_world.cpp (+4 -4), network_world.h (+1 -1), network_world_client.cpp (+8 -8), network_world_client.h (+1 -1), server.cpp (+6 -6)
kazzmir 2010-12-30 22:03 Rev.: 5147

move debug to util

1 lines of code changed in 1 file:

  • src/network: network.cpp (+1)
kazzmir 2010-12-30 20:45 Rev.: 5145

move init to util

5 lines of code changed in 5 files:

  • src/network: chat_client.cpp (+1 -1), chat_server.cpp (+1 -1), client.cpp (+1 -1), network_world_client.cpp (+1 -1), server.cpp (+1 -1)
kazzmir 2010-12-30 20:09 Rev.: 5144

move loader to util

2 lines of code changed in 2 files:

  • src/network: client.cpp (+1 -1), server.cpp (+1 -1)
kazzmir 2010-12-30 19:43 Rev.: 5143

move messages to util

2 lines of code changed in 2 files:

  • src/network: chat_client.h (+1 -1), chat_server.h (+1 -1)
kazzmir 2010-12-30 15:23 Rev.: 5142

move music to util

2 lines of code changed in 2 files:

  • src/network: client.cpp (+1 -1), server.cpp (+1 -1)
kazzmir 2010-12-23 15:56 Rev.: 5052

show loader while network server is creating the game

48 lines of code changed in 2 files:

  • src/network: client.cpp (+1), server.cpp (+47 -13)
kazzmir 2010-12-23 15:26 Rev.: 5051

show loading screen while server is setting up clients

42 lines of code changed in 1 file:

  • src/network: server.cpp (+42 -16)
kazzmir 2010-12-23 14:49 Rev.: 5046

more refactoring of network server

64 lines of code changed in 1 file:

  • src/network: server.cpp (+64 -58)
kazzmir 2010-12-23 14:30 Rev.: 5044

clean up some network server code. start nds environment in scons

22 lines of code changed in 1 file:

  • src/network: server.cpp (+22 -54)
kazzmir 2010-12-23 11:17 Rev.: 5042

add the normal paintown background in the network server level selection. make sure some objects exist before making rain drops

2 lines of code changed in 1 file:

  • src/network: server.cpp (+2)
kazzmir 2010-12-20 15:35 Rev.: 5025

fix rest of the loading animations for the network client

144 lines of code changed in 2 files:

  • src/network: client.cpp (+137 -247), network_world_client.cpp (+7 -7)
kazzmir 2010-12-19 14:00 Rev.: 5021

show loader while network client is waiting for confirmation from the server

52 lines of code changed in 1 file:

  • src/network: client.cpp (+52 -30)
kazzmir 2010-12-19 13:35 Rev.: 5020

move network client code around

46 lines of code changed in 1 file:

  • src/network: client.cpp (+46 -44)
kazzmir 2010-12-19 13:12 Rev.: 5019

remove the old loader completely. need to fix the network loaders

34 lines of code changed in 2 files:

  • src/network: client.cpp (+13 -13), server.cpp (+21 -27)
kazzmir 2010-12-12 17:56 Rev.: 5007

load game objects in a separate thread so the loading display can use the main thread -- required by Cocoa on OSX

2 lines of code changed in 2 files:

  • src/network: client.cpp (+1 -1), server.cpp (+1 -1)
kazzmir 2010-12-11 12:12 Rev.: 5005

fix input for chat client

24 lines of code changed in 1 file:

  • src/network: chat_client.cpp (+24 -19)
kazzmir 2010-12-11 11:51 Rev.: 5004

fix input for the server chat box

173 lines of code changed in 2 files:

  • src/network: chat_server.cpp (+167 -139), server.cpp (+6 -387)
kazzmir 2010-12-10 17:18 Rev.: 5003

dont wait for enter when starting network server

2 lines of code changed in 1 file:

  • src/network: server.cpp (+2 -10)
kazzmir 2010-12-09 22:39 Rev.: 5000

fix input in network - join

71 lines of code changed in 1 file:

  • src/network: client.cpp (+71 -43)
kazzmir 2010-12-01 17:21 Rev.: 4977

fix chat widget keys

10 lines of code changed in 1 file:

  • src/network: chat-widget.cpp (+10 -2)
kazzmir 2010-11-30 23:49 Rev.: 4975

set the font for the level menu

8 lines of code changed in 1 file:

  • src/network: server.cpp (+8 -2)
kazzmir 2010-11-30 22:51 Rev.: 4974

be sure to release the text input widget

28 lines of code changed in 3 files:

  • src/network: chat_client.cpp (+2), chat_server.cpp (+15), server.cpp (+11 -7)
kazzmir 2010-11-30 22:37 Rev.: 4973

fix chat client to use input maps

229 lines of code changed in 3 files:

  • src/network: chat_client.cpp (+165 -99), chat_client.h (+7 -3), chat_server.cpp (+57 -55)
kazzmir 2010-11-30 21:37 Rev.: 4972

cleanup

119 lines of code changed in 1 file:

  • src/network: chat_server.cpp (+119 -125)
kazzmir 2010-11-30 21:10 Rev.: 4971

use tab to switch focus

62 lines of code changed in 2 files:

  • src/network: chat_server.cpp (+60 -25), chat_server.h (+2)
kazzmir 2010-11-30 17:21 Rev.: 4970

hook esc to quit

12 lines of code changed in 2 files:

  • src/network: chat_server.cpp (+12 -75), chat_server.h (-3)
kazzmir 2010-11-29 23:26 Rev.: 4969

fix cursor blinking

8 lines of code changed in 1 file:

  • src/network: chat_server.cpp (+8 -8)
kazzmir 2010-11-29 22:55 Rev.: 4968

use text input in the line edit class

267 lines of code changed in 3 files:

  • src/network: chat_client.cpp (+30 -28), chat_server.cpp (+228 -197), chat_server.h (+9 -10)
kazzmir 2010-11-28 23:54 Rev.: 4966

use text input to get the server port

168 lines of code changed in 1 file:

  • src/network: server.cpp (+168 -92)
kazzmir 2010-11-28 22:03 Rev.: 4965

use text input for network client

374 lines of code changed in 1 file:

  • src/network: client.cpp (+374 -150)
kazzmir 2010-11-27 17:30 Rev.: 4957

get unicode characters from the keyboard. make console use text-input

1 lines of code changed in 1 file:

  • src/network: chat-widget.cpp (+1 -1)
kazzmir 2010-11-14 13:00 Rev.: 4934

add Paintown namespace

287 lines of code changed in 10 files:

  • src/network: cacher.cpp (+1 -1), cacher.h (+1 -1), chat-widget.cpp (+1 -1), chat-widget.h (+2 -2), client.cpp (+14 -14), network_world.cpp (+106 -106), network_world.h (+8 -8), network_world_client.cpp (+133 -133), network_world_client.h (+8 -8), server.cpp (+13 -13)

(213 more)

Generated by StatSVN 0.7.0