]> icculus.org git repositories - taylor/freespace2.git/history - src/network
fix issue with looping audio streams
[taylor/freespace2.git] / src / network /
2016-03-09 Taylor Richardsfill in rest of UI reset function
2016-03-09 Taylor Richardsadd handling for server name and host password entries
2016-03-09 Taylor Richardsadd more functionality and fixes to standalone GUI
2016-03-08 Taylor Richardsadd first stages of GUI for standalone
2016-03-01 Taylor Richardsadd some basic security for standalone admin interface
2016-03-01 Taylor Richardsfix standalone having random mission info on startup
2016-02-16 Taylor Richardsadd PXO support to standalone
2016-02-16 Taylor Richardsfix popups on standalone-web
2016-02-14 Taylor Richardslimit ws write calls to once per callback to fix crash
2016-02-13 Taylor Richardsupdate standalone web to more complete version
2016-02-13 Taylor Richardsrename stand_gui.h to stand_server.h
2016-02-13 Taylor Richardslog lws to debug log instead of stderr
2016-02-13 Taylor Richardsmake multi log use port number in filename for standalone
2016-02-13 Taylor Richardscomplete standalone server code
2016-02-10 Taylor Richardsfix NaN issue with stat percentages
2016-02-10 Taylor Richardsfix messages having wrong identifier
2016-02-10 Taylor Richardsstrip out some testing code
2016-02-09 Taylor Richardsmake first pass at websocket-based standalone server
2016-02-09 Taylor Richardsadd copyright notice
2015-11-25 Taylor Richardsfix compatibility issue with net_addr struct
2015-09-24 Taylor Richardsmerge in updated FS1 code
2015-09-24 Taylor Richardssilence some compiler warnings in psnet
2015-09-23 Taylor Richardstweak a couple of FS1 UI elements
2015-09-23 Taylor Richardsfix build errors on Windows
2015-09-23 Taylor Richardsadd quick check for invalid socket in get_status()
2015-09-23 Taylor Richardsmake first pass at psnet port for FS1
2015-09-23 Taylor Richardsavoid doing squadwar stuff in FS1
2015-09-23 Taylor Richardsmake sure to validate missions properly in FS1
2015-09-23 Taylor Richardsremove banners for FS1 since that's not in retail
2015-09-23 Taylor Richardssupport original pxo.cfg and std.cfg for FS1
2015-09-23 Taylor Richardsset proper PXO logo location
2015-09-23 Taylor Richardsmake gtrack compatible with FS1
2015-09-23 Taylor Richardsmake PXO client code FS1 compatible
2015-09-23 Taylor Richardsupdate PXO ui for FS1
2015-09-23 Taylor Richardspad freespace_net_game_data for size/alignment
2015-09-23 Taylor Richardsadd support for retail FS1 pilot files
2015-09-23 Taylor Richardsresolve various FS1 build issues
2015-09-22 Taylor Richardsmerge in some code cleanup
2015-09-22 Taylor Richardshandle various warnings/issues (msvc:rel)
2015-09-22 Taylor Richardsdeal with static analyzer warnings (part 2)
2015-09-21 Taylor Richardsdeal with static analyzer warnings (part 1)
2015-09-21 Taylor Richardssilence various compiler warnings (clang:rel)
2015-09-21 Taylor Richardsfix some memset() issues
2015-09-20 Taylor Richardssilence various compiler warnings from MSVC (debug)
2015-09-20 Taylor Richardsfix build errors with nebedit
2015-09-10 Taylor Richardsmake multilag work, if we ever want to use it
2015-09-10 Taylor Richardsclean up select() that I missed previously
2015-09-09 Taylor Richardssilence some compiler warnings
2015-09-08 Taylor RichardsMerge branch 'sdl2'
2015-09-07 Taylor RichardsPXO, works and everything (probably)
2015-09-07 Taylor Richardsditch FAR keyword on SELECT() definition
2015-09-07 Taylor Richardsremove tracker_update_game() calls; unnecessary
2015-09-07 Taylor Richardsproperly parse MVALID status from file
2015-09-07 Taylor Richardsfirst try at reconnecting PXO functionality
2015-09-07 Taylor Richardscancel back to PXO from multi join screen
2015-09-07 Taylor Richardsfix negative % on player info screens
2015-09-07 Taylor Richardsproperly handle invalid/double tracker game calls
2015-09-06 Taylor Richardspad freespace2_net_game_data so size will match
2015-09-05 Taylor Richardsfix size issues with filter_game_list_struct
2015-09-05 Taylor Richardsbetter detection for non-blocking net calls
2015-09-04 Taylor Richardsfix select() calls
2015-09-04 Taylor Richardsproper handling of strings in game packets
2015-09-04 Taylor Richardsset proper invalid value for game packet type
2015-09-04 Taylor Richardsadd padding to game_list struct
2015-09-04 Taylor Richardsdon't set palette
2015-04-27 Taylor Richardsavoid Windows specific members of in_addr struct
2015-04-25 Taylor Richardsfix some windows compiler errors
2015-04-25 Taylor Richardssupport opening URLs in default browser
2015-04-25 Taylor Richardsless memcpy() and other weirdness with ip address
2015-04-25 Taylor Richardsfix platform issues with chksum data types
2015-04-15 Taylor RichardsIPX removal
2015-04-13 Taylor Richardsremove IPX from psnet2
2015-04-11 Taylor Richardscleanup/simplify
2015-04-03 Taylor Richardsremove IPX from multi*
2015-04-03 Taylor Richardsfix up strings
2015-04-03 Taylor Richardscompiler warning fixes
2015-04-03 Taylor Richardsfix compile errors post rebase
2015-04-03 Taylor Richardsfix stupid little issues
2015-04-03 Taylor Richardsreplace bad sprintf's
2015-04-03 Taylor Richardsbasic PXO cross-platform network compatibility
2015-04-03 Taylor Richardssafer strings
2015-04-03 Taylor Richardsfirst pass at PXO reintegration
2015-04-03 Taylor Richardsuse SDL_arraysize() instead of sizeof() where appropriate
2015-04-03 Taylor Richardscleaner cfg setup, launcher, initial user prep
2015-04-03 Taylor RichardsThe Launcher
2015-04-03 Taylor Richardsget PXO ini options right
2015-04-03 Taylor Richardscleanup of multi related cfg options
2015-04-03 Taylor Richardsfix some FS1 breakage
2015-04-03 Taylor Richardsmerge in updated platform code
2015-04-03 Taylor Richardsvarious bits of PLAT_UNIX cleanup
2015-04-03 Taylor Richardsplatform and pstypes cleanup:
2015-04-03 Taylor Richardssilence various GCC warnings
2015-04-03 Taylor Richardsfix broken compatibility in network packet
2015-04-03 Taylor Richardssilence various MSVC warnings
2015-04-03 Taylor Richardssafer strings using SDL string functions
2015-04-03 Taylor Richardsstub out some weird standalone stuff for now
2015-04-03 Taylor Richardstype-casting for Windows
2015-04-03 Taylor Richardsuse SDL messagebox for protocol errors
2015-04-03 Taylor Richardsstub out stand_gui for all platforms for now
2015-04-03 Taylor Richardswarnings (clang): various
next