[root]/src/util/network
curl
(0 files, 0 lines)
include
(0 files, 0 lines)
curl
(0 files, 0 lines)
lib
(0 files, 0 lines)
hawknl
(2 files, 70 lines)
hawknl
(6 files, 1094 lines)
src
(12 files, 8377 lines)
zeromq
(0 files, 0 lines)
include
(0 files, 0 lines)
src
(0 files, 0 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 144 (100.0%) | 3369 (100.0%) | 23.3 |
juvinious | 69 (47.9%) | 2734 (81.2%) | 39.6 |
kazzmir | 75 (52.1%) | 635 (18.8%) | 8.4 |
use normal c++ cast operator instead of an explicit function for the pointer class
20 lines of code changed in 1 file:
[platformer] Added fill-color option. [editor] Added color chooser for world fill color. Added color chooser for tile grid. Added ability to create collision map areas with the mouse.
50 lines of code changed in 3 files:
[util] Update user lists on join/part messages.
39 lines of code changed in 2 files:
[util] Add extra handling for irc commands. Make SimpleList sorted.
108 lines of code changed in 2 files:
[util] Create example for game in irc test.
13 lines of code changed in 2 files:
[util] Make ChatInterface update tabs that aren't active if privmsg is received.
4 lines of code changed in 1 file:
[util] Display user list.
101 lines of code changed in 2 files:
[util] Don't draw if screen has resized.
7 lines of code changed in 1 file:
[util] Do not re-add server tab on dimension changes. Add ListInterface.
4 lines of code changed in 1 file:
[util] Move drawBox from TabContainer to Widget. Make ChatInterface size dynamic.
44 lines of code changed in 2 files:
[utils] Add getters for TabContainer.
1 lines of code changed in 1 file:
[util] Jump to tab on join.
13 lines of code changed in 2 files:
[util] Add events for remote commands. Begin testing ctcp traffic for game specific use.
77 lines of code changed in 2 files:
load the configuration if required
1 lines of code changed in 1 file:
helper class to check timings
2 lines of code changed in 1 file:
[util] Cleanup network/irc test.
0 lines of code changed in 1 file:
[util] Get tabs connected to channels and route messages appropriately.
171 lines of code changed in 2 files:
[util] Start implementing messaging interfaces.
158 lines of code changed in 2 files:
[util] Get preliminary server data to display in tab.
208 lines of code changed in 2 files:
[util] Remove hooks from inside ChatInterface make user settable.
0 lines of code changed in 1 file:
[util] Get tab placement correct and render tab contents to main panel.
26 lines of code changed in 2 files:
[util] More additions to TabContainer.
6 lines of code changed in 1 file:
[util] Switch TabbedBox to TabContainer in ChatInterface.
6 lines of code changed in 2 files:
Fix placement of chat/input panels for irc interface.
15 lines of code changed in 2 files:
[util] Refactor LineEdit to conform with text-input.
32 lines of code changed in 2 files:
[util] Fixed issue with ContextBox drawing -x2 or -y2.
25 lines of code changed in 2 files:
[util] Handle multiple channels. Begin to implement client interface with TabbedBox.
99 lines of code changed in 2 files:
[mugen] send udp packet in one go. allow client to specify host
8 lines of code changed in 2 files:
[mugen] send client inputs over udp
21 lines of code changed in 2 files:
[mugen] re-use sockets for now. serialize map keys
11 lines of code changed in 2 files:
[mugen] set up udp connection
1 lines of code changed in 1 file:
add network test for unreliable sockets
2 lines of code changed in 2 files:
add unreliable network connect
21 lines of code changed in 3 files:
add unreliable sockets
32 lines of code changed in 3 files:
[util] Update irc to handle multiple channels.
70 lines of code changed in 2 files:
remove another globals.h
0 lines of code changed in 1 file:
add Regex type to disambiguate raw strings from regeexes
6 lines of code changed in 1 file:
replace condition variables with polling mutexes
10 lines of code changed in 2 files:
Create Channel class and handle more responses/errors.
163 lines of code changed in 2 files:
[mugen] Split message in ChatPanel if it exceeds the width of the panel. Add more error and reply handlers for irc client.
44 lines of code changed in 2 files:
(33 more)