[root]/client/trunk/gtk-v2/src
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 1038 (100.0%) | 27122 (100.0%) | 26.1 |
kbulgrien | 231 (22.3%) | 11773 (43.4%) | 50.9 |
partmedia | 468 (45.1%) | 8415 (31.0%) | 17.9 |
mwedel | 93 (9.0%) | 4597 (16.9%) | 49.4 |
kstenger | 18 (1.7%) | 619 (2.3%) | 34.3 |
cavesomething | 11 (1.1%) | 333 (1.2%) | 30.2 |
ryo_saeba | 29 (2.8%) | 324 (1.2%) | 11.1 |
silvernexus | 30 (2.9%) | 282 (1.0%) | 9.4 |
anmaster | 82 (7.9%) | 241 (0.9%) | 2.9 |
akirschbaum | 35 (3.4%) | 237 (0.9%) | 6.7 |
qal21 | 29 (2.8%) | 166 (0.6%) | 5.7 |
tchize | 5 (0.5%) | 94 (0.3%) | 18.8 |
quinet | 2 (0.2%) | 18 (0.1%) | 9.0 |
crowbert | 1 (0.1%) | 13 (0.0%) | 13.0 |
floomby | 2 (0.2%) | 8 (0.0%) | 4.0 |
kfitzner | 2 (0.2%) | 2 (0.0%) | 1.0 |
Properly close keybinding files when loading a character with existing keybindings.
20 lines of code changed in 1 file:
Based off Partmedia's patch they wanted Draug to test, fix the "no error" message log spam from select().
3 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.
4 lines of code changed in 1 file:
Fix undefined variable in Big-Endian SDL code.
Resolves bug #885
1 lines of code changed in 1 file:
Implement preliminary support for map scaling using the SDL renderer.
138 lines of code changed in 2 files:
Remove unused SDL_image dependency from SDL rendering.
0 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.
5 lines of code changed in 1 file:
Stop warning about empty lines
1 lines of code changed in 1 file:
Load default key bindings from a GResource
41 lines of code changed in 2 files:
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:
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 7 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:
Don't crash on NULL
2 lines of code changed in 1 file:
Fix config dialog faceset selection.
Fixes bug 877
24 lines of code changed in 1 file:
Make Harfbuzz word wrapping wrap on characters when the word is too long to wrap in the message window.
1 lines of code changed in 1 file:
Fix improper handling of event association on map area. Now the events only associate once.
7 lines of code changed in 1 file:
Prevent a segfault when the server forcibly terminates a connection.
15 lines of code changed in 1 file:
Prevent multiple inclusions of main.h. Should fix Bug #871.
5 lines of code changed in 1 file:
add --script=SCRIPT_NAME command-line option (not tested on Windows)
13 lines of code changed in 1 file:
Resolve assertion error described in bug 878 by scaling pixmaps[0] to the chosen tileset's size.
20 lines of code changed in 3 files:
Allow for the face set to define the tile size, rather than assume 32x32.
This works for 24x24, and presumably can be extended to larger tile sizes as well, e.g. 64x64.
6 lines of code changed in 1 file:
Correct incorrect selection of current face set in config menu.
4 lines of code changed in 1 file:
don't modify const char for connection strting
7 lines of code changed in 1 file:
strip leading and trailing whitespace from connection string
1 lines of code changed in 1 file:
Fix occasional divide by zero after saving
7 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
25 lines of code changed in 1 file:
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:
Update key symbols
20 lines of code changed in 1 file:
Rename CMake GTK variable name
2 lines of code changed in 1 file:
Replace non-null assertion with null check
This assertion gets triggered when the server exits right when the
client is connecting. Exit with an error instead.
6 lines of code changed in 1 file:
Make profiling output easier to parse
1 lines of code changed in 1 file:
Remove inventory table column limit
30 lines of code changed in 1 file:
Fix table view for large inventories
Fun fact: this bug has been here since the GTKv2 client landed in r3083!
1 lines of code changed in 1 file:
(438 more)