]> icculus.org git repositories - taylor/freespace2.git/shortlog
taylor/freespace2.git
2015-04-03 Taylor Richardsremaining launchersetup functionality
2015-04-03 Taylor Richardsinitial launchersetup merge
2015-04-03 Taylor Richardsinitial launcher code
2015-04-03 Taylor Richards"SDL_" everything
2015-04-03 Taylor Richardscleaner default cfg settings
2015-04-03 Taylor Richardsget rid of NOX() here
2015-04-03 Taylor Richardsmake sure unset cfg options don't return a value
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 Richardsupdate toolset for newer gr_init() calls
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 Richardsbetter setup for ignored files in git
2015-04-03 Taylor Richardsfix some FS1 breakage
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())
2015-04-03 Taylor Richardsglide.h is gone
2015-04-03 Taylor RichardsBOOL -> int
2015-04-03 Taylor Richardsdon't need Unreliable_socket in header (avoids winsock...
2015-04-03 Taylor Richardsfirst pass at a real cleanup of cmake files
2015-04-03 Taylor Richardsuse real 64-bit type
2015-04-03 Taylor Richardsmerge updated toolset
2015-04-03 Taylor Richardssnprintf() -> SDL_snprintf()
2015-04-03 Taylor Richardspofview: it works
2015-04-03 Taylor Richardsall cmdline options on all platforms
2015-04-03 Taylor Richardshandle SDL2 in a more cross-platform way
2015-04-03 Taylor Richardssupport for OpenGL with wxWidgets
2015-04-03 Taylor Richardsremove dead code left over from merge
2015-04-03 Taylor Richardswarning fixes
2015-04-03 Taylor Richardscleanup; make use of cfile
2015-04-03 Taylor Richardsmuch better open/save dialog handling (RTFM works wonders)
2015-04-03 Taylor Richardsmore "tools" complete
2015-04-03 Taylor Richardsfix memory error
2015-04-03 Taylor Richardsac: it (basically) works
2015-04-03 Taylor Richardsvery start of wxWidgets support; may ditch it later
2015-04-03 Taylor Richardshandle stopping of background sounds properly; cleanup
2015-04-03 Taylor Richardsinitial pass at getting ac up and working
2015-04-03 Taylor Richardsget fonttool cleaned up and working
2015-04-03 Taylor Richardsnebedit cleanup; still needs working file dialogs
2015-04-03 Taylor Richardsadd/update toolset
2015-04-03 Taylor Richardsnebedit first pass; still needs some work
2015-04-03 Taylor Richardscfilearchiver: it works
next