Changesets: fs2open

trunk r7976

2011-11-12 01:59

Zacam


Ported: N/A

Details Diff
Might as well include the missing inttypes.h file as well, just in case we ever come around to needing to use it, sine it's another file that MSVC doesn't ship with as part of it's C99 support.
add - /trunk/fs2_open/code/globalincs/inttypes.h File

antipodes r7975

2011-11-12 01:47

Zacam


Ported: N/A

Details Diff
Trunk Sync r7974
add - /branches/antipodes/code/globalincs/stdint.h File
mod - /branches/antipodes/code/mission/missionparse.cpp Diff File
mod - /branches/antipodes/code/mission/missionparse.h Diff File
mod - /branches/antipodes/code/parse/sexp.cpp Diff File

trunk r7974

2011-11-12 01:45

Zacam


Ported: N/A

Details Diff
As per commit message r7963, uint64_t is not supported on MSVC out of the box. This is because stdint.h is not shipped with MSVC, so <include>ing it doesn't do any good when it doesn't exist. Since stdint.h can be distributed without modification, it is now in globalincs and the include is ifdef'd to MSVC to use the globalincs version, all other platforms will use the C++ ISO standard library version.
add - /trunk/fs2_open/code/globalincs/stdint.h File
mod - /trunk/fs2_open/code/parse/sexp.cpp Diff File

trunk r7973

2011-11-10 08:46

Echelon9


Ported: N/A

Details Diff
Documentation: More code cleanup of missionparse.cpp and missionparse.h
mod - /trunk/fs2_open/code/mission/missionparse.cpp Diff File
mod - /trunk/fs2_open/code/mission/missionparse.h Diff File

trunk r7972

2011-11-10 08:21

Echelon9


Ported: N/A

Details Diff
Documentation: Code cleanup of missionparse.cpp
mod - /trunk/fs2_open/code/mission/missionparse.cpp Diff File

trunk r7971

2011-11-10 07:21

Echelon9


Ported: N/A

Details Diff
Fix Mantis 2343: Assert on arriving from destroyed ship
mod - /trunk/fs2_open/code/mission/missionparse.cpp Diff File

antipodes r7970

2011-11-10 07:01

Zacam


Ported: N/A

Details Diff
Trunk Sync r7969
mod - /branches/antipodes/code/anim/animplay.cpp Diff File
mod - /branches/antipodes/code/bmpman/bmpman.cpp Diff File
mod - /branches/antipodes/code/graphics/gropengltexture.cpp Diff File
mod - /branches/antipodes/code/graphics/gropengltexture.h Diff File
mod - /branches/antipodes/code/mission/missioncampaign.cpp Diff File
mod - /branches/antipodes/code/model/model.h Diff File
mod - /branches/antipodes/code/object/collideshipship.cpp Diff File
mod - /branches/antipodes/code/parse/sexp.cpp Diff File
mod - /branches/antipodes/code/ship/ship.cpp Diff File
mod - /branches/antipodes/code/ship/ship.h Diff File
mod - /branches/antipodes/code/starfield/starfield.cpp Diff File

trunk r7969

2011-11-09 13:24

Sushi


Ported: N/A

Details Diff
Add workaround so that AI landings consistently work
mod - /trunk/fs2_open/code/object/collideshipship.cpp Diff File

trunk r7968

2011-11-09 09:21

Echelon9


Ported: N/A

Details Diff
Documentation: General
mod - /trunk/fs2_open/code/model/model.h Diff File
mod - /trunk/fs2_open/code/ship/ship.h Diff File
mod - /trunk/fs2_open/code/starfield/starfield.cpp Diff File

trunk r7967

2011-11-09 09:01

Echelon9


Ported: N/A

Details Diff
Mantis 2537: Help track down a memory leak problem
mod - /trunk/fs2_open/code/anim/animplay.cpp Diff File

trunk r7966

2011-11-09 08:38

Echelon9


Ported: N/A

Details Diff
Fix Mantis 2539: Valgrind: Memory leak - parse_ship_values(ship_info*, bool, bool, bool)
mod - /trunk/fs2_open/code/ship/ship.cpp Diff File

trunk r7965

2011-11-09 07:48

Echelon9


Ported: N/A

Details Diff
Documentation: Code cleanup of missioncampaign.cpp
mod - /trunk/fs2_open/code/mission/missioncampaign.cpp Diff File

trunk r7964

2011-11-09 07:12

Echelon9


Ported: N/A

Details Diff
Documentation: Code cleanup in graphics/bmpman
mod - /trunk/fs2_open/code/bmpman/bmpman.cpp Diff File
mod - /trunk/fs2_open/code/graphics/gropengltexture.cpp Diff File
mod - /trunk/fs2_open/code/graphics/gropengltexture.h Diff File

trunk r7963

2011-11-09 04:36

The_E


Ported: N/A

Details Diff
uint64_t is not supported out of the box on MSVC.
mod - /trunk/fs2_open/code/parse/sexp.cpp Diff File

trunk r7962

2011-11-09 04:25

The_E


Ported: N/A

Details Diff
Fix for Mantis 2533 from Eli2: Integer overflow in mission-time-msecs
mod - /trunk/fs2_open/code/parse/sexp.cpp Diff File

antipodes r7961

2011-11-07 23:53

Zacam


Ported: N/A

Details Diff
Trunk Sync r7960
mod - /branches/antipodes/code/ai/ai_profiles.cpp Diff File
mod - /branches/antipodes/code/ai/ai_profiles.h Diff File
mod - /branches/antipodes/code/fireball/fireballs.cpp Diff File
mod - /branches/antipodes/code/fireball/fireballs.h Diff File
mod - /branches/antipodes/code/freespace2/freespace.cpp Diff File
mod - /branches/antipodes/code/globalincs/def_files.cpp Diff File
mod - /branches/antipodes/code/graphics/gropengltnl.cpp Diff File
mod - /branches/antipodes/code/model/modelread.cpp Diff File
mod - /branches/antipodes/code/object/object.cpp Diff File
mod - /branches/antipodes/code/ship/ship.cpp Diff File
mod - /branches/antipodes/configure.ac Diff File

trunk r7960

2011-11-07 23:48

Zacam


Ported: N/A

Details Diff
Originally spotted by zookeeper: "$gun_rotation:" should be set to "!= NULL" like the other entries around it.
mod - /trunk/fs2_open/code/model/modelread.cpp Diff File

trunk r7959

2011-11-07 15:58

Sushi


Ported: N/A

Details Diff
Oops, committed the wrong version of the player autoaim patch
mod - /trunk/fs2_open/code/ai/ai_profiles.cpp Diff File

trunk r7958

2011-11-07 04:26

The_E


Ported: N/A

Details Diff
Reverting the texture cache stuff due to issues with some models
mod - /trunk/fs2_open/code/graphics/gropengltnl.cpp Diff File

trunk r7957

2011-11-06 22:32

niffiwan


Ported: N/A

Details Diff
Linux: remove -g (debug symbols) flag from release builds & switch optimisations from -Os -to -O2
mod - /trunk/fs2_open/configure.ac Diff File

trunk r7956

2011-11-06 07:46

Sushi


Ported: N/A

Details Diff
Add "$Player Autoaim FOV:" to AI Profiles (optionally allows autoaim only for the player on a per-difficulty-level basis)
mod - /trunk/fs2_open/code/ai/ai_profiles.cpp Diff File
mod - /trunk/fs2_open/code/ai/ai_profiles.h Diff File
mod - /trunk/fs2_open/code/globalincs/def_files.cpp Diff File
mod - /trunk/fs2_open/code/ship/ship.cpp Diff File

trunk r7955

2011-11-06 07:14

Echelon9


Ported: N/A

Details Diff
Documentation: General code cleanup of fireballs.cpp
mod - /trunk/fs2_open/code/fireball/fireballs.cpp Diff File
mod - /trunk/fs2_open/code/fireball/fireballs.h Diff File
mod - /trunk/fs2_open/code/freespace2/freespace.cpp Diff File
mod - /trunk/fs2_open/code/object/object.cpp Diff File

trunk r7954

2011-11-06 06:25

Echelon9


Ported: N/A

Details Diff
Documentation: Code cleanup in modelread.cpp
mod - /trunk/fs2_open/code/model/modelread.cpp Diff File

antipodes r7953

2011-11-06 00:33

Zacam


Ported: N/A

Details Diff
Trunk Sync r7952
mod - /branches/antipodes/code/graphics/gropengltnl.cpp Diff File
mod - /branches/antipodes/code/math/fix.h Diff File
mod - /branches/antipodes/code/parse/sexp.cpp Diff File
mod - /branches/antipodes/code/sound/sound.h Diff File

trunk r7952

2011-11-05 15:52

The_E


Ported: N/A

Details Diff
Eep, missed a "!"
mod - /trunk/fs2_open/code/graphics/gropengltnl.cpp Diff File
 First  Prev  1 2 3 ... 40 ... 80 ... 118 119 120 121 122 123 124 ... 160 ... 200 ... 240 ... 280 ... 320 ... 360 ... 400 ... 437 438 439  Next  Last