Directory src/paintown-engine/network/

Directory Created:
2011-01-20 17:42
Total Files:
20
Deleted Files:
0
Lines of Code:
5215

[root]/src/paintown-engine/network

Lines of Code

src/paintown-engine/network/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 192 (100.0%) 6246 (100.0%) 32.5
kazzmir 186 (96.9%) 6231 (99.8%) 33.5
juvinious 6 (3.1%) 15 (0.2%) 2.5

Most Recent Commits

kazzmir 2013-04-19 16:25 Rev.: 7874

always draw the chat screens. fix line edit focus method

53 lines of code changed in 4 files:

  • src/paintown-engine/network: chat_client.cpp (+5 -8), chat_server.cpp (+4 -7), client.cpp (+26 -28), server.cpp (+18 -25)
juvinious 2013-04-19 15:29 Rev.: 7873

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

12 lines of code changed in 2 files:

  • src/paintown-engine/network: chat_client.cpp (+6 -8), chat_server.cpp (+6 -8)
kazzmir 2013-04-01 15:06 Rev.: 7848

allow input source to specify multiple keyboards/joysticks

14 lines of code changed in 5 files:

  • src/paintown-engine/network: chat-widget.cpp (+1 -1), chat_client.cpp (+1 -1), chat_server.cpp (+1 -1), client.cpp (+7 -7), server.cpp (+4 -4)
kazzmir 2013-01-23 02:26 Rev.: 7769

add unreliable network connect

1 lines of code changed in 1 file:

  • src/paintown-engine/network: client.cpp (+1 -1)
kazzmir 2013-01-22 01:14 Rev.: 7768

add unreliable sockets

1 lines of code changed in 1 file:

  • src/paintown-engine/network: server.cpp (+1 -1)
kazzmir 2013-01-17 18:39 Rev.: 7751

dont force a window size. instead, draw black bars

3 lines of code changed in 3 files:

  • src/paintown-engine/network: chat_client.cpp (+1 -1), client.cpp (+1 -1), server.cpp (+1 -1)
kazzmir 2012-12-29 23:12 Rev.: 7706

[paintown] remove heart files

0 lines of code changed in 2 files:

  • src/paintown-engine/network: client.cpp (-2), server.cpp (-3)
kazzmir 2012-12-22 15:13 Rev.: 7688

move font factory to src/util. make new file for version stuff

14 lines of code changed in 4 files:

  • src/paintown-engine/network: chat_client.cpp (+6 -3), chat_server.cpp (+3 -2), network.cpp (+3), network.h (+2)
kazzmir 2012-12-22 14:51 Rev.: 7687

move configuration to src/util

2 lines of code changed in 2 files:

  • src/paintown-engine/network: client.cpp (+1 -1), server.cpp (+1 -1)
kazzmir 2012-12-22 14:29 Rev.: 7686

move more stuff out of globals.h

14 lines of code changed in 2 files:

  • src/paintown-engine/network: client.cpp (+9 -8), server.cpp (+5 -4)
kazzmir 2012-12-22 13:42 Rev.: 7685

remove dependancy from utils on globals.h

40 lines of code changed in 6 files:

  • src/paintown-engine/network: chat-widget.cpp (+1 -1), chat_client.cpp (+6 -6), chat_server.cpp (+25 -6), client.cpp (+2 -2), network_world_client.cpp (+1 -1), server.cpp (+5 -5)
kazzmir 2012-12-20 14:27 Rev.: 7681

[paintown] use reference counts for block objects

24 lines of code changed in 3 files:

  • src/paintown-engine/network: cacher.cpp (+6 -6), cacher.h (+1 -1), network_world_client.cpp (+17 -17)
kazzmir 2012-12-15 01:28 Rev.: 7663

move load_exception to util/exceptions

3 lines of code changed in 3 files:

  • src/paintown-engine/network: chat_server.cpp (+1 -1), network_world.cpp (+1 -1), network_world.h (+1 -2)
kazzmir 2012-12-14 13:45 Rev.: 7657

move gradient to util/graphics

1 lines of code changed in 1 file:

  • src/paintown-engine/network: network_world_client.cpp (+1 -1)
kazzmir 2012-12-13 13:49 Rev.: 7651

remove old headers

0 lines of code changed in 4 files:

  • src/paintown-engine/network: chat_client.cpp (-2), chat_server.cpp (-2), client.cpp (-1), server.cpp (-2)
kazzmir 2012-12-12 02:00 Rev.: 7642

move bitmap files to util/graphics

14 lines of code changed in 7 files:

  • src/paintown-engine/network: chat-widget.cpp (+1 -1), chat_client.cpp (+3 -4), chat_server.cpp (+3 -4), client.cpp (+2 -2), network_world.cpp (+1 -1), network_world_client.cpp (+1 -1), server.cpp (+3 -3)
kazzmir 2012-12-09 14:44 Rev.: 7629

fix up references

4 lines of code changed in 4 files:

  • src/paintown-engine/network: chat_client.cpp (+1 -1), chat_server.cpp (+1 -1), client.cpp (+1 -1), server.cpp (+1 -1)
kazzmir 2012-11-28 01:15 Rev.: 7603

count milliseconds instead of microseconds so we can use SDL_GetTicks instead of gettimeofday which is slow on the xbox

5 lines of code changed in 3 files:

  • src/paintown-engine/network: network.cpp (+1 -1), network_world.cpp (+1 -1), network_world_client.cpp (+3 -3)
kazzmir 2012-10-05 09:02 Rev.: 7573

fix some bugs found by the clang static analyzer

4 lines of code changed in 1 file:

  • src/paintown-engine/network: client.cpp (+4 -1)
kazzmir 2012-07-06 20:58 Rev.: 7380

convert more configuration properties. dont use old parsing code

2 lines of code changed in 1 file:

  • src/paintown-engine/network: client.cpp (+2 -2)
kazzmir 2012-07-05 01:26 Rev.: 7378

start to refactor configuration system

6 lines of code changed in 1 file:

  • src/paintown-engine/network: client.cpp (+6 -6)
kazzmir 2012-05-18 13:20 Rev.: 7343

use the virtual directory in the nacl filesystem

1 lines of code changed in 1 file:

  • src/paintown-engine/network: network.cpp (+1)
kazzmir 2012-04-20 22:55 Rev.: 7287

add network files

285 lines of code changed in 2 files:

  • src/paintown-engine/network: network.cpp (new 236), network.h (new 49)
kazzmir 2012-04-20 22:45 Rev.: 7286

[paintown] move paintown-mode specific message struct

3 lines of code changed in 3 files:

  • src/paintown-engine/network: chat_client.cpp (+1 -1), chat_server.h (+1 -1), client.cpp (+1 -1)
kazzmir 2012-02-09 22:08 Rev.: 6972

start to organize configuration with arbitrary properties

6 lines of code changed in 1 file:

  • src/paintown-engine/network: client.cpp (+6 -6)
kazzmir 2012-01-11 19:35 Rev.: 6825

remove global resolution definitions

23 lines of code changed in 4 files:

  • src/paintown-engine/network: chat_client.cpp (+9 -5), chat_server.cpp (+7 -3), client.cpp (+1 -1), server.cpp (+6 -2)
kazzmir 2011-12-04 14:21 Rev.: 6629

[paintown] move alliance stuff out of globals

4 lines of code changed in 1 file:

  • src/paintown-engine/network: server.cpp (+4 -3)
kazzmir 2011-12-03 23:02 Rev.: 6628

move exceptions to util

3 lines of code changed in 3 files:

  • src/paintown-engine/network: chat_server.cpp (+1 -1), client.cpp (+1 -1), server.cpp (+1 -1)
kazzmir 2011-11-29 13:13 Rev.: 6614

move menu to util; re-add sdl jni code, somehow it got lost

3 lines of code changed in 2 files:

  • src/paintown-engine/network: chat_server.cpp (+1 -1), server.cpp (+2 -2)
kazzmir 2011-11-20 16:53 Rev.: 6591

create a new structure for the loader to break the link between the loader and the paintown engine. mugen is now isolated from paintown

4 lines of code changed in 2 files:

  • src/paintown-engine/network: client.cpp (+2 -2), server.cpp (+2 -2)
juvinious 2011-10-28 21:43 Rev.: 6467

Remove old unused SAGGUI gui utilities.

1 lines of code changed in 2 files:

  • src/paintown-engine/network: chat_client.cpp (-21), chat_client.h (+1 -7)
kazzmir 2011-10-20 16:26 Rev.: 6415

make thhe reference count constructor explicit

5 lines of code changed in 3 files:

  • src/paintown-engine/network: client.cpp (+1 -1), network_world_client.cpp (+3 -3), server.cpp (+1 -1)
kazzmir 2011-10-17 17:18 Rev.: 6403

store data in network format inside messages. initialize the network on the ps3

12 lines of code changed in 2 files:

  • src/paintown-engine/network: chat_client.cpp (+2 -2), client.cpp (+10 -133)
kazzmir 2011-10-17 12:25 Rev.: 6402

add joystick keys to the client network mode

16 lines of code changed in 1 file:

  • src/paintown-engine/network: client.cpp (+16)
kazzmir 2011-09-25 14:34 Rev.: 6278

[paintown] parse stimulations directly from the token/message

2 lines of code changed in 1 file:

  • src/paintown-engine/network: network_world_client.cpp (+2 -3)
kazzmir 2011-09-24 17:58 Rev.: 6271

[paintown] add invincibility stimulation

4 lines of code changed in 1 file:

  • src/paintown-engine/network: network_world_client.cpp (+4 -3)
kazzmir 2011-09-18 12:12 Rev.: 6199

[paintown] make network client invokde general world logic but ignore collisions and items

13 lines of code changed in 2 files:

  • src/paintown-engine/network: network_world_client.cpp (+6 -2), network_world_client.h (+7 -2)
kazzmir 2011-09-18 12:06 Rev.: 6198

[paintown] refactor logic method of adventure world. default network ids to -1

94 lines of code changed in 3 files:

  • src/paintown-engine/network: client.cpp (+2 -2), network_world_client.cpp (+85 -87), network_world_client.h (+7 -4)
kazzmir 2011-09-17 17:23 Rev.: 6196

combine configuration index with the input source

10 lines of code changed in 2 files:

  • src/paintown-engine/network: client.cpp (+6 -6), server.cpp (+4 -4)
kazzmir 2011-09-17 00:31 Rev.: 6195

[paintown] allow the world to specify when players can be respawned so the network client doesnt quit immediately

11 lines of code changed in 2 files:

  • src/paintown-engine/network: network_world_client.cpp (+10 -6), network_world_client.h (+1)

(24 more)

Generated by StatSVN 0.7.0