]> icculus.org git repositories - taylor/freespace2.git/shortlog
taylor/freespace2.git
2017-04-18 Taylor Richardsremove extraneous newlines from ml_string() & ml_printf...
2017-04-18 Taylor Richardsreturn 404 for favicon.ico to avoid sending html twice
2017-04-18 Taylor Richardsswitch to gzipped standalone html embed
2017-04-16 Taylor Richardsreduce game update timeout to 4 minutes, since server...
2017-04-16 Taylor Richardsremove STUB that was addressed long ago
2017-04-16 Taylor Richardsremove unnecessary double if() statement
2017-04-16 Taylor Richardsmake new attempt at PXO stats saving
2017-04-16 Taylor Richardslog standalone out of tracker only on close
2017-04-16 Taylor Richardschange MULTI_IS_TRACKER to check against pxo setting
2017-04-16 Taylor Richardsremove PEER_PING, since it didn't work
2017-04-13 Taylor Richardsmake sure version.nfo is saved-to and read-from a safe...
2017-04-13 Taylor Richardsmake PXO off by default globally, on by default for...
2017-04-12 Taylor Richardsmake broadcast_game_query() ask PXO for server list
2017-04-10 Taylor Richardsfix broadcast text on multi options screen
2017-04-10 Taylor Richardswhen multi game ends go back to PXO if we should
2017-04-09 Taylor Richardsmake adjustments to standalone fps:
2017-04-06 Taylor Richardsmake psnet_same() check port as well as address
2017-04-06 Taylor Richardsmake sure freespace restarts with original cmdline...
2017-04-06 Taylor Richardsexit properly when help or version cmdline options...
2017-04-06 Taylor Richardsadd missing cmdline function declarations from prior...
2017-04-05 Taylor Richardsmake sure std gui handles all variants of port cmdline...
2017-04-05 Taylor Richardsprevent std gui from processing game cmdline options
2017-04-01 Taylor Richardsport needs to be in host byte order
2017-03-31 Taylor Richardsadd basic support for getting though firewalls
2017-03-31 Taylor Richardsbe sure to use port given by server rather than default
2017-03-31 Taylor Richardsset proper multi.cfg defaults for PXO
2017-03-31 Taylor Richardsupdate PXO URLs to point to new server
2017-03-31 Taylor Richardsdeal with static analyzer warnings
2017-03-31 Taylor Richardsonly deal with framerate text if we are going to show it
2017-01-07 Taylor Richardsadd some basic app icons
2016-12-25 Taylor Richardsfix middle text on player select screen in FS1
2016-12-25 Taylor Richardsadd git version to debug log
2016-12-25 Taylor Richardsmake git info a bit easier to use
2016-12-12 Taylor Richardshonor timeouts on mission and squadwar validation checks
2016-12-12 Taylor Richardsmake sure to remove all binary variants on clean
2016-12-12 Taylor Richardsgrab git info during build for use in version strings
2016-12-10 Taylor Richardsmerge demo branch
2016-12-09 Taylor Richardsresolve various issues from static analyzer run
2016-12-08 Taylor Richardsallow FS1 demo upsells to progress with timeout
2016-12-06 Taylor Richardsbump required SDL version to 2.0.5 (for Windows crash...
2016-10-26 Taylor Richardsno web cursor in FS1 demo
2016-10-25 Taylor Richardsrearrange some #ifdef's to make them clearer
2016-10-25 Taylor Richardsfix compiler error
2016-10-25 Taylor Richardsfix read compatibility for FS1 demo v1.00 (.plr 86)
2016-10-25 Taylor RichardsFS1 demo pilot support (technically... sort of)
2016-10-25 Taylor Richardsset proper kill limit for FS1
2016-10-25 Taylor Richardsset PXO off by default in demo and skip multi/std cfg too
2016-10-25 Taylor Richardsfix indexing issue when reading old FS1 pilots
2016-10-24 Taylor Richardsdon't build standalone gui for FS1 demo
2016-10-24 Taylor Richardsdisable handling of multiplayer options in FS1 demo
2016-10-24 Taylor Richardsfixup help text:
2016-10-24 Taylor Richardsenable hud config on FS1 demo
2016-10-24 Taylor Richardsuse proper title screen for FS1 demo
2016-10-24 Taylor Richardsclean up some compiler warnings
2016-10-24 Taylor Richardsdon't init species tbl in FS1 demo
2016-10-24 Taylor Richardsset proper version string on mainhall for FS1 demo
2016-10-23 Taylor Richardsfix some memory issues that were causing problems
2016-10-23 Taylor Richardsremove some old FS2_DEMO related #warnings
2016-10-23 Taylor Richardsfix some audio playback errors (buffer alignment)
2016-10-23 Taylor Richardsdeal with possible NULL ptr
2016-10-23 Taylor Richardsfix memory leak and properly initialize some structs
2016-10-22 Taylor Richardsfix threat gauge color in fs2 demo
2016-10-21 Taylor Richardsreduce title delay (too long compared to original demo)
2016-10-21 Taylor Richardsuse proper FS2 demo pilot files
2016-10-21 Taylor RichardsFS2 demo title screen fixes
2016-10-21 Taylor Richardsenable PXO by default
2016-10-19 Taylor Richardsadd launcher help text for FS2 demo
2016-10-19 Taylor Richardsmake sure the proper readme file is used
2016-10-19 Taylor Richardsset proper launcher title for demo builds
2016-10-19 Taylor Richardsskip toolset building when it's a demo
2016-10-18 Taylor Richardsfix compiler errors/warnings with FS2 demo
2016-10-18 Taylor Richardsuse app name instead of title for prefs path
2016-10-18 Taylor Richardsproper padding of PXO stats struct for FS2 demo
2016-10-18 Taylor Richardsmerge fixes
2016-10-16 Taylor Richardsadd option to daemonize standalone server
2016-10-10 Taylor Richardsfix broken timer that was causing a/v sync issues
2016-10-10 Taylor Richardsswitch to SDL_min/SDL_max (fixes compiler errors)
2016-07-10 Taylor Richardssilence compiler warning on Windows
2016-07-10 Taylor Richardsfix rendering issues with rect_internal()
2016-07-10 Taylor Richardsattempt at hang fix for multi options screen on Windows
2016-07-10 Taylor Richardsavoid popup-in-popup Int3() if chat disconnects during...
2016-07-10 Taylor Richardsdetach from inetfile threads rather than waiting on...
2016-07-10 Taylor Richardsmake use SOCKLEN_T to get rid of platform #ifdef's
2016-07-10 Taylor Richardsprevent httpget and chat from trying to connect indefin...
2016-07-05 Taylor Richardsmerge updated graphics code
2016-07-05 Taylor Richardsunbreak libwebsockets finding on *nix
2016-07-04 Taylor Richardshandle npot textures properly to base spec
2016-07-04 Taylor Richardssilence compiler warnings (mostly shadow variables)
2016-07-04 Taylor Richardswork around OpenAL hang on Win when closing device...
2016-07-04 Taylor Richardsfix for launcher creating hidden game window on Win
2016-07-04 Taylor Richardsadd debug spew for when GL2 falls back
2016-07-04 Taylor Richardsset fonttool as console app in order to get usage text
2016-07-04 Taylor Richardsmake path to deps easier on Win; add ANGLE dep for...
2016-07-01 Taylor Richardsfix issues with get_region()
2016-07-01 Taylor Richardsfix buf size in gl2 print_screen()
2016-07-01 Taylor Richardsadd GUI+p key combo for when printscreen key not available
2016-07-01 Taylor Richardsfix print_screen()
2016-07-01 Taylor Richardsfix aabitmap blending issues in GL2
2016-06-30 Taylor Richardsfix crash in tcache_flush() when tcache hasn't been...
2016-06-17 Taylor Richardscleanup, fixes, and optimizations
next