Changesets: fs2open

zookeeper r11259

2015-02-27 14:31

zookeeper


Ported: N/A

Details Diff
Typo-fixed and clarified some SEXP argument descriptions.
mod - /branches/zookeeper/code/parse/sexp.cpp Diff File

zookeeper r11258

2015-02-22 20:42

chief1983


Ported: N/A

Details Diff
Trunk sync r11257.
mod - /branches/zookeeper/code/parse/scripting.h Diff File
mod - /branches/zookeeper/code/mission/missionbriefcommon.cpp Diff File
mod - /branches/zookeeper/code/globalincs/alphacolors.cpp Diff File
mod - /branches/zookeeper/code/hud/hudmessage.cpp Diff File
mod - /branches/zookeeper/code/ship/ship.cpp Diff File
mod - /branches/zookeeper/code/hud/hudtarget.cpp Diff File
mod - /branches/zookeeper/code/globalincs/alphacolors.h Diff File
mod - /branches/zookeeper/code/parse/scripting.cpp Diff File

trunk r11257

2015-02-20 13:13

zookeeper


Ported: N/A

Details Diff
Ported r11232 from zookeeper branch: Set the Sender hook variable to nil in On Message Received hooks if message not coming from a ship.
mod - /trunk/fs2_open/code/mission/missionmessage.cpp Diff File

zookeeper r11256

2015-02-20 10:07

zookeeper


Ported: N/A

Details Diff
Made the firepoint HUD gauge light up only the firepoints which will fire next, if "dynamic primary linking" ship flag or "cycle" weapon flag is used.
mod - /branches/zookeeper/code/hud/hudreticle.cpp Diff File

trunk r11255

2015-02-17 23:21

Goober5000


Ported: N/A

Details Diff
add RADIOBUTTON_GROUP which allows mod nodes to be selected on a mutually exclusive basis
mod - /trunk/fsoinstaller/src/com/fsoinstaller/common/InstallerNodeFactory.java Diff File
mod - /trunk/fsoinstaller/src/com/fsoinstaller/common/InstallerNode.java Diff File
mod - /trunk/fsoinstaller/src/com/fsoinstaller/common/InstallerNodeToken.java Diff File
mod - /trunk/fsoinstaller/src/com/fsoinstaller/wizard/ModSelectPage.java Diff File

trunk r11254

2015-02-17 23:19

Goober5000


Ported: N/A

Details Diff
if we don't have a HTTP connection, and we need to skip some bytes, try up to 10 times
mod - /trunk/fsoinstaller/src/com/fsoinstaller/internet/Downloader.java Diff File

trunk r11253

2015-02-17 23:17

Goober5000


Ported: N/A

Details Diff
skip the version check if we are loading mod nodes from a file (for complicated reasons; see comments)
mod - /trunk/fsoinstaller/src/com/fsoinstaller/wizard/SuperValidationTask.java Diff File

trunk r11252

2015-02-15 14:44

Goober5000


Ported: N/A

Details Diff
tweak mod selection logic
mod - /trunk/fsoinstaller/src/com/fsoinstaller/wizard/ModSelectPage.java Diff File

trunk r11251

2015-02-11 23:51

Goober5000


Ported: N/A

Details Diff
be a little more verbose
mod - /trunk/fsoinstaller/src/com/fsoinstaller/common/InstallerNode.java Diff File
mod - /trunk/fsoinstaller/src/com/fsoinstaller/wizard/ModSelectPage.java Diff File

trunk r11250

2015-02-11 23:43

Goober5000


Ported: N/A

Details Diff
might as well allow case-insensitive matching (by forcing all flags to upper-case)
mod - /trunk/fsoinstaller/src/com/fsoinstaller/common/InstallerNode.java Diff File

trunk r11249

2015-02-11 23:33

Goober5000


Ported: N/A

Details Diff
we probably also want to exclude mods that are OS-specific
mod - /trunk/fsoinstaller/src/com/fsoinstaller/wizard/ModSelectPage.java Diff File

trunk r11248

2015-02-11 23:33

Goober5000


Ported: N/A

Details Diff
add capability for InstallerNode to have flags of various sorts
add EXCLUDE_FROM_COMPLETE flag so that we don't select something if we don't have to (like an optional language pack)
mod - /trunk/fsoinstaller/src/com/fsoinstaller/common/InstallerNodeFactory.java Diff File
mod - /trunk/fsoinstaller/src/com/fsoinstaller/common/InstallerNode.java Diff File
mod - /trunk/fsoinstaller/src/com/fsoinstaller/common/InstallerNodeToken.java Diff File
mod - /trunk/fsoinstaller/src/com/fsoinstaller/wizard/ModSelectPage.java Diff File

trunk r11247

2015-02-11 23:26

MageKing17


Ported: N/A

Details Diff
Fixes hardpoint gauge not rendering outline.
mod - /trunk/fs2_open/code/hud/hudtarget.cpp Diff File

trunk r11246

2015-02-11 22:40

Goober5000


Ported: N/A

Details Diff
this should have been added in r10770
mod - /trunk/fsoinstaller/src/com/fsoinstaller/common/InstallerNodeFactory.java Diff File

trunk r11245

2015-02-11 21:30

MageKing17


Ported: N/A

Details Diff
Adding a "$Briefing Grid:" interface color to colors.tbl.

Requested by Axem.
mod - /trunk/fs2_open/code/globalincs/alphacolors.h Diff File
mod - /trunk/fs2_open/code/mission/missionbriefcommon.cpp Diff File
mod - /trunk/fs2_open/code/globalincs/alphacolors.cpp Diff File

trunk r11244

2015-02-10 21:05

Goober5000


Ported: N/A

Details Diff
and this is probably the best we can do with the API's way of reporting progress
mod - /trunk/fsoinstaller/resources/XSTR_pt.properties Diff File
mod - /trunk/fsoinstaller/resources/XSTR_es.properties Diff File
mod - /trunk/fsoinstaller/resources/XSTR_fr.properties Diff File
mod - /trunk/fsoinstaller/resources/XSTR_de.properties Diff File
mod - /trunk/fsoinstaller/resources/XSTR_pl.properties Diff File
mod - /trunk/fsoinstaller/src/com/fsoinstaller/internet/Downloader.java Diff File
mod - /trunk/fsoinstaller/resources/XSTR.properties Diff File

trunk r11243

2015-02-10 20:33

Goober5000


Ported: N/A

Details Diff
"fix" the progress indicator according to reported progress, except this doesn't work because reported progress doesn't correspond to either packed *or* unpacked size :(
mod - /trunk/fsoinstaller/src/com/fsoinstaller/internet/Downloader.java Diff File

trunk r11242

2015-02-08 16:57

m_m


Ported: N/A

Details Diff
Added "On HUD Message Received" scripting hook which is invoked when the HUD receives message text to display.
mod - /trunk/fs2_open/code/parse/scripting.cpp Diff File
mod - /trunk/fs2_open/code/parse/scripting.h Diff File
mod - /trunk/fs2_open/code/hud/hudmessage.cpp Diff File

trunk r11241

2015-02-06 22:23

Goober5000


Ported: N/A

Details Diff
add the capability to test a mod text file before uploading it!
mod - /trunk/fsoinstaller/src/com/fsoinstaller/main/FreeSpaceOpenInstaller.java Diff File
mod - /trunk/fsoinstaller/src/com/fsoinstaller/wizard/InstallerGUI.java Diff File
mod - /trunk/fsoinstaller/src/com/fsoinstaller/main/Configuration.java Diff File
mod - /trunk/fsoinstaller/src/com/fsoinstaller/wizard/SuperValidationTask.java Diff File

trunk r11240

2015-02-05 12:46

Goober5000


Ported: N/A

Details Diff
update date
mod - /trunk/fsoinstaller/src/com/fsoinstaller/wizard/WizardPage.java Diff File

trunk r11239

2015-02-04 22:52

Goober5000


Ported: N/A

Details Diff
allow comments in installer text files
mod - /trunk/fsoinstaller/src/com/fsoinstaller/common/InstallerNodeFactory.java Diff File

trunk r11238

2015-02-02 03:59

niffiwan


Ported: N/A

Details Diff
Fix mantis 3138: remove spurious warning

Don't warn about low rotational velocities disabling collisions for
no_collide ships
Affected Issues
0003138
mod - /trunk/fs2_open/code/ship/ship.cpp Diff File

zookeeper r11237

2015-02-01 11:07

zookeeper


Ported: N/A

Details Diff
Trunk sync r11236.
mod - /branches/zookeeper/code/model/modelread.cpp Diff File

trunk r11236

2015-02-01 10:39

zookeeper


Ported: N/A

Details Diff
Improved warnings text and clarified variable use in turret modelread code.
mod - /trunk/fs2_open/code/model/modelread.cpp Diff File

zookeeper r11235

2015-02-01 08:04

zookeeper


Ported: N/A

Details Diff
Avoid loading the anchor ship model multiple times when resolving path masks.
mod - /branches/zookeeper/code/mission/missionparse.cpp Diff File
 First  Prev  1 2 3 4 5 6 7 ... 40 ... 80 ... 120 ... 160 ... 200 ... 240 ... 280 ... 320 ... 360 ... 400 ... 437 438 439  Next  Last