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:
Add NSIS script for client installer.
97 lines of code changed in 2 files:
Correctly set maxfd
The nfds argument to select() is the number of the highest file
descriptor that we're interested in. sysconf(_SC_OPEN_MAX) returns *one
more* than the largest file descriptor allocated by the system, which
causes select() to fail on FreeBSD. One fix would be to subtract one
from this number, but it is better to just make maxfd a local variable
set to the highest script file descriptor.
While here, unify the exec failure error message and print errors in the
future if select() fails.
7 lines of code changed in 2 files:
Stop warning about empty lines
1 lines of code changed in 1 file:
Load default key bindings from a GResource
48 lines of code changed in 6 files:
Change MAP_MAX_SIZE to what the server currently supports
1 lines of code changed in 1 file:
Fix mapscale option for Pixmap
10 lines of code changed in 2 files:
Fix header file name
1 lines of code changed in 1 file:
Remove deleted directory from CMakeLists.txt
0 lines of code changed in 1 file:
Bump version string to 1.75.0
3 lines of code changed in 2 files:
Update ChangeLog
20 lines of code changed in 1 file:
Merge sound server with GTK client
No longer install a stand-alone sound server. Merge sound server with
GTK client.
269 lines of code changed in 23 files: