Alphabetical Index | Tags by Size | Find tag:

Busy Mode

Authorship: 77% skyjake, 23% danij

View commits by groups

May 2019
2019-05-19 : Handling error in busy thread
2019-05-19 Client : Observing end of busy mode
February 2017
2017-02-08 Client | UI : Don’t show progress indicator during startup
July 2015
2015-07-22 Doom : Busy tasks support C++ lambda functions
2015-07-19 Fixed : Initializing the progress indicator
December 2013
2013-12-15 Fixed : Don’t hold on an obsolete transition frame
November 2013
2013-11-20 API | libcommon : Busy transition frame is rendered rather than grabbed
2013-11-18 Client | UI : Removed additional UI root for busy mode
2013-11-18 : Drawing game widgets to texture for busy transition
September 2013
2013-09-16 Fixed : Screen capture for transition-free busy mode
August 2013
2013-08-03 Cleanup | Client : Cleanup
2013-08-03 BusyWidget | Refactor : Transition screenshot moved to BusyWidget
2013-08-02 Client : Replaced old busyvisual with a ProgressWidget
July 2012
2012-07-25 Fixed : Detecting the busy worker thread
2012-07-22 Fixed : Font glitch at the start of a busy task
2012-07-13 : Start and end the sound frame in busy loop
2012-07-10 Refactor : Configure the transition once before running any tasks
2012-07-10 Cleanup : Further minor cleanup
2012-07-10 Refactor : Moved BusyTask state vars to globals in the Busy Mode module
2012-07-09 Refactor : Simplified busy mode API interface for task lists
May 2012
2012-05-08 Fixed : Transition duration should be determined before the worker begins
2012-05-01 : Run main loop at 60 Hz
April 2012
2012-04-11 Refactor : Renamed function
March 2012
2012-03-25 Refactor : Ensure the progress bar textures are present
2012-03-17 Refactor : Run the app event loop, allow resizing
2012-03-17 Refactor : Don't block the UI event loop when busy
2012-03-12 Added : Added a todo comment
2012-03-06 : Adjusted startup progress bar advancement
February 2012
2012-02-16 Audio | Fixed : Don't start sound effects in busy mode
January 2012
2012-01-29 Fixed : Fatal errors inside busy worker
2012-01-15 : When processing multiple tasks defer uploads until the end
2012-01-15 Added | Refactor : Added BusyTask and task list mechanic
2012-01-15 Fixed : Failed to destroy mutex upon completion
2012-01-11 : Partial progress display mode
August 2011
2011-08-03 : Not needed with novideo