[Gtkradiant] [Bug 297] fixes needed to .pid file check, console logging and preferences reset
gtkradiant@zerowing.idsoftware.com
gtkradiant@zerowing.idsoftware.com
Sun, 13 Jan 2002 12:59:00 -0600
http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=297
ttimo@idsoftware.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
Platform| |All
------- Additional Comments From ttimo@idsoftware.com 2002-01-13 12:58 -------
the startup happens in two steps now, there is a global prefs and game select
step prior to the usual startup
console logging needs to start as early as possible for efficient debugging ..
moving to the global pref.
we check for .pid existence after we init game prefs. There is a possibility
that something would fail in the game prefs dialog / global prefs loading
process, which we don't catch now. We prompt for cleanup of the game prefs /
stateful information, which we can't do properly without global game info
loaded.
switching to a two-step .pid solution:
we will use g_strAppPath + "radiant.pid" for global startup (i.e. very
temporary)
and a radiant-game.pid file in the game installation path (i.e. until we reach
interactivity).
going to do that now
------- You are receiving this mail because: -------
Whoops! I have no idea!