June 2008 Commit Log

Number of Commits:
21
Number of Active Developers:
2
quinet 2008-06-22 16:53 Rev.: 9364

Allow scripts to retrieve information that was previously unavailable: tag of
the player object (used in move commands), title, list of known spells, names
of the known skills, and attuned/repelled/denied spell paths.

54 lines of code changed in 2 files:

anmaster 2008-06-05 16:43 Rev.: 9230

Clean up configure.ac and add a missing test for size_t.

32 lines of code changed in 3 files:

anmaster 2008-06-03 08:45 Rev.: 9218

Fix a valgrind error (uninitialised value) in smoothing code.

7 lines of code changed in 3 files:

anmaster 2008-06-03 05:45 Rev.: 9217

Fix a valgrind error in the common metaserver code. For some reason sc_version
and cs_version fields were not always properly initialized when check_server_version()
was called.

10 lines of code changed in 2 files:

anmaster 2008-06-02 13:31 Rev.: 9215

Add stub support for sound2/music commands, I was unable to make server send
the actual commands except "music NONE" (and jxclient that do have sounds don't
get these commands either, but decides locally to play some sounds it seems) so
was not able to debug it beyond making sure it compiled and ran. When the server
actually sends these commands someone need to fill in the implementations and
check the parsing code is correct for sound2.

222 lines of code changed in 10 files:

anmaster 2008-06-01 14:25 Rev.: 9212

Unbreak LUA check in configure. Also update autogen.sh to mention that
autoreconf should be used instead and make the call aclocal in the script correct.

17 lines of code changed in 3 files:

anmaster 2008-06-01 13:12 Rev.: 9207

Remove acinclude.m4 and add macros/libcurl.m4 (as acinclude.m4 just contained
a copy of what should have been in macros/libcurl.m4).

250 lines of code changed in 4 files:

anmaster 2008-06-01 13:01 Rev.: 9204

Normalize the *.xpm and *.xbm files by opening them in gimp and resaving them.
Then readd "const" as needed in a text editor. Also had to update some source
files because the name of the array for the xpm changed in some cases.

5801 lines of code changed in 76 files:

anmaster 2008-06-01 12:32 Rev.: 9201

Run protoize on code to add missing void in prototypes. Run the png_compress
script from arch on some *.png files in the tree to reduce their size.

113 lines of code changed in 29 files:

anmaster 2008-06-01 12:12 Rev.: 9200

Some changes to use snprintf instead of sprintf.

83 lines of code changed in 10 files:

anmaster 2008-06-01 11:41 Rev.: 9199

Set svn:eol-style to native on *.c and *.h files that were missing it.

11 lines of code changed in 5 files:

anmaster 2008-06-01 11:32 Rev.: 9197

Add some missing "extern" keywords that caused warnings. Remove some extern
variable definitions in source file that were already found in headers.

19 lines of code changed in 9 files:

anmaster 2008-06-01 10:52 Rev.: 9196

Run make proto in subdirs. Make sure make doesn't error out on some subdirs
when running make proto in top directory.

44 lines of code changed in 7 files:

anmaster 2008-06-01 10:36 Rev.: 9195

Use the -combine option of gcc to find code (mostly extern inside source instead
of headers), where the definitions didn't agree with each other. Fix most of them.
One (hard to fix) is left, I will look at it later. Also use cproto in common/.
Two sprintf changed to snprintf as well.

44 lines of code changed in 11 files:

anmaster 2008-06-01 09:51 Rev.: 9194

Some changes to use snprintf instead of sprintf.

122 lines of code changed in 11 files:

anmaster 2008-06-01 09:26 Rev.: 9193

Run a script to clean up trailing whitespaces. In this list below "ChangeLog"
is listed due to script cleaning up some whitespaces.

309 lines of code changed in 26 files:

anmaster 2008-06-01 09:19 Rev.: 9192

Reorder some structs to waste less memory, also cosmetic changes to struct
definitions.

18 lines of code changed in 3 files:

anmaster 2008-06-01 07:57 Rev.: 9191

More changes of char* to const char*.

17 lines of code changed in 7 files:

anmaster 2008-06-01 03:53 Rev.: 9190

Change some char* to const char*. This reduces memory usage when serveral copies
are running as const data can be shared between the copies.

92 lines of code changed in 43 files:

anmaster 2008-06-01 03:26 Rev.: 9189

Move configure.in to configure.ac (the new name since a few years). Update
configure.ac syntax with autoupdate. Make help strings use AS_HELP_STRING.

588 lines of code changed in 5 files:

anmaster 2008-06-01 03:05 Rev.: 9188

Yet more fixes of Makefile.am/aclocal stuff: Make aclocal install needed macros
into the macros directory.

167 lines of code changed in 4 files:

May 2008 »

Generated by StatSVN 0.7.0