Changesets: fs2open

trunk r1949

2005-06-01 05:34

taylor


Ported: N/A

Details Diff
newline fix
mod - /trunk/fs2_open/code/asteroid/asteroid.cpp Diff File

trunk r1948

2005-06-01 05:34

taylor


Ported: N/A

Details Diff
well that previous docking fix wasn't quite enough, this makes sure that code will actually get exec'd
(Goober: might want to double check that this isn't stupid, does appear abort properly though)
mod - /trunk/fs2_open/code/ai/aicode.cpp Diff File

trunk r1947

2005-05-30 19:41

WMCoolmon


Ported: N/A

Details Diff
This should fix redmenace's Assert...I'm not sure why it hasn't been triggering every time a shield is at full strength.
mod - /trunk/fs2_open/code/hud/hudshield.cpp Diff File

trunk r1946

2005-05-30 01:33

taylor


Ported: N/A

Details Diff
if a briefing does have any stages (no text) then don't carry over text from a previous mission
some generic cleanup to V code that isn't a real problem now but could easily have been a memleak
mod - /trunk/fs2_open/code/mission/missionbriefcommon.cpp Diff File
mod - /trunk/fs2_open/code/missionui/missionbrief.cpp Diff File

trunk r1945

2005-05-30 01:31

taylor


Ported: N/A

Details Diff
make sure we don't show various offscreen indicators and info when hud-disabled-except-messages is used
mod - /trunk/fs2_open/code/hud/hud.cpp Diff File
mod - /trunk/fs2_open/code/hud/hudtarget.cpp Diff File

trunk r1944

2005-05-30 01:30

taylor


Ported: N/A

Details Diff
make sure we stop mission in the redalert case too
mod - /trunk/fs2_open/code/freespace2/freespace.cpp Diff File

trunk r1943

2005-05-30 01:29

taylor


Ported: N/A

Details Diff
as soon as the first frame gets released the rest are unreachable in the loop
this was basically became a memory leak as additional frames never got released
mod - /trunk/fs2_open/code/bmpman/bmpman.cpp Diff File

trunk r1942

2005-05-30 01:27

taylor


Ported: N/A

Details Diff
me is a moron, this broke audio streaming
mod - /trunk/fs2_open/code/windows_stub/config.h Diff File

trunk r1941

2005-05-30 00:38

Goober5000


Ported: N/A

Details Diff
Taylor's the real SCP leader; I just play one on the Internet
--Goober5000
mod - /trunk/fs2_open/code/ai/aicode.cpp Diff File

trunk r1940

2005-05-28 15:44

taylor


Ported: N/A

Details Diff
haven't got a clue what I was thinking with that crap
mod - /trunk/fs2_open/code/windows_stub/stubs.cpp Diff File

trunk r1939

2005-05-28 15:43

taylor


Ported: N/A

Details Diff
debug message fixing
a little bit of code clarity
mod - /trunk/fs2_open/code/sound/audiostr-openal.cpp Diff File
mod - /trunk/fs2_open/code/sound/audiostr.cpp Diff File

trunk r1938

2005-05-28 15:41

taylor


Ported: N/A

Details Diff
add a NULL check to model_get() for better error detection over an outright CTD
mod - /trunk/fs2_open/code/model/modelread.cpp Diff File

trunk r1937

2005-05-28 15:40

taylor


Ported: N/A

Details Diff
fix ani corruption detection so that certain streaming anis don't hit it (check was wrong anyway)
mod - /trunk/fs2_open/code/anim/animplay.cpp Diff File

trunk r1936

2005-05-26 23:37

Goober5000


Ported: N/A

Details Diff
moved some prototypes that WMC put in the header file back to the implementation file
--Goober5000
mod - /trunk/fs2_open/code/object/objectdock.cpp Diff File
mod - /trunk/fs2_open/code/object/objectdock.h Diff File

trunk r1935

2005-05-26 23:36

Goober5000


Ported: N/A

Details Diff
hmm, rolled back to 2.3
--Goober5000
mod - /trunk/fs2_open/code/object/objectdock.h Diff File

trunk r1934

2005-05-26 22:37

Goober5000


Ported: N/A

Details Diff
removed some old unnecessary prototypes WMC had added
--Goober5000
mod - /trunk/fs2_open/code/object/objectdock.h Diff File

trunk r1933

2005-05-26 16:59

tbird


Ported: N/A

Details Diff
no message
add - /trunk/fs2_open/projects/MSVC_7/code.vcproj File

trunk r1932

2005-05-26 16:59

tbird


Ported: N/A

Details Diff
no message
add - /trunk/fs2_open/projects/MSVC_7/Freespace2.vcproj File
rm - /trunk/fs2_open/projects/MSVC_7/code.vcproj File

trunk r1931

2005-05-26 16:57

tbird


Ported: N/A

Details Diff
Removed due to problems with getting the correct file in place
rm - /trunk/fs2_open/projects/MSVC_7/Freespace2.vcproj File

trunk r1930

2005-05-26 16:56

tbird


Ported: N/A

Details Diff
Updated based on VC6 projects
mod - /trunk/fs2_open/projects/MSVC_7/Freespace2.sln Diff File
add - /trunk/fs2_open/projects/MSVC_7/libjpeg.vcproj File
add - /trunk/fs2_open/projects/MSVC_7/wxFRED2.vcproj File

trunk r1929

2005-05-26 05:21

taylor


Ported: N/A

Details Diff
forgot to take into account F1_0 on timer_get_fixed_seconds(), remove those stupid CRs too
mod - /trunk/fs2_open/code/io/timer.cpp Diff File

trunk r1928

2005-05-26 01:07

Goober5000


Ported: N/A

Details Diff
some bracket happiness, plus fixed the traning message version of the crazy semicolon bug
(thanks to taylor for fixing the regular message version)
--Goober500
mod - /trunk/fs2_open/code/mission/missionmessage.cpp Diff File
mod - /trunk/fs2_open/code/mission/missiontraining.cpp Diff File

trunk r1927

2005-05-26 00:32

taylor


Ported: N/A

Details Diff
the Loki extensions are Linux only so don't even bother checking under Windows, the
new spec has a cross-platform way of getting the same thing so this isn't a big deal
mod - /trunk/fs2_open/code/sound/ds.cpp Diff File

trunk r1926

2005-05-26 00:30

taylor


Ported: N/A

Details Diff
don't page out textures in ship_delete() since it causes some slowdown which can make
the explosion effects skip/stutter
mod - /trunk/fs2_open/code/ship/ship.cpp Diff File

trunk r1925

2005-05-26 00:29

taylor


Ported: N/A

Details Diff
those crazy semi-colons
mod - /trunk/fs2_open/code/mission/missionmessage.cpp Diff File
 First  Prev  1 2 3 ... 40 ... 80 ... 120 ... 160 ... 200 ... 240 ... 280 ... 320 ... 359 360 361 362 363 364 365 ... 400 ... 437 438 439  Next  Last