[root]/client/trunk/gtk-v2/src
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 |
Make upgrade message more useful
4 lines of code changed in 1 file:
Stop music when disconnecting
8 lines of code changed in 3 files:
Control sound logging with client log level
3 lines of code changed in 1 file:
Use pkg-config to find libcurl and SDL
2 lines of code changed in 1 file:
Add missing linker flag for Windows
4 lines of code changed in 1 file:
Update Windows build
2 lines of code changed in 3 files:
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:
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:
Show message when metaserver support is disabled
8 lines of code changed in 1 file:
Fix short-circuit logic that bypasses fflush on music commands.
3 lines of code changed in 1 file:
Stop making csocket.inbuf global
0 lines of code changed in 1 file:
Replace socket reads with GInputStream
3 lines of code changed in 2 files:
Initialize map after client window comes up
1 lines of code changed in 1 file:
Remove duplicate event handler
1 lines of code changed in 1 file:
Improve metaserver and login windows
4 lines of code changed in 2 files:
Hide main window during server selection
3 lines of code changed in 2 files:
Add preferences button on metaserver dialog
7 lines of code changed in 3 files:
Print negative numbers correctly
1 lines of code changed in 1 file:
Use accessor functions
26 lines of code changed in 4 files:
Fix short-circuit logic error
4 lines of code changed in 1 file:
Mark local symbols static
5 lines of code changed in 1 file:
Pass callback as argument instead of using global
1 lines of code changed in 1 file:
Request bigger map to hide right and bottom edge
2 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
1 lines of code changed in 1 file:
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:
Send keep-alive in all input modes
1 lines of code changed in 1 file:
Remove empty signal handler
1 lines of code changed in 1 file:
Clean up network event loop
10 lines of code changed in 1 file:
Remove command-line server selection option
6 lines of code changed in 3 files:
Remove unused functions
3 lines of code changed in 3 files:
Remove unused CMake configuration checks
0 lines of code changed in 1 file:
Fix small memory leak
12 lines of code changed in 1 file:
Clean up redundant metaserver signal handlers
60 lines of code changed in 2 files:
Remove 'Last Update' column from server list
23 lines of code changed in 1 file:
Improve login dialogs
9 lines of code changed in 2 files:
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:
Replace deprecated GDK and GTK APIs
240 lines of code changed in 13 files:
Alter the preprocessor directive for alphasort() and scandir() to fix failed build on Linux.
5 lines of code changed in 1 file:
Fix invalid type comparisons
25 lines of code changed in 4 files:
Remove common stub commands
0 lines of code changed in 3 files:
(365 more)