Alphabetical Index | Tags by Size | Find tag:

Busy Mode (Grouped)

Authorship: 77% skyjake, 23% danij

View commits by date

Jump down to:
  Fixed (9)
  Refactor (9)
  Client (5)
  Added (2)
  Cleanup (2)
  UI (2)
  API (1)
  Audio (1)
  BusyWidget (1)
  Doom (1)
  libcommon (1)
May 2019
2019-05-19 : Handling error in busy thread
November 2013
2013-11-18 : Drawing game widgets to texture for busy transition
July 2012
2012-07-13 : Start and end the sound frame in busy loop
May 2012
2012-05-01 : Run main loop at 60 Hz
March 2012
2012-03-06 : Adjusted startup progress bar advancement
January 2012
2012-01-15 : When processing multiple tasks defer uploads until the end
2012-01-11 : Partial progress display mode
August 2011
2011-08-03 : Not needed with novideo

  Fixed (9) — Busy Mode

July 2015
2015-07-19 Fixed : Initializing the progress indicator
December 2013
2013-12-15 Fixed : Don’t hold on an obsolete transition frame
September 2013
2013-09-16 Fixed : Screen capture for transition-free busy mode
July 2012
2012-07-25 Fixed : Detecting the busy worker thread
2012-07-22 Fixed : Font glitch at the start of a busy task
May 2012
2012-05-08 Fixed : Transition duration should be determined before the worker begins
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 Fixed : Failed to destroy mutex upon completion

↑ Back to top

  Refactor (9) — Busy Mode

August 2013
2013-08-03 BusyWidget | Refactor : Transition screenshot moved to BusyWidget
July 2012
2012-07-10 Refactor : Configure the transition once before running any tasks
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
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
January 2012
2012-01-15 Added | Refactor : Added BusyTask and task list mechanic

↑ Back to top

  Client (5) — Busy Mode

May 2019
2019-05-19 Client : Observing end of busy mode
February 2017
2017-02-08 Client | UI : Don’t show progress indicator during startup
November 2013
2013-11-18 Client | UI : Removed additional UI root for busy mode
August 2013
2013-08-03 Cleanup | Client : Cleanup
2013-08-02 Client : Replaced old busyvisual with a ProgressWidget

↑ Back to top

  Added (2) — Busy Mode

March 2012
2012-03-12 Added : Added a todo comment
January 2012
2012-01-15 Added | Refactor : Added BusyTask and task list mechanic

↑ Back to top

  Cleanup (2) — Busy Mode

August 2013
2013-08-03 Cleanup | Client : Cleanup
July 2012
2012-07-10 Cleanup : Further minor cleanup

↑ Back to top

  UI (2) — Busy Mode

February 2017
2017-02-08 Client | UI : Don’t show progress indicator during startup
November 2013
2013-11-18 Client | UI : Removed additional UI root for busy mode

↑ Back to top

  API (1) — Busy Mode

November 2013
2013-11-20 API | libcommon : Busy transition frame is rendered rather than grabbed

↑ Back to top

  Audio (1) — Busy Mode

February 2012
2012-02-16 Audio | Fixed : Don't start sound effects in busy mode

↑ Back to top

  BusyWidget (1) — Busy Mode

August 2013
2013-08-03 BusyWidget | Refactor : Transition screenshot moved to BusyWidget

↑ Back to top

  Doom (1) — Busy Mode

July 2015
2015-07-22 Doom : Busy tasks support C++ lambda functions

↑ Back to top

  libcommon (1) — Busy Mode

November 2013
2013-11-20 API | libcommon : Busy transition frame is rendered rather than grabbed

↑ Back to top