Changesets: fs2open
fs2_open_3_6_9 r4149 2007-05-10 23:16 Ported: N/A Details Diff |
add session open/close times to debug log |
||
mod - /branches/fs2_open_3_6_9/fs2_open/code/osapi/outwnd.cpp | Diff File | ||
mod - /branches/fs2_open_3_6_9/fs2_open/code/osapi/outwnd_unix.cpp | Diff File | ||
mod - /trunk/fs2_open/code/osapi/outwnd.cpp | Diff File | ||
mod - /trunk/fs2_open/code/osapi/outwnd_unix.cpp | Diff File | ||
fs2_open_3_6_9 r4148 2007-05-10 23:14 Ported: N/A Details Diff |
properly handle invalid sound index case, fixes div-by-0 error |
||
mod - /branches/fs2_open_3_6_9/fs2_open/code/sound/sound.cpp | Diff File | ||
mod - /trunk/fs2_open/code/sound/sound.cpp | Diff File | ||
fs2_open_3_6_9 r4147 2007-05-10 23:12 Ported: N/A Details Diff |
very minor optimization (mul is much faster than div) |
||
mod - /branches/fs2_open_3_6_9/fs2_open/code/weapon/trails.cpp | Diff File | ||
mod - /trunk/fs2_open/code/weapon/trails.cpp | Diff File | ||
fs2_open_3_6_9 r4146 2007-05-10 23:10 Ported: N/A Details Diff |
fix debug message (using wrong name, spit out a bunch of garbage on Windows boxes) |
||
mod - /branches/fs2_open_3_6_9/fs2_open/code/model/modelanim.cpp | Diff File | ||
mod - /trunk/fs2_open/code/model/modelanim.cpp | Diff File | ||
fs2_open_3_6_9 r4145 2007-05-10 23:09 Ported: N/A Details Diff |
delete the .hdr file once we are done with it, since it's no longer useful |
||
mod - /branches/fs2_open_3_6_9/fs2_open/code/cfilearchiver/cfilearchiver.cpp | Diff File | ||
mod - /trunk/fs2_open/code/cfilearchiver/cfilearchiver.cpp | Diff File | ||
trunk r4144 2007-05-09 00:16 Ported: N/A Details Diff |
Add feature to $Max Glide Speed -- negative number means no speed cap Only show gun muzzle flash effect if in not cockpit view, or if "show ship" flag is set Fix a couple typos ;-) |
||
mod - /trunk/fs2_open/code/ship/ship.cpp | Diff File | ||
trunk r4143 2007-05-09 00:13 Ported: N/A Details Diff |
Fix tiny bug I introduced -- should use forward_decel_time_const, not slide_decel_time_const, for z Add feature to $Max Glide Speed -- negative number means no speed cap |
||
mod - /trunk/fs2_open/code/physics/physics.cpp | Diff File | ||
trunk r4142 2007-04-30 17:30 Ported: N/A Details Diff |
Backslash's big Gliding commit! Gliding now obeys physics and collisions, and can be modified with thrusters. Also has a adjustable maximum speed cap. Added a simple glide indicator. Fixed a few things involving fspeed vs speed during gliding, including maneuvering thrusters and main engine noise. |
||
mod - /trunk/fs2_open/code/hud/hud.cpp | Diff File | ||
mod - /trunk/fs2_open/code/hud/hudreticle.cpp | Diff File | ||
mod - /trunk/fs2_open/code/io/keycontrol.cpp | Diff File | ||
mod - /trunk/fs2_open/code/object/object.cpp | Diff File | ||
mod - /trunk/fs2_open/code/physics/physics.cpp | Diff File | ||
mod - /trunk/fs2_open/code/physics/physics.h | Diff File | ||
mod - /trunk/fs2_open/code/playerman/playercontrol.cpp | Diff File | ||
mod - /trunk/fs2_open/code/ship/ship.cpp | Diff File | ||
mod - /trunk/fs2_open/code/ship/ship.h | Diff File | ||
fs2_open_3_6_9 r4141 2007-04-26 14:59 Ported: N/A Details Diff |
Doh! Missed the return type. |
||
mod - /branches/fs2_open_3_6_9/fs2_open/code/parse/sexp.cpp | Diff File | ||
mod - /trunk/fs2_open/code/parse/sexp.cpp | Diff File | ||
trunk r4140 2007-04-24 09:13 Ported: N/A Details Diff |
Add the knock feature from Tom's build. Fix a number of places where the player of a dogfight game could end up in the standard debrief. |
||
mod - /trunk/fs2_open/code/network/multiutil.cpp | Diff File | ||
trunk r4139 2007-04-24 09:13 Ported: N/A Details Diff |
Fix a number of places where the player of a dogfight game could end up in the standard debrief. |
||
mod - /trunk/fs2_open/code/freespace2/freespace.cpp | Diff File | ||
mod - /trunk/fs2_open/code/network/multi_endgame.cpp | Diff File | ||
mod - /trunk/fs2_open/code/network/multimsgs.cpp | Diff File | ||
mod - /trunk/fs2_open/code/network/multiutil.h | Diff File | ||
mod - /trunk/fs2_open/code/parse/sexp.cpp | Diff File | ||
mod - /trunk/fs2_open/code/ship/shipfx.cpp | Diff File | ||
fs2_open_3_6_9 r4138 2007-04-24 08:07 Ported: N/A Details Diff |
Fix a number of places where the player of a dogfight game could end up in the standard debrief. |
||
mod - /branches/fs2_open_3_6_9/fs2_open/code/freespace2/freespace.cpp | Diff File | ||
mod - /branches/fs2_open_3_6_9/fs2_open/code/network/multi_endgame.cpp | Diff File | ||
mod - /branches/fs2_open_3_6_9/fs2_open/code/network/multimsgs.cpp | Diff File | ||
mod - /branches/fs2_open_3_6_9/fs2_open/code/network/multiutil.cpp | Diff File | ||
mod - /branches/fs2_open_3_6_9/fs2_open/code/network/multiutil.h | Diff File | ||
mod - /branches/fs2_open_3_6_9/fs2_open/code/parse/sexp.cpp | Diff File | ||
mod - /branches/fs2_open_3_6_9/fs2_open/code/ship/shipfx.cpp | Diff File | ||
fs2_open_3_6_9 r4137 2007-04-24 05:52 Ported: N/A Details Diff |
Add the knock feature from Tom's build. |
||
mod - /branches/fs2_open_3_6_9/fs2_open/code/network/multiutil.cpp | Diff File | ||
trunk r4136 2007-04-17 13:26 Ported: N/A Details Diff |
Remove the -fredhtl command line. |
||
mod - /trunk/fs2_open/code/cmdline/cmdline.cpp | Diff File | ||
mod - /trunk/fs2_open/code/fred2/management.cpp | Diff File | ||
fs2_open_3_6_9 r4135 2007-04-17 13:15 Ported: N/A Details Diff |
Remove the -fredhtl command line. |
||
mod - /branches/fs2_open_3_6_9/fs2_open/code/cmdline/cmdline.cpp | Diff File | ||
mod - /branches/fs2_open_3_6_9/fs2_open/code/fred2/management.cpp | Diff File | ||
fs2_open_3_6_9 r4134 2007-04-15 08:46 Ported: N/A Details Diff |
add Linux friendly icon |
||
add - /branches/fs2_open_3_6_9/fs2_open/code/freespace2/app_icon.png | File | ||
add - /trunk/fs2_open/code/freespace2/app_icon.png | File | ||
fs2_open_3_6_9 r4133 2007-04-14 19:44 Ported: N/A Details Diff |
only add player-allowed flag on #Weak weapons when their non-weak versions also have the flag (Goober 0000073) |
||
mod - /branches/fs2_open_3_6_9/fs2_open/code/weapon/weapons.cpp | Diff File | ||
mod - /trunk/fs2_open/code/weapon/weapons.cpp | Diff File | ||
fs2_open_3_6_9 r4132 2007-04-14 19:42 Ported: N/A Details Diff |
little cleanup fix memory size fubar on trail vlist ptr |
||
mod - /branches/fs2_open_3_6_9/fs2_open/code/weapon/trails.cpp | Diff File | ||
mod - /trunk/fs2_open/code/weapon/trails.cpp | Diff File | ||
fs2_open_3_6_9 r4131 2007-04-12 23:23 Ported: N/A Details Diff |
fixed a silly speech bug (Mantis 0001238) |
||
mod - /branches/fs2_open_3_6_9/fs2_open/code/missionui/missiondebrief.cpp | Diff File | ||
mod - /trunk/fs2_open/code/missionui/missiondebrief.cpp | Diff File | ||
fs2_open_3_6_9 r4130 2007-04-12 20:36 Ported: N/A Details Diff |
cleanup and initialize persona_index properly for general safety reasons slight change to karajorma's NO_BUILTIN_MESSAGES check, now it will be properly compiled away in release builds rather than an empty function |
||
mod - /branches/fs2_open_3_6_9/fs2_open/code/mission/missionmessage.cpp | Diff File | ||
mod - /trunk/fs2_open/code/mission/missionmessage.cpp | Diff File | ||
fs2_open_3_6_9 r4129 2007-04-12 20:33 Ported: N/A Details Diff |
use qsort() instead of insertion_sort() for light sorting, it should be better optimized and quicker in general for this use |
||
mod - /branches/fs2_open_3_6_9/fs2_open/code/graphics/gropengllight.cpp | Diff File | ||
mod - /trunk/fs2_open/code/graphics/gropengllight.cpp | Diff File | ||
fs2_open_3_6_9 r4128 2007-04-12 20:31 Ported: N/A Details Diff |
some basic cleanup for the extension code fix the old bug that didn't report a missing extension name properly get rid of the message that says to use D3D, that's not normally going to be an option anyway add ARB_point_sprite support, mostly for fun since no code will actually use it until after 3.6.10 |
||
mod - /branches/fs2_open_3_6_9/fs2_open/code/graphics/gropengl.h | Diff File | ||
mod - /branches/fs2_open_3_6_9/fs2_open/code/graphics/gropenglextension.cpp | Diff File | ||
mod - /branches/fs2_open_3_6_9/fs2_open/code/graphics/gropenglextension.h | Diff File | ||
mod - /trunk/fs2_open/code/graphics/gropengl.h | Diff File | ||
mod - /trunk/fs2_open/code/graphics/gropenglextension.cpp | Diff File | ||
mod - /trunk/fs2_open/code/graphics/gropenglextension.h | Diff File | ||
fs2_open_3_6_9 r4127 2007-04-12 20:28 Ported: N/A Details Diff |
clean out some old code we no longer use/need change warning messages to not print out current tbl name, since at the point those messages show the tbl has long since been parsed add an extra quick-check to ship_get_subsystem_strength() to avoid div if we don't need it make Ship_subsystems[] dynamic (sort of), it's allocated in sized sets now, so we can easily change size while still working with the existing linked-list code |
||
mod - /branches/fs2_open_3_6_9/fs2_open/code/ship/ship.cpp | Diff File | ||
mod - /branches/fs2_open_3_6_9/fs2_open/code/ship/ship.h | Diff File | ||
mod - /trunk/fs2_open/code/ship/ship.cpp | Diff File | ||
mod - /trunk/fs2_open/code/ship/ship.h | Diff File | ||
trunk r4126 2007-04-11 14:24 Ported: N/A Details Diff |
cleanup of chksum stuff (works properly on 64-bit systems now) add chksum support for VPs, both a startup in debug builds, and via cmdline option (-verify_vps) little cleanup in cmdline.cpp (get rid of the remaining "fix bugs" crap) |
||
mod - /trunk/fs2_open/code/cfile/cfile.cpp | Diff File | ||
mod - /trunk/fs2_open/code/cfile/cfile.h | Diff File | ||
mod - /trunk/fs2_open/code/cfile/cfilesystem.cpp | Diff File | ||
mod - /trunk/fs2_open/code/cmdline/cmdline.cpp | Diff File | ||
mod - /trunk/fs2_open/code/cmdline/cmdline.h | Diff File | ||
mod - /trunk/fs2_open/code/freespace2/freespace.cpp | Diff File | ||
mod - /trunk/fs2_open/code/network/multi_obj.cpp | Diff File | ||
fs2_open_3_6_9 r4125 2007-04-11 14:23 Ported: N/A Details Diff |
this got chopped off of the previous commit for some reason |
||
mod - /branches/fs2_open_3_6_9/fs2_open/code/cmdline/cmdline.cpp | Diff File |