Directory src/paintown-engine/network/

Directory Created:
2011-01-20 15:42
Total Files:
20
Deleted Files:
0
Lines of Code:
5243

[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 198 (100.0%) 6294 (100.0%) 31.7
kazzmir 192 (97.0%) 6279 (99.8%) 32.7
juvinious 6 (3.0%) 15 (0.2%) 2.5

Most Recent Commits

kazzmir 2014-02-17 14:15 Rev.: 8201

[paintown] avoid sub-bitmaps in the character selection screen. lower the fps of the simple circle animation loading screen

7 lines of code changed in 5 files:

  • src/paintown-engine/network: cacher.h (+1 -1), chat-widget.cpp (+1 -1), chat-widget.h (+1 -1), network_world.h (+2 -2), network_world_client.h (+2 -2)
kazzmir 2013-06-29 10:58 Rev.: 7951

fix issues found by clangs -fsanitize=undefined: wrong initialization order of class members, and invalid use of pointer cast

41 lines of code changed in 1 file:

  • src/paintown-engine/network: network.cpp (+41 -13)
kazzmir 2013-04-19 14: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 13: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 13: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 00: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-21 23: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 16: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 21: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 13: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 12: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 12: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 11: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 12: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-14 23: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 11: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 11: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 00: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 12: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-27 23: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 07: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 18: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-04 23: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 11: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 20: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 20: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 20: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 17: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 12: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 21: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 11: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 14: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 19: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 14: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 15: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 10: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 12: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 15: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 10: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 10: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)

(26 more)

Generated by StatSVN 0.7.0