4014 Commits

Author SHA1 Message Date
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 e25c800649 rotating planet cache
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2325 8092fc87-c524-0410-9efc-e669fe64eaf9
2006-04-25 00:06:14 +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 44a81f3c09 updated
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2323 8092fc87-c524-0410-9efc-e669fe64eaf9
2006-04-23 14:26:45 +00:00
meep-eep d9b751dca4 Fixed 1 pixel error (shadow on the bottom right of the left line of the "K".
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2322 8092fc87-c524-0410-9efc-e669fe64eaf9
2006-04-23 14:25:39 +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 cd0609417b bug 870
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2315 8092fc87-c524-0410-9efc-e669fe64eaf9
2006-04-20 22:25:55 +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
avolkov e0a274fc95 lander font cleanup
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2303 8092fc87-c524-0410-9efc-e669fe64eaf9
2006-04-05 02:43:44 +00:00
avolkov a8915a6874 Unused and invalid characters (copy of micro font)
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2302 8092fc87-c524-0410-9efc-e669fe64eaf9
2006-04-05 02:35:59 +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
avolkov 623e980083 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@2298 8092fc87-c524-0410-9efc-e669fe64eaf9
2006-03-28 04:10:25 +00:00
avolkov c37329065f Cleaning up SetFlashRect interface
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2297 8092fc87-c524-0410-9efc-e669fe64eaf9
2006-03-24 22:17:12 +00:00
avolkov 5eda6957ec bug #871
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2296 8092fc87-c524-0410-9efc-e669fe64eaf9
2006-03-24 22:03:38 +00:00
avolkov 2ad87924a9 Fixing CRLFs
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2295 8092fc87-c524-0410-9efc-e669fe64eaf9
2006-03-24 22:02:30 +00:00
avolkov f98e11a3c9 Flashing modules and ships to build even with PC menus (bug #871)
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2294 8092fc87-c524-0410-9efc-e669fe64eaf9
2006-03-24 21:59:47 +00:00
avolkov 1030ede817 Cleaner and fixed SetFlashRect interface for menu rect
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2293 8092fc87-c524-0410-9efc-e669fe64eaf9
2006-03-24 21:55:20 +00:00
avolkov b6bb046ed6 bug #847
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2292 8092fc87-c524-0410-9efc-e669fe64eaf9
2006-03-24 20:51:10 +00:00
avolkov ffcfb30fd1 Fixed incorrect caption Orbit: to Tilt: in planet scan (bug #847)
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2291 8092fc87-c524-0410-9efc-e669fe64eaf9
2006-03-24 20:49:40 +00:00
avolkov ca642cc5d0 bug 842
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2290 8092fc87-c524-0410-9efc-e669fe64eaf9
2006-03-24 20:43:26 +00:00
avolkov de9ccfe5b5 Clear menu sound interface; added missing failure sounds to Outfit and Shipyard (bug #842)
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2289 8092fc87-c524-0410-9efc-e669fe64eaf9
2006-03-24 20:38:48 +00:00
avolkov dc09f3f8fd Clear menu sound interface; added missing failure sounds to Cargo and Roster (bug #842)
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2288 8092fc87-c524-0410-9efc-e669fe64eaf9
2006-03-24 20:35:20 +00:00
avolkov 1dc2801c7f Clear menu sound interface
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2287 8092fc87-c524-0410-9efc-e669fe64eaf9
2006-03-24 20:29:14 +00:00
avolkov fd8f174ea3 Fixed stricmp usage
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2286 8092fc87-c524-0410-9efc-e669fe64eaf9
2006-03-23 00:34:25 +00:00
avolkov 98c9163dfa Fixed SDL surface double free and unfreed surface with -n option
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2285 8092fc87-c524-0410-9efc-e669fe64eaf9
2006-03-23 00:32:05 +00:00
avolkov 7586a57af5 Fixed up font handling -- print warnings instead of crashing
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2284 8092fc87-c524-0410-9efc-e669fe64eaf9
2006-03-23 00:29:25 +00:00
avolkov 4e9a642a54 Fixed Crateris cluster lines
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2283 8092fc87-c524-0410-9efc-e669fe64eaf9
2006-03-23 00:27:39 +00:00
avolkov b345ff30d9 Some comments and captions
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2282 8092fc87-c524-0410-9efc-e669fe64eaf9
2006-03-17 23:43:11 +00:00
avolkov 9c40044918 Race name tweaks
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2281 8092fc87-c524-0410-9efc-e669fe64eaf9
2006-03-17 23:42:49 +00:00
avolkov 7e7df7dac0 Concentric-circle star designations positioning
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2280 8092fc87-c524-0410-9efc-e669fe64eaf9
2006-03-17 23:02:28 +00:00
avolkov 497fd8be91 Somewhat crude concentric-circle cluster name positioning
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2279 8092fc87-c524-0410-9efc-e669fe64eaf9
2006-03-17 21:43:45 +00:00
avolkov b174ecf926 updates
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2278 8092fc87-c524-0410-9efc-e669fe64eaf9
2006-03-17 20:19:24 +00:00
meep-eep d22ae5c9e3 Remove remnants of old code.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2277 8092fc87-c524-0410-9efc-e669fe64eaf9
2006-03-17 12:45:00 +00:00