2582 Commits

Author SHA1 Message Date
avolkov 36038ab296 Fixed AMD x86-64 support in scalers asm routines
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2360 8092fc87-c524-0410-9efc-e669fe64eaf9
2006-05-15 23:44:12 +00:00
avolkov 286e02c09c Changed some uses of MAP_HEIGHT to SPHERE_SPAN_X to make a clear distinction; define SPHERE_SPAN_X to MAP_WIDTH/2 to see what happens; bug #885
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2358 8092fc87-c524-0410-9efc-e669fe64eaf9
2006-05-06 22:58:05 +00:00
avolkov aa95a8010e Copy alist strings to the dst stringbank; fixes problems with uqm.cfg loading in release builds
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2356 8092fc87-c524-0410-9efc-e669fe64eaf9
2006-05-05 23:47:30 +00:00
avolkov 05e0cd7467 Fixes Quit (F10) during the intro to exit to main menu; bug #862
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2354 8092fc87-c524-0410-9efc-e669fe64eaf9
2006-05-05 23:15:07 +00:00
meep-eep 02d82caa35 Dropped old debug messages.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2353 8092fc87-c524-0410-9efc-e669fe64eaf9
2006-05-05 22:54:51 +00:00
avolkov 2630cfeb88 removed unneeded \n in add_log() calls
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2352 8092fc87-c524-0410-9efc-e669fe64eaf9
2006-05-05 22:33:27 +00:00
avolkov 4571c2b451 Definitions of DWORD/SDWORD changed to 'int' which is compatible with 32- and 64-bit systems; reflecting this in printf()s
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2351 8092fc87-c524-0410-9efc-e669fe64eaf9
2006-05-04 23:23:18 +00:00
avolkov 862719008d Logger does not handle SIGABRT anymore; use explode() instead of abort()
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2350 8092fc87-c524-0410-9efc-e669fe64eaf9
2006-05-04 21:46:32 +00:00
avolkov 3e1538c95a Playing failure sounds when entering text consistently; bug #884
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2348 8092fc87-c524-0410-9efc-e669fe64eaf9
2006-05-04 02:40:00 +00:00
avolkov f8629a9126 Consistent use of 'inline'
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2347 8092fc87-c524-0410-9efc-e669fe64eaf9
2006-05-03 23:32:34 +00:00
avolkov d1ae11d961 Using correct return type and get rid of warning
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2346 8092fc87-c524-0410-9efc-e669fe64eaf9
2006-05-03 23:20:42 +00:00
meep-eep 0fa135a2db va_list argument is never useful at compile time
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2345 8092fc87-c524-0410-9efc-e669fe64eaf9
2006-05-03 22:53:50 +00:00
meep-eep dcc59f4cf8 Mark log functions as printf-type functions.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2344 8092fc87-c524-0410-9efc-e669fe64eaf9
2006-05-03 21:17:12 +00:00
mcmartin 85eaa409e6 64-bit conversation fixes.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2343 8092fc87-c524-0410-9efc-e669fe64eaf9
2006-05-03 05:53:06 +00:00
avolkov 71b86410a2 Attempt #1 at supporting Intel and AMD 64-bit arch
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2342 8092fc87-c524-0410-9efc-e669fe64eaf9
2006-05-03 00:24:35 +00:00
avolkov 39ea4b539d MikMod output driver moved to modaud.c to keep mikmod as close to stock as possible
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2341 8092fc87-c524-0410-9efc-e669fe64eaf9
2006-05-03 00:16:40 +00:00
avolkov 7c06681a14 Potential libmikmod linkage improvements: avoiding mikmod.h conflicts; building against libmikmod 3.2.x; last bit of custom code gone from internal mikmod
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2340 8092fc87-c524-0410-9efc-e669fe64eaf9
2006-05-02 23:34:43 +00:00
avolkov 659295048f String instead of code for errno
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2339 8092fc87-c524-0410-9efc-e669fe64eaf9
2006-05-01 07:19:07 +00:00
avolkov 900928d6f4 Minor string-term fixes
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2338 8092fc87-c524-0410-9efc-e669fe64eaf9
2006-05-01 06:28:47 +00:00
mcmartin 1afadf9968 Only process va_lists once (fixes crash on x86_64 gcc 4.1)
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2337 8092fc87-c524-0410-9efc-e669fe64eaf9
2006-05-01 02:14:36 +00:00
avolkov 1f37aa6007 Added libs/log to project; Release builds will not have a console now
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2335 8092fc87-c524-0410-9efc-e669fe64eaf9
2006-04-28 01:48:03 +00:00
avolkov 2511798bf3 Converted fprintf(stderr) to logging facility (most)
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2334 8092fc87-c524-0410-9efc-e669fe64eaf9
2006-04-28 01:35:31 +00:00
avolkov 1f4c30f2b6 Hooking 'log' into the build system
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2333 8092fc87-c524-0410-9efc-e669fe64eaf9
2006-04-28 01:29:03 +00:00
avolkov 1afd2a8a1f Now using atexit() callback and SIGABRT handled
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2332 8092fc87-c524-0410-9efc-e669fe64eaf9
2006-04-28 01:28:27 +00:00
avolkov cdfa8838ac gcc linkage fix
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2330 8092fc87-c524-0410-9efc-e669fe64eaf9
2006-04-27 06:06:25 +00:00
avolkov a68e0a7aea Semi-transparent logging facility with user msgbox capability; initial version
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2329 8092fc87-c524-0410-9efc-e669fe64eaf9
2006-04-27 05:54:32 +00:00
avolkov b6232dae83 Semi-transparent logging facility with user msgbox capability; initial version
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2328 8092fc87-c524-0410-9efc-e669fe64eaf9
2006-04-27 05:48:01 +00:00
avolkov 00f4d80d7e Minor problem reporting fix
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2327 8092fc87-c524-0410-9efc-e669fe64eaf9
2006-04-26 00:20:51 +00:00
avolkov 5b2c9cc123 Fixed corrupted reads due to CRLF->LF conversion; newlines in fprintf()s
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2326 8092fc87-c524-0410-9efc-e669fe64eaf9
2006-04-26 00:13:59 +00:00
avolkov 0bc5af7c3c Removed rotating planet frame caching; fixed (invisible) shield throb desync; minor cleanups
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2324 8092fc87-c524-0410-9efc-e669fe64eaf9
2006-04-25 00:03:44 +00:00
meep-eep 8d737ccc9a Changes towards seperating melee fleets and their representation on screen.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2321 8092fc87-c524-0410-9efc-e669fe64eaf9
2006-04-23 09:12:22 +00:00
meep-eep f9c645567c Added resetEnergyBattle()
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2320 8092fc87-c524-0410-9efc-e669fe64eaf9
2006-04-23 06:28:27 +00:00
meep-eep 7803342ae2 Cleanups.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2319 8092fc87-c524-0410-9efc-e669fe64eaf9
2006-04-23 06:26:32 +00:00
meep-eep 6f97b07ff0 New entry
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2318 8092fc87-c524-0410-9efc-e669fe64eaf9
2006-04-23 06:24:14 +00:00
meep-eep 5a2f31f5c2 Changed slaveshield throbbing rate to match the 3DO.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2317 8092fc87-c524-0410-9efc-e669fe64eaf9
2006-04-23 06:23:41 +00:00
meep-eep ea458a7ba0 Fixed recently introduced bug with crew count on leaving HyperSpace (bug 875).
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2316 8092fc87-c524-0410-9efc-e669fe64eaf9
2006-04-21 03:29:38 +00:00
avolkov ae48639ea9 Fixed static vars not reinited; bug #870
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2314 8092fc87-c524-0410-9efc-e669fe64eaf9
2006-04-20 22:22:04 +00:00
mcmartin 297e58bbca Better programmatic representation of gestures
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2313 8092fc87-c524-0410-9efc-e669fe64eaf9
2006-04-20 05:47:13 +00:00
mcmartin 08b17f49e8 Fix a spinlock in the final Melee score screen (Bug 879)
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2312 8092fc87-c524-0410-9efc-e669fe64eaf9
2006-04-19 03:50:07 +00:00
mcmartin 9c38ba9aee Fixed a copy-paste error
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2311 8092fc87-c524-0410-9efc-e669fe64eaf9
2006-04-15 23:15:22 +00:00
mcmartin e75157a35b Setup Menu can now control assignment of players to control templates
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2310 8092fc87-c524-0410-9efc-e669fe64eaf9
2006-04-15 23:12:03 +00:00
mcmartin 8c32f418c3 Bumped to 0.5.1
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2309 8092fc87-c524-0410-9efc-e669fe64eaf9
2006-04-11 07:24:18 +00:00
mcmartin 223d701322 Control schema shift to Menus + Control Templates.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2308 8092fc87-c524-0410-9efc-e669fe64eaf9
2006-04-11 07:20:14 +00:00
meep-eep 6f050cc7bd Keep cheaters satisfied.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2307 8092fc87-c524-0410-9efc-e669fe64eaf9
2006-04-10 20:46:48 +00:00
meep-eep 4ec86728bd 64 bits fixes.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2306 8092fc87-c524-0410-9efc-e669fe64eaf9
2006-04-10 02:37:16 +00:00
avolkov 3d92d1f0c7 Removed initializers from static globals that do not need them (for clarity); fixed others that do need to be reinited; bug #870
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2305 8092fc87-c524-0410-9efc-e669fe64eaf9
2006-04-05 20:34:03 +00:00
mcmartin b05b39a645 *** empty log message ***
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2304 8092fc87-c524-0410-9efc-e669fe64eaf9
2006-04-05 06:38:58 +00:00
mcmartin 546936d04b Content-driven Setup Menu Strings.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2301 8092fc87-c524-0410-9efc-e669fe64eaf9
2006-04-05 00:42:38 +00:00
meep-eep 5412e18dfe Don't use RaceDescPtr as both a pointer and an integer containing
two values.


git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2300 8092fc87-c524-0410-9efc-e669fe64eaf9
2006-03-28 20:22:58 +00:00
meep-eep 157b351d10 DWORD was an unsigned long, which doesn't work on 64 bits systems.
Nor is it guaranteed to work anywhere else for that matter.


git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2299 8092fc87-c524-0410-9efc-e669fe64eaf9
2006-03-28 20:21:58 +00:00