]> icculus.org git repositories - taylor/freespace2.git/shortlog
taylor/freespace2.git
2016-05-30 Taylor Richardsrendering functions mostly done; more complete shader...
2016-05-30 Taylor Richardsfirst pass at OpenGL ES 2 support
2016-05-01 Taylor Richardsminor cleanup and performance improvements
2016-05-01 Taylor Richardsswitch from 1555 BGR to 5551 RGB
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 Richardsfix port validator that was initializing as random...
2016-03-26 Taylor Richardsremove invalid alignment flag on help window button
2016-03-26 Taylor Richardspad help text width a bit more to remove horiz scroll
2016-03-26 Taylor Richardsclean up Windows #include's and use winsock2
2016-03-26 Taylor Richardsorganize source files in folders for Visual Studio
2016-03-21 Taylor Richardssilence some compiler warnings
2016-03-21 Taylor Richardsmerge new standalone server and client
2016-03-21 Taylor Richardsbuild standalone GUI by default
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
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 Richardsfix building of some tools (libwebsocket dep)
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-20 Taylor Richardsfix clear on key-return with inputbox ui elements
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 stubbed graphics for standalone server
2016-02-09 Taylor Richardsadd libwebsockets support
2016-02-09 Taylor Richardsadd copyright notice
2015-12-13 Taylor Richardsmake movies scale properly on viewport resize
2015-12-13 Taylor Richardsfix border problems with viewport resize on non-4:3
2015-11-25 Taylor Richardsfix compatibility issue with net_addr struct
2015-11-25 Taylor Richardsenable cull by default (fixes text rendering)
2015-11-25 Taylor Richardsfix wonkiness in restore_screen for non-4:3 screens
2015-09-24 Taylor Richardsmerge in updated FS1 code
2015-09-24 Taylor Richardssilence some compiler warnings in psnet
2015-09-23 Taylor Richardsadd popup for switching between PXO and non-PXO games...
2015-09-23 Taylor Richardsadd FS1 PLAYER_FLAGS_* for PXO/non-PXO check
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 Richardsfix tooltip text color for FS2
2015-09-23 Taylor Richardsmake some help related tweaks to FS1 mainhall
2015-09-23 Taylor Richardsremove extra semi-colon
2015-09-23 Taylor Richardsset sound environment for FS1 based on mission
2015-09-23 Taylor Richardsclean up process_debug_keys() a bit for FS1
2015-09-23 Taylor Richardsget promotion voice correct on FS1
2015-09-23 Taylor Richardsset weapon swarm_count properly for FS1
2015-09-23 Taylor Richardslink Shivan techroom data visibility to mission
2015-09-23 Taylor Richardspad freespace_net_game_data for size/alignment
2015-09-23 Taylor Richardsmake FS1 volume sliders work properly
2015-09-23 Taylor Richardsfix techroom scrolling to work like in retail FS1
next