Changesets: fs2open

trunk r2324

2005-10-16 20:02

WMCoolmon


Ported: N/A

Details Diff
CFile stuff
mod - /trunk/fs2_open/code/sound/audiostr-openal.cpp Diff File

trunk r2323

2005-10-16 19:31

WMCoolmon


Ported: N/A

Details Diff
Updated & fixed project files
mod - /trunk/fs2_open/projects/MSVC_7/Freespace2.sln Diff File
mod - /trunk/fs2_open/projects/MSVC_7/Freespace2.vcproj Diff File
mod - /trunk/fs2_open/projects/MSVC_7/code.vcproj Diff File
mod - /trunk/fs2_open/projects/MSVC_7/libjpeg.vcproj Diff File
mod - /trunk/fs2_open/projects/MSVC_7/wxFRED2.vcproj Diff File

trunk r2322

2005-10-16 19:15

WMCoolmon


Ported: N/A

Details Diff
Hardened cfile against array overflows
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/cfile/cfilesystem.h Diff File
mod - /trunk/fs2_open/code/cutscene/movie.cpp Diff File
mod - /trunk/fs2_open/code/localization/localize.cpp Diff File
mod - /trunk/fs2_open/code/localization/localize.h Diff File
mod - /trunk/fs2_open/code/menuui/techmenu.cpp Diff File
mod - /trunk/fs2_open/code/sound/audiostr.cpp Diff File

trunk r2321

2005-10-16 19:15

WMCoolmon


Ported: N/A

Details Diff
Small fix for amor code
mod - /trunk/fs2_open/code/ship/ship.cpp Diff File

trunk r2320

2005-10-16 14:54

Goober5000


Ported: N/A

Details Diff
I need to bone up on my bulletproofing
--Goober5000
mod - /trunk/fs2_open/code/ship/ship.cpp Diff File

trunk r2319

2005-10-16 07:20

taylor


Ported: N/A

Details Diff
use unsigned index buffers
mod - /trunk/fs2_open/code/graphics/2d.cpp Diff File
mod - /trunk/fs2_open/code/graphics/2d.h Diff File
mod - /trunk/fs2_open/code/graphics/grd3d.cpp Diff File
mod - /trunk/fs2_open/code/graphics/grd3d.h Diff File
mod - /trunk/fs2_open/code/graphics/gropengltnl.cpp Diff File
mod - /trunk/fs2_open/code/graphics/gropengltnl.h Diff File
mod - /trunk/fs2_open/code/graphics/grstub.h Diff File
mod - /trunk/fs2_open/code/model/modelinterp.cpp Diff File
mod - /trunk/fs2_open/code/starfield/starfield.cpp Diff File

trunk r2318

2005-10-16 07:19

taylor


Ported: N/A

Details Diff
(NULL != (int)0); the size and type of NULL is platform and implementation dependant and should only be used for pointers!
fix naughty bug that would set the flyby sound filenames to NULL
mod - /trunk/fs2_open/code/gamesnd/gamesnd.cpp Diff File

trunk r2317

2005-10-16 06:12

taylor


Ported: N/A

Details Diff
clean up a couple of things
mod - /trunk/fs2_open/code/parse/sexp.cpp Diff File

trunk r2316

2005-10-15 20:32

Goober5000


Ported: N/A

Details Diff
ship-create now generates a default name if you specify "<none>" for the ship name
--Goober5000
mod - /trunk/fs2_open/code/parse/sexp.cpp Diff File

trunk r2315

2005-10-15 16:53

taylor


Ported: N/A

Details Diff
properly handle cases where bm_make_render_target() might have failed
mod - /trunk/fs2_open/code/freespace2/freespace.cpp Diff File
mod - /trunk/fs2_open/code/graphics/2d.cpp Diff File

trunk r2314

2005-10-15 16:42

taylor


Ported: N/A

Details Diff
make sure that bm_make_render_target will handle failure
mod - /trunk/fs2_open/code/bmpman/bmpman.cpp Diff File

trunk r2313

2005-10-15 16:28

taylor


Ported: N/A

Details Diff
add error message in case the number of verts on a submodel is in excess of SHRT_MAX
mod - /trunk/fs2_open/code/model/modelinterp.cpp Diff File

trunk r2312

2005-10-15 16:27

taylor


Ported: N/A

Details Diff
make some code a bit more readable
speed up index buffer generation just a tad (maybe 1/3rd)
mod - /trunk/fs2_open/code/graphics/2d.cpp Diff File

trunk r2311

2005-10-14 05:29

Goober5000


Ported: N/A

Details Diff
add weapon-create sexp
--Goober5000
mod - /trunk/fs2_open/code/parse/sexp.cpp Diff File
mod - /trunk/fs2_open/code/parse/sexp.h Diff File

trunk r2310

2005-10-14 03:22

Goober5000


Ported: N/A

Details Diff
removed an unneeded parameter and renamed some stuff
--Goober5000
mod - /trunk/fs2_open/code/ai/aiturret.cpp Diff File
mod - /trunk/fs2_open/code/hud/hudartillery.cpp Diff File
mod - /trunk/fs2_open/code/network/multimsgs.cpp Diff File
mod - /trunk/fs2_open/code/ship/ship.cpp Diff File
mod - /trunk/fs2_open/code/weapon/weapon.h Diff File
mod - /trunk/fs2_open/code/weapon/weapons.cpp Diff File

trunk r2309

2005-10-14 03:06

Goober5000


Ported: N/A

Details Diff
stuff for WMC: fix sexp description and three warnings; plus add some
bulletproofing to name-specified ship_create
--Goober5000
mod - /trunk/fs2_open/code/parse/sexp.cpp Diff File
mod - /trunk/fs2_open/code/ship/ship.cpp Diff File

trunk r2308

2005-10-13 22:13

WMCoolmon


Ported: N/A

Details Diff
armor.tbl work
mod - /trunk/fs2_open/code/ship/ship.cpp Diff File

trunk r2307

2005-10-13 19:23

WMCoolmon


Ported: N/A

Details Diff
Make ship_create not return a value
mod - /trunk/fs2_open/code/parse/sexp.cpp Diff File

trunk r2306

2005-10-13 14:47

WMCoolmon


Ported: N/A

Details Diff
Fixage for ship_create
mod - /trunk/fs2_open/code/ship/ship.cpp Diff File

trunk r2305

2005-10-12 01:45

taylor


Ported: N/A

Details Diff
new timer code that shouldn't suffer from multi-cpu (or dual core) systems
clean out all old Windows timer code since that was just a mess at this point
mod - /trunk/fs2_open/code/io/timer.cpp Diff File

trunk r2304

2005-10-12 01:43

taylor


Ported: N/A

Details Diff
temporary cmdline option, -y_bug_fix, to switch between original code (default) and previous attempt at the Y-bug fix
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/hud/hudtarget.cpp Diff File

trunk r2303

2005-10-11 08:24

taylor


Ported: N/A

Details Diff
little cleaner since the two sets weren't needed
mod - /trunk/fs2_open/code/asteroid/asteroid.cpp Diff File

trunk r2302

2005-10-11 04:30

taylor


Ported: N/A

Details Diff
fix memory freakage from dynamic spawn weapon types
mod - /trunk/fs2_open/code/freespace2/freespace.cpp Diff File
mod - /trunk/fs2_open/code/globalincs/pstypes.h Diff File
mod - /trunk/fs2_open/code/globalincs/windebug.cpp Diff File
mod - /trunk/fs2_open/code/weapon/weapon.h Diff File
mod - /trunk/fs2_open/code/weapon/weapons.cpp Diff File
mod - /trunk/fs2_open/code/windows_stub/stubs.cpp Diff File

trunk r2301

2005-10-11 03:43

WMCoolmon


Ported: N/A

Details Diff
Topdown updates
mod - /trunk/fs2_open/code/freespace2/freespace.cpp Diff File
mod - /trunk/fs2_open/code/io/keycontrol.cpp Diff File
mod - /trunk/fs2_open/code/ship/ship.cpp Diff File
mod - /trunk/fs2_open/code/ship/ship.h Diff File

trunk r2300

2005-10-11 01:24

WMCoolmon


Ported: N/A

Details Diff
Gliding
mod - /trunk/fs2_open/code/controlconfig/controlsconfig.h Diff File
mod - /trunk/fs2_open/code/controlconfig/controlsconfigcommon.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/object/object.h 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/ship/ship.cpp Diff File
mod - /trunk/fs2_open/code/ship/ship.h Diff File
 First  Prev  1 2 3 ... 40 ... 80 ... 120 ... 160 ... 200 ... 240 ... 280 ... 320 ... 344 345 346 347 348 349 350 ... 360 ... 400 ... 437 438 439  Next  Last