Change strerror_local() to strerror()
1 lines of code changed in 1 file:
Modify handle_client() to process more than one socket command per tick.
This chops about half a second off time spent in negotiate_connection()
on local client/server - probably bigger difference for remote servers.
Also, as code was, if using image caching, no further processing would
happen after first askface, so this should improve performance notably in
those cases.
MSW 2012-06-26
24 lines of code changed in 2 files:
Merge equivalent Makefile targets into single line.
Modify collect.pl.in to do locking to prevent multiple copies
running at the same time. Multiple running copies can
happen if you do a make -j4 (my default) - aside from it
being slower, it can result in corrupt files.
MSW 2012-06-20
36 lines of code changed in 2 files:
Change pkglib_PROGRAMS to pkglibexec_PROGRAMS. The former is not supported
in versions of automake >= 1.11.2. I believe the later is not supported
in versions < 1.11.1 (released Dec 2009), but policy is to support
current set of tools. MSW 2012-03-21
3 lines of code changed in 2 files:
Regenerate files with latest versions of autotools.
Fix Makefiles with supported variables
Remove trunk portion from version.
MSW 2012-03-21
0 lines of code changed in 12 files:
Bring over fix from trunk to tag for release. MSW 2012-03-21
0 lines of code changed in 2 files:
Fix wrong parameter being passed into function - MSW 2012-03-18
2 lines of code changed in 1 file:
Update for 1.70.0 release - MSW 2012/03/17
5 lines of code changed in 2 files:
Remove dev info, top of SVN notice
0 lines of code changed in 6 files:
Update for 1.70.0 release.
7 lines of code changed in 3 files:
Run svn2cl to update ChangeLog
8926 lines of code changed in 1 file:
Remove SVN top of tree message.
0 lines of code changed in 2 files:
Add break for 1.70 release.
3 lines of code changed in 1 file:
Add logic to do svn version check between plugin and server - this prevents
incompatible plugins from being used.
MSW 2011-11-26
37 lines of code changed in 8 files:
Add proper bounds checking for skill_names array.
MSW 2011-11-20
4 lines of code changed in 1 file:
If the client lacks display mode from settings file (different
system, recompiled with different options), fall back to pixmap
display so that they at least get something.
MSW 2011-11-20
18 lines of code changed in 1 file:
Remove debug fprintf() line, add in missing skills so this works
on current arch tree.
MSW 2011-10-22
3 lines of code changed in 1 file:
Add function treasurelist_find_matching_type() which extracts all items
on treasurelist of matching type. This will be used in future
skill code, but no reason not to check it in now. Also add test
for it.
MSW 2011-10-22
254 lines of code changed in 4 files:
Add some missing headers for the files that prevented compilation
on Solaris (hopefully doesn't break things elsewhere). Add note
in README about library dependencies.
MSW 2011-10-18
17 lines of code changed in 6 files:
Change face from priestnew to priest - the class animation uses
the priest name, and not priestnew, and best I can tell, the priestnew
images are now the same as the priest images, so may go away.
MSW 2011-10-18
4 lines of code changed in 3 files:
(1160 more)