]> icculus.org git repositories - taylor/freespace2.git/history - src/network
fix issue with looping audio streams
[taylor/freespace2.git] / src / network /
2018-03-20 Taylor Richardsnegative index fix from FSO (Echelon9)
2018-03-20 Taylor Richardsfix for support ships in multi from FSO (karajorma)
2018-03-17 Taylor Richardsfix multi messaging input bugs
2018-03-17 Taylor Richardsmerge emscripten port
2018-03-17 Taylor Richardsfix incorrect FS2 demo ifdef
2018-03-17 Taylor Richardsmake PXO pinfo popup work in an async manner
2018-03-17 Taylor Richardspopup() -> popup_sync() change for FS1 builds
2018-03-17 Taylor Richardsmake first pass at async popups
2018-03-17 Taylor Richardsshutdown() not yet implemented in Emscripten
2018-03-17 Taylor Richardsfirst pass at emscripten support
2018-03-17 Taylor Richardsmerge updated pxo code and related fixes
2018-03-13 Taylor Richardsset/update netgame info on tracker in a useful way
2018-03-13 Taylor Richardsuse a better multi_sw_ok_to_commit() check
2018-03-10 Taylor Richardsfix linker issue with wxWidgets
2018-03-10 Taylor Richardshandle SquadWar match query properly for standalone
2018-03-10 Taylor Richardsavoid sending LAN broadcast with PXO game query
2018-03-08 Taylor Richardslog out of tracker when mission ends (non-standalone)
2018-03-08 Taylor Richardsclean up stats saving a bit more
2018-03-07 Taylor Richardsfix invalid socket log spam
2018-03-05 Taylor Richardsmake websocket connection work over both http and https
2018-03-05 Taylor Richardstweak stats saving to maybe work better
2017-10-15 Taylor Richardsmerge haptic and joystick fixes
2017-09-27 Taylor Richardsclean up debug messages a bit
2017-04-19 Taylor Richardsfix various code issues
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 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 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 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-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 Richardsdeal with static analyzer warnings
2016-12-12 Taylor Richardshonor timeouts on mission and squadwar validation checks
2016-12-10 Taylor Richardsmerge demo branch
2016-12-09 Taylor Richardsresolve various issues from static analyzer run
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-24 Taylor Richardsclean up some compiler warnings
2016-10-21 Taylor Richardsenable PXO by default
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 Richardsmerge fixes
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 Richardsavoid popup-in-popup Int3() if chat disconnects during...
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-04 Taylor Richardssilence compiler warnings (mostly shadow variables)
2016-03-30 Taylor Richardsmerge in fixes from Windows build
2016-03-30 Taylor Richardsstop timer first thing on shutdown to prevent crash
2016-03-30 Taylor Richardscall popup Layout() after setting labels (Windows fix)
2016-03-30 Taylor Richardsadjust popup style and size to work properly on Windows
2016-03-28 Taylor Richardschange binary names to make retail release
2016-03-26 Taylor Richardsprevent vert scroll bar on connections box
2016-03-26 Taylor Richardsremove old border flag on conn count
2016-03-26 Taylor Richardsremove invalid alignment flag on stand GUI popup
2016-03-26 Taylor Richardsclean up Windows #include's and use winsock2
2016-03-21 Taylor Richardssilence some compiler warnings
2016-03-21 Taylor Richardsmerge new standalone server and client
2016-03-20 Taylor Richardsembed standalone web in executable
2016-03-19 Taylor Richardssync with newest standalone web version
2016-03-19 Taylor Richardsclear active player (stats) on conn change, let client...
2016-03-17 Taylor Richardsfix ui reset
2016-03-17 Taylor Richardsremove some debugging code
2016-03-17 Taylor Richardstry to restart game process if it was terminated
2016-03-17 Taylor Richardsadd test for existing instance of game (an error condition)
2016-03-17 Taylor Richardsread port setting from config file if needed
2016-03-17 Taylor Richardsget rid of useless state info; reset timestamps properly
2016-03-17 Taylor Richardsmake sure ping updates don't change currently selected...
2016-03-17 Taylor Richardsmake kick button actually work
2016-03-17 Taylor Richardsmake sure connection strings have newline
2016-03-16 Taylor Richardsavoid empty conn messages
2016-03-16 Taylor Richardsrefactor websocket code
2016-03-12 Taylor Richardstry to fix field spacing on popup
2016-03-12 Taylor Richardsfix display of goals (proper reset, expand)
2016-03-11 Taylor Richardssupport for mission goals in GUI
2016-03-11 Taylor Richardshandle player info and player selection
2016-03-11 Taylor Richardshandle for connections and ping updates
2016-03-09 Taylor Richardsfix bad reset of netgame info on server
2016-03-09 Taylor Richardsadd some horizontal spacing to netgame info
2016-03-09 Taylor Richardsadd full standalone reset (not just UI)
2016-03-09 Taylor Richardscenter popup window on main dialog
2016-03-09 Taylor Richardsadjust popup size and vertically center text
2016-03-09 Taylor Richardsget rid of extra new-line on websocket debug messages
next