Remove unused autoconf macros.
0 lines of code changed in 28 files:
Add `configure` flag to disable OpenGL.
26 lines of code changed in 1 file:
Use pkgconf to find SDL_mixer and OpenGL.
15 lines of code changed in 2 files:
Rename non-functional enable_menu_items().
This function was supposed to enable/disable menu items, but the actual
implementation only enabled them. Rename this function to prevent future
confusion and pave the way for a correct implementation.
4 lines of code changed in 3 files:
Remove variable assignments that are never read.
22 lines of code changed in 11 files:
Fix various keybinding issues.
Because new_player() is always called, remove most calls to initialize
keybindings from other functions. Also avoid calling it if the player
name sent is empty. Correctly read the per-character bindings file.
303 lines of code changed in 3 files:
Do not store last server in gdefaults2.
0 lines of code changed in 1 file:
Fix several memory leaks.
10 lines of code changed in 5 files:
Fix several unsafe uses of strncpy(3).
3 lines of code changed in 1 file:
Exit after experiencing a failure with realloc(3).
54 lines of code changed in 5 files: