Changesets: fs2open

trunk r10359

2014-01-28 21:02

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

2014-01-28 21:00

Goober5000


Ported: N/A

Details Diff
meh
mod - /trunk/fsoinstaller/src/com/fsoinstaller/utils/ObjectHolder.java Diff File

trunk r10357

2014-01-28 21:00

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

2014-01-28 20:31

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

2014-01-28 20:29

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

2014-01-28 20:28

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

2014-01-28 20:25

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

2014-01-28 20:24

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

2014-01-28 12:54

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

2014-01-26 13:09

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

2014-01-26 08:05

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

2014-01-25 16:13

zookeeper


Ported: N/A

Details Diff
Another little Lua documentation fix.
mod - /trunk/fs2_open/code/parse/lua.cpp Diff File

trunk r10347

2014-01-25 09:47

zookeeper


Ported: N/A

Details Diff
Two small Lua documentation fixes.
mod - /trunk/fs2_open/code/parse/lua.cpp Diff File

trunk r10346

2014-01-24 22:29

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

2014-01-24 22:15

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

2014-01-24 22:13

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

2014-01-24 22:10

Goober5000


Ported: N/A

Details Diff
logging fix and tweak
mod - /trunk/fsoinstaller/src/com/fsoinstaller/wizard/InstallItem.java Diff File

trunk r10342

2014-01-24 22:08

Goober5000


Ported: N/A

Details Diff
temporary thread logging code
mod - /trunk/fsoinstaller/src/com/fsoinstaller/wizard/FinishedPage.java Diff File

trunk r10341

2014-01-24 22:08

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

2014-01-24 22:08

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

2014-01-24 22:04

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

2014-01-22 21:14

Goober5000


Ported: N/A

Details Diff
update version
mod - /trunk/fsoinstaller/src/com/fsoinstaller/main/FreeSpaceOpenInstaller.java Diff File

trunk r10337

2014-01-22 21:06

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

2014-01-22 21:05

Goober5000


Ported: N/A

Details Diff
improve logging of hashing
mod - /trunk/fsoinstaller/src/com/fsoinstaller/wizard/InstallItem.java Diff File

trunk r10335

2014-01-22 21:04

Goober5000


Ported: N/A

Details Diff
fix logging of child not being installed
mod - /trunk/fsoinstaller/src/com/fsoinstaller/wizard/InstallItem.java Diff File
 First  Prev  1 2 3 ... 37 38 39 40 41 42 43 ... 80 ... 120 ... 160 ... 200 ... 240 ... 280 ... 320 ... 360 ... 400 ... 437 438 439  Next  Last