Exit after disconnect if metaserver is not used.
Reported by: Andreas Kirschbaum
PR: bugs/227
9 lines of code changed in 1 file:
Remove check for svnversion, as it was removed in partmedia's commit r19423.
0 lines of code changed in 1 file:
Maintain message options in commented out message section (mapredraw is obsolete).
1 lines of code changed in 1 file:
Remove redundant include of SDL.h and SDL_image.h
2 lines of code changed in 1 file:
Fix CMake sound server build.
5 lines of code changed in 2 files:
Use GLib functions where portability is an issue.
5 lines of code changed in 5 files:
Add missing CMake conditional statements.
21 lines of code changed in 1 file:
Fixed unchangeable sound path issue noted in configure.ac.
14 lines of code changed in 3 files:
Found some version references to 1.70.0. Updated to 1.71.0.
2 lines of code changed in 1 file:
Add CMake support.
250 lines of code changed in 11 files:
Fix output directory of generated headers.
This fixes out-of-tree builds, and removes a few generated headers.
Finally, retire 'svnversion' since it creates more problems for
dependency tracking than it is worth.
1 lines of code changed in 6 files:
Safely assume that "string.h" is available.
7 lines of code changed in 3 files:
Regenerate autotools when important files change.
0 lines of code changed in 1 file:
Refactor primitives using GLib data types.
361 lines of code changed in 39 files:
Add dependency on GLib.
- Clean up unnecessary and redundant substitutions.
- Trim copyright header from Makefiles.
30 lines of code changed in 7 files:
Split header with defaults into other headers.
32 lines of code changed in 7 files:
Run timed events less frequently.
3 lines of code changed in 1 file:
Clean up globals and reduce variable scopes.
58 lines of code changed in 7 files:
Split up metaserver initialization.
86 lines of code changed in 3 files:
Consistently use want_config and use_config.
Program defaults are now initially stored to use_config, which is coped
to want_config before loading settings and parsing arguments. Replace
the redundant option checking with a single function call.
132 lines of code changed in 4 files:
Clean up command-line arguments.
46 lines of code changed in 2 files:
Fix null argument warning.
1 lines of code changed in 1 file:
Remove empty Lua header file.
0 lines of code changed in 2 files:
Revert change that broke window position saving.
2 lines of code changed in 1 file:
Use more reasonable defaults.
4 lines of code changed in 1 file:
Save window positions in new settings file.
35 lines of code changed in 2 files:
Clean up window layout loading.
21 lines of code changed in 1 file:
Store client settings using a key-value file.
92 lines of code changed in 2 files:
Change not-reached exit to a GTK assertion.
1 lines of code changed in 1 file:
Convert drawing from forgotten expose event.
15 lines of code changed in 1 file:
Convert inventory table drawing to Cairo.
Drawing pixmaps using GDK has been deprecated for a long time. This also
conveniently fixes the icon view crash on Windows.
14 lines of code changed in 1 file:
Clean up layout loading logic.
10 lines of code changed in 2 files:
Clean up 'configure' script.
- Remove autoconf checks that are not referenced by any source file.
- Remove unnecessary program checks (most automatically called).
- Build with silent make rules.
14 lines of code changed in 1 file:
Change default layout to 'gtk-v2'.
10 lines of code changed in 4 files:
Replace strsep(3) with more portable strtok(3).
10 lines of code changed in 1 file:
Remove outdated client scripting guide.
3 lines of code changed in 4 files: