3883 Commits

Author SHA1 Message Date
avolkov ab348cc7f2 added newline at end of file to get rid of warning
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1942 8092fc87-c524-0410-9efc-e669fe64eaf9
2005-11-02 23:59:46 +00:00
meep-eep 49a3707dd3 Fix comm slider when using Tremor (bug #785).
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1941 8092fc87-c524-0410-9efc-e669fe64eaf9
2005-11-01 13:00:09 +00:00
meep-eep 5d10765ab6 Support for Tremor for Ogg Vorbis decoding.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1940 8092fc87-c524-0410-9efc-e669fe64eaf9
2005-11-01 03:20:07 +00:00
meep-eep 5ad8fd07ca Error handling for when MENU_<menu>_ITEM_<item>_TYPE is not defined.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1939 8092fc87-c524-0410-9efc-e669fe64eaf9
2005-11-01 02:25:53 +00:00
avolkov 8773de0572 Allow setting --scale=none option from cmdline to override the saved config
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1938 8092fc87-c524-0410-9efc-e669fe64eaf9
2005-10-31 19:26:15 +00:00
avolkov 3bbf980303 Unnecessary #include removed
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1937 8092fc87-c524-0410-9efc-e669fe64eaf9
2005-10-31 19:15:37 +00:00
avolkov 5ec556acea bug #772
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1936 8092fc87-c524-0410-9efc-e669fe64eaf9
2005-10-31 16:57:00 +00:00
avolkov 3336e61318 Partial fix for bug #772; dropping strobe rate from unrealistic 60fps
to a human 15fps; code cleanup and strobe length independent from rate.

The rate used to be determined by SleepThread(1) which really meant
"as fast as possible" (the '1' got converted to 'ONE_SECOND/120' during
the ONE_SECOND patches). The "possible" part is not the same it was
11 years ago ;). The new 15fps rate was determined experimentally --
adjust as needed.


git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1935 8092fc87-c524-0410-9efc-e669fe64eaf9
2005-10-31 16:29:42 +00:00
avolkov eb0e2e6839 Handle immediate color xforms correctly for ambient_anim_task (fix for bug #772)
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1934 8092fc87-c524-0410-9efc-e669fe64eaf9
2005-10-31 16:17:52 +00:00
avolkov 9ffaf70f36 bug #752
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1933 8092fc87-c524-0410-9efc-e669fe64eaf9
2005-10-31 15:37:34 +00:00
avolkov 2884b11542 Game-state file I/O is now entirely in memory instead of temp files
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1932 8092fc87-c524-0410-9efc-e669fe64eaf9
2005-10-31 14:06:48 +00:00
avolkov 85237d4b05 Version hump due to significant changes
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1931 8092fc87-c524-0410-9efc-e669fe64eaf9
2005-10-27 23:28:43 +00:00
avolkov 3aedeadc93 Scaler flags housekeeping
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1930 8092fc87-c524-0410-9efc-e669fe64eaf9
2005-10-26 07:30:38 +00:00
avolkov 95f9ce0df7 Scaler flags housekeeping
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1929 8092fc87-c524-0410-9efc-e669fe64eaf9
2005-10-26 07:22:36 +00:00
avolkov fa14ca7f75 Ensure that scaler cmdline options override the saved config
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1928 8092fc87-c524-0410-9efc-e669fe64eaf9
2005-10-26 07:20:33 +00:00
avolkov 065bd536ca uqmdebug.c is already included in all builds anyway
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1927 8092fc87-c524-0410-9efc-e669fe64eaf9
2005-10-26 04:04:54 +00:00
avolkov 3930f1c1aa Allow forcing the support for Debug key is any build; plus removed obsolete comment
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1926 8092fc87-c524-0410-9efc-e669fe64eaf9
2005-10-26 04:03:12 +00:00
avolkov fcc9c2a447 Allow forcing the support for Debug key is any build
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1925 8092fc87-c524-0410-9efc-e669fe64eaf9
2005-10-26 04:00:40 +00:00
avolkov 0d16bc3e99 obsoleted cygwin hack removed
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1924 8092fc87-c524-0410-9efc-e669fe64eaf9
2005-10-26 00:57:05 +00:00
meep-eep 6c08bf462b Better system build flags handling.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1923 8092fc87-c524-0410-9efc-e669fe64eaf9
2005-10-25 15:38:28 +00:00
meep-eep eebed92d12 updated
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1922 8092fc87-c524-0410-9efc-e669fe64eaf9
2005-10-25 11:25:49 +00:00
meep-eep 4d95b7b771 Separate config files for MinGW/Cygwin.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1921 8092fc87-c524-0410-9efc-e669fe64eaf9
2005-10-25 10:52:10 +00:00
avolkov 6effc2b53e bug #783
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1920 8092fc87-c524-0410-9efc-e669fe64eaf9
2005-10-25 01:43:10 +00:00
avolkov c5af25c051 typo fix
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1919 8092fc87-c524-0410-9efc-e669fe64eaf9
2005-10-25 01:42:05 +00:00
avolkov 6d5f784acf bug 781
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1918 8092fc87-c524-0410-9efc-e669fe64eaf9
2005-10-25 01:32:52 +00:00
avolkov 114fb29f34 grammar correction
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1917 8092fc87-c524-0410-9efc-e669fe64eaf9
2005-10-25 01:30:12 +00:00
mcmartin 6f15482824 Setup Menu changes now persist across runs
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1916 8092fc87-c524-0410-9efc-e669fe64eaf9
2005-10-24 15:04:01 +00:00
mcmartin a641d5fa1a Resolved a resource name ambiguity between Yehat and Druuge cannons.
The resulting .shp files do not change.


git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1915 8092fc87-c524-0410-9efc-e669fe64eaf9
2005-10-24 07:35:33 +00:00
avolkov 72d331204c updated
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1914 8092fc87-c524-0410-9efc-e669fe64eaf9
2005-10-21 01:20:49 +00:00
avolkov ae9764aa15 Added fullscreen option to setup menu; fixed OpenGL menu comment
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1913 8092fc87-c524-0410-9efc-e669fe64eaf9
2005-10-21 01:19:26 +00:00
avolkov b44ed7dce9 bug #740 fix was incomplete; this should finish the width->pitch change
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1912 8092fc87-c524-0410-9efc-e669fe64eaf9
2005-10-19 23:55:44 +00:00
meep-eep d0756fd364 Use enum as enum instead of BYTE; typo in comment fixed.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1911 8092fc87-c524-0410-9efc-e669fe64eaf9
2005-10-17 11:05:13 +00:00
meep-eep 8a58ddb8bc Pointer is volatile, not the return type.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1910 8092fc87-c524-0410-9efc-e669fe64eaf9
2005-10-17 09:01:45 +00:00
meep-eep eed85494e5 MinGW apparently has unistd.h.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1909 8092fc87-c524-0410-9efc-e669fe64eaf9
2005-10-15 08:19:39 +00:00
meep-eep 0f3eb36248 Don't use the system regex.h on Cygwin.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1908 8092fc87-c524-0410-9efc-e669fe64eaf9
2005-10-15 08:14:06 +00:00
meep-eep 01d540bc83 Cygwin support.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1907 8092fc87-c524-0410-9efc-e669fe64eaf9
2005-10-15 07:00:14 +00:00
meep-eep b28de16f41 Check _MCS_VER, not WIN32.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1906 8092fc87-c524-0410-9efc-e669fe64eaf9
2005-10-15 06:03:31 +00:00
avolkov f0678925ba process.h removed
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1905 8092fc87-c524-0410-9efc-e669fe64eaf9
2005-10-15 04:47:24 +00:00
avolkov 9bb12ab6a1 Somewhat different conditions for unistd.h (MinGW has it) [same update for uioport.h should be done]
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1904 8092fc87-c524-0410-9efc-e669fe64eaf9
2005-10-15 04:32:44 +00:00
avolkov 3e61d53e04 Unneeded .h removed
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1903 8092fc87-c524-0410-9efc-e669fe64eaf9
2005-10-15 04:27:41 +00:00
avolkov 56be6f645e dos.h is not needed here (or anywhere actually)
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1902 8092fc87-c524-0410-9efc-e669fe64eaf9
2005-10-15 04:15:25 +00:00
avolkov d45ab420bc Removing process.h as it is not needed and interferes with MingW builds
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1901 8092fc87-c524-0410-9efc-e669fe64eaf9
2005-10-15 03:54:58 +00:00
avolkov 2321d522ac Excluding unneeded uio support code from MSVC builds
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1900 8092fc87-c524-0410-9efc-e669fe64eaf9
2005-10-13 19:39:07 +00:00
meep-eep 97d55a0896 hashtable.c is needed individually when memdebug is enabled.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1899 8092fc87-c524-0410-9efc-e669fe64eaf9
2005-10-13 08:09:11 +00:00
meep-eep c0a648c715 Undo. Wrong file removed, and reconsider removing. It will just be
removed from the build (later), while still being in the project.


git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1898 8092fc87-c524-0410-9efc-e669fe64eaf9
2005-10-13 06:25:34 +00:00
meep-eep 87f45b9742 hashtable.c is not used directly.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1897 8092fc87-c524-0410-9efc-e669fe64eaf9
2005-10-13 02:28:35 +00:00
meep-eep c2840d712d Correction to last commit.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1896 8092fc87-c524-0410-9efc-e669fe64eaf9
2005-10-13 02:21:14 +00:00
meep-eep d2c9930ba0 Empty commit so that I can type this comment (which I didn't do for the
last one):
Fixed some bugs in unused code.


git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1895 8092fc87-c524-0410-9efc-e669fe64eaf9
2005-10-13 00:02:30 +00:00
meep-eep 112e4e98e4 .
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1894 8092fc87-c524-0410-9efc-e669fe64eaf9
2005-10-13 00:01:33 +00:00
avolkov 919d4ffb4c Long pending doc updates
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1893 8092fc87-c524-0410-9efc-e669fe64eaf9
2005-10-11 09:49:53 +00:00