]> icculus.org git repositories - taylor/freespace2.git/history - src/freespace2/freespace.cpp
cancel main loop before game_shutdown() to avoid calling it more than
[taylor/freespace2.git] / src / freespace2 / freespace.cpp
2018-03-17 Taylor Richardscancel main loop before game_shutdown() to avoid callin...
2018-03-17 Taylor Richardshandle filesystem sync in a better way
2018-03-17 Taylor Richardssync files whenever pilot file is saved
2018-03-17 Taylor Richardsinitial loading/progress screen for emscripten
2018-03-17 Taylor Richardscancel emscripten main loop when shutting down
2018-03-17 Taylor Richardsdisable emterpreter for now (too many issues)
2018-03-17 Taylor Richardsfixes for demo upsells
2018-03-17 Taylor Richardsdon't do framerate control ourselves in emscripten...
2018-03-17 Taylor Richardsmake loading screen and title screen work with emterpre...
2018-03-17 Taylor Richardsmove emscripten header include to platform.h
2018-03-17 Taylor Richardsmake first pass at async popups
2018-03-17 Taylor Richardssupport persistent file storage for Emscripten
2018-03-17 Taylor Richardsmodify gameseq such that we can process an event with...
2018-03-17 Taylor Richardsdon't return error on successful exit of game_main()
2018-03-17 Taylor Richardsfix memory size detection for Emscripten builds
2018-03-17 Taylor Richardsplug demo upsells into the game event/state system
2018-03-17 Taylor Richardsuse Emscripten compatible game loop
2018-03-17 Taylor Richardsfirst pass at emscripten support
2018-03-17 Taylor Richardsmerge updated pxo code and related fixes
2018-03-14 Taylor Richardsback out pause changes for now
2018-03-10 Taylor Richardsmake sure we always close out of pause state
2017-04-09 Taylor Richardsmake adjustments to standalone fps:
2017-03-31 Taylor Richardsonly deal with framerate text if we are going to show it
2017-01-07 Taylor Richardsadd some basic app icons
2016-12-25 Taylor Richardsadd git version to debug log
2016-12-25 Taylor Richardsmake git info a bit easier to use
2016-12-12 Taylor Richardsgrab git info during build for use in version strings
2016-12-10 Taylor Richardsmerge demo branch
2016-12-09 Taylor Richardsresolve various issues from static analyzer run
2016-12-08 Taylor Richardsallow FS1 demo upsells to progress with timeout
2016-10-24 Taylor Richardsset proper version string on mainhall for FS1 demo
2016-10-21 Taylor Richardsreduce title delay (too long compared to original demo)
2016-10-21 Taylor RichardsFS2 demo title screen fixes
2016-10-18 Taylor Richardsfix compiler errors/warnings with FS2 demo
2016-10-18 Taylor Richardsmerge fixes
2016-10-10 Taylor Richardsswitch to SDL_min/SDL_max (fixes compiler errors)
2016-07-05 Taylor Richardsmerge updated graphics code
2016-07-04 Taylor Richardssilence compiler warnings (mostly shadow variables)
2016-03-30 Taylor Richardsmerge in fixes from Windows build
2016-03-26 Taylor Richardsclean up Windows #include's and use winsock2
2016-03-21 Taylor Richardsmerge new standalone server and client
2016-02-13 Taylor Richardsrename stand_gui.h to stand_server.h
2016-02-09 Taylor Richardsmake first pass at websocket-based standalone server
2016-02-09 Taylor Richardsadd stubbed graphics for standalone server
2015-09-24 Taylor Richardsmerge in updated FS1 code
2015-09-23 Taylor Richardsset sound environment for FS1 based on mission
2015-09-22 Taylor Richardsmerge in some code cleanup
2015-09-22 Taylor Richardsdeal with static analyzer warnings (part 2)
2015-09-21 Taylor Richardssilence various compiler warnings (clang:rel)
2015-09-08 Taylor RichardsMerge branch 'sdl2'
2015-09-07 Taylor RichardsPXO, works and everything (probably)
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 Richardscleaner cfg setup, launcher, initial user prep
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 Richardsadd running check for fonttool
2015-04-03 Taylor Richardsclean up gr_init():
2015-04-03 Taylor Richardsuse SDL hint for timer resolution (not needed; do it...
2015-04-03 Taylor Richardsmerge in updated platform code
2015-04-03 Taylor Richardsremove mission_load_menu
2015-04-03 Taylor Richardshave ShowFPS ini option always be available
2015-04-03 Taylor Richardsplatform and pstypes cleanup:
2015-04-03 Taylor Richardssilence various MSVC warnings
2015-04-03 Taylor Richardssafer strings using SDL string functions
2015-04-03 Taylor Richardsstub out Windows-only launcher stuff
2015-04-03 Taylor Richardswarnings (clang): various
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 Richardsmerge in updated graphics code
2015-04-03 Taylor Richardsclean out a bunch of code for old renderers
2015-04-03 Taylor Richardsmore informative system/build id
2015-04-03 Taylor Richardsclean out some old graphics crap
2015-04-03 Taylor Richardsbunch of cleanup
2015-04-03 Taylor Richardsinitial graphics system update
2015-04-03 Taylor Richardsclean out some osapi cruft
2015-04-03 Taylor Richardsget rid of some platform specific stuff
2015-04-03 Taylor Richardsmerge in new sound code
2015-04-03 Taylor Richardsfirst pass at updated sound code
2015-04-03 Taylor Richardsmove command line debug spew to parse_cmdline()
2015-04-03 Taylor Richardsremove CDROM stuff from movie player
2015-04-03 Taylor Richardsremove extra args
2015-04-03 Taylor Richardsget rid of Windows specific instance check, it was...
2015-04-03 Taylor Richardsshorten super long error messages in ram_check
2015-04-03 Taylor Richardsremove CDROM stuff
2015-04-03 Taylor Richardsclean up app entry a bit
2015-04-03 Taylor Richardsmore RAM check cleanup
2015-04-03 Taylor Richardsinit debug log earlier; add RAM count and cmdline to log
2015-04-03 Taylor Richardscross-platform RAM check
2015-04-03 Taylor Richardsfilesystem cleanup and consolidation:
2015-04-03 Taylor RichardsSDL2 port - stage 4
2015-04-03 Taylor RichardsSDL2 port - stage 3
2015-04-03 Taylor RichardsSDL2 port - stage 2
2010-02-08 Taylor Richardsvarious compiler warning fixes
2010-02-08 Taylor Richardsmyrand() fixes
2010-02-08 Taylor Richardsmissing braces warning fixes
2010-02-08 Taylor Richardsconst-char warning fixes
2005-10-01 Taylor Richardsdeal with OS X apps a little better, sets the path...
2005-08-12 Taylor Richardsdon't show hardware S-RAM value on HUD in debug
next