Changesets: fs2open
trunk r7926 2011-10-23 15:00 Ported: N/A Details Diff |
from zookeeper: [FotG] Fixes collision problem with the hyperspace warpin type introduced by r7889 | ||
mod - /trunk/fs2_open/code/ship/shipfx.cpp | Diff File | ||
mod - /trunk/fs2_open/code/ship/shipfx.h | Diff File | ||
trunk r7925 2011-10-23 01:00 Ported: N/A Details Diff |
Documentation: Code cleanup of shockwaves.cpp and ancilliary changes | ||
mod - /trunk/fs2_open/code/freespace2/freespace.cpp | Diff File | ||
mod - /trunk/fs2_open/code/freespace2/levelpaging.cpp | Diff File | ||
mod - /trunk/fs2_open/code/weapon/shockwave.cpp | Diff File | ||
mod - /trunk/fs2_open/code/weapon/shockwave.h | Diff File | ||
trunk r7924 2011-10-22 22:36 Ported: N/A Details Diff |
Documentation: Fix typo in the Doxygen comment block | ||
mod - /trunk/fs2_open/code/ship/ship.h | Diff File | ||
trunk r7923 2011-10-22 18:11 IssMneur Ported: N/A Details Diff |
From m!m: patch to add support for customizable cockpit sounds. See: http://www.hard-light.net/forums/index.php?topic=78675.0 | ||
mod - /trunk/fs2_open/code/cmeasure/cmeasure.cpp | Diff File | ||
mod - /trunk/fs2_open/code/hud/hud.cpp | Diff File | ||
mod - /trunk/fs2_open/code/hud/hudlock.cpp | Diff File | ||
mod - /trunk/fs2_open/code/hud/hudreticle.cpp | Diff File | ||
mod - /trunk/fs2_open/code/hud/hudtarget.cpp | Diff File | ||
mod - /trunk/fs2_open/code/io/keycontrol.cpp | Diff File | ||
mod - /trunk/fs2_open/code/object/collideshipship.cpp | Diff File | ||
mod - /trunk/fs2_open/code/playerman/playercontrol.cpp | Diff File | ||
mod - /trunk/fs2_open/code/ship/afterburner.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/weapons.cpp | Diff File | ||
trunk r7922 2011-10-22 06:29 Ported: N/A Details Diff |
Documentation: cleanup and documentation of gamesnd.h from Eli2 | ||
mod - /trunk/fs2_open/code/gamesnd/gamesnd.h | Diff File | ||
trunk r7921 2011-10-20 16:25 Ported: N/A Details Diff |
Fix Mantis 2526: Valgrind: Conditional jump or move depends on uninitialized value(s) - init_anim_instance() | ||
mod - /trunk/fs2_open/code/anim/packunpack.cpp | Diff File | ||
trunk r7920 2011-10-20 09:37 Ported: N/A Details Diff |
Fix Mantis 2525: Valgrind: Conditional jump or move depends on uninitialized value(s) - parse_ship_values() | ||
mod - /trunk/fs2_open/code/ship/ship.cpp | Diff File | ||
antipodes r7919 2011-10-19 03:36 Ported: N/A Details Diff |
From ni1s: -Wreorder warnings clean up for GCC output. | ||
mod - /branches/antipodes/code/asteroid/asteroid.h | Diff File | ||
mod - /branches/antipodes/code/graphics/grbatch.h | Diff File | ||
mod - /branches/antipodes/code/hud/hud.cpp | Diff File | ||
mod - /branches/antipodes/code/hud/hudets.cpp | Diff File | ||
mod - /branches/antipodes/code/parse/sexp.h | Diff File | ||
mod - /branches/antipodes/code/radar/radardradis.cpp | Diff File | ||
mod - /branches/antipodes/code/ship/ship.h | Diff File | ||
trunk r7918 2011-10-19 03:36 Ported: N/A Details Diff |
From ni1s: -Wreorder warnings clean up for GCC output. | ||
mod - /trunk/fs2_open/code/asteroid/asteroid.h | Diff File | ||
mod - /trunk/fs2_open/code/graphics/grbatch.h | Diff File | ||
mod - /trunk/fs2_open/code/hud/hud.cpp | Diff File | ||
mod - /trunk/fs2_open/code/hud/hudets.cpp | Diff File | ||
mod - /trunk/fs2_open/code/parse/sexp.h | Diff File | ||
mod - /trunk/fs2_open/code/radar/radardradis.cpp | Diff File | ||
mod - /trunk/fs2_open/code/ship/ship.h | Diff File | ||
antipodes r7917 2011-10-17 13:58 Ported: N/A Details Diff |
Trunk Sync r7916 | ||
mod - /branches/antipodes/code/graphics/2d.h | Diff File | ||
mod - /branches/antipodes/code/graphics/gropenglshader.cpp | Diff File | ||
mod - /branches/antipodes/code/graphics/gropengltnl.cpp | Diff File | ||
mod - /branches/antipodes/code/particle/particle.cpp | Diff File | ||
mod - /branches/antipodes/code/ship/ship.cpp | Diff File | ||
mod - /branches/antipodes/code/sound/ds.cpp | Diff File | ||
mod - /branches/antipodes/code/sound/sound.cpp | Diff File | ||
trunk r7916 2011-10-17 09:10 Ported: N/A Details Diff |
And found another offender of the STL capacity() / size() / reserve() type | ||
mod - /trunk/fs2_open/code/sound/sound.cpp | Diff File | ||
trunk r7915 2011-10-17 09:07 Ported: N/A Details Diff |
STL types again. Some of these are just inefficient, like reserving one extra slot for each additional element, and then pushing that element onto the STL type | ||
mod - /trunk/fs2_open/code/graphics/gropenglshader.cpp | Diff File | ||
mod - /trunk/fs2_open/code/graphics/gropengltnl.cpp | Diff File | ||
mod - /trunk/fs2_open/code/sound/ds.cpp | Diff File | ||
trunk r7914 2011-10-17 09:01 Ported: N/A Details Diff |
STL types are tuned to handle their own memory allocations. Code like this is never going to be optimal in all situations, and likely to be sub-optimal in many situations | ||
mod - /trunk/fs2_open/code/particle/particle.cpp | Diff File | ||
trunk r7913 2011-10-17 08:58 Ported: N/A Details Diff |
Huh? This Assert() check doesn't make any sense | ||
mod - /trunk/fs2_open/code/ship/ship.cpp | Diff File | ||
trunk r7912 2011-10-17 08:56 Ported: N/A Details Diff |
STL types are tuned to handle their own memory allocations. Code like this is never going to be optimal in all situations, and likely to be sub-optimal in many situations | ||
mod - /trunk/fs2_open/code/ship/ship.cpp | Diff File | ||
trunk r7911 2011-10-17 08:42 Ported: N/A Details Diff |
It's small, does lead to a slightly longer (but not necessarily less concise) code... but it is slightly faster. Tested on OS X, Intel Core 2 Duo, compiled with GCC 4.0 | ||
mod - /trunk/fs2_open/code/graphics/2d.h | Diff File | ||
antipodes r7910 2011-10-16 14:03 Ported: N/A Details Diff |
Trunk Sync r7909 | ||
mod - /branches/antipodes/code/cmdline/cmdline.cpp | Diff File | ||
mod - /branches/antipodes/code/cmdline/cmdline.h | Diff File | ||
mod - /branches/antipodes/code/freespace2/freespace.cpp | Diff File | ||
mod - /branches/antipodes/code/graphics/grbatch.cpp | Diff File | ||
mod - /branches/antipodes/code/graphics/grbatch.h | Diff File | ||
mod - /branches/antipodes/code/io/key.cpp | Diff File | ||
mod - /branches/antipodes/code/lab/lab.cpp | Diff File | ||
mod - /branches/antipodes/code/object/objectsort.cpp | Diff File | ||
mod - /branches/antipodes/code/particle/particle.cpp | Diff File | ||
trunk r7909 2011-10-16 01:27 Ported: N/A Details Diff |
Looks pretty unneeded now, odd commented out definition in cmdline.h | ||
mod - /trunk/fs2_open/code/cmdline/cmdline.h | Diff File | ||
trunk r7908 2011-10-16 01:22 Ported: N/A Details Diff |
Convert the geometry map batcher lookup functions to use size_t, in line with the STL types | ||
mod - /trunk/fs2_open/code/graphics/grbatch.cpp | Diff File | ||
trunk r7907 2011-10-16 01:08 Ported: N/A Details Diff |
Clarify some aspects of the geometry map and distortion map batchers, as well as clarifying and making consistent the function calling conventions throughout the code. | ||
mod - /trunk/fs2_open/code/freespace2/freespace.cpp | Diff File | ||
mod - /trunk/fs2_open/code/graphics/grbatch.cpp | Diff File | ||
mod - /trunk/fs2_open/code/graphics/grbatch.h | Diff File | ||
mod - /trunk/fs2_open/code/lab/lab.cpp | Diff File | ||
mod - /trunk/fs2_open/code/object/objectsort.cpp | Diff File | ||
mod - /trunk/fs2_open/code/particle/particle.cpp | Diff File | ||
trunk r7906 2011-10-16 00:23 Ported: N/A Details Diff |
Fixing Eli2's commit in r7905. Where the -keyboard_layout commandline hasn't been used, the code was causing a CTD rather than handling gracefully the fallback option | ||
mod - /trunk/fs2_open/code/cmdline/cmdline.cpp | Diff File | ||
mod - /trunk/fs2_open/code/io/key.cpp | Diff File | ||
trunk r7905 2011-10-14 09:58 The_E Ported: N/A Details Diff |
From Eli2: Allows adjustment of the keyboard layout on Linux/MacOS. Right now, only german layout is added in, use "-keyboard_layout qwertz" to activate it. | ||
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/io/key.cpp | Diff File | ||
antipodes r7904 2011-10-12 16:18 Ported: N/A Details Diff |
Match Trunk r7902: correct EOL type for these two. | ||
mod - /branches/antipodes/code/graphics/gropengldraw.cpp | Diff File | ||
mod - /branches/antipodes/code/graphics/gropengldraw.h | Diff File | ||
fs2_open_3_6_14 r7903 2011-10-12 15:49 Ported: N/A Details Diff |
RC1 BUILD STAGE: Take 2. Corrects modelinterp issue by replacing the "SCP_" vectors with "std::" vectors. Corrects 2008 Speech compilation. Increases internal Revision to 7903. | ||
mod - /branches/fs2_open_3_6_14/code/fred2/fred.rc | Diff File | ||
mod - /branches/fs2_open_3_6_14/code/freespace2/freespace.rc | Diff File | ||
mod - /branches/fs2_open_3_6_14/code/globalincs/version.h | Diff File | ||
mod - /branches/fs2_open_3_6_14/code/model/modelinterp.cpp | Diff File | ||
mod - /branches/fs2_open_3_6_14/projects/MSVC_2008/Fred2.vcproj | Diff File | ||
mod - /branches/fs2_open_3_6_14/projects/MSVC_2008/Freespace2.vcproj | Diff File | ||
mod - /branches/fs2_open_3_6_14/projects/MSVC_2008/code.vcproj | Diff File | ||
trunk r7902 2011-10-12 13:44 Ported: N/A Details Diff |
Wrong EOL type on these two. | ||
mod - /trunk/fs2_open/code/graphics/gropengldraw.cpp | Diff File | ||
mod - /trunk/fs2_open/code/graphics/gropengldraw.h | Diff File |