Directory client/trunk/gtk-v2/src/

Total Files:
26
Deleted Files:
9
Lines of Code:
16493

[root]/client/trunk/gtk-v2/src

Lines of Code

client/trunk/gtk-v2/src/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 927 (100.0%) 26129 (100.0%) 28.1
kbulgrien 231 (24.9%) 11773 (45.1%) 50.9
partmedia 377 (40.7%) 7687 (29.4%) 20.3
mwedel 93 (10.0%) 4597 (17.6%) 49.4
kstenger 18 (1.9%) 619 (2.4%) 34.3
cavesomething 11 (1.2%) 333 (1.3%) 30.2
ryo_saeba 29 (3.1%) 324 (1.2%) 11.1
anmaster 82 (8.8%) 241 (0.9%) 2.9
akirschbaum 35 (3.8%) 237 (0.9%) 6.7
qal21 29 (3.1%) 166 (0.6%) 5.7
tchize 5 (0.5%) 94 (0.4%) 18.8
silvernexus 13 (1.4%) 38 (0.1%) 2.9
quinet 2 (0.2%) 18 (0.1%) 9.0
kfitzner 2 (0.2%) 2 (0.0%) 1.0

Most Recent Commits

partmedia 2017-08-13 14:17 Rev.: 20487

Make upgrade message more useful

4 lines of code changed in 1 file:

  • client/trunk/gtk-v2/src: config.c (+4 -1)
partmedia 2017-07-27 01:34 Rev.: 20447

Stop music when disconnecting

8 lines of code changed in 3 files:

  • client/trunk/gtk-v2/src: main.c (+3), sound-vala.vala (+4), sound.c (+1 -1)
partmedia 2017-07-26 10:48 Rev.: 20446

Control sound logging with client log level

3 lines of code changed in 1 file:

  • client/trunk/gtk-v2/src: main.c (+3)
partmedia 2017-07-23 15:12 Rev.: 20437

Use pkg-config to find libcurl and SDL

2 lines of code changed in 1 file:

  • client/trunk/gtk-v2/src: CMakeLists.txt (+2 -2)
partmedia 2017-07-23 15:12 Rev.: 20436

Add missing linker flag for Windows

4 lines of code changed in 1 file:

  • client/trunk/gtk-v2/src: CMakeLists.txt (+4)
partmedia 2017-07-23 14:34 Rev.: 20435

Update Windows build

2 lines of code changed in 3 files:

  • client/trunk/gtk-v2/src: CMakeLists.txt (-5), config.c (+1 -8), main.c (+1 -14)
partmedia 2017-07-23 14:03 Rev.: 20434

Use pkg-config to find GTK2 libraries

FindGtk2 has some issues finding all parts of the GTK2 library on MSYS2
under Windows, which causes the whole library to be disabled. This
change can be reverted if the CMake module is ever fixed.

1 lines of code changed in 1 file:

  • client/trunk/gtk-v2/src: CMakeLists.txt (+1 -1)
partmedia 2017-07-23 14:03 Rev.: 20432

Replace ChildProcess with GLib functions

The sound server invocation now theoretically works on Windows. While
here, make the spawned sound server inherit stderr and stdout from the
parent to fix the issue of the sound server blocking on pipe write.

72 lines of code changed in 4 files:

  • client/trunk/gtk-v2/src: CMakeLists.txt (+3), main.c (+1 -1), sound-vala.vala (new 55), sound.c (+13 -140)
partmedia 2017-07-23 14:00 Rev.: 20426

Show message when metaserver support is disabled

8 lines of code changed in 1 file:

  • client/trunk/gtk-v2/src: metaserver.c (+8 -3)
silvernexus 2017-07-23 10:04 Rev.: 20425

Fix short-circuit logic that bypasses fflush on music commands.

3 lines of code changed in 1 file:

  • client/trunk/gtk-v2/src: sound.c (+3 -2)
partmedia 2017-07-22 13:07 Rev.: 20423

Stop making csocket.inbuf global

0 lines of code changed in 1 file:

  • client/trunk/gtk-v2/src: main.c (-2)
partmedia 2017-07-22 13:07 Rev.: 20422

Replace socket reads with GInputStream

3 lines of code changed in 2 files:

  • client/trunk/gtk-v2/src: main.c (+1 -1), metaserver.c (+2 -2)
partmedia 2017-07-14 00:47 Rev.: 20421

Initialize map after client window comes up

1 lines of code changed in 1 file:

  • client/trunk/gtk-v2/src: main.c (+1 -2)
partmedia 2017-07-09 19:05 Rev.: 20418

Remove duplicate event handler

1 lines of code changed in 1 file:

  • client/trunk/gtk-v2/src: account.c (+1 -35)
partmedia 2017-07-09 19:04 Rev.: 20417

Improve metaserver and login windows

4 lines of code changed in 2 files:

  • client/trunk/gtk-v2/src: account.c (+4 -34), metaserver.c (-2)
partmedia 2017-07-09 13:52 Rev.: 20415

Hide main window during server selection

3 lines of code changed in 2 files:

  • client/trunk/gtk-v2/src: account.c (+1), main.c (+2 -2)
partmedia 2017-07-09 13:52 Rev.: 20414

Add preferences button on metaserver dialog

7 lines of code changed in 3 files:

  • client/trunk/gtk-v2/src: config.c (+1 -1), gtk2proto.h (+1 -1), metaserver.c (+5)
partmedia 2017-07-06 16:43 Rev.: 20407

Print negative numbers correctly

1 lines of code changed in 1 file:

  • client/trunk/gtk-v2/src: sound.c (+1 -6)
partmedia 2017-07-06 16:43 Rev.: 20406

Use accessor functions

26 lines of code changed in 4 files:

  • client/trunk/gtk-v2/src: info.c (+2 -1), inventory.c (+12 -8), main.c (+2 -2), map.c (+10 -6)
partmedia 2017-06-29 12:05 Rev.: 20400

Fix short-circuit logic error

4 lines of code changed in 1 file:

  • client/trunk/gtk-v2/src: sound.c (+4 -2)
partmedia 2017-06-24 15:13 Rev.: 20398

Mark local symbols static

5 lines of code changed in 1 file:

  • client/trunk/gtk-v2/src: sound.c (+5 -4)
partmedia 2017-06-21 12:46 Rev.: 20388

Pass callback as argument instead of using global

1 lines of code changed in 1 file:

  • client/trunk/gtk-v2/src: metaserver.c (+1 -2)
partmedia 2017-06-07 20:23 Rev.: 20382

Request bigger map to hide right and bottom edge

2 lines of code changed in 1 file:

  • client/trunk/gtk-v2/src: map.c (+2 -2)
partmedia 2017-05-19 16:43 Rev.: 20352

Fix sound server

- Add missing path separator
- Fix SOUND build when SDL is not enabled
- Fix cfsndserv argument order
- Fix logic errors breaking initialization

1 lines of code changed in 1 file:

  • client/trunk/gtk-v2/src: sound.c (+1 -1)
partmedia 2017-01-17 12:57 Rev.: 20328

Remove client heartbeats

The server doesn't do anything useful with this information and this
feature has only been causing occasional crashes.

0 lines of code changed in 1 file:

  • client/trunk/gtk-v2/src: main.c (-1)
partmedia 2015-12-24 00:05 Rev.: 20198

Send keep-alive in all input modes

1 lines of code changed in 1 file:

  • client/trunk/gtk-v2/src: main.c (+1 -3)
partmedia 2015-12-24 00:05 Rev.: 20197

Remove empty signal handler

1 lines of code changed in 1 file:

  • client/trunk/gtk-v2/src: main.c (+1 -15)
partmedia 2015-12-21 19:08 Rev.: 20193

Clean up network event loop

10 lines of code changed in 1 file:

  • client/trunk/gtk-v2/src: main.c (+10 -30)
partmedia 2015-12-21 19:08 Rev.: 20192

Remove command-line server selection option

6 lines of code changed in 3 files:

  • client/trunk/gtk-v2/src: gtk2proto.h (+1 -1), main.c (+3 -24), metaserver.c (+2 -4)
partmedia 2015-12-21 19:08 Rev.: 20191

Remove unused functions

3 lines of code changed in 3 files:

  • client/trunk/gtk-v2/src: gtk2proto.h (-3), keys.c (-6), map.c (+3 -47)
partmedia 2015-12-20 16:52 Rev.: 20188

Remove unused CMake configuration checks

0 lines of code changed in 1 file:

  • client/trunk/gtk-v2/src: opengl.c (-5)
partmedia 2015-11-24 03:49 Rev.: 20104

Fix small memory leak

12 lines of code changed in 1 file:

  • client/trunk/gtk-v2/src: metaserver.c (+12 -23)
partmedia 2015-11-13 15:29 Rev.: 20044

Clean up redundant metaserver signal handlers

60 lines of code changed in 2 files:

  • client/trunk/gtk-v2/src: gtk2proto.h (-4), metaserver.c (+60 -130)
partmedia 2015-11-13 15:29 Rev.: 20043

Remove 'Last Update' column from server list

23 lines of code changed in 1 file:

  • client/trunk/gtk-v2/src: metaserver.c (+23 -27)
partmedia 2015-11-13 15:28 Rev.: 20042

Improve login dialogs

9 lines of code changed in 2 files:

  • client/trunk/gtk-v2/src: account.c (+6 -12), metaserver.c (+3 -5)
partmedia 2015-11-13 15:28 Rev.: 20041

Overhaul configuration dialog

Removing deprecated APIs exposed issues with how the client processed
input from different input widgets. While here, remove some redundant
configuration options (e.g. map size, which is set automatically) and
redesign the layout of the configuration dialog.

174 lines of code changed in 3 files:

  • client/trunk/gtk-v2/src: config.c (+157 -520), main.c (+12 -25), main.h (+5 -3)
partmedia 2015-11-13 15:28 Rev.: 20040

Replace deprecated GDK and GTK APIs

240 lines of code changed in 13 files:

  • client/trunk/gtk-v2/src: config.c (+59 -60), create_char.c (+2 -1), gtk2proto.h (-3), image.c (+10 -29), image.h (+9 -8), inventory.c (+18 -26), keys.c (+13 -50), magicmap.c (+35 -98), main.c (+10 -3), main.h (+3), png.c (-266), skills.c (+3 -3), stats.c (+78 -77)
silvernexus 2015-11-02 12:15 Rev.: 20032

Alter the preprocessor directive for alphasort() and scandir() to fix failed build on Linux.

5 lines of code changed in 1 file:

  • client/trunk/gtk-v2/src: config.c (+5 -1)
partmedia 2015-10-31 14:18 Rev.: 20030

Fix invalid type comparisons

25 lines of code changed in 4 files:

  • client/trunk/gtk-v2/src: config.c (+1 -1), inventory.c (+1 -1), keys.c (+2 -6), png.c (+21 -33)
partmedia 2015-10-31 14:18 Rev.: 20029

Remove common stub commands

0 lines of code changed in 3 files:

  • client/trunk/gtk-v2/src: gtk2proto.h (-4), info.c (-26), inventory.c (-14)

(365 more)

Generated by StatSVN 0.7.0