Changesets: fs2open
trunk r399 2003-03-03 12:15 Ported: N/A Details Diff |
fixed custom banks so that they no longer need the ":" between each entry --Goober5000 |
||
mod - /trunk/fs2_open/code/ship/ship.cpp | Diff File | ||
trunk r398 2003-03-03 11:50 Ported: N/A Details Diff |
forgot something |
||
mod - /trunk/fs2_open/code/decals/decals.cpp | Diff File | ||
mod - /trunk/fs2_open/code/missionui/missionweaponchoice.cpp | Diff File | ||
trunk r397 2003-03-03 05:29 Ported: N/A Details Diff |
forgot something |
||
mod - /trunk/fs2_open/code/missionui/missionweaponchoice.cpp | Diff File | ||
trunk r396 2003-03-03 05:21 Ported: N/A Details Diff |
fixed a bug in the bank specific loadout relaiting to secondaries |
||
mod - /trunk/fs2_open/code/missionui/missionweaponchoice.cpp | Diff File | ||
trunk r395 2003-03-03 04:53 Ported: N/A Details Diff |
fixed the warp effect from always being the knossos type --Goober5000 |
||
mod - /trunk/fs2_open/code/ship/shipfx.cpp | Diff File | ||
trunk r394 2003-03-03 04:31 Ported: N/A Details Diff |
changed "Subspace node activated" message to "Subspace drive activated" --Goober5000 |
||
mod - /trunk/fs2_open/code/ship/shipfx.cpp | Diff File | ||
trunk r393 2003-03-02 23:28 Ported: N/A Details Diff |
fixed the tech room bug! yay! --Goober5000 |
||
mod - /trunk/fs2_open/Freespace2.dsp | Diff File | ||
mod - /trunk/fs2_open/code/code.dsp | Diff File | ||
mod - /trunk/fs2_open/code/menuui/readyroom.cpp | Diff File | ||
mod - /trunk/fs2_open/code/menuui/techmenu.cpp | Diff File | ||
mod - /trunk/fs2_open/code/menuui/techmenu.h | Diff File | ||
mod - /trunk/fs2_open/code/mission/missioncampaign.cpp | Diff File | ||
mod - /trunk/fs2_open/code/mission/missioncampaign.h | Diff File | ||
mod - /trunk/fs2_open/code/parse/sexp.cpp | Diff File | ||
mod - /trunk/fs2_open/code/parse/sexp.h | Diff File | ||
mod - /trunk/fs2_open/code/playerman/managepilot.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/weapon/weapon.h | Diff File | ||
mod - /trunk/fs2_open/code/weapon/weapons.cpp | Diff File | ||
trunk r392 2003-03-02 13:25 Ported: N/A Details Diff |
Readme word doc -Inquisitor |
||
add - /trunk/fs2_open/FS2OpenSCPReadMe.doc | File | ||
trunk r391 2003-03-02 12:19 Ported: N/A Details Diff |
commented an unneeded variable -- Goober5000 |
||
mod - /trunk/fs2_open/code/weapon/beam.cpp | Diff File | ||
trunk r390 2003-03-02 02:39 penguin Ported: N/A Details Diff |
Added type for static var - penguin |
||
mod - /trunk/fs2_open/code/math/vecmat.cpp | Diff File | ||
trunk r389 2003-03-02 01:58 penguin Ported: N/A Details Diff |
file needed by automake |
||
add - /trunk/fs2_open/config.guess | File | ||
add - /trunk/fs2_open/config.sub | File | ||
add - /trunk/fs2_open/depcomp | File | ||
add - /trunk/fs2_open/install-sh | File | ||
add - /trunk/fs2_open/missing | File | ||
trunk r388 2003-03-02 01:49 penguin Ported: N/A Details Diff |
file generated by autoconf |
||
add - /trunk/fs2_open/Makefile.in | File | ||
add - /trunk/fs2_open/code/Makefile.in | File | ||
add - /trunk/fs2_open/configure | File | ||
trunk r387 2003-03-02 01:37 penguin Ported: N/A Details Diff |
Use multimedia headers in local dir, not system's (headers are not present in MinGW distribution) - penguin |
||
mod - /trunk/fs2_open/code/sound/acm.cpp | Diff File | ||
mod - /trunk/fs2_open/code/sound/acm.h | Diff File | ||
mod - /trunk/fs2_open/code/sound/audiostr.cpp | Diff File | ||
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/ds3d.cpp | Diff File | ||
mod - /trunk/fs2_open/code/sound/sound.cpp | Diff File | ||
trunk r386 2003-03-02 01:28 penguin Ported: N/A Details Diff |
Added multimedia headers not present in MinGW distribution - penguin |
||
add - /trunk/fs2_open/code/mm | File | ||
add - /trunk/fs2_open/code/mm/mmreg.h | File | ||
add - /trunk/fs2_open/code/mm/msacm.h | File | ||
trunk r385 2003-03-02 01:25 penguin Ported: N/A Details Diff |
Tweaked for gcc - penguin |
||
mod - /trunk/fs2_open/code/ship/shiphit.cpp | Diff File | ||
mod - /trunk/fs2_open/code/vcodec/codec1.cpp | Diff File | ||
mod - /trunk/fs2_open/code/windows_stub/config.h | Diff File | ||
trunk r384 2003-03-02 01:10 penguin Ported: N/A Details Diff |
Made a debug error message less confusing - penguin |
||
mod - /trunk/fs2_open/code/parse/parselo.cpp | Diff File | ||
trunk r383 2003-03-02 01:04 penguin Ported: N/A Details Diff |
Added versions of _outp() and _inp() for gcc. - penguin |
||
mod - /trunk/fs2_open/code/osapi/outwnd.cpp | Diff File | ||
trunk r382 2003-03-02 01:03 penguin Ported: N/A Details Diff |
Added newline at end of file to keep gcc from complaining. - penguin |
||
mod - /trunk/fs2_open/code/osapi/osregistry.h | Diff File | ||
trunk r381 2003-03-02 01:01 penguin Ported: N/A Details Diff |
Added #ifdef WIN32 and #ifdef MSC_VER - penguin |
||
mod - /trunk/fs2_open/code/osapi/osapi.cpp | Diff File | ||
trunk r380 2003-03-02 00:56 penguin Ported: N/A Details Diff |
Added #ifdef WIN32 around non-standard header file io.h - penguin |
||
mod - /trunk/fs2_open/code/model/modelread.cpp | Diff File | ||
trunk r379 2003-03-02 00:55 penguin Ported: N/A Details Diff |
Moved Gr_scaler_zbuffering definition to top of file - penguin |
||
mod - /trunk/fs2_open/code/model/modelinterp.cpp | Diff File | ||
trunk r378 2003-03-02 00:54 penguin Ported: N/A Details Diff |
ANSI C++ - namespace clash on ai_rotation; renamed type to ai_rotation_t - penguin |
||
mod - /trunk/fs2_open/code/model/model.h | Diff File | ||
trunk r377 2003-03-02 00:46 penguin Ported: N/A Details Diff |
Added gcc-compatible asm blocks - penguin |
||
mod - /trunk/fs2_open/code/graphics/aaline.cpp | Diff File | ||
mod - /trunk/fs2_open/code/io/timer.cpp | Diff File | ||
trunk r376 2003-03-02 00:45 penguin Ported: N/A Details Diff |
1. Added gcc-compatible asm code. 2. Added #ifndef NO_SOFTWARE_RENDERING - penguin |
||
mod - /trunk/fs2_open/code/graphics/scaler.cpp | Diff File | ||
trunk r375 2003-03-02 00:43 penguin Ported: N/A Details Diff |
ANSI C++ - fixed non-compliant casts to unsigned short and unsigned char - penguin |
||
mod - /trunk/fs2_open/code/graphics/grd3d.cpp | Diff File | ||
mod - /trunk/fs2_open/code/graphics/grd3drender.cpp | Diff File | ||
mod - /trunk/fs2_open/code/graphics/grd3dtexture.cpp | Diff File | ||
mod - /trunk/fs2_open/code/graphics/grglide.cpp | Diff File | ||
mod - /trunk/fs2_open/code/graphics/grsoft.cpp | Diff File |