]> icculus.org git repositories - taylor/freespace2.git/shortlog
taylor/freespace2.git
2015-09-05 Taylor Richardsfix size issues with filter_game_list_struct
2015-09-05 Taylor Richardsmake sure to avoid double fclose() calls
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 Richardsdon't use 'small', because Microsoft hates us all
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 Richardsadd winsock.h for SOCKET and other types in psnet2.h
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 Richardsremove IPX from mainhall
2015-04-03 Taylor Richardsdisable IPX in options menu
2015-04-03 Taylor Richardsremove IPX support from pilot files
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 Richardsre-add PXO sources to project files
2015-04-03 Taylor Richardsfix PXO passwd entry length in options menu
2015-04-03 Taylor Richardshave MULTI_IS_TRACKER_GAME be something useful
2015-04-03 Taylor Richardsmainhall jump to PXO if its enabled
2015-04-03 Taylor Richardsbetter error handling
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 Richardsproperly handle PXO setting in pilot file
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 Richardsapp window handling cleanup
2015-04-03 Taylor Richardsremove unused includes
2015-04-03 Taylor Richardssome missed file cleanup for launcher
2015-04-03 Taylor Richardscleaner cfg setup, launcher, initial user prep
2015-04-03 Taylor RichardsThe Launcher
2015-04-03 Taylor Richardslauncher help dialog (fs2)
2015-04-03 Taylor Richardsget rid of extra static box flag
2015-04-03 Taylor Richardsfix string concatenation error on Windows
2015-04-03 Taylor Richards"FreeSpace" all the things !!! (upper 'S', the correct...
2015-04-03 Taylor Richardsset proper default permissions for created files
2015-04-03 Taylor Richardscreate user directory structure in a better way
2015-04-03 Taylor Richardsget PXO ini options right
2015-04-03 Taylor Richardsadd Volition copyright notice
2015-04-03 Taylor Richards"SDL_" everything
2015-04-03 Taylor Richardsremove PXO tab - it's just redundant
2015-04-03 Taylor Richardscleaner default cfg settings
2015-04-03 Taylor Richardsremaining launchersetup functionality
2015-04-03 Taylor Richardsget rid of NOX() here
2015-04-03 Taylor Richardsinitial launchersetup merge
2015-04-03 Taylor Richardsmake sure unset cfg options don't return a value
2015-04-03 Taylor Richardsinitial launcher code
2015-04-03 Taylor Richardsjoystick related cfg options
2015-04-03 Taylor Richardsquiet some OCD
2015-04-03 Taylor Richardscleanup of osregistry:
2015-04-03 Taylor Richardscleanup of multi related cfg options
2015-04-03 Taylor Richardsmore cleanup with video related cfg options
2015-04-03 Taylor Richardscleanup snd_init() and related:
2015-04-03 Taylor Richardsclearer debug message
2015-04-03 Taylor Richardsbetter setup for ignored files in git
2015-04-03 Taylor Richardsupdate toolset for newer gr_init() calls
2015-04-03 Taylor Richardsfix some FS1 breakage
2015-04-03 Taylor Richardsadd running check for fonttool
2015-04-03 Taylor Richardsclean up gr_init():
2015-04-03 Taylor Richardsadd function to check if a packfile exists
2015-04-03 Taylor Richardsonly show Warning()'s on debug builds
2015-04-03 Taylor Richardsuse SDL hint for timer resolution (not needed; do it...
2015-04-03 Taylor Richardsfix up broken check in save_screen
2015-04-03 Taylor Richardsclean up and fix save/restore screen to actually work...
2015-04-03 Taylor Richardsfix memory leak and crash with mouse cursor save
2015-04-03 Taylor Richardsadd fullscreen toggle here since hotkey is listed
2015-04-03 Taylor Richardsfix toolset breakage
2015-04-03 Taylor Richardsset cmake policy and avoid some warnings in new versions
2015-04-03 Taylor Richardsreplace setjmp with try-catch
2015-04-03 Taylor Richardsmerge in updated platform code
2015-04-03 Taylor Richardsremove some __APPLE__ stuff; to be dealt with later...
2015-04-03 Taylor Richardsremove mission_load_menu
2015-04-03 Taylor Richardsvarious bits of PLAT_UNIX cleanup
2015-04-03 Taylor Richardsremove support for memory-mapped files
2015-04-03 Taylor Richardscleaner texture release from bm_release()
2015-04-03 Taylor Richardshave ShowFPS ini option always be available
2015-04-03 Taylor Richardsremove extras_dir arg from cfile_init()
2015-04-03 Taylor Richardsremove unused FL_CLIPLINE()
2015-04-03 Taylor Richardsremove mul_div()
2015-04-03 Taylor Richardsbump MAX_PATH_LEN to 256
2015-04-03 Taylor Richardsplatform and pstypes cleanup:
2015-04-03 Taylor Richardssilence various GCC warnings
2015-04-03 Taylor Richardssilence more clang warnings
2015-04-03 Taylor Richardsfix broken compatibility in network packet
2015-04-03 Taylor Richardsbe sure to close out file handle
2015-04-03 Taylor Richardsdelete warning #pragma's from source; disable in CMakeL...
2015-04-03 Taylor Richardssilence various MSVC warnings
2015-04-03 Taylor Richardssafer strings using SDL string functions
2015-04-03 Taylor Richardsnebedit needs c++11 flag too (for wxWidgets)
next