3883 Commits

Author SHA1 Message Date
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 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
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
meep-eep 22a640c4bc Correct name.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2276 8092fc87-c524-0410-9efc-e669fe64eaf9
2006-03-17 11:04:25 +00:00
meep-eep 8de4e844f9 Updated.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2275 8092fc87-c524-0410-9efc-e669fe64eaf9
2006-03-16 13:15:45 +00:00
meep-eep cb1034e06e Crew retrieved from space after the end of an encounter will no longer set the number of crew to larger than the ship's maximum.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2274 8092fc87-c524-0410-9efc-e669fe64eaf9
2006-03-16 09:07:21 +00:00
meep-eep 68421e5543 It's a start.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2273 8092fc87-c524-0410-9efc-e669fe64eaf9
2006-03-12 02:38:40 +00:00
meep-eep 59ba2270b2 Unused, incorrect file.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2272 8092fc87-c524-0410-9efc-e669fe64eaf9
2006-03-12 00:29:28 +00:00
meep-eep 154bc06dc3 Cleanups.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2271 8092fc87-c524-0410-9efc-e669fe64eaf9
2006-03-11 21:36:08 +00:00
meep-eep e881e83a6d Missed change of HAVE_GETOPT_H to HAVE_GETOPT_LONG.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2270 8092fc87-c524-0410-9efc-e669fe64eaf9
2006-03-11 08:22:06 +00:00
meep-eep a5bea87313 SIS crew is handled in battle as other ships. It is no longer continuously
synchronised during melee, but only at the beginning and end of the battle.
This requires a change to the size of various crew_level fields, which
meant some hacks been necessary to keep the savegame format the same.
These hacks should go away when we move to a new savegame format.
Various other small cleanups.
Various documentation added.


git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2269 8092fc87-c524-0410-9efc-e669fe64eaf9
2006-03-11 08:11:53 +00:00
mcmartin 22e364fa4e Added string table resource for setup menu strings.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2268 8092fc87-c524-0410-9efc-e669fe64eaf9
2006-03-10 10:35:12 +00:00
mcmartin 3d440b2d85 Report on setup stringtable resource. Does not actually load it yet.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2267 8092fc87-c524-0410-9efc-e669fe64eaf9
2006-03-10 10:34:26 +00:00
meep-eep 92a27386af Debugging function to add crew during battle.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2266 8092fc87-c524-0410-9efc-e669fe64eaf9
2006-03-10 07:57:29 +00:00
meep-eep 65d09cbd7d New file describing all the queues.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2265 8092fc87-c524-0410-9efc-e669fe64eaf9
2006-03-08 09:53:35 +00:00
meep-eep 5218018545 Added horror story^W^Wdocumentation.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2264 8092fc87-c524-0410-9efc-e669fe64eaf9
2006-03-08 09:52:04 +00:00
meep-eep 762b9c7135 Documentation of content/<race>/*.txt.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2263 8092fc87-c524-0410-9efc-e669fe64eaf9
2006-03-06 08:38:52 +00:00
meep-eep be9987a683 pkgfile being packaged depends on 1 bit.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2260 8092fc87-c524-0410-9efc-e669fe64eaf9
2006-02-27 21:00:25 +00:00
meep-eep a5c41d6e57 Update, rephrase.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2259 8092fc87-c524-0410-9efc-e669fe64eaf9
2006-02-27 20:59:55 +00:00
mcmartin 8382389e6d RMPLIFIED bomb is now "AMPLIFIED", from Vorn (Bug #812)
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2252 8092fc87-c524-0410-9efc-e669fe64eaf9
2006-02-16 10:27:17 +00:00
meep-eep b75203e57f typo fixed
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2251 8092fc87-c524-0410-9efc-e669fe64eaf9
2006-02-06 23:06:24 +00:00