[root]/client/trunk/common
shared
(2 files, 677 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 774 (100.0%) | 14898 (100.0%) | 19.2 |
partmedia | 301 (38.9%) | 5007 (33.6%) | 16.6 |
mwedel | 117 (15.1%) | 2753 (18.5%) | 23.5 |
akirschbaum | 39 (5.0%) | 2680 (18.0%) | 68.7 |
kbulgrien | 102 (13.2%) | 2655 (17.8%) | 26.0 |
ryo_saeba | 75 (9.7%) | 710 (4.8%) | 9.4 |
anmaster | 65 (8.4%) | 575 (3.9%) | 8.8 |
qal21 | 33 (4.3%) | 137 (0.9%) | 4.1 |
silvernexus | 15 (1.9%) | 119 (0.8%) | 7.9 |
cavesomething | 14 (1.8%) | 108 (0.7%) | 7.7 |
tchize | 6 (0.8%) | 91 (0.6%) | 15.1 |
quinet | 2 (0.3%) | 48 (0.3%) | 24.0 |
kstenger | 4 (0.5%) | 14 (0.1%) | 3.5 |
rjtanner | 1 (0.1%) | 1 (0.0%) | 1.0 |
Fix delayed update of weight limit display on Strength changes.
2 lines of code changed in 1 file:
Check the packet size using an unsigned short, since a signed short rolls to negative before being converted to a size_t
19 lines of code changed in 1 file:
Lower login windows after 'addme' command as well
After creating a new account and starting to play, 'addme' gets sent
without the player hitting the login button.
1 lines of code changed in 1 file:
Disable client-side socket timeout
0 lines of code changed in 1 file:
Handle end of stream correctly
15 lines of code changed in 2 files:
Use pkg-config to find libcurl and SDL
1 lines of code changed in 1 file:
Update Windows build
2 lines of code changed in 2 files:
Replace ChildProcess with GLib functions
The sound server invocation now theoretically works on Windows. While
here, make the spawned sound server inherit stderr and stdout from the
parent to fix the issue of the sound server blocking on pipe write.
1 lines of code changed in 4 files:
Return error when server sends an invalid packet
15 lines of code changed in 3 files:
Stop making csocket.inbuf global
10 lines of code changed in 2 files:
Replace socket reads with GInputStream
102 lines of code changed in 4 files:
Add missing return
1 lines of code changed in 1 file:
Hide main window during server selection
0 lines of code changed in 1 file:
Handle error leading to segfault
4 lines of code changed in 1 file:
Improve build on Windows
5 lines of code changed in 2 files:
Reduce test-metaserver link dependencies
19 lines of code changed in 2 files:
Pass callback as argument instead of using global
8 lines of code changed in 3 files:
Parse metaserver info from a buffer
Store character data from curl using mbuf_write() and parse it as an
ordinary string. This makes the parser easier to debug and separates
curl logic from the parsing code.
45 lines of code changed in 1 file:
Move declarations closer to first use
6 lines of code changed in 1 file:
Lower login window after receiving 'player' command
Sometimes 'addme_success' is not received by the client after a
successful login, even though the player shows up in-game. This is the
bug where you have to press 'Play' twice to dismiss the login window.
1 lines of code changed in 2 files:
Add minimal metaserver test program
22 lines of code changed in 3 files:
Remove client heartbeats
The server doesn't do anything useful with this information and this
feature has only been causing occasional crashes.
1 lines of code changed in 4 files:
Add newline at end of file
1 lines of code changed in 1 file:
Remove unused functions
0 lines of code changed in 3 files:
Remove unused CMake configuration checks
3 lines of code changed in 2 files:
Replace deprecated GDK and GTK APIs
0 lines of code changed in 2 files:
Adjusted msgtypes.pl to use strict perl syntax.
10 lines of code changed in 1 file:
Fixed a reference to meta_update.php for the US metaserver on client metaserver poll.
1 lines of code changed in 1 file:
Improve the mdk.pl script to use strict compilation rules.
13 lines of code changed in 1 file:
Compact client help message
13 lines of code changed in 2 files:
Fix invalid type comparisons
7 lines of code changed in 3 files:
Remove common stub commands
6 lines of code changed in 2 files:
Reformat client commands array
39 lines of code changed in 1 file:
Remove common toolkit-specific command handler
8 lines of code changed in 2 files:
Omit unused function definition parameters
14 lines of code changed in 1 file:
Clean up formatting and remove unused functions
40 lines of code changed in 2 files:
Add server debugging command
7 lines of code changed in 1 file:
Remove autotools build system
0 lines of code changed in 1 file:
Clean up empty comments
40 lines of code changed in 1 file:
Avoid manually wrapping help text
14 lines of code changed in 1 file:
(270 more)