/client/trunk Developers: partmedia

Login name:
partmedia
Total Commits:
1,353 (32.5%)
Lines of Code:
105,809 (38.8%)
Most Recent Commit:
2021-05-08 16:48

Activity by Clock Time

Activity by Hour of Day for partmedia

Activity by Day of Week for partmedia

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 1353 (100.0%) 105809 (100.0%) 78.2
gtk-v2/ui/ 101 (7.5%) 80332 (75.9%) 795.3
gtk-v2/src/ 468 (34.6%) 8415 (8.0%) 17.9
common/ 361 (26.7%) 5371 (5.1%) 14.8
gtk-v2/glade/ 38 (2.8%) 5101 (4.8%) 134.2
sound-src/ 124 (9.2%) 2598 (2.5%) 20.9
/ 135 (10.0%) 2070 (2.0%) 15.3
common/shared/ 6 (0.4%) 767 (0.7%) 127.8
gtk-v2/ 16 (1.2%) 550 (0.5%) 34.3
cmake/ 2 (0.1%) 262 (0.2%) 131.0
macros/ 37 (2.7%) 170 (0.2%) 4.5
pixmaps/ 28 (2.1%) 98 (0.1%) 3.5
utils/ 7 (0.5%) 34 (0.0%) 4.8
gtk-v2/win32/ 13 (1.0%) 28 (0.0%) 2.1
gtk-v2/themes/ 5 (0.4%) 12 (0.0%) 2.4
help/ 6 (0.4%) 1 (0.0%) 0.1
doc/examples/script/ 2 (0.1%) 0 (0.0%) 0.0
doc/ 1 (0.1%) 0 (0.0%) 0.0
Documentation/examples/script/ 2 (0.1%) 0 (0.0%) 0.0
Documentation/ 1 (0.1%) 0 (0.0%) 0.0

Activity of partmedia

Most Recent Commits

partmedia 2021-05-08 16:48 Rev.: 22117

Remove freelist remnants

0 lines of code changed in 1 file:

  • common: item.c (-3)
partmedia 2021-05-06 17:06 Rev.: 22113

Make function static

1 lines of code changed in 2 files:

  • common: item.c (+1 -1), proto.h (-1)
partmedia 2021-05-06 17:06 Rev.: 22112

Remove item free list

2 lines of code changed in 3 files:

  • common: item.c (+2 -69), p_cmd.c (-7), proto.h (-1)
partmedia 2021-04-11 15:02 Rev.: 22075

Resurrect setup for extendedTextInfos

Although the extendedTextInfos setup command is now deprecated because
servers use 'drawextinfo' instead of 'drawinfo' by default, old servers
are still in active use. Resurrect extendedTextInfos so that
'drawextinfo' is used on any server that supports it.

14 lines of code changed in 2 files:

  • common: client.c (+1 -1), commands.c (+13)
partmedia 2021-02-24 23:42 Rev.: 21998

Fix format string warning

1 lines of code changed in 1 file:

  • common: item.c (+1 -1)
partmedia 2021-02-24 23:27 Rev.: 21997

Include project headers first

In the case that some system package installs a system-wide header file
named config.h, it will override our config.h, causing our build to
break. Prevent this from happening by changing the header file order to
bring in our header files first.

6 lines of code changed in 2 files:

  • common: CMakeLists.txt (+2 -2)
  • gtk-v2/src: CMakeLists.txt (+4 -4)
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:

  • common: script.c (+2 -6)
  • gtk-v2/src: main.c (+5 -9)
partmedia 2021-01-03 17:24 Rev.: 21714

Stop warning about empty lines

1 lines of code changed in 1 file:

  • gtk-v2/src: keys.c (+1 -1)
partmedia 2021-01-03 17:08 Rev.: 21713

Load default key bindings from a GResource

48 lines of code changed in 6 files:

  • CMakeLists.txt (+1), resources.xml (new 6)
  • common: CMakeLists.txt (-8), mdk.pl (del)
  • gtk-v2/src: CMakeLists.txt (+10), keys.c (+31 -34)
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:

  • common: client.h (+1 -1)
partmedia 2021-01-03 12:56 Rev.: 21709

Fix mapscale option for Pixmap

10 lines of code changed in 2 files:

  • gtk-v2/src: image.c (+1 -17), map.c (+9 -4)
partmedia 2021-01-02 22:42 Rev.: 21708

Fix header file name

1 lines of code changed in 1 file:

  • gtk-v2/src: cfsndserv.c (+1 -1)
partmedia 2021-01-02 19:59 Rev.: 21707

Remove deleted directory from CMakeLists.txt

0 lines of code changed in 1 file:

  • CMakeLists.txt (-1)
partmedia 2021-01-01 18:16 Rev.: 21702

Bump version string to 1.75.0

3 lines of code changed in 2 files:

  • CMakeLists.txt (+1 -1)
  • gtk-v2/ui: dialogs.ui (+2 -2)
partmedia 2021-01-01 18:16 Rev.: 21701

Update ChangeLog

20 lines of code changed in 1 file:

  • ChangeLog (+20 -11)
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:

  • gtk-v2/src: CMakeLists.txt (+4 -1), cfsndserv.c (new 212), main.c (+2 -4), snd.vala (new 35), sound-vala.vala (del), sound.c (+4 -14), sound.h (new 12)
  • sound-src: .cvsignore (del), CMakeLists.txt (del), Makefile.am (del), Makefile.in (del), README (del), alsa9.c (del), cfsndserv.c (del), common.c (del), common.h (del), init.c (del), main.c (del), parser.c (del), snd.vala (del), sndproto.h (del), sounds (del), sounds.dist (del)
partmedia 2020-12-15 14:25 Rev.: 21611

Prevent crash in map_init() when faceset size not set

Some broken servers do not correctly send the faceset size, in which
case 'size' becomes NULL. Check for this condition and avoid a crash.

7 lines of code changed in 1 file:

  • gtk-v2/src: map.c (+7 -3)
partmedia 2020-12-15 14:25 Rev.: 21610

Adjust Pixmap fog-of-war opacity

1 lines of code changed in 1 file:

  • gtk-v2/src: map.c (+1 -1)
partmedia 2020-11-25 16:02 Rev.: 21567

Fix copy/paste error

1 lines of code changed in 1 file:

  • gtk-v2/src: map.c (+1 -1)
partmedia 2020-11-25 15:43 Rev.: 21566

Fix Pixmap renderer smoothing

32 lines of code changed in 1 file:

  • gtk-v2/src: map.c (+32 -40)

(421 more)

Generated by StatSVN 0.7.0