[root]/client/trunk
Documentation
(0 files, 0 lines)
examples
(0 files, 0 lines)
script
(0 files, 0 lines)
cmake
(2 files, 262 lines)
common
(30 files, 11967 lines)
shared
(2 files, 677 lines)
doc
(0 files, 0 lines)
examples
(0 files, 0 lines)
script
(0 files, 0 lines)
gnome
(0 files, 0 lines)
gtk-v2
(5 files, 581 lines)
glade
(0 files, 0 lines)
src
(26 files, 16493 lines)
themes
(2 files, 1090 lines)
ui
(12 files, 37855 lines)
win32
(2 files, 230 lines)
gtk
(0 files, 0 lines)
win32
(0 files, 0 lines)
help
(0 files, 0 lines)
macros
(0 files, 0 lines)
pixmaps
(17 files, 403 lines)
sound-src
(5 files, 509 lines)
utils
(0 files, 0 lines)
x11
(0 files, 0 lines)
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 |
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:
Fix delayed update of weight limit display on Strength changes.
7 lines of code changed in 1 file:
Update version string to 1.72.0
6 lines of code changed in 2 files:
Update README
0 lines of code changed in 1 file:
Rewrite change log to be more useful
26 lines of code changed in 1 file:
Fix SDL_image detection
1 lines of code changed in 1 file:
Use pkg-config to find libcurl and SDL
4 lines of code changed in 1 file:
Update Windows build
1 lines of code changed in 1 file:
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:
Add Vala dependency
4 lines of code changed in 2 files:
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:
Improve build on Windows
1 lines of code changed in 1 file:
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:
Remove unused check for sysconf
0 lines of code changed in 2 files:
Add minimal metaserver test program
2 lines of code changed in 1 file:
Move music to $CF_SOUND_DIR/music
3 lines of code changed in 1 file:
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:
Update README
47 lines of code changed in 1 file:
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:
Clean up CMakeLists
11 lines of code changed in 1 file:
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:
Rewrite README using reStructuredText
142 lines of code changed in 2 files:
Remove command-line server selection option
3 lines of code changed in 1 file:
Remove unused CMake configuration checks
0 lines of code changed in 2 files:
Adjusted msgtypes.pl to use strict perl syntax.
1 lines of code changed in 1 file:
Fixed a reference to meta_update.php for the US metaserver on client metaserver poll.
1 lines of code changed in 1 file:
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:
Improve the mdk.pl script to use strict compilation rules.
1 lines of code changed in 1 file:
Alter the preprocessor directive for alphasort() and scandir() to fix failed build on Linux.
3 lines of code changed in 1 file:
Remove autotools build system
3 lines of code changed in 6 files:
Added additional US based metaserver for the client to query.
3 lines of code changed in 1 file:
Check for <gio/gnetworking.h> before using it
3 lines of code changed in 2 files:
Combine compiler include directories
1 lines of code changed in 1 file:
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:
Switch to ZIP for package creation
1 lines of code changed in 1 file:
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:
Fix CMake build and clean up angled brackets
1 lines of code changed in 1 file:
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:
Update ChangeLog
9 lines of code changed in 1 file:
Reordered some includes to silence preprocessor warnings about including winsock2.h after windows.h.
9 lines of code changed in 1 file:
(416 more)