Move debug output to main
4 lines of code changed in 2 files:
Fix short-circuit logic error
4 lines of code changed in 1 file:
Fix likely double free
1 lines of code changed in 1 file:
Mark local symbols static
5 lines of code changed in 1 file:
Remove delay
0 lines of code changed in 1 file:
Clean up sound server main
20 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:
Cache chunks for the duration of the sound server
26 lines of code changed in 1 file:
Reduce sound server link dependencies
1 lines of code changed in 1 file:
Reduce test-metaserver link dependencies
19 lines of code changed in 2 files:
Pass callback as argument instead of using global
9 lines of code changed in 4 files:
Parse metaserver info from a buffer
Store character data from curl using mbuf_write() and parse it as an
ordinary string. This makes the parser easier to debug and separates
curl logic from the parsing code.
45 lines of code changed in 1 file:
Move declarations closer to first use
6 lines of code changed in 1 file:
Lower login window after receiving 'player' command
Sometimes 'addme_success' is not received by the client after a
successful login, even though the player shows up in-game. This is the
bug where you have to press 'Play' twice to dismiss the login window.
1 lines of code changed in 2 files:
Request bigger map to hide right and bottom edge
2 lines of code changed in 1 file:
Add minimal metaserver test program
24 lines of code changed in 4 files:
Move music to $CF_SOUND_DIR/music
5 lines of code changed in 3 files:
Fix path to sound effects
3 lines of code changed in 2 files:
Separate sound functions from sound server
293 lines of code changed in 3 files:
Add shim to match client type signature
6 lines of code changed in 1 file:
Move declarations closer to first use
16 lines of code changed in 2 files:
Remove unused headers
0 lines of code changed in 1 file:
May 2017 »