Changesets: fs2open
trunk r1924
Timestamp: 2005-05-26 00:28:45 Author: taylor Ported: N/A [ Details ] [ Diff ] |
if we switch to a pilot who has a campaign that isn't available then abort the read and deselect all pilots, should prevent data loss or crashes due to the missing safety check |
||
mod - /trunk/fs2_open/code/menuui/barracks.cpp | [ Diff ] [ File ] | ||
trunk r1923
Timestamp: 2005-05-26 00:27:11 Author: taylor Ported: N/A [ Details ] [ Diff ] |
timer changes to fix game_busy() on the loading screen and 100% incorrect values on some machines, don't know if this is going to work that great but it's more like the Linux SDL code now which has worked for years without major problems |
||
mod - /trunk/fs2_open/code/globalincs/systemvars.cpp | [ Diff ] [ File ] | ||
mod - /trunk/fs2_open/code/io/timer.cpp | [ Diff ] [ File ] | ||
trunk r1922
Timestamp: 2005-05-24 16:55:21 Author: taylor Ported: N/A [ Details ] [ Diff ] |
make sure batch rendering of lasers happens after fog is disabled in nebula missions |
||
mod - /trunk/fs2_open/code/object/objectsort.cpp | [ Diff ] [ File ] | ||
trunk r1921
Timestamp: 2005-05-24 16:54:06 Author: taylor Ported: N/A [ Details ] [ Diff ] |
couple of extra checks to make sure that we can't enter the barracks or the techroom if the currently selected campaign isn't available, fixes several pilot crash bugs |
||
mod - /trunk/fs2_open/code/menuui/mainhallmenu.cpp | [ Diff ] [ File ] | ||
trunk r1920
Timestamp: 2005-05-24 16:52:10 Author: taylor Ported: N/A [ Details ] [ Diff ] |
make sure that we recursively create directories for Linux/OSX replace older recursive mkdir method in cfileextractor with new method |
||
mod - /trunk/fs2_open/code/cfileextractor/cfileextractor.cpp | [ Diff ] [ File ] | ||
mod - /trunk/fs2_open/code/windows_stub/stubs.cpp | [ Diff ] [ File ] | ||
trunk r1919
Timestamp: 2005-05-24 03:05:49 Author: WMCoolmon Ported: N/A [ Details ] [ Diff ] |
Commented out -fixbugs and -nocrash in preparation for 3.6.7 |
||
mod - /trunk/fs2_open/code/cmdline/cmdline.cpp | [ Diff ] [ File ] | ||
trunk r1918
Timestamp: 2005-05-23 23:13:36 Author: taylor Ported: N/A [ Details ] [ Diff ] |
extra check to make sure that RLE reading never goes over frame size in new ANI formats |
||
mod - /trunk/fs2_open/code/anim/packunpack.cpp | [ Diff ] [ File ] | ||
trunk r1917
Timestamp: 2005-05-23 23:12:27 Author: taylor Ported: N/A [ Details ] [ Diff ] |
get command sanity check right, fixes lowercase on extract too |
||
mod - /trunk/fs2_open/code/cfileextractor/cfileextractor.cpp | [ Diff ] [ File ] | ||
trunk r1916
Timestamp: 2005-05-23 23:11:38 Author: taylor Ported: N/A [ Details ] [ Diff ] |
an extra bounds check in sound.cpp fix audiostr error when filename is !NULL but 0 in len might hit on SDL debug code |
||
mod - /trunk/fs2_open/code/sound/audiostr-openal.cpp | [ Diff ] [ File ] | ||
mod - /trunk/fs2_open/code/sound/sound.cpp | [ Diff ] [ File ] | ||
trunk r1915
Timestamp: 2005-05-23 01:58:31 Author: taylor Ported: N/A [ Details ] [ Diff ] |
quick catch for some corrupted anis, only a partial fix but it will do until something a bit more heavy duty comes along in the near future |
||
mod - /trunk/fs2_open/code/anim/animplay.cpp | [ Diff ] [ File ] | ||
mod - /trunk/fs2_open/code/anim/packunpack.cpp | [ Diff ] [ File ] | ||
trunk r1914
Timestamp: 2005-05-23 01:56:26 Author: taylor Ported: N/A [ Details ] [ Diff ] |
Jens, again: - compiler warning fixes - sanity and readability fixes for bmpman |
||
mod - /trunk/fs2_open/code/bmpman/bmpman.cpp | [ Diff ] [ File ] | ||
mod - /trunk/fs2_open/code/graphics/gropengllight.cpp | [ Diff ] [ File ] | ||
trunk r1913
Timestamp: 2005-05-23 01:55:13 Author: taylor Ported: N/A [ Details ] [ Diff ] |
more from Jens... - make sure that a frame number doesn't get carried over to non-animated weapon glows - move the line splitting code in missiontraining.cpp so that we don't have to worry about EOS chars |
||
mod - /trunk/fs2_open/code/mission/missiontraining.cpp | [ Diff ] [ File ] | ||
mod - /trunk/fs2_open/code/weapon/weapons.cpp | [ Diff ] [ File ] | ||
trunk r1912
Timestamp: 2005-05-23 00:58:43 Author: phreak Ported: N/A [ Details ] [ Diff ] |
fix out of bounds error |
||
mod - /trunk/fs2_open/code/sound/sound.cpp | [ Diff ] [ File ] | ||
trunk r1911
Timestamp: 2005-05-22 18:47:19 Author: phreak Ported: N/A [ Details ] [ Diff ] |
compile warning fixage. |
||
mod - /trunk/fs2_open/code/fireball/warpineffect.cpp | [ Diff ] [ File ] | ||
trunk r1910
Timestamp: 2005-05-18 10:03:27 Author: taylor Ported: N/A [ Details ] [ Diff ] |
a medals crash fix that isn't influenced by the evil Java empire (Jens Granseuer) |
||
mod - /trunk/fs2_open/code/stats/medals.cpp | [ Diff ] [ File ] | ||
mod - /trunk/fs2_open/code/stats/medals.h | [ Diff ] [ File ] | ||
trunk r1909
Timestamp: 2005-05-18 10:01:31 Author: taylor Ported: N/A [ Details ] [ Diff ] |
some basic Polish language support from the icculus.org version (Janusz Dziemidowicz) |
||
mod - /trunk/fs2_open/code/localization/localize.cpp | [ Diff ] [ File ] | ||
mod - /trunk/fs2_open/code/localization/localize.h | [ Diff ] [ File ] | ||
trunk r1908
Timestamp: 2005-05-17 21:57:54 Author: taylor Ported: N/A [ Details ] [ Diff ] |
a few help text adjustments and fix some compiler warnings |
||
mod - /trunk/fs2_open/code/cfileextractor/cfileextractor.cpp | [ Diff ] [ File ] | ||
trunk r1907
Timestamp: 2005-05-17 17:00:57 Author: taylor Ported: N/A [ Details ] [ Diff ] |
Initial import of cfileextractor, still needs some work but does what it needs to |
||
add - /trunk/fs2_open/code/cfileextractor | [ File ] | ||
add - /trunk/fs2_open/code/cfileextractor/cfileextractor.cpp | [ File ] | ||
trunk r1906
Timestamp: 2005-05-17 16:59:23 Author: taylor Ported: N/A [ Details ] [ Diff ] |
add building for cfileextractor |
||
mod - /trunk/fs2_open/Makefile.am | [ Diff ] [ File ] | ||
trunk r1905
Timestamp: 2005-05-17 16:58:46 Author: taylor Ported: N/A [ Details ] [ Diff ] |
more autogen goodness from Jens - remove old/unneeded checks (ie. we don't use libtool so don't check for it) - use --foreign rather than --gnu on automake so we can get rid of things like NEWS, etc. |
||
mod - /trunk/fs2_open/autogen.sh | [ Diff ] [ File ] | ||
trunk r1904
Timestamp: 2005-05-17 16:57:05 Author: taylor Ported: N/A [ Details ] [ Diff ] |
more missed stuff from the vm_* macro change (thanks Alpha0) |
||
mod - /trunk/fs2_open/code/graphics/grbatch.cpp | [ Diff ] [ File ] | ||
mod - /trunk/fs2_open/code/mission/missionmessage.cpp | [ Diff ] [ File ] | ||
mod - /trunk/fs2_open/configure.ac | [ Diff ] [ File ] | ||
trunk r1903
Timestamp: 2005-05-16 11:40:43 Author: phreak Ported: N/A [ Details ] [ Diff ] |
reverted a tagged only commit, it wasn't needed |
||
mod - /trunk/fs2_open/code/ai/aiturret.cpp | [ Diff ] [ File ] | ||
trunk r1902
Timestamp: 2005-05-15 17:40:31 Author: phreak Ported: N/A [ Details ] [ Diff ] |
custom loading screen fixage. |
||
mod - /trunk/fs2_open/code/freespace2/freespace.cpp | [ Diff ] [ File ] | ||
trunk r1901
Timestamp: 2005-05-15 02:47:57 Author: taylor Ported: N/A [ Details ] [ Diff ] |
don't let the ogg callbacks close the file handle on us, let us do it ourselves to keep things straight |
||
mod - /trunk/fs2_open/code/sound/audiostr-openal.cpp | [ Diff ] [ File ] | ||
mod - /trunk/fs2_open/code/sound/audiostr.cpp | [ Diff ] [ File ] | ||
mod - /trunk/fs2_open/code/sound/ogg/ogg.cpp | [ Diff ] [ File ] | ||
mod - /trunk/fs2_open/code/sound/sound.cpp | [ Diff ] [ File ] | ||
trunk r1900
Timestamp: 2005-05-14 17:48:22 Author: phreak Ported: N/A [ Details ] [ Diff ] |
another tagged only turret fix |
||
mod - /trunk/fs2_open/code/ai/aiturret.cpp | [ Diff ] [ File ] | ||