]> icculus.org git repositories - taylor/freespace2.git/shortlog
taylor/freespace2.git
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)
2015-04-03 Taylor Richardssilence various clang warnings
2015-04-03 Taylor Richardsmake sure main() doesn't get mangled here
2015-04-03 Taylor Richardsmake sure SDL doesn't mess up main()
2015-04-03 Taylor Richardsput PLATFORM_LIBRARIES in a few more places
2015-04-03 Taylor Richardsproperly initialize m_canvas
2015-04-03 Taylor Richardsvector/matrix initialization that MSVC is happy with
2015-04-03 Taylor Richardsdon't use SDL memory functions for vm_*() (Windows...
2015-04-03 Taylor Richardsmain() cleanup and fixage
2015-04-03 Taylor Richardsmake sure Windows uses correct app types (GUI/console)
2015-04-03 Taylor Richardscorrect type for Game_time_compression in stubs
2015-04-03 Taylor Richardssupport for additional platform specific libraries
2015-04-03 Taylor Richardsstub out some weird standalone stuff for now
2015-04-03 Taylor Richardsremove some obsolete graphics code
2015-04-03 Taylor Richardssplit cross-platform code out of unix.cpp
2015-04-03 Taylor Richardsstub out Windows-only launcher stuff
2015-04-03 Taylor Richardsmerge in inetfile fixes from PXO branch
2015-04-03 Taylor Richardstype-casting for Windows
2015-04-03 Taylor Richardsstub out gr_string_win(), can't ever use it as-is
2015-04-03 Taylor Richardsless ambiguous log() and pow() calls
2015-04-03 Taylor Richardsfix faulty flag check
2015-04-03 Taylor Richardssnprintf() -> SDL_snprintf; plus some cleanup
2015-04-03 Taylor Richardsuse SDL messagebox for protocol errors
2015-04-03 Taylor Richardsremove cf_attrib()
2015-04-03 Taylor Richardsstub out stand_gui for all platforms for now
2015-04-03 Taylor Richardsinclude ctype.h (for tolower())
next