Changesets: fs2open
trunk r11134 2014-10-12 23:06 Ported: N/A Details Diff |
fix a compile error (d'oh) and use type safety | ||
mod - /trunk/fs2_open/code/hud/hudmessage.cpp | Diff File | ||
trunk r11133 2014-10-12 22:54 Ported: N/A Details Diff |
xt branch: optimize objectsort.cpp by not calculating some things every loop iteration | ||
mod - /trunk/fs2_open/code/object/objectsort.cpp | Diff File | ||
trunk r11132 2014-10-12 22:38 Ported: N/A Details Diff |
according to the C standard... "The functions snprintf() and vsnprintf() write at most size bytes (including the trailing null byte ('\0')) to str." ...so we have that going for us, which is nice |
||
mod - /trunk/fs2_open/code/globalincs/windebug.cpp | Diff File | ||
mod - /trunk/fs2_open/code/network/multi_log.cpp | Diff File | ||
mod - /trunk/fs2_open/code/hud/hudmessage.cpp | Diff File | ||
mod - /trunk/fs2_open/code/graphics/font.cpp | Diff File | ||
trunk r11131 2014-10-12 22:16 Ported: N/A Details Diff |
xt branch: use CLAMP here | ||
mod - /trunk/fs2_open/code/model/modelinterp.cpp | Diff File | ||
trunk r11130 2014-10-12 22:08 Ported: N/A Details Diff |
xt branch: minor tweaks to glow_points | ||
mod - /trunk/fs2_open/code/model/modelread.cpp | Diff File | ||
mod - /trunk/fs2_open/code/model/modelinterp.cpp | Diff File | ||
mod - /trunk/fs2_open/code/model/model.h | Diff File | ||
trunk r11129 2014-10-12 21:55 Ported: N/A Details Diff |
xt branch: optimizations in modelcollide.cpp | ||
mod - /trunk/fs2_open/code/model/modelcollide.cpp | Diff File | ||
trunk r11128 2014-10-12 20:57 Ported: N/A Details Diff |
xt branch: add capability for custom identifiers in build names (e.g. Xt-0314) | ||
mod - /trunk/fs2_open/code/globalincs/version.h | Diff File | ||
mod - /trunk/fs2_open/code/freespace2/freespace.cpp | Diff File | ||
trunk r11127 2014-10-12 20:23 Ported: N/A Details Diff |
xt branch: having a float version of gr_opengl_string makes text scrolling nice and smooth at high nonstandard resolutions (also, looks like quad rendering works just fine here; no need to convert to tris) convert credits.cpp to use float version of gr_opengl_string; eventually Taylor wanted to make the float version standard |
||
mod - /trunk/fs2_open/code/graphics/gropengldraw.cpp | Diff File | ||
mod - /trunk/fs2_open/code/menuui/credits.cpp | Diff File | ||
trunk r11126 2014-10-12 16:14 Ported: N/A Details Diff |
xt branch: optimizations in fvi.cpp |
Affected Issues 0003127 |
|
mod - /trunk/fs2_open/code/math/fvi.cpp | Diff File | ||
trunk r11125 2014-10-12 16:13 Ported: N/A Details Diff |
xt branch: tweaks to vecmat.cpp | ||
mod - /trunk/fs2_open/code/math/vecmat.cpp | Diff File | ||
trunk r11124 2014-10-12 16:13 Ported: N/A Details Diff |
we don't need to cast because mod is a float | ||
mod - /trunk/fs2_open/code/network/multilag.cpp | Diff File | ||
trunk r11123 2014-10-12 00:40 Ported: N/A Details Diff |
xt: sprintf length safety | ||
mod - /trunk/fs2_open/code/globalincs/windebug.cpp | Diff File | ||
mod - /trunk/fs2_open/code/hud/hudmessage.cpp | Diff File | ||
mod - /trunk/fs2_open/code/graphics/font.cpp | Diff File | ||
trunk r11122 2014-10-12 00:10 Ported: N/A Details Diff |
probably good to change the comment too | ||
mod - /trunk/fs2_open/code/physics/physics.cpp | Diff File | ||
trunk r11121 2014-10-12 00:06 Ported: N/A Details Diff |
xt branch: additional optimizations using RAND_MAX_1f | ||
mod - /trunk/fs2_open/code/network/multilag.cpp | Diff File | ||
mod - /trunk/fs2_open/code/math/floating.cpp | Diff File | ||
mod - /trunk/fs2_open/code/menuui/mainhallmenu.cpp | Diff File | ||
mod - /trunk/fs2_open/code/debris/debris.cpp | Diff File | ||
mod - /trunk/fs2_open/code/physics/physics.cpp | Diff File | ||
trunk r11120 2014-10-11 23:49 Ported: N/A Details Diff |
xt branch tweaks | ||
mod - /trunk/fs2_open/code/globalincs/pstypes.h | Diff File | ||
mod - /trunk/fs2_open/code/freespace2/freespace.cpp | Diff File | ||
trunk r11119 2014-10-11 16:18 Ported: N/A Details Diff |
from xt branch: remove unneeded parameters, tweak some assets, minor optimization | ||
mod - /trunk/fs2_open/code/bmpman/bmpman.cpp | Diff File | ||
trunk r11118 2014-10-11 16:02 Ported: N/A Details Diff |
from xt branch: add some hysteresis to asteroid fields to prevent "popping" when an asteroid exceeds the bounds | ||
mod - /trunk/fs2_open/code/asteroid/asteroid.h | Diff File | ||
mod - /trunk/fs2_open/code/mission/missionparse.cpp | Diff File | ||
mod - /trunk/fs2_open/code/asteroid/asteroid.cpp | Diff File | ||
trunk r11117 2014-10-11 15:44 Ported: N/A Details Diff |
this too | ||
mod - /trunk/fs2_open/code/ai/aiturret.cpp | Diff File | ||
trunk r11116 2014-10-11 15:42 Ported: N/A Details Diff |
some turret changes from the XT branch | ||
mod - /trunk/fs2_open/code/ai/aiturret.cpp | Diff File | ||
trunk r11115 2014-10-08 23:21 Ported: N/A Details Diff |
technically, this is better | ||
mod - /trunk/fs2_open/code/parse/sexp.cpp | Diff File | ||
trunk r11114 2014-10-08 23:13 Ported: N/A Details Diff |
better method of appending ellipsis (nb: strncpy pads with 0 if string is shorter than len) | ||
mod - /trunk/fs2_open/code/parse/sexp.cpp | Diff File | ||
trunk r11113 2014-10-08 22:59 Ported: N/A Details Diff |
related to Mantis 0003121, make SEXP parsing more robust, and remove some old debug/unused code in get_sexp_main() |
Affected Issues 0003121 |
|
mod - /trunk/fs2_open/code/parse/sexp.cpp | Diff File | ||
trunk r11112 2014-10-08 11:58 Ported: N/A Details Diff |
Wrong variable type, may work in MSVC but not on clang or gcc. | ||
mod - /trunk/fs2_open/code/parse/lua.cpp | Diff File | ||
trunk r11111 2014-10-07 22:20 Ported: N/A Details Diff |
remove unused debug function | ||
mod - /trunk/fs2_open/code/parse/sexp.cpp | Diff File | ||
trunk r11110 2014-10-07 22:16 Ported: N/A Details Diff |
related to Mantis 0003121, add parentheses if the string passed to runSEXP doesn't have them |
Affected Issues 0003121 |
|
mod - /trunk/fs2_open/code/parse/lua.cpp | Diff File |