January 2021 Commit Log

Number of Commits:
15
Number of Active Developers:
3
silvernexus 2021-01-14 18:47 Rev.: 21770

Fix undefined variable in Big-Endian SDL code.
Resolves bug #885

1 lines of code changed in 1 file:

silvernexus 2021-01-09 12:27 Rev.: 21744

Implement preliminary support for map scaling using the SDL renderer.

138 lines of code changed in 2 files:

silvernexus 2021-01-08 00:55 Rev.: 21737

Remove unused SDL_image dependency from SDL rendering.

15 lines of code changed in 5 files:

silvernexus 2021-01-07 11:49 Rev.: 21731

Finish removing vestigal labels on uis that had not had that done yet.

1 lines of code changed in 9 files:

ryo_saeba 2021-01-06 13:01 Rev.: 21727

Add NSIS script for client installer.

97 lines of code changed in 2 files:

partmedia 2021-01-04 13:44 Rev.: 21720

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:

partmedia 2021-01-03 17:24 Rev.: 21714

Stop warning about empty lines

1 lines of code changed in 1 file:

partmedia 2021-01-03 17:08 Rev.: 21713

Load default key bindings from a GResource

48 lines of code changed in 6 files:

partmedia 2021-01-03 12:56 Rev.: 21710

Change MAP_MAX_SIZE to what the server currently supports

1 lines of code changed in 1 file:

partmedia 2021-01-03 12:56 Rev.: 21709

Fix mapscale option for Pixmap

10 lines of code changed in 2 files:

partmedia 2021-01-02 22:42 Rev.: 21708

Fix header file name

1 lines of code changed in 1 file:

partmedia 2021-01-02 19:59 Rev.: 21707

Remove deleted directory from CMakeLists.txt

0 lines of code changed in 1 file:

partmedia 2021-01-01 18:16 Rev.: 21702

Bump version string to 1.75.0

3 lines of code changed in 2 files:

partmedia 2021-01-01 18:16 Rev.: 21701

Update ChangeLog

20 lines of code changed in 1 file:

partmedia 2021-01-01 18:16 Rev.: 21700

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:

December 2020 »

Generated by StatSVN 0.7.0