Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 1353 (100.0%) | 105809 (100.0%) | 78.2 |
gtk-v2/ui/ | 101 (7.5%) | 80332 (75.9%) | 795.3 |
gtk-v2/src/ | 468 (34.6%) | 8415 (8.0%) | 17.9 |
common/ | 361 (26.7%) | 5371 (5.1%) | 14.8 |
gtk-v2/glade/ | 38 (2.8%) | 5101 (4.8%) | 134.2 |
sound-src/ | 124 (9.2%) | 2598 (2.5%) | 20.9 |
/ | 135 (10.0%) | 2070 (2.0%) | 15.3 |
common/shared/ | 6 (0.4%) | 767 (0.7%) | 127.8 |
gtk-v2/ | 16 (1.2%) | 550 (0.5%) | 34.3 |
cmake/ | 2 (0.1%) | 262 (0.2%) | 131.0 |
macros/ | 37 (2.7%) | 170 (0.2%) | 4.5 |
pixmaps/ | 28 (2.1%) | 98 (0.1%) | 3.5 |
utils/ | 7 (0.5%) | 34 (0.0%) | 4.8 |
gtk-v2/win32/ | 13 (1.0%) | 28 (0.0%) | 2.1 |
gtk-v2/themes/ | 5 (0.4%) | 12 (0.0%) | 2.4 |
help/ | 6 (0.4%) | 1 (0.0%) | 0.1 |
doc/examples/script/ | 2 (0.1%) | 0 (0.0%) | 0.0 |
doc/ | 1 (0.1%) | 0 (0.0%) | 0.0 |
Documentation/examples/script/ | 2 (0.1%) | 0 (0.0%) | 0.0 |
Documentation/ | 1 (0.1%) | 0 (0.0%) | 0.0 |
Remove freelist remnants
0 lines of code changed in 1 file:
Make function static
1 lines of code changed in 2 files:
Remove item free list
2 lines of code changed in 3 files:
Resurrect setup for extendedTextInfos
Although the extendedTextInfos setup command is now deprecated because
servers use 'drawextinfo' instead of 'drawinfo' by default, old servers
are still in active use. Resurrect extendedTextInfos so that
'drawextinfo' is used on any server that supports it.
14 lines of code changed in 2 files:
Fix format string warning
1 lines of code changed in 1 file:
Include project headers first
In the case that some system package installs a system-wide header file
named config.h, it will override our config.h, causing our build to
break. Prevent this from happening by changing the header file order to
bring in our header files first.
6 lines of code changed in 2 files:
Correctly set maxfd
The nfds argument to select() is the number of the highest file
descriptor that we're interested in. sysconf(_SC_OPEN_MAX) returns *one
more* than the largest file descriptor allocated by the system, which
causes select() to fail on FreeBSD. One fix would be to subtract one
from this number, but it is better to just make maxfd a local variable
set to the highest script file descriptor.
While here, unify the exec failure error message and print errors in the
future if select() fails.
7 lines of code changed in 2 files:
Stop warning about empty lines
1 lines of code changed in 1 file:
Load default key bindings from a GResource
48 lines of code changed in 6 files:
Change MAP_MAX_SIZE to what the server currently supports
1 lines of code changed in 1 file:
Fix mapscale option for Pixmap
10 lines of code changed in 2 files:
Fix header file name
1 lines of code changed in 1 file:
Remove deleted directory from CMakeLists.txt
0 lines of code changed in 1 file:
Bump version string to 1.75.0
3 lines of code changed in 2 files:
Update ChangeLog
20 lines of code changed in 1 file:
Merge sound server with GTK client
No longer install a stand-alone sound server. Merge sound server with
GTK client.
269 lines of code changed in 23 files:
Prevent crash in map_init() when faceset size not set
Some broken servers do not correctly send the faceset size, in which
case 'size' becomes NULL. Check for this condition and avoid a crash.
7 lines of code changed in 1 file:
Adjust Pixmap fog-of-war opacity
1 lines of code changed in 1 file:
Fix copy/paste error
1 lines of code changed in 1 file:
Fix Pixmap renderer smoothing
32 lines of code changed in 1 file:
(421 more)