]> icculus.org git repositories - taylor/freespace2.git/shortlog
taylor/freespace2.git
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 Richardsuse real 64-bit type
2015-04-03 Taylor Richardssnprintf() -> SDL_snprintf()
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 Richardsfirst pass at a real cleanup of cmake files
2015-04-03 Taylor Richardsmerge updated toolset
2015-04-03 Taylor Richardspofview: it works
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
2015-04-03 Taylor Richardsscramble: it works
2015-04-03 Taylor Richardsset/get window title
2015-04-03 Taylor Richardsavoid processing externally managed sounds (audiostr...
2015-04-03 Taylor Richardsdon't try to log OpenAL errors unless it's a debug...
2015-04-03 Taylor Richardsdisable source looping for streaming audio
2015-04-03 Taylor Richardsfix init of conflicts array (warning fix breakage)
2015-04-03 Taylor Richardswarnings (clang): various
2015-04-03 Taylor Richardswarnings (clang): unused-but-set-variable
2015-04-03 Taylor Richardsbetter detection of sparky_hi
2015-04-03 Taylor Richardsclean up Show_cpu and Show_mem routines; use generic...
2015-04-03 Taylor Richardsbetter memory debugging
2015-04-03 Taylor Richardsmerge in updated graphics code
2015-04-03 Taylor Richardsmake some generic gr_* functions actually be generic
2015-04-03 Taylor Richardshave viewport setup be renderer specific for GL
2015-04-03 Taylor Richardsrename gropeng1* to grgl1* for simplified naming later...
2015-04-03 Taylor Richardsfix MVE scaling
2015-04-03 Taylor Richardsclear, flip, clear ... with color set
2015-04-03 Taylor Richardsclear, flip, clear ...
2015-04-03 Taylor Richardsclean up fullscreen code; fill/plug in gr_toggle_fullscreen
2015-04-03 Taylor Richardsdisable FSAA by default
2015-04-03 Taylor Richardsdisable screen saver
2015-04-03 Taylor Richardsclean out a bunch of code for old renderers
2015-04-03 Taylor Richardssome cleanup
2015-04-03 Taylor Richardsremove GL2 stubs, going a different way with it
2015-04-03 Taylor Richardsmore informative system/build id
2015-04-03 Taylor Richardsremove cpu detection stuff
2015-04-03 Taylor Richardsmore MVE graphics code cleanup and simplification
2015-04-03 Taylor Richardsclean up graphics portion of MVE player
2015-04-03 Taylor Richardsfaster way to get next power-of-2
2015-04-03 Taylor Richardsstart of GL2 support
next