Directory client/trunk/

Total Files:
8
Deleted Files:
15
Lines of Code:
7027

[root]/client/trunk
            Folder removed from repo Documentation (0 files, 0 lines)
                Folder removed from repo examples (0 files, 0 lines)
                    Folder removed from repo script (0 files, 0 lines)
            directory in repo cmake (2 files, 262 lines)
            directory in repo common (30 files, 11967 lines)
                directory in repo shared (2 files, 677 lines)
            Folder removed from repo doc (0 files, 0 lines)
                Folder removed from repo examples (0 files, 0 lines)
                    Folder removed from repo script (0 files, 0 lines)
            Folder removed from repo gnome (0 files, 0 lines)
            directory in repo gtk-v2 (5 files, 581 lines)
                Folder removed from repo glade (0 files, 0 lines)
                directory in repo src (26 files, 16493 lines)
                directory in repo themes (2 files, 1090 lines)
                directory in repo ui (12 files, 37855 lines)
                directory in repo win32 (2 files, 230 lines)
            Folder removed from repo gtk (0 files, 0 lines)
                Folder removed from repo win32 (0 files, 0 lines)
            Folder removed from repo help (0 files, 0 lines)
            Folder removed from repo macros (0 files, 0 lines)
            directory in repo pixmaps (17 files, 403 lines)
            directory in repo sound-src (5 files, 509 lines)
            Folder removed from repo utils (0 files, 0 lines)
            Folder removed from repo x11 (0 files, 0 lines)

Lines of Code

client/trunk/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 602 (100.0%) 59170 (100.0%) 98.2
mwedel 75 (12.5%) 20269 (34.3%) 270.2
ryo_saeba 45 (7.5%) 15315 (25.9%) 340.3
kbulgrien 217 (36.0%) 7861 (13.3%) 36.2
tchize 5 (0.8%) 5558 (9.4%) 1111.6
akirschbaum 39 (6.5%) 5297 (9.0%) 135.8
partmedia 108 (17.9%) 1970 (3.3%) 18.2
anmaster 43 (7.1%) 1400 (2.4%) 32.5
qal21 26 (4.3%) 1312 (2.2%) 50.4
cavesomething 21 (3.5%) 102 (0.2%) 4.8
silvernexus 18 (3.0%) 63 (0.1%) 3.5
quinet 3 (0.5%) 17 (0.0%) 5.6
rjtanner 1 (0.2%) 3 (0.0%) 3.0
kfitzner 1 (0.2%) 3 (0.0%) 3.0

Most Recent Commits

silvernexus 2017-08-27 19:16 Rev.: 20506

Change environment variable access to use unowned string result
This allows for the sound server to run with Vala < 0.25.3.

1 lines of code changed in 1 file:

  • client/trunk: ChangeLog (+1)
silvernexus 2017-08-18 23:06 Rev.: 20500

Fix delayed update of weight limit display on Strength changes.

7 lines of code changed in 1 file:

  • client/trunk: ChangeLog (+7)
partmedia 2017-08-13 14:17 Rev.: 20488

Update version string to 1.72.0

6 lines of code changed in 2 files:

  • client/trunk: CMakeLists.txt (+1 -1), ChangeLog (+5 -4)
partmedia 2017-08-13 14:17 Rev.: 20485

Update README

0 lines of code changed in 1 file:

  • client/trunk: README.rst (-34)
partmedia 2017-07-26 10:48 Rev.: 20445

Rewrite change log to be more useful

26 lines of code changed in 1 file:

  • client/trunk: ChangeLog (+26 -118)
partmedia 2017-07-23 16:00 Rev.: 20438

Fix SDL_image detection

1 lines of code changed in 1 file:

  • client/trunk: CMakeLists.txt (+1 -1)
partmedia 2017-07-23 15:12 Rev.: 20437

Use pkg-config to find libcurl and SDL

4 lines of code changed in 1 file:

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

Update Windows build

1 lines of code changed in 1 file:

  • client/trunk: CMakeLists.txt (+1 -2)
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.

4 lines of code changed in 2 files:

  • client/trunk: CMakeLists.txt (+3 -2), README.rst (+1)
partmedia 2017-07-23 14:02 Rev.: 20429

Add Vala dependency

4 lines of code changed in 2 files:

  • client/trunk: CMakeLists.txt (+3), README.rst (+1)
partmedia 2017-07-23 14:02 Rev.: 20428

Import CMake Vala modules

Vala CMake is a collection of macros for the CMake build system to allow
the creation and management of projects developed using the Vala
programming language or its "Genie" flavor (less tested).

Author: Jakob Westhoff
License: GPLv2
WWW: https://github.com/jakobwesthoff/Vala_CMake/

2 lines of code changed in 1 file:

  • client/trunk: CMakeLists.txt (+2)
partmedia 2017-07-04 15:42 Rev.: 20405

Improve build on Windows

1 lines of code changed in 1 file:

  • client/trunk: CMakeLists.txt (+1 -1)
partmedia 2017-06-24 15:12 Rev.: 20395

Revert "Remove unused check for sysconf"

Turns out I wasn't careful while running a global grep and didn't see
where we're using sysconf().

6 lines of code changed in 2 files:

  • client/trunk: CMakeLists.txt (+3), config.h.in (+3)
partmedia 2017-06-22 23:02 Rev.: 20393

Remove unused check for sysconf

0 lines of code changed in 2 files:

  • client/trunk: CMakeLists.txt (-3), config.h.in (-3)
partmedia 2017-06-07 20:23 Rev.: 20381

Add minimal metaserver test program

2 lines of code changed in 1 file:

  • client/trunk: CMakeLists.txt (+2)
partmedia 2017-06-01 21:53 Rev.: 20375

Move music to $CF_SOUND_DIR/music

3 lines of code changed in 1 file:

  • client/trunk: ChangeLog (+3)
partmedia 2017-05-29 18:48 Rev.: 20365

Improve music playback

- Avoid restarting when playing same music
- Fade tracks in and out
- Free previously played track
- Stop playback when receiving NONE or unknown music

3 lines of code changed in 1 file:

  • client/trunk: ChangeLog (+3)
partmedia 2017-05-19 16:43 Rev.: 20354

Update README

47 lines of code changed in 1 file:

  • client/trunk: README.rst (+47 -85)
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

2 lines of code changed in 1 file:

  • client/trunk: CMakeLists.txt (+2 -1)
partmedia 2017-01-17 12:57 Rev.: 20330

Clean up CMakeLists

11 lines of code changed in 1 file:

  • client/trunk: CMakeLists.txt (+11 -19)
partmedia 2017-01-17 12:57 Rev.: 20329

Mark all find_package() macros as REQUIRED

This makes missing dependencies fail at configure instead of compile
time and simplifies CMake logic.

12 lines of code changed in 1 file:

  • client/trunk: CMakeLists.txt (+12 -21)
partmedia 2016-01-02 17:33 Rev.: 20212

Rewrite README using reStructuredText

142 lines of code changed in 2 files:

  • client/trunk: README (del), README.rst (new 142)
partmedia 2015-12-21 19:08 Rev.: 20192

Remove command-line server selection option

3 lines of code changed in 1 file:

  • client/trunk: ChangeLog (+3)
partmedia 2015-12-20 16:52 Rev.: 20188

Remove unused CMake configuration checks

0 lines of code changed in 2 files:

  • client/trunk: CMakeLists.txt (-4), config.h.in (-6)
silvernexus 2015-11-03 18:41 Rev.: 20036

Adjusted msgtypes.pl to use strict perl syntax.

1 lines of code changed in 1 file:

  • client/trunk: ChangeLog (+1)
silvernexus 2015-11-03 00:12 Rev.: 20035

Fixed a reference to meta_update.php for the US metaserver on client metaserver poll.

1 lines of code changed in 1 file:

  • client/trunk: ChangeLog (+1)
silvernexus 2015-11-03 00:06 Rev.: 20034

Fix Linux build if autotools-generated common/config.h file is removed. CMake needed to define _BSD_SOURCE in Linux for gio to include properly.

8 lines of code changed in 2 files:

  • client/trunk: CMakeLists.txt (+5), ChangeLog (+3)
silvernexus 2015-11-02 22:10 Rev.: 20033

Improve the mdk.pl script to use strict compilation rules.

1 lines of code changed in 1 file:

  • client/trunk: ChangeLog (+1)
silvernexus 2015-11-02 12:15 Rev.: 20032

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

3 lines of code changed in 1 file:

  • client/trunk: ChangeLog (+3)
partmedia 2015-10-31 14:18 Rev.: 20023

Remove autotools build system

3 lines of code changed in 6 files:

  • client/trunk: ChangeLog (+3), INSTALL (del), Makefile.am (del), NEWS (del), autogen.sh (del), configure.ac (del)
rjtanner 2015-03-24 23:39 Rev.: 19879

Added additional US based metaserver for the client to query.

3 lines of code changed in 1 file:

  • client/trunk: ChangeLog (+3)
partmedia 2015-03-22 13:49 Rev.: 19876

Check for <gio/gnetworking.h> before using it

3 lines of code changed in 2 files:

  • client/trunk: CMakeLists.txt (+2), config.h.in (+1)
partmedia 2015-03-22 13:49 Rev.: 19875

Combine compiler include directories

1 lines of code changed in 1 file:

  • client/trunk: CMakeLists.txt (+1 -5)
partmedia 2015-03-21 15:07 Rev.: 19864

Redraw map from main loop only when idle

Instead of redrawing whenever the client receives a tick, redraw from
the event loop when there are no events pending. This improves the
responsiveness of the client on slow machines.

3 lines of code changed in 1 file:

  • client/trunk: ChangeLog (+3)
partmedia 2015-03-20 13:57 Rev.: 19860

Switch to ZIP for package creation

1 lines of code changed in 1 file:

  • client/trunk: CMakeLists.txt (+1 -1)
partmedia 2015-03-17 14:32 Rev.: 19850

Combine pixmap layer rendering in a single pass

The pixmap renderer now draws each layer in a single pass without going
back to check big faces. It now only uses head data and avoids redundant
calculations or map data accesses.

3 lines of code changed in 1 file:

  • client/trunk: ChangeLog (+3)
partmedia 2015-03-17 14:31 Rev.: 19848

Fix CMake build and clean up angled brackets

1 lines of code changed in 1 file:

  • client/trunk: CMakeLists.txt (+1 -1)
partmedia 2015-03-01 13:13 Rev.: 19828

Remove unnecessary map draw in do_network()

This effectively halves the number of map redraw calls without
sacrificing anything visually.

4 lines of code changed in 1 file:

  • client/trunk: ChangeLog (+4)
partmedia 2015-02-17 15:23 Rev.: 19772

Update ChangeLog

9 lines of code changed in 1 file:

  • client/trunk: ChangeLog (+9)
silvernexus 2014-12-04 21:16 Rev.: 19733

Reordered some includes to silence preprocessor warnings about including winsock2.h after windows.h.

9 lines of code changed in 1 file:

  • client/trunk: ChangeLog (+9)

(416 more)

Generated by StatSVN 0.7.0