Changesets: fs2open

zookeeper r10134

2013-11-21 01:02

zookeeper


Ported: N/A

Details Diff
Added missing include.
mod - /branches/zookeeper/code/parse/lua.cpp Diff File

zookeeper r10133

2013-11-21 00:57

zookeeper


Ported: N/A

Details Diff
Made model shield points tabling and flag names be more consistent.
mod - /branches/zookeeper/code/hud/hudshield.cpp Diff File
mod - /branches/zookeeper/code/parse/sexp.cpp Diff File
mod - /branches/zookeeper/code/ship/shield.cpp Diff File
mod - /branches/zookeeper/code/ship/ship.cpp Diff File
mod - /branches/zookeeper/code/ship/ship.h Diff File

trunk r10132

2013-11-20 23:42

chief1983


Ported: N/A

Details Diff
Fix 0002959 by reverting r10082. I can probably talk zookeeper into converting the troublesome SCP_vectors into static variables so this isn't causing memset issues. Affected Issues
0002958
mod - /trunk/fs2_open/code/ship/ship.h Diff File
mod - /trunk/fs2_open/code/weapon/weapon.h Diff File
mod - /trunk/fs2_open/code/weapon/weapons.cpp Diff File

trunk r10131

2013-11-20 21:06

Goober5000


Ported: N/A

Details Diff
allow modder to specify countermeasure type on a per-species basis
mod - /trunk/fs2_open/code/ship/ship.cpp Diff File
mod - /trunk/fs2_open/code/species_defs/species_defs.cpp Diff File
mod - /trunk/fs2_open/code/species_defs/species_defs.h Diff File
mod - /trunk/fs2_open/code/weapon/weapons.cpp Diff File

trunk r10130

2013-11-20 05:26

karajorma


Ported: N/A

Details Diff
Yarn's fix for Mantis 2941 (Strings.tbms without the current language crash the game). Affected Issues
0002941
mod - /trunk/fs2_open/code/localization/localize.cpp Diff File

trunk r10129

2013-11-20 02:11

chief1983


Ported: N/A

Details Diff
Fix 0002957 - FreeBSD RAND_MAX is 0x7ffffffd, not 0x7fffffff, so we can't always assume that it's the latter. Also move the check earlier in the code, if it's going to break at all, break immediately on any non-conforming platform so we can fine tune this some more. Affected Issues
0002957
mod - /trunk/fs2_open/code/freespace2/freespace.cpp Diff File
mod - /trunk/fs2_open/code/globalincs/systemvars.cpp Diff File

trunk r10128

2013-11-19 21:56

Goober5000


Ported: N/A

Details Diff
medal_stuff passes the duck test, so make it an official class
mod - /trunk/fs2_open/code/stats/medals.cpp Diff File
mod - /trunk/fs2_open/code/stats/medals.h Diff File

trunk r10127

2013-11-19 19:45

Goober5000


Ported: N/A

Details Diff
make init_ship_entry actually init all the fields in ship_info
make draw_weapon_models a ship flag instead of a boolean
remove the MAX_SHIP_FLAGS #define because it didn't mean what everybody thought it meant
mod - /trunk/fs2_open/code/ship/ship.cpp Diff File
mod - /trunk/fs2_open/code/ship/ship.h Diff File

zookeeper r10126

2013-11-19 05:29

zookeeper


Ported: N/A

Details Diff
Ensure shield hit data gets reset immediately also when changing the player's target via Lua.
mod - /branches/zookeeper/code/parse/lua.cpp Diff File

trunk r10125

2013-11-19 04:20

niffiwan


Ported: N/A

Details Diff
fix gcc warning: declaration of ?\226?\128?\152ship_obj?\226?\128?\153 shadows a global declaration [-Wshadow]
mod - /trunk/fs2_open/code/stats/scoring.cpp Diff File

trunk r10124

2013-11-19 03:56

niffiwan


Ported: N/A

Details Diff
Persona-specific promotion debriefings (from Yarn)
mod - /trunk/fs2_open/code/missionui/missiondebrief.cpp Diff File
mod - /trunk/fs2_open/code/stats/medals.cpp Diff File
mod - /trunk/fs2_open/code/stats/medals.h Diff File
mod - /trunk/fs2_open/code/stats/scoring.cpp Diff File
mod - /trunk/fs2_open/code/stats/scoring.h Diff File

zookeeper r10123

2013-11-19 02:08

zookeeper


Ported: N/A

Details Diff
Model point shields fixes suggested by niffiwan.
mod - /branches/zookeeper/code/hud/hudshield.cpp Diff File
mod - /branches/zookeeper/code/object/object.cpp Diff File

zookeeper r10122

2013-11-19 01:11

zookeeper


Ported: N/A

Details Diff
Trunk sync 10121; ought to include things that have slipped through in previous sync attempts.
mod - /branches/zookeeper/code/fred2/missionsave.cpp Diff File
mod - /branches/zookeeper/code/freespace2/freespace.cpp Diff File
mod - /branches/zookeeper/code/fs2netd/tcp_client.cpp Diff File
mod - /branches/zookeeper/code/globalincs/systemvars.cpp Diff File
mod - /branches/zookeeper/code/hud/hud.cpp Diff File
mod - /branches/zookeeper/code/hud/hud.h Diff File
mod - /branches/zookeeper/code/hud/hudartillery.cpp Diff File
mod - /branches/zookeeper/code/hud/hudartillery.h Diff File
mod - /branches/zookeeper/code/hud/hudbrackets.cpp Diff File
mod - /branches/zookeeper/code/hud/hudbrackets.h Diff File
mod - /branches/zookeeper/code/hud/hudets.cpp Diff File
mod - /branches/zookeeper/code/hud/hudets.h Diff File
mod - /branches/zookeeper/code/hud/hudnavigation.cpp Diff File
mod - /branches/zookeeper/code/hud/hudreticle.cpp Diff File
mod - /branches/zookeeper/code/hud/hudshield.cpp Diff File
mod - /branches/zookeeper/code/hud/hudtarget.cpp Diff File
mod - /branches/zookeeper/code/hud/hudtargetbox.cpp Diff File
mod - /branches/zookeeper/code/localization/localize.cpp Diff File
mod - /branches/zookeeper/code/localization/localize.h Diff File
mod - /branches/zookeeper/code/menuui/mainhallmenu.cpp Diff File
mod - /branches/zookeeper/code/menuui/mainhallmenu.h Diff File
mod - /branches/zookeeper/code/menuui/playermenu.cpp Diff File
mod - /branches/zookeeper/code/missionui/missionweaponchoice.cpp Diff File
mod - /branches/zookeeper/code/model/model.h Diff File
mod - /branches/zookeeper/code/model/modelanim.cpp Diff File
mod - /branches/zookeeper/code/model/modelcollide.cpp Diff File
mod - /branches/zookeeper/code/model/modelinterp.cpp Diff File
mod - /branches/zookeeper/code/model/modeloctant.cpp Diff File
mod - /branches/zookeeper/code/model/modelread.cpp Diff File
mod - /branches/zookeeper/code/network/multi_options.cpp Diff File
mod - /branches/zookeeper/code/network/multimsgs.cpp Diff File
mod - /branches/zookeeper/code/network/stand_gui-unix.cpp Diff File
mod - /branches/zookeeper/code/network/stand_gui.cpp Diff File
mod - /branches/zookeeper/code/network/stand_gui.h Diff File
mod - /branches/zookeeper/code/parse/lua.cpp Diff File
mod - /branches/zookeeper/code/parse/parselo.cpp Diff File
mod - /branches/zookeeper/code/parse/parselo.h Diff File
mod - /branches/zookeeper/code/parse/scripting.cpp Diff File
mod - /branches/zookeeper/code/parse/sexp.cpp Diff File
mod - /branches/zookeeper/code/parse/sexp.h Diff File
mod - /branches/zookeeper/code/ship/ship.cpp Diff File
mod - /branches/zookeeper/code/starfield/starfield.cpp Diff File
mod - /branches/zookeeper/code/stats/medals.cpp Diff File
mod - /branches/zookeeper/code/stats/stats.cpp Diff File

trunk r10121

2013-11-19 00:32

chief1983


Ported: N/A

Details Diff
Add support for the framecap menu option.
mod - /trunk/fs2_open/code/network/stand_gui-unix.cpp Diff File

trunk r10120

2013-11-19 00:00

chief1983


Ported: N/A

Details Diff
Fix WebUI server name changes updating in clients and FS2NetD.
mod - /trunk/fs2_open/code/network/multi_options.cpp Diff File
mod - /trunk/fs2_open/code/network/stand_gui-unix.cpp Diff File

trunk r10119

2013-11-18 23:06

Goober5000


Ported: N/A

Details Diff
turns out gcc doesn't like the two angled brackets adjacent to one another
mod - /trunk/fs2_open/code/menuui/mainhallmenu.cpp Diff File
mod - /trunk/fs2_open/code/menuui/mainhallmenu.h Diff File

trunk r10118

2013-11-18 22:30

Goober5000


Ported: N/A

Details Diff
let's not make expensive copies of all these SCP_strings
mod - /trunk/fs2_open/code/menuui/mainhallmenu.cpp Diff File
mod - /trunk/fs2_open/code/menuui/mainhallmenu.h Diff File
mod - /trunk/fs2_open/code/menuui/playermenu.cpp Diff File

trunk r10117

2013-11-18 21:43

Goober5000


Ported: N/A

Details Diff
fix Mantis 0002955: crash when trying to join multiplayer server, caused by trying to memcpy an integer into a ushort
(also add some sanity asserts)
Affected Issues
0002955
mod - /trunk/fs2_open/code/fs2netd/tcp_client.cpp Diff File
mod - /trunk/fs2_open/code/network/multimsgs.cpp Diff File

trunk r10116

2013-11-18 20:06

Goober5000


Ported: N/A

Details Diff
fix Mantis 0002933: don't output alt ship class information using fout_version Affected Issues
0002933
mod - /trunk/fs2_open/code/fred2/missionsave.cpp Diff File

trunk r10115

2013-11-18 08:12

Echelon9


Ported: N/A

Details Diff
Webui: Resolve bug that was causing standalone game name to not appear
mod - /trunk/fs2_open/code/network/stand_gui-unix.cpp Diff File

trunk r10114

2013-11-18 06:06

niffiwan


Ported: N/A

Details Diff
Add stub for std_init_os() so that *nix can compile
mod - /trunk/fs2_open/code/network/stand_gui-unix.cpp Diff File

trunk r10113

2013-11-18 06:06

niffiwan


Ported: N/A

Details Diff
According to the medal_stuff class, some of these should be MAX_FILENAME_LEN, not NAME_LENGTH
mod - /trunk/fs2_open/code/stats/medals.cpp Diff File

trunk r10112

2013-11-18 05:47

karajorma


Ported: N/A

Details Diff
Fix Mantis 2954 (Standalone can't find default language) Affected Issues
0002954
mod - /trunk/fs2_open/code/freespace2/freespace.cpp Diff File
mod - /trunk/fs2_open/code/network/stand_gui.cpp Diff File
mod - /trunk/fs2_open/code/network/stand_gui.h Diff File

trunk r10111

2013-11-17 22:49

Goober5000


Ported: N/A

Details Diff
clarify help... OP_AND will actually evaluate all arguments
mod - /trunk/fs2_open/code/parse/sexp.cpp Diff File

trunk r10110

2013-11-17 22:07

Goober5000


Ported: N/A

Details Diff
rather than piggy-back the perform-actions sexp on top of the when sexp, it works better to make it its own operator
(fixes Mantis 0002956)
Affected Issues
0002956
mod - /trunk/fs2_open/code/parse/sexp.cpp Diff File
 First  Prev  1 2 3 ... 40 ... 46 47 48 49 50 51 52 ... 80 ... 120 ... 160 ... 200 ... 240 ... 280 ... 320 ... 360 ... 400 ... 437 438 439  Next  Last