Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 1310 (100.0%) | 105425 (100.0%) | 80.4 |
gtk-v2/ui/ | 100 (7.6%) | 80330 (76.2%) | 803.3 |
gtk-v2/src/ | 453 (34.6%) | 8084 (7.7%) | 17.8 |
common/ | 347 (26.5%) | 5348 (5.1%) | 15.4 |
gtk-v2/glade/ | 38 (2.9%) | 5101 (4.8%) | 134.2 |
sound-src/ | 116 (8.9%) | 2598 (2.5%) | 22.3 |
/ | 130 (9.9%) | 2042 (1.9%) | 15.7 |
common/shared/ | 6 (0.5%) | 767 (0.7%) | 127.8 |
gtk-v2/ | 16 (1.2%) | 550 (0.5%) | 34.3 |
cmake/ | 2 (0.2%) | 262 (0.2%) | 131.0 |
macros/ | 37 (2.8%) | 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.5%) | 1 (0.0%) | 0.1 |
doc/examples/script/ | 2 (0.2%) | 0 (0.0%) | 0.0 |
doc/ | 1 (0.1%) | 0 (0.0%) | 0.0 |
Documentation/examples/script/ | 2 (0.2%) | 0 (0.0%) | 0.0 |
Documentation/ | 1 (0.1%) | 0 (0.0%) | 0.0 |
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:
Don't crash on NULL
2 lines of code changed in 1 file:
Adjust standard theme background colors
The colors are more muted, somewhat lighter, to give better contrast on
the default light colored background.
Submitted by: DraugTheWhopper (patch #372)
11 lines of code changed in 1 file:
Report relative coordinates for 'request map pos'
14 lines of code changed in 3 files:
Fix occasional divide by zero after saving
7 lines of code changed in 1 file:
Better document input states
3 lines of code changed in 1 file:
Add missing header file
Submitted by: Josh Hoover (via IRC)
2 lines of code changed in 1 file:
Fix build with -fno-common
window_xml_file appears in a header file without extern, causing a
linker error when built with -fno-common.
1 lines of code changed in 1 file:
Add metaserver refresh button
40 lines of code changed in 2 files:
Simplify combo box population
11 lines of code changed in 1 file:
Remove GtkObject
12 lines of code changed in 5 files:
Use accessors where possible
7 lines of code changed in 3 files:
Fix data type
1 lines of code changed in 1 file:
Update key symbols
20 lines of code changed in 1 file:
Rename CMake GTK variable name
9 lines of code changed in 4 files:
Improve latency profiler output
14 lines of code changed in 1 file:
Update data type
1 lines of code changed in 1 file:
(406 more)