Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 521 (100.0%) | 10996 (100.0%) | 21.1 |
mwedel | 73 (14.0%) | 2496 (22.7%) | 34.1 |
akirschbaum | 136 (26.1%) | 2250 (20.5%) | 16.5 |
aaron_baugher | 3 (0.6%) | 2114 (19.2%) | 704.6 |
ryo_saeba | 167 (32.1%) | 1722 (15.7%) | 10.3 |
anmaster | 36 (6.9%) | 1527 (13.9%) | 42.4 |
partmedia | 70 (13.4%) | 528 (4.8%) | 7.5 |
kbulgrien | 14 (2.7%) | 118 (1.1%) | 8.4 |
silvernexus | 8 (1.5%) | 94 (0.9%) | 11.7 |
gros | 2 (0.4%) | 93 (0.8%) | 46.5 |
quinet | 7 (1.3%) | 27 (0.2%) | 3.8 |
kstenger | 2 (0.4%) | 20 (0.2%) | 10.0 |
cavesomething | 1 (0.2%) | 4 (0.0%) | 4.0 |
kfitzner | 2 (0.4%) | 3 (0.0%) | 1.5 |
Make messages from metaserver errors
1 lines of code changed in 1 file:
Print more useful error
6 lines of code changed in 1 file:
Increase metaserver message verbosity
1 lines of code changed in 1 file:
Refactor metaserver form building
30 lines of code changed in 1 file:
Reorder conditions to prevent segfault if pl is null in esrv_remove_spell.
Identified by CppCheck
4 lines of code changed in 1 file:
Use correct function to get region name
1 lines of code changed in 1 file:
Add missing region null check
Reported by: Nixtarma
4 lines of code changed in 1 file:
Play region music if a map doesn't have music
Update background music in more cases where the player moves due to
entering a map, teleporting, spells, or other means.
15 lines of code changed in 1 file:
Improve password hashing interface functions
1 lines of code changed in 1 file:
Fix overflows by using calloc() correctly
1 lines of code changed in 1 file:
Log messages that are broadcast to all players
1 lines of code changed in 1 file:
Shut down normally after receiving SIGINT
7 lines of code changed in 1 file:
Ignore SIGPIPE instead of using MSG_NOSIGNAL
1 lines of code changed in 1 file:
Change strerror_local() to strerror()
1 lines of code changed in 1 file:
Prevent client disconnect from raising SIGPIPE
1 lines of code changed in 1 file:
Remove unnecessary header checks
16 lines of code changed in 5 files:
Replace strsep(3) with portable strtok_r(3)
7 lines of code changed in 2 files:
Use strsep(3) in version command handler
13 lines of code changed in 1 file:
Clean up command dispatch logic
71 lines of code changed in 1 file:
Fix for #811: Server crashes when handling certain invalid player commands.
71 lines of code changed in 4 files:
Clean up some log messages
2 lines of code changed in 1 file:
Replace uses of strerror_local() with strerror(3)
13 lines of code changed in 3 files:
Correctly initialise value.
1 lines of code changed in 1 file:
Fix documentation.
0 lines of code changed in 1 file:
Rename a few confusing account functions
4 lines of code changed in 1 file:
Improve error messages and annotate code
8 lines of code changed in 1 file:
Remove automatic prototype generation with cproto
Obtained from: Tolga Dalman
0 lines of code changed in 1 file:
Clean up system headers.
8 lines of code changed in 2 files:
Clean up standard C headers.
87 lines of code changed in 10 files:
Fix unsafe uses of strcpy(3).
1 lines of code changed in 1 file:
Revert "Move a few variables to more local scope."
This commit broke ANSI C89 conformance, which is required for
compilation on Microsoft Visual Studio.
Pointyhat to: Kevin Zheng
10 lines of code changed in 1 file:
Implement 'heartbeat' to check client connection.
47 lines of code changed in 2 files:
Move a few variables to more local scope.
9 lines of code changed in 1 file:
Remove server support for mapredraw command -- it hasn't been sent by clients 1.11.0 and newer.
0 lines of code changed in 2 files:
Change looping structure for increased readability.
2 lines of code changed in 1 file:
Creating additional @param documentation for functions.
60 lines of code changed in 1 file:
Condensed conditionals to reduce code redundancy.
7 lines of code changed in 1 file:
Reformat some function header documentation comments.
18 lines of code changed in 1 file:
Whitespace changes.
6 lines of code changed in 1 file:
Refactor to use C99 integer type names.
Submitted by: Tolga Dalman
52 lines of code changed in 8 files:
(275 more)