Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 6 (100.0%) | 244 (100.0%) | 40.6 |
trunk/client/ | 3 (50.0%) | 238 (97.5%) | 79.3 |
trunk/crossfire/ | 1 (16.7%) | 3 (1.2%) | 3.0 |
trunk/crossfire/crossedit/ | 1 (16.7%) | 2 (0.8%) | 2.0 |
trunk/crossfire/socket/ | 1 (16.7%) | 1 (0.4%) | 1.0 |
Fix in edit.c to ensure map objects (mainly is_floor objects) are actually
removed visually as well as from a pure object standpoint.
2 lines of code changed in 1 file:
Updated changes file with gx11.c changes.
/David
5 lines of code changed in 1 file:
Major updates, first checkin in a long time. Improvements include major
performance increases during text updates and speedups during drawing.
Also prepared for 32x32 graphics (change the XPM_SIZE define).
/David
232 lines of code changed in 1 file:
Fixed client side buffering bug. It should never happen anyway since the client
is unlikely to reach a buffering state, but it might as well be fixed.
/David
1 lines of code changed in 1 file:
Added buffer entry...
-David
3 lines of code changed in 1 file:
Fixed bug that would drop the unsent parts of a packet before buffering would
start. This would cause the client to get out of sync with commands.
-David
1 lines of code changed in 1 file: