Changesets: fs2open

trunk r1699

2005-03-30 11:05

taylor


Ported: N/A

Details Diff
basic wxFRED2 building, only works on Linux for now
mod - /trunk/fs2_open/code/Makefile.am Diff File
mod - /trunk/fs2_open/configure.ac Diff File

trunk r1698

2005-03-30 00:37

WMCoolmon


Ported: N/A

Details Diff
Whoops.
mod - /trunk/fs2_open/code/ship/ship.cpp Diff File

trunk r1697

2005-03-29 21:32

WMCoolmon


Ported: N/A

Details Diff
Made it so *Snd fields in ships.tbl and weapons.tbl take the sound name
as well as its index (ie "L_sidearm.wav" instead of "76")
mod - /trunk/fs2_open/code/gamesnd/gamesnd.cpp Diff File
mod - /trunk/fs2_open/code/gamesnd/gamesnd.h Diff File
mod - /trunk/fs2_open/code/parse/parselo.h Diff File
mod - /trunk/fs2_open/code/ship/ship.cpp Diff File
mod - /trunk/fs2_open/code/weapon/weapons.cpp Diff File

trunk r1696

2005-03-29 20:27

Goober5000


Ported: N/A

Details Diff
fixed version log
--Goober5000
mod - /trunk/fs2_open/code/wxfred2/wxfred2.h Diff File

trunk r1695

2005-03-29 20:23

Goober5000


Ported: N/A

Details Diff
added header back in, with a small tweak for the .cpp
--Goober5000
mod - /trunk/fs2_open/code/wxfred2/wxfred2.cpp Diff File
add - /trunk/fs2_open/code/wxfred2/wxfred2.h File

trunk r1694

2005-03-29 20:20

Goober5000


Ported: N/A

Details Diff
removed mixed-case header file
--Goober5000
rm - /trunk/fs2_open/code/wxfred2/wxFRED2.h File

trunk r1693

2005-03-29 08:35

Goober5000


Ported: N/A

Details Diff
set up the main menu options
--Goober5000
add - /trunk/fs2_open/code/wxfred2/fredframe.cpp File
add - /trunk/fs2_open/code/wxfred2/fredframe.h File
mod - /trunk/fs2_open/code/wxfred2/wxfred2.cpp Diff File
mod - /trunk/fs2_open/projects/MSVC_6/wxFRED2.dsp Diff File

trunk r1692

2005-03-29 04:57

Goober5000


Ported: N/A

Details Diff
fixed browse info error
--Goober5000
mod - /trunk/fs2_open/projects/MSVC_6/wxFRED2.dsp Diff File

trunk r1691

2005-03-29 03:15

Goober5000


Ported: N/A

Details Diff
wxFRED is now dependent on code.lib
--Goober5000
mod - /trunk/fs2_open/projects/MSVC_6/Freespace2.dsw Diff File

trunk r1690

2005-03-29 02:55

Goober5000


Ported: N/A

Details Diff
whew... bare-bones "hello world" wxFRED base finally implemented!
--Goober5000
add - /trunk/fs2_open/code/wxfred2 File
add - /trunk/fs2_open/code/wxfred2/res File
add - /trunk/fs2_open/code/wxfred2/res/FRED.ico File
add - /trunk/fs2_open/code/wxfred2/wxFRED2.h File
add - /trunk/fs2_open/code/wxfred2/wxfred.rc File
add - /trunk/fs2_open/code/wxfred2/wxfred2.cpp File
mod - /trunk/fs2_open/projects/MSVC_6/Freespace2.dsw Diff File
add - /trunk/fs2_open/projects/MSVC_6/wxFRED2.dsp File

trunk r1689

2005-03-29 02:03

WMCoolmon


Ported: N/A

Details Diff
Removed some warnings under Linux/GCC
mod - /trunk/fs2_open/code/ai/aicode.cpp Diff File
mod - /trunk/fs2_open/code/ai/aiinternal.h Diff File
mod - /trunk/fs2_open/code/hud/hudmessage.cpp Diff File
mod - /trunk/fs2_open/code/hud/hudshield.cpp Diff File
mod - /trunk/fs2_open/code/hud/hudtarget.cpp Diff File
mod - /trunk/fs2_open/code/jumpnode/jumpnode.cpp Diff File

trunk r1688

2005-03-29 01:36

WMCoolmon


Ported: N/A

Details Diff
Added some comments to #defines to make reading easier
mod - /trunk/fs2_open/code/sound/speech.cpp Diff File

trunk r1687

2005-03-29 01:28

WMCoolmon


Ported: N/A

Details Diff
Fixed extern to compile under Linux
mod - /trunk/fs2_open/code/jumpnode/jumpnode.h Diff File

trunk r1686

2005-03-28 22:42

phreak


Ported: N/A

Details Diff
global variable "Jump_nodes" needs external linkage for FRED
mod - /trunk/fs2_open/code/jumpnode/jumpnode.h Diff File

trunk r1685

2005-03-28 22:40

phreak


Ported: N/A

Details Diff
get_num_elements() method, probably coded incorrectly, but its needed for FRED
mod - /trunk/fs2_open/code/globalincs/linklist.h Diff File

trunk r1684

2005-03-28 21:50

Goober5000


Ported: N/A

Details Diff
added storybook to the MSVC6 project
--Goober5000
mod - /trunk/fs2_open/projects/MSVC_6/Freespace2.dsp Diff File
mod - /trunk/fs2_open/projects/MSVC_6/code.dsp Diff File

trunk r1683

2005-03-28 08:25

mrduckman


Ported: N/A

Details Diff
Added OpenGL include dir parameters
mod - /trunk/fs2_open/configure.ac Diff File

trunk r1682

2005-03-27 19:40

taylor


Ported: N/A

Details Diff
fix to snd_time_remaining() to make sure we are getting the correct index into Sounds[]
mod - /trunk/fs2_open/code/sound/ds.cpp Diff File
mod - /trunk/fs2_open/code/sound/ds.h Diff File
mod - /trunk/fs2_open/code/sound/sound.cpp Diff File
mod - /trunk/fs2_open/code/sound/sound.h Diff File

trunk r1681

2005-03-27 16:13

mrduckman


Ported: N/A

Details Diff
Syntax correction
mod - /trunk/fs2_open/code/irc/irc.cpp Diff File

trunk r1680

2005-03-27 16:06

mrduckman


Ported: N/A

Details Diff
Added /kill IRC Command
mod - /trunk/fs2_open/code/irc/irc.cpp Diff File
mod - /trunk/fs2_open/code/irc/irc.h Diff File

trunk r1679

2005-03-27 12:33

WMCoolmon


Ported: N/A

Details Diff
Forgot to replace 'ship' with 'ai' after copy-paste
mod - /trunk/fs2_open/projects/MSVC_6/code.dsp Diff File

trunk r1678

2005-03-27 08:37

Goober5000


Ported: N/A

Details Diff
bah
mod - /trunk/fs2_open/code/ship/ship.cpp Diff File

trunk r1677

2005-03-27 08:23

Goober5000


Ported: N/A

Details Diff
rewrote the weapon cheat cycle functions to avoid recursion
--Goober5000
mod - /trunk/fs2_open/code/io/keycontrol.cpp Diff File

trunk r1676

2005-03-27 08:00

Goober5000


Ported: N/A

Details Diff
two new sexps
--Goober5000
mod - /trunk/fs2_open/code/parse/sexp.cpp Diff File
mod - /trunk/fs2_open/code/parse/sexp.h Diff File

trunk r1675

2005-03-27 07:28

Goober5000


Ported: N/A

Details Diff
clarified max hull/shield strength names and added ship guardian thresholds
--Goober5000
mod - /trunk/fs2_open/code/ai/aicode.cpp Diff File
mod - /trunk/fs2_open/code/debris/debris.cpp Diff File
mod - /trunk/fs2_open/code/gamesnd/eventmusic.cpp Diff File
mod - /trunk/fs2_open/code/hud/hud.cpp Diff File
mod - /trunk/fs2_open/code/hud/hudescort.cpp Diff File
mod - /trunk/fs2_open/code/hud/hudets.cpp Diff File
mod - /trunk/fs2_open/code/hud/hudshield.cpp Diff File
mod - /trunk/fs2_open/code/hud/hudtargetbox.cpp Diff File
mod - /trunk/fs2_open/code/hud/hudwingmanstatus.cpp Diff File
mod - /trunk/fs2_open/code/io/keycontrol.cpp Diff File
mod - /trunk/fs2_open/code/lab/lab.cpp Diff File
mod - /trunk/fs2_open/code/mission/missionparse.cpp Diff File
mod - /trunk/fs2_open/code/mission/missionparse.h Diff File
mod - /trunk/fs2_open/code/missionui/missionshipchoice.cpp Diff File
mod - /trunk/fs2_open/code/missionui/redalert.cpp Diff File
mod - /trunk/fs2_open/code/network/multi_obj.cpp Diff File
mod - /trunk/fs2_open/code/network/multi_oo.cpp Diff File
mod - /trunk/fs2_open/code/network/multimsgs.cpp Diff File
mod - /trunk/fs2_open/code/object/collidedebrisship.cpp Diff File
mod - /trunk/fs2_open/code/object/collideshipship.cpp Diff File
mod - /trunk/fs2_open/code/object/object.cpp Diff File
mod - /trunk/fs2_open/code/object/object.h Diff File
mod - /trunk/fs2_open/code/parse/sexp.cpp Diff File
mod - /trunk/fs2_open/code/playerman/playercontrol.cpp Diff File
mod - /trunk/fs2_open/code/ship/shield.cpp Diff File
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/shipfx.cpp Diff File
mod - /trunk/fs2_open/code/ship/shiphit.cpp Diff File
mod - /trunk/fs2_open/code/weapon/weapons.cpp Diff File
 First  Prev  1 2 3 ... 40 ... 80 ... 120 ... 160 ... 200 ... 240 ... 280 ... 320 ... 360 ... 369 370 371 372 373 374 375 ... 400 ... 437 438 439  Next  Last