Changesets: fs2open
trunk r10359
Timestamp: 2014-01-28 21:02:53 Author: Goober5000 Ported: N/A [ Details ] [ Diff ] |
fix user-initiated cancellation of install items | ||
mod - /trunk/fsoinstaller/src/com/fsoinstaller/wizard/InstallItem.java | [ Diff ] [ File ] | ||
mod - /trunk/fsoinstaller/src/com/fsoinstaller/wizard/InstallPage.java | [ Diff ] [ File ] | ||
trunk r10358
Timestamp: 2014-01-28 21:00:55 Author: Goober5000 Ported: N/A [ Details ] [ Diff ] |
meh | ||
mod - /trunk/fsoinstaller/src/com/fsoinstaller/utils/ObjectHolder.java | [ Diff ] [ File ] | ||
trunk r10357
Timestamp: 2014-01-28 21:00:23 Author: Goober5000 Ported: N/A [ Details ] [ Diff ] |
more robust state management | ||
mod - /trunk/fsoinstaller/src/com/fsoinstaller/internet/Downloader.java | [ Diff ] [ File ] | ||
add - /trunk/fsoinstaller/src/com/fsoinstaller/utils/ObjectHolder.java | [ File ] | ||
trunk r10356
Timestamp: 2014-01-28 20:31:05 Author: Goober5000 Ported: N/A [ Details ] [ Diff ] |
actually return the Future we create, so we can use it later | ||
mod - /trunk/fsoinstaller/src/com/fsoinstaller/main/FreeSpaceOpenInstaller.java | [ Diff ] [ File ] | ||
trunk r10355
Timestamp: 2014-01-28 20:29:37 Author: Goober5000 Ported: N/A [ Details ] [ Diff ] |
create entire directory path, same as we do elsewhere | ||
mod - /trunk/fsoinstaller/src/com/fsoinstaller/wizard/InstallItem.java | [ Diff ] [ File ] | ||
trunk r10354
Timestamp: 2014-01-28 20:28:49 Author: Goober5000 Ported: N/A [ Details ] [ Diff ] |
standardize on "FreeSpace Open" rather than "FreeSpace 2 Open" | ||
mod - /trunk/fsoinstaller/src/com/fsoinstaller/wizard/ConfigPage.java | [ Diff ] [ File ] | ||
mod - /trunk/fsoinstaller/src/com/fsoinstaller/wizard/InstallChoice.java | [ Diff ] [ File ] | ||
mod - /trunk/fsoinstaller/src/com/fsoinstaller/wizard/ModSelectPage.java | [ Diff ] [ File ] | ||
trunk r10353
Timestamp: 2014-01-28 20:25:17 Author: Goober5000 Ported: N/A [ Details ] [ Diff ] |
somehow this seems to work better | ||
mod - /trunk/fsoinstaller/src/com/fsoinstaller/wizard/FinishedPage.java | [ Diff ] [ File ] | ||
trunk r10352
Timestamp: 2014-01-28 20:24:16 Author: Goober5000 Ported: N/A [ Details ] [ Diff ] |
fix downloadBuffer threading error -- thanks to m!m for spotting it | ||
mod - /trunk/fsoinstaller/src/com/fsoinstaller/internet/Downloader.java | [ Diff ] [ File ] | ||
trunk r10351
Timestamp: 2014-01-28 12:54:44 Author: The_E Ported: N/A [ Details ] [ Diff ] |
Remove per-campaign detail settings |
||
mod - /trunk/fs2_open/code/pilotfile/csg.cpp | [ Diff ] [ File ] | ||
mod - /trunk/fs2_open/code/pilotfile/pilotfile.h | [ Diff ] [ File ] | ||
trunk r10350
Timestamp: 2014-01-26 13:09:41 Author: The_E Ported: N/A [ Details ] [ Diff ] |
Remove a superfluous $ sign from gauge_load_common, which was messing up hud_gauges tables that defined differing fonts for hud gauges. |
||
mod - /trunk/fs2_open/code/hud/hudparse.cpp | [ Diff ] [ File ] | ||
trunk r10349
Timestamp: 2014-01-26 08:05:00 Author: zookeeper Ported: N/A [ Details ] [ Diff ] |
Fixed targethit1 -> targhit1 in an error message. | ||
mod - /trunk/fs2_open/code/hud/hudshield.cpp | [ Diff ] [ File ] | ||
trunk r10348
Timestamp: 2014-01-25 16:13:42 Author: zookeeper Ported: N/A [ Details ] [ Diff ] |
Another little Lua documentation fix. | ||
mod - /trunk/fs2_open/code/parse/lua.cpp | [ Diff ] [ File ] | ||
trunk r10347
Timestamp: 2014-01-25 09:47:06 Author: zookeeper Ported: N/A [ Details ] [ Diff ] |
Two small Lua documentation fixes. | ||
mod - /trunk/fs2_open/code/parse/lua.cpp | [ Diff ] [ File ] | ||
trunk r10346
Timestamp: 2014-01-24 22:29:42 Author: Goober5000 Ported: N/A [ Details ] [ Diff ] |
properly fix the downloader gui for cancelled downloads | ||
mod - /trunk/fsoinstaller/src/com/fsoinstaller/wizard/DownloadPanel.java | [ Diff ] [ File ] | ||
mod - /trunk/fsoinstaller/src/com/fsoinstaller/wizard/InstallItem.java | [ Diff ] [ File ] | ||
trunk r10345
Timestamp: 2014-01-24 22:15:37 Author: Goober5000 Ported: N/A [ Details ] [ Diff ] |
change the way tasks are submitted/managed, so as to hopefully shut them down more cleanly | ||
mod - /trunk/fsoinstaller/src/com/fsoinstaller/main/FreeSpaceOpenInstaller.java | [ Diff ] [ File ] | ||
mod - /trunk/fsoinstaller/src/com/fsoinstaller/wizard/InstallItem.java | [ Diff ] [ File ] | ||
mod - /trunk/fsoinstaller/src/com/fsoinstaller/wizard/InstallPage.java | [ Diff ] [ File ] | ||
trunk r10344
Timestamp: 2014-01-24 22:13:38 Author: Goober5000 Ported: N/A [ Details ] [ Diff ] |
we were not necessarily setting the downloader on the event-dispatch thread, so make sure we do that | ||
mod - /trunk/fsoinstaller/src/com/fsoinstaller/wizard/DownloadPanel.java | [ Diff ] [ File ] | ||
mod - /trunk/fsoinstaller/src/com/fsoinstaller/wizard/InstallItem.java | [ Diff ] [ File ] | ||
trunk r10343
Timestamp: 2014-01-24 22:10:40 Author: Goober5000 Ported: N/A [ Details ] [ Diff ] |
logging fix and tweak | ||
mod - /trunk/fsoinstaller/src/com/fsoinstaller/wizard/InstallItem.java | [ Diff ] [ File ] | ||
trunk r10342
Timestamp: 2014-01-24 22:08:50 Author: Goober5000 Ported: N/A [ Details ] [ Diff ] |
temporary thread logging code | ||
mod - /trunk/fsoinstaller/src/com/fsoinstaller/wizard/FinishedPage.java | [ Diff ] [ File ] | ||
trunk r10341
Timestamp: 2014-01-24 22:08:33 Author: Goober5000 Ported: N/A [ Details ] [ Diff ] |
correctly log whether a mod is selected for the BASIC configuration | ||
mod - /trunk/fsoinstaller/src/com/fsoinstaller/wizard/ModSelectPage.java | [ Diff ] [ File ] | ||
trunk r10340
Timestamp: 2014-01-24 22:08:04 Author: Goober5000 Ported: N/A [ Details ] [ Diff ] |
add downloadCancelled to possible download events | ||
mod - /trunk/fsoinstaller/src/com/fsoinstaller/internet/DownloadListener.java | [ Diff ] [ File ] | ||
mod - /trunk/fsoinstaller/src/com/fsoinstaller/internet/Downloader.java | [ Diff ] [ File ] | ||
mod - /trunk/fsoinstaller/src/com/fsoinstaller/wizard/DownloadPanel.java | [ Diff ] [ File ] | ||
trunk r10339
Timestamp: 2014-01-24 22:04:25 Author: Goober5000 Ported: N/A [ Details ] [ Diff ] |
put a border on the progress bar so it looks nicer | ||
mod - /trunk/fsoinstaller/src/com/fsoinstaller/utils/ProgressBarDialog.java | [ Diff ] [ File ] | ||
trunk r10338
Timestamp: 2014-01-22 21:14:25 Author: Goober5000 Ported: N/A [ Details ] [ Diff ] |
update version | ||
mod - /trunk/fsoinstaller/src/com/fsoinstaller/main/FreeSpaceOpenInstaller.java | [ Diff ] [ File ] | ||
trunk r10337
Timestamp: 2014-01-22 21:06:53 Author: Goober5000 Ported: N/A [ Details ] [ Diff ] |
fix folder references; files should now be renamed and deleted properly also tweak logging |
||
mod - /trunk/fsoinstaller/src/com/fsoinstaller/wizard/InstallItem.java | [ Diff ] [ File ] | ||
trunk r10336
Timestamp: 2014-01-22 21:05:59 Author: Goober5000 Ported: N/A [ Details ] [ Diff ] |
improve logging of hashing | ||
mod - /trunk/fsoinstaller/src/com/fsoinstaller/wizard/InstallItem.java | [ Diff ] [ File ] | ||
trunk r10335
Timestamp: 2014-01-22 21:04:19 Author: Goober5000 Ported: N/A [ Details ] [ Diff ] |
fix logging of child not being installed | ||
mod - /trunk/fsoinstaller/src/com/fsoinstaller/wizard/InstallItem.java | [ Diff ] [ File ] | ||