3883 Commits

Author SHA1 Message Date
avolkov 6e48a2fab7 updated
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1890 8092fc87-c524-0410-9efc-e669fe64eaf9
2005-10-05 23:42:34 +00:00
avolkov 3d6c6e9f2f Fixes a bug that prevents Slylandro Probes from ever showing up in IP (found by SvdB, bug #768)
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1889 8092fc87-c524-0410-9efc-e669fe64eaf9
2005-10-05 23:40:50 +00:00
avolkov 8f721f60ac Correcting the erroneous frame rate introduced by the eariler switch to ONE_SECOND fractions
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1888 8092fc87-c524-0410-9efc-e669fe64eaf9
2005-10-05 21:44:18 +00:00
avolkov 93ed32a999 updated
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1887 8092fc87-c524-0410-9efc-e669fe64eaf9
2005-10-05 20:27:00 +00:00
avolkov d764520616 Lowering the comm ambient animation rate from max of 120fps to highest known stable rate of 40
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1886 8092fc87-c524-0410-9efc-e669fe64eaf9
2005-10-05 20:22:25 +00:00
mcmartin 0fbee6a61b Fixed reading of the wrong variable for gfx driver in 320x240 or 640x480
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1885 8092fc87-c524-0410-9efc-e669fe64eaf9
2005-09-27 09:13:38 +00:00
mcmartin 04cfa2feba Fix Recursive Mutexes to handle ThreadID==0 (bug #779)
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1884 8092fc87-c524-0410-9efc-e669fe64eaf9
2005-09-27 09:02:54 +00:00
avolkov 5b0fb32b68 New source file added
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1883 8092fc87-c524-0410-9efc-e669fe64eaf9
2005-09-27 05:46:40 +00:00
mcmartin 278f291720 tiny bugfix; ->driver should be ->res
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1882 8092fc87-c524-0410-9efc-e669fe64eaf9
2005-09-27 05:25:43 +00:00
mcmartin d10a976e02 Select res & driver separately on setup menu
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1881 8092fc87-c524-0410-9efc-e669fe64eaf9
2005-09-27 05:21:45 +00:00
avolkov 5f9f4caaa2 BCS fix
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1880 8092fc87-c524-0410-9efc-e669fe64eaf9
2005-09-27 04:50:11 +00:00
mcmartin a13a1ce827 Fixed missing break statement in DrawBatch(); spotted by Alex
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1879 8092fc87-c524-0410-9efc-e669fe64eaf9
2005-09-27 04:25:06 +00:00
avolkov 0da57ef17c Using the newly-added function instead of a hack; should fix any potential BCS-analog problems
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1878 8092fc87-c524-0410-9efc-e669fe64eaf9
2005-09-27 03:41:48 +00:00
avolkov 040ef1fd9b Fixes the Blue Comm Screen problem (hopefully, once and for all); drawing subtitles to off-screen context instead of doing screen grabs
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1877 8092fc87-c524-0410-9efc-e669fe64eaf9
2005-09-27 03:40:35 +00:00
avolkov b2eed518ed Centralized color transformations
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1876 8092fc87-c524-0410-9efc-e669fe64eaf9
2005-09-27 03:39:56 +00:00
avolkov ebbb835efc Supplementary gfx functions
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1875 8092fc87-c524-0410-9efc-e669fe64eaf9
2005-09-27 03:38:17 +00:00
avolkov 0cb28e34c3 Extra semicolon removed -- confuses the heck out MSVC
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1874 8092fc87-c524-0410-9efc-e669fe64eaf9
2005-09-23 20:33:02 +00:00
mcmartin 4d5b2f91b1 Setup menu has been split up into submenus for screen space
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1873 8092fc87-c524-0410-9efc-e669fe64eaf9
2005-09-14 22:03:42 +00:00
meep-eep 2359e2441f updated
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1872 8092fc87-c524-0410-9efc-e669fe64eaf9
2005-09-07 17:27:52 +00:00
meep-eep a847c112f0 Bug fixed in getHomeDir().
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1871 8092fc87-c524-0410-9efc-e669fe64eaf9
2005-09-07 17:21:54 +00:00
meep-eep 3c80d3df5e Changed %APPDATA% fallback to ./userdata instead of ../userdata, as
we don't chdir() to the content dir anymore.


git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1870 8092fc87-c524-0410-9efc-e669fe64eaf9
2005-09-07 14:51:19 +00:00
avolkov 4752be8186 bug #777
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1869 8092fc87-c524-0410-9efc-e669fe64eaf9
2005-09-06 18:48:55 +00:00
avolkov 2f287a1f2e Re-enable flickering lights anim; bug #777
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1868 8092fc87-c524-0410-9efc-e669fe64eaf9
2005-09-06 18:47:29 +00:00
meep-eep 732e1116bd Updated OpenAL SDK link.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1867 8092fc87-c524-0410-9efc-e669fe64eaf9
2005-08-31 15:10:17 +00:00
meep-eep c3c1bae985 Comment correction.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1866 8092fc87-c524-0410-9efc-e669fe64eaf9
2005-08-30 00:28:55 +00:00
mcmartin aa07b71cc2 Setup menu cleanups (removed warnings, added a 'quit' button)
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1865 8092fc87-c524-0410-9efc-e669fe64eaf9
2005-08-29 09:09:24 +00:00
mcmartin ea8a13c0b7 Cache available addon packs
(will eventually be needed by resource config.)


git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1864 8092fc87-c524-0410-9efc-e669fe64eaf9
2005-08-29 08:33:05 +00:00
mcmartin 15e6a2f23f Refactored setup menu to use generic widgets
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1863 8092fc87-c524-0410-9efc-e669fe64eaf9
2005-08-28 11:11:49 +00:00
gewlitys 592eb6cb82 VC8 (VS 2005 beta 2) compilation fix: renamed errcode to err_code to
avoid possible compiler bug


git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1862 8092fc87-c524-0410-9efc-e669fe64eaf9
2005-08-27 09:47:35 +00:00
meep-eep c085c06f72 Support UTF-8 in mineral names (bug #770).
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1861 8092fc87-c524-0410-9efc-e669fe64eaf9
2005-08-25 00:03:27 +00:00
meep-eep 2ff1972afb Some cleanups. Room for many more.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1860 8092fc87-c524-0410-9efc-e669fe64eaf9
2005-08-24 23:48:09 +00:00
meep-eep 26ad842cd4 Some comment corrections.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1859 8092fc87-c524-0410-9efc-e669fe64eaf9
2005-08-22 22:52:19 +00:00
meep-eep 29a58df162 Some additions.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1858 8092fc87-c524-0410-9efc-e669fe64eaf9
2005-08-22 22:51:42 +00:00
mcmartin 74017795a8 Modified scalers to use pitch instead of width (Bug #740)
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1857 8092fc87-c524-0410-9efc-e669fe64eaf9
2005-08-19 17:10:35 +00:00
meep-eep aded5337b9 Small dialog fix.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1856 8092fc87-c524-0410-9efc-e669fe64eaf9
2005-08-17 15:48:38 +00:00
meep-eep e6be58a509 Added comment
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1854 8092fc87-c524-0410-9efc-e669fe64eaf9
2005-08-13 15:26:47 +00:00
meep-eep afaf467bf9 Added NUM_SPECIAL_CREATURE_TYPES.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1853 8092fc87-c524-0410-9efc-e669fe64eaf9
2005-08-12 19:11:03 +00:00
meep-eep d4993e891f Correction in documentation.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1852 8092fc87-c524-0410-9efc-e669fe64eaf9
2005-08-12 19:09:14 +00:00
meep-eep 8e58a5d24c Added creature names in comments, from the resource guide.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1851 8092fc87-c524-0410-9efc-e669fe64eaf9
2005-08-12 17:35:16 +00:00
meep-eep 35435e287f Sa-Matra special case for planetdump.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1850 8092fc87-c524-0410-9efc-e669fe64eaf9
2005-08-01 13:36:48 +00:00
meep-eep a576812969 'gcc -MM -o -' fix.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1849 8092fc87-c524-0410-9efc-e669fe64eaf9
2005-07-17 13:02:45 +00:00
meep-eep cfa5f830fa Enlarged some buffers to make space for multibyte characters.
Also added overflow checks.


git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1848 8092fc87-c524-0410-9efc-e669fe64eaf9
2005-07-15 21:05:21 +00:00
meep-eep 198971ea8a Directly include stdio.h
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1847 8092fc87-c524-0410-9efc-e669fe64eaf9
2005-07-15 16:01:27 +00:00
meep-eep 8f396e5b1e Correct multi-byte handling in DateToString().
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1846 8092fc87-c524-0410-9efc-e669fe64eaf9
2005-07-15 16:00:32 +00:00
meep-eep 5c96782722 corrected comment
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1845 8092fc87-c524-0410-9efc-e669fe64eaf9
2005-07-13 21:17:29 +00:00
meep-eep f2bd1e1146 Don't show minerals/bio for slave shielded planets.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1844 8092fc87-c524-0410-9efc-e669fe64eaf9
2005-07-13 21:16:47 +00:00
meep-eep 6c4ff3284b Much improved universe data dumper.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1843 8092fc87-c524-0410-9efc-e669fe64eaf9
2005-07-13 21:08:53 +00:00
meep-eep 164f771a6b updates
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1842 8092fc87-c524-0410-9efc-e669fe64eaf9
2005-07-13 21:00:22 +00:00
meep-eep 0f630a078f correction
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1841 8092fc87-c524-0410-9efc-e669fe64eaf9
2005-07-13 03:42:41 +00:00
meep-eep c346c82af4 More documentation.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1840 8092fc87-c524-0410-9efc-e669fe64eaf9
2005-07-12 01:37:03 +00:00