Use correct datatype in format_si_number to prevent int overflow.
1 lines of code changed in 1 file:
Whitespace formatting and source header update.
2495 lines of code changed in 21 files:
Fix sound results display.
4 lines of code changed in 1 file:
Fix allocator sizeof operand mismatch.
9 lines of code changed in 2 files:
Do not play sound if no matching sound was found.
2 lines of code changed in 1 file:
Correctly add SDL LIBS to sound-src build.
3 lines of code changed in 1 file:
Adapt to new sound def format.
30 lines of code changed in 5 files:
Sound definitions belong in the sound folder, not the client sources.
108 lines of code changed in 7 files:
Reduce buffer size, improve error message, and use WAV instead of OGG.
4 lines of code changed in 1 file:
Fix sound effects. Remove type conversion hack and take out select() calls.
55 lines of code changed in 2 files:
Clean up old code and global variables.
308 lines of code changed in 6 files:
Reorganize code into logical sections.
518 lines of code changed in 7 files:
Clean up useless variables, move stuff into separate functions.
56 lines of code changed in 2 files:
Fix options disabled by default.
2 lines of code changed in 1 file:
Remove obsolete/redundant code, being accepting (some) arguments.
110 lines of code changed in 4 files:
Remove redundant configure options.
1 lines of code changed in 1 file:
Fix broken CFLAGS for SDL_mixer.
2 lines of code changed in 1 file:
Drop support for legacy sound systems. SDL_mixer can use either OSS or ALSA (and perhaps more) as a backend, anyways.
13 lines of code changed in 3 files:
Remove depricated "swapped" attribute introduced by broken Glade editor.
75 lines of code changed in 2 files:
GTK2 interface requires 2.16 only features; this was not correctly set in the glade file.
439 lines of code changed in 1 file:
Fix debug flag and add FIXME for configuration option.
2 lines of code changed in 1 file:
Update status of the key modifiers to 0 when the main window looses focus.
30 lines of code changed in 3 files:
Fix cut off menu bar by removing unused labels. Somehow Glade insists on shuffling the format of the entire file, which will confuse diff.
1080 lines of code changed in 1 file:
Remove unused dialog window.
0 lines of code changed in 1 file:
Use stock buttons whenever possible.
47 lines of code changed in 1 file:
Rename "Metaserver Selection" to "Server Selection" and switch to a few stock buttons.
18 lines of code changed in 1 file:
Clean up client configure script options.
51 lines of code changed in 1 file:
Improve post-configure status message.
10 lines of code changed in 1 file:
Require an explicit command-line argument to 'configure' script to enable Lua.
23 lines of code changed in 1 file:
Function script_tell() modifies the command it receives.
Since the parameter is a pointer to the command, it was actually modifying the binding command itself when you used a binding.
Now it will only modify a local copy of the command making it posible to actually bind things to tell to your scripts.
6 lines of code changed in 1 file:
Replace buggy strncpy/strncat calls with safer snprintf.
6 lines of code changed in 2 files:
Remove unused variables.
2 lines of code changed in 3 files:
Remove unnecessary sign check on an unsigned variable.
0 lines of code changed in 1 file:
Remove and ignore automatically generated files.
0 lines of code changed in 1 file:
Temporarily fix sound with SDL_mixer. Sound files must be converted to OGG to use this, though.
11 lines of code changed in 1 file:
Remove USE_PIPE conditional compilation; always use pipes. This also fixes scripting on FreeBSD.
8 lines of code changed in 1 file:
Automatic whitespace formatting and source header change.
647 lines of code changed in 5 files: