Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 102 (100.0%) | 557 (100.0%) | 5.4 |
gtk-v2/src/ | 30 (29.4%) | 282 (50.6%) | 9.4 |
common/ | 22 (21.6%) | 150 (26.9%) | 6.8 |
/ | 35 (34.3%) | 104 (18.7%) | 2.9 |
gtk-v2/win32/ | 1 (1.0%) | 13 (2.3%) | 13.0 |
sound-src/ | 4 (3.9%) | 7 (1.3%) | 1.7 |
common/shared/ | 1 (1.0%) | 1 (0.2%) | 1.0 |
gtk-v2/ui/ | 9 (8.8%) | 0 (0.0%) | 0.0 |
Expose the read flag to the scripting engine.
5 lines of code changed in 1 file:
Support the flag added on the server-side in r22052 to denote read books.
12 lines of code changed in 4 files:
Properly close keybinding files when loading a character with existing keybindings.
21 lines of code changed in 2 files:
Based off Partmedia's patch they wanted Draug to test, fix the "no error" message log spam from select().
8 lines of code changed in 2 files:
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.
15 lines of code changed in 5 files:
Finish removing vestigal labels on uis that had not had that done yet.
1 lines of code changed in 9 files:
Fix config dialog faceset selection.
Fixes bug 877
25 lines of code changed in 2 files:
Make Harfbuzz word wrapping wrap on characters when the word is too long to wrap in the message window.
2 lines of code changed in 2 files:
Fix improper handling of event association on map area. Now the events only associate once.
8 lines of code changed in 2 files:
Remove vestigal hp, sp, grace, food, and xp info labels outside the progress bars from chthonic ui.
1 lines of code changed in 2 files:
Prevent a segfault when the server forcibly terminates a connection.
24 lines of code changed in 2 files:
Prevent multiple inclusions of main.h. Should fix Bug #871.
6 lines of code changed in 2 files:
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.
9 lines of code changed in 2 files:
Correct incorrect selection of current face set in config menu.
5 lines of code changed in 2 files:
Reduce calls to mapdata_cell
19 lines of code changed in 2 files:
Adjust minimum cmake version to match presence of c_std_99 item for compile targets.
2 lines of code changed in 2 files:
Make blessed items display '(blessed)' to denote they are blessed.
This is mostly for scrolls, where being blessed makes a difference.
8 lines of code changed in 3 files:
(27 more)