Changesets: fs2open

trunk r1874

2005-05-11 21:34

Goober5000


Ported: N/A

Details Diff
removed variables in messages for now
--Goober5000
mod - /trunk/fs2_open/code/mission/missionmessage.cpp Diff File
mod - /trunk/fs2_open/code/mission/missiontraining.cpp Diff File

trunk r1873

2005-05-11 18:15

phreak


Ported: N/A

Details Diff
added mission flag that will not show enemy wing names, just the ship class.
mod - /trunk/fs2_open/code/hud/hudbrackets.cpp Diff File
mod - /trunk/fs2_open/code/hud/hudtargetbox.cpp Diff File
mod - /trunk/fs2_open/code/mission/missionparse.h Diff File

trunk r1872

2005-05-11 07:38

Goober5000


Ported: N/A

Details Diff
fixed a docking bug
--Goober5000
mod - /trunk/fs2_open/code/ai/aicode.cpp Diff File
mod - /trunk/fs2_open/code/ai/aigoals.cpp Diff File

trunk r1871

2005-05-11 05:32

Goober5000


Ported: N/A

Details Diff
grr
--Goober5000
mod - /trunk/fs2_open/code/ship/shiphit.cpp Diff File

trunk r1870

2005-05-11 05:28

Goober5000


Ported: N/A

Details Diff
fixed a few of karajorma's bugs
--Goober5000
mod - /trunk/fs2_open/code/parse/sexp.cpp Diff File

trunk r1869

2005-05-11 05:27

Goober5000


Ported: N/A

Details Diff
changed an Assert() to an Error()
--Goober5000
mod - /trunk/fs2_open/code/ship/shiphit.cpp Diff File

trunk r1868

2005-05-11 04:10

Goober5000


Ported: N/A

Details Diff
variables should now work properly in messages that are sent multiple times
--Goober5000
mod - /trunk/fs2_open/code/globalincs/globals.h Diff File
mod - /trunk/fs2_open/code/mission/missionmessage.cpp Diff File
mod - /trunk/fs2_open/code/mission/missiontraining.cpp Diff File
mod - /trunk/fs2_open/code/parse/sexp.cpp Diff File

trunk r1867

2005-05-10 22:16

phreak


Ported: N/A

Details Diff
clean out some old code
mod - /trunk/fs2_open/code/freespace2/freespace.cpp Diff File

trunk r1866

2005-05-10 22:15

phreak


Ported: N/A

Details Diff
fix the problem where the fade in/out doesn't work if looking at a sun.
mod - /trunk/fs2_open/code/freespace2/freespace.cpp Diff File

trunk r1865

2005-05-10 20:25

phreak


Ported: N/A

Details Diff
reverted a change that WMC made. It made Goober mad and delayed the release of
3.6.6 by two months.
mod - /trunk/fs2_open/code/model/modelread.cpp Diff File

trunk r1864

2005-05-10 11:49

phreak


Ported: N/A

Details Diff
fixed a minimum weapon range bug that was causing turrets to fire at ships beyond
the actual range of a weapon.
mod - /trunk/fs2_open/code/ai/aiturret.cpp Diff File

trunk r1863

2005-05-09 22:44

phreak


Ported: N/A

Details Diff
if you're using all_turret_weapons_have_flags() with a WIF2_** flag, use
all_turret_weapons_have_flags_wif2().

Corrected some logic that would dump a valid target for turrets if its objnum is 0, as
opposed to -1.
mod - /trunk/fs2_open/code/ai/aiturret.cpp Diff File

trunk r1862

2005-05-09 21:47

phreak


Ported: N/A

Details Diff
when finding valid weapons, set i to MAX_SHIP_PRIMARY_BANKS - 1 since i
is incremented at the top of the loop. otherwise, we would pass over the first secondary
weapon in the bank.
mod - /trunk/fs2_open/code/ai/aiturret.cpp Diff File

trunk r1861

2005-05-08 16:39

WMCoolmon


Ported: N/A

Details Diff
Code betterness
mod - /trunk/fs2_open/code/freespace2/freespace.cpp Diff File

trunk r1860

2005-05-08 16:38

WMCoolmon


Ported: N/A

Details Diff
Dynamically allocated medals
mod - /trunk/fs2_open/code/network/multimsgs.cpp Diff File

trunk r1859

2005-05-08 16:35

WMCoolmon


Ported: N/A

Details Diff
Various turret code changes in a vain attempt to make things more readable/work properly
mod - /trunk/fs2_open/code/ai/aiturret.cpp Diff File

trunk r1858

2005-05-08 16:33

WMCoolmon


Ported: N/A

Details Diff
Turret debugging code; Medals stuff; GUI_system change
mod - /trunk/fs2_open/code/freespace2/freespace.cpp Diff File

trunk r1857

2005-05-08 16:28

WMCoolmon


Ported: N/A

Details Diff
Dynamically allocated medals
mod - /trunk/fs2_open/code/fs2open_pxo/TCP_Client.cpp Diff File
mod - /trunk/fs2_open/code/globalincs/globals.h Diff File
mod - /trunk/fs2_open/code/mission/missioncampaign.cpp Diff File
mod - /trunk/fs2_open/code/missionui/missiondebrief.cpp Diff File
mod - /trunk/fs2_open/code/playerman/managepilot.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

trunk r1856

2005-05-08 16:27

WMCoolmon


Ported: N/A

Details Diff
Change to GUI_system; this will probably break the lab, but is necessary for things to compile properly.
mod - /trunk/fs2_open/code/lab/lab.cpp Diff File
mod - /trunk/fs2_open/code/lab/wmcgui.cpp Diff File
mod - /trunk/fs2_open/code/lab/wmcgui.h Diff File

trunk r1855

2005-05-08 16:26

WMCoolmon


Ported: N/A

Details Diff
Change to GUI_system (to prevent memory leaks and allow for auto-deconstruction)
mod - /trunk/fs2_open/code/menuui/storybook.cpp Diff File

trunk r1854

2005-05-08 16:23

WMCoolmon


Ported: N/A

Details Diff
"backspace" function
mod - /trunk/fs2_open/code/parse/parselo.cpp Diff File
mod - /trunk/fs2_open/code/parse/parselo.h Diff File

trunk r1853

2005-05-08 16:21

WMCoolmon


Ported: N/A

Details Diff
armor.tbl revamp
mod - /trunk/fs2_open/code/ship/ship.cpp Diff File
mod - /trunk/fs2_open/code/ship/ship.h Diff File
mod - /trunk/fs2_open/code/ship/shiphit.cpp Diff File
mod - /trunk/fs2_open/code/weapon/weapon.h Diff File
mod - /trunk/fs2_open/code/weapon/weapons.cpp Diff File

trunk r1852

2005-05-03 20:30

tbird


Ported: N/A

Details Diff
Added project files for VC.NET 7.0 (the 2005 project files do not work in 7.0)
add - /trunk/fs2_open/projects/MSVC_7 File
add - /trunk/fs2_open/projects/MSVC_7/Freespace2.sln File
add - /trunk/fs2_open/projects/MSVC_7/Freespace2.vcproj File
add - /trunk/fs2_open/projects/MSVC_7/code.vcproj File

trunk r1851

2005-05-03 03:55

WMCoolmon


Ported: N/A

Details Diff
Added variables to permanent location
add - /trunk/fs2_open/code/variables File
add - /trunk/fs2_open/code/variables/variables.cpp File
add - /trunk/fs2_open/code/variables/variables.h File

trunk r1850

2005-05-03 03:54

WMCoolmon


Ported: N/A

Details Diff
Removed variables files
rm - /trunk/fs2_open/code/object/variables.cpp File
rm - /trunk/fs2_open/code/object/variables.h File
 First  Prev  1 2 3 ... 40 ... 80 ... 120 ... 160 ... 200 ... 240 ... 280 ... 320 ... 360 ... 362 363 364 365 366 367 368 ... 400 ... 437 438 439  Next  Last