4014 Commits

Author SHA1 Message Date
avolkov 258b34d274 Removed SOLARSYS_STATE.CurNode; uniform usage of callGenerateForScanType()
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3577 8092fc87-c524-0410-9efc-e669fe64eaf9
2011-04-20 18:54:27 +00:00
avolkov 25f0f3c903 Removed obsolete call to generation funcs from ScanPlanet()
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3576 8092fc87-c524-0410-9efc-e669fe64eaf9
2011-04-20 18:23:17 +00:00
avolkov 910eb58655 Updated user manual for v0.7
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3575 8092fc87-c524-0410-9efc-e669fe64eaf9
2011-03-02 18:50:05 +00:00
avolkov 7820f52fd1 v0.7.0 Release Candidate 1
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3574 8092fc87-c524-0410-9efc-e669fe64eaf9
2011-02-28 20:08:09 +00:00
avolkov b2e16129e9 Update (C) years (has it really been 4 years since last release?!)
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3573 8092fc87-c524-0410-9efc-e669fe64eaf9
2011-02-28 20:04:09 +00:00
avolkov a12d306b8b Basic content sanity checks and exit w/o crashing on check failure
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3572 8092fc87-c524-0410-9efc-e669fe64eaf9
2011-02-28 20:02:38 +00:00
mcmartin f379f533cf Update Windows installer for 0.7.0 RC1.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3571 8092fc87-c524-0410-9efc-e669fe64eaf9
2011-02-23 08:08:21 +00:00
avolkov 431acfc39d Build fleet queues and name captains in the same exact order on both net sides; fixes bugs 1081 and 989
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3570 8092fc87-c524-0410-9efc-e669fe64eaf9
2011-02-21 14:41:18 +00:00
mcmartin 3b87633a65 add addon info data to the core addon packs
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3569 8092fc87-c524-0410-9efc-e669fe64eaf9
2011-02-21 03:42:01 +00:00
Meep-Eep 8056d8e9d4 Typo.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3568 8092fc87-c524-0410-9efc-e669fe64eaf9
2011-02-16 18:05:26 +00:00
avolkov 0707c5c3d6 Update instructions for new library versions and download locations
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3567 8092fc87-c524-0410-9efc-e669fe64eaf9
2011-02-16 11:44:06 +00:00
mcmartin 2ec9567d88 Update WhatsNew, summarizing the changelog
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3566 8092fc87-c524-0410-9efc-e669fe64eaf9
2011-02-16 08:40:34 +00:00
mcmartin d34c7118f2 Add Escape as another alternative for menu.cancel
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3565 8092fc87-c524-0410-9efc-e669fe64eaf9
2011-02-16 07:02:49 +00:00
Meep-Eep 59449bc7b8 Forgot to commit this one.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3564 8092fc87-c524-0410-9efc-e669fe64eaf9
2011-02-15 20:30:05 +00:00
avolkov 8da280022a Re-add config.h to dsp
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3563 8092fc87-c524-0410-9efc-e669fe64eaf9
2011-02-15 18:06:42 +00:00
avolkov a7e52dfccd Correct the include guard in config_vc6.h to reflect its actual name
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3562 8092fc87-c524-0410-9efc-e669fe64eaf9
2011-02-15 17:56:10 +00:00
avolkov 5c3c641e1a Fix broken link to config.h and change to actual config_vc6.h while at it
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3561 8092fc87-c524-0410-9efc-e669fe64eaf9
2011-02-15 17:49:41 +00:00
avolkov 1f3c4c0a55 Give fades an own mutex instead of sharing one with colormap xforms; decreases console spam during Slylandro comm
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3560 8092fc87-c524-0410-9efc-e669fe64eaf9
2011-02-15 14:15:07 +00:00
avolkov 0870178bb7 Fix melee.cfg loading: correct check for file size, calc fleet value after loading; bug #1099
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3559 8092fc87-c524-0410-9efc-e669fe64eaf9
2011-02-15 13:05:00 +00:00
avolkov 6ff079b8e8 Change ReadResFile/WriteResFile interface to take size_t args; removes 64KB size limitation on key-value files; bug #1112
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3558 8092fc87-c524-0410-9efc-e669fe64eaf9
2011-02-15 12:04:28 +00:00
mcmartin 19e4587288 Fix Win32 installer for UAC integration on Vista/7 and for the new download paths.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3557 8092fc87-c524-0410-9efc-e669fe64eaf9
2011-02-14 08:00:27 +00:00
Meep-Eep 38e317e75d Generalise recursing through the source tree.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3556 8092fc87-c524-0410-9efc-e669fe64eaf9
2011-02-13 18:05:57 +00:00
Meep-Eep 1532693fd0 Remove some leftover from some test.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3555 8092fc87-c524-0410-9efc-e669fe64eaf9
2011-02-13 11:56:55 +00:00
Meep-Eep 236bacbe2d Correct comment.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3554 8092fc87-c524-0410-9efc-e669fe64eaf9
2011-02-13 11:55:43 +00:00
mcmartin 14d8bdad31 Update content version to 0.7. Update install scripts to match.
Strip PPC support from Mac build, since this is no longer a configuration we can test.

Fix some bugs in the build uqm install sequence on Mac.


git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3553 8092fc87-c524-0410-9efc-e669fe64eaf9
2011-02-13 04:37:18 +00:00
Meep-Eep fc88f86cba Fixed compilation with Netplay disabled (bug #1091), from Sze Howe Koh.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3552 8092fc87-c524-0410-9efc-e669fe64eaf9
2011-02-12 21:29:10 +00:00
avolkov 3fe05b2562 Fixed ship picking order after a simultaneous destruction: a dead winner (e.g. Shofixti) is kept alive longer than its dead opponent; in a tie, readyForBattleEnd() is called once per frame for the first ship found dead (currentDeadSide guard removed); fixes bugs #1087, #1088
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3551 8092fc87-c524-0410-9efc-e669fe64eaf9
2010-07-11 00:22:27 +00:00
avolkov 871fea4f9c Added missing eol-style property
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3550 8092fc87-c524-0410-9efc-e669fe64eaf9
2010-07-11 00:16:15 +00:00
avolkov 822a8b2ea2 Split new_ship() into three functions for better readability
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3549 8092fc87-c524-0410-9efc-e669fe64eaf9
2010-07-02 16:43:11 +00:00
avolkov eaaaa90178 Removed turn_wait hack that is now unnecessary (will cause desync with prior revisions)
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3548 8092fc87-c524-0410-9efc-e669fe64eaf9
2010-07-01 19:11:21 +00:00
avolkov 81d98c6b2e Fix a crash when saving a game from Hyperspace encounter screen
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3547 8092fc87-c524-0410-9efc-e669fe64eaf9
2010-06-02 21:11:00 +00:00
avolkov a9d2bb1613 Use ditty-specific functions for playing and testing for (PLRPlaying() is not enough); fixes bug #1003
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3546 8092fc87-c524-0410-9efc-e669fe64eaf9
2010-06-02 20:59:33 +00:00
avolkov 0ef4f37660 Reset input delay upon leaving Supermelee; bug #1022
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3545 8092fc87-c524-0410-9efc-e669fe64eaf9
2010-06-02 18:26:41 +00:00
avolkov 454aa02f78 Fixed small memory leak in BattleInputBuffers
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3544 8092fc87-c524-0410-9efc-e669fe64eaf9
2010-06-02 18:21:21 +00:00
avolkov 1402590807 Account for ship death in Supermelee early to keep the scores correct after a simultaneous destruction of last ships in each fleet; some ship selection refactoring; bug #437
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3543 8092fc87-c524-0410-9efc-e669fe64eaf9
2010-06-01 18:44:44 +00:00
avolkov 9de766e368 Shofixti glory device processing comments
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3542 8092fc87-c524-0410-9efc-e669fe64eaf9
2010-05-23 19:22:52 +00:00
Meep-Eep d6354ba4f6 Fix uninitialised variable.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3541 8092fc87-c524-0410-9efc-e669fe64eaf9
2010-05-23 14:04:22 +00:00
avolkov 581d7309b6 Do not match singular stars when given a prefix in star search; bug #1071
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3540 8092fc87-c524-0410-9efc-e669fe64eaf9
2010-05-22 19:45:39 +00:00
avolkov fb828d599c Preserve character case when editing with joystick; bug #0180
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3539 8092fc87-c524-0410-9efc-e669fe64eaf9
2010-05-22 19:14:57 +00:00
avolkov e354e5e481 Fixed uninited TEXT field in cargo display; bug #1092
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3538 8092fc87-c524-0410-9efc-e669fe64eaf9
2010-05-22 18:27:21 +00:00
Meep-Eep e4886e60ee Replaced the 'Turn' protocol by the Update' protocol.
Bumped the UQM and netplay protocol versions.
Some cleanups.



git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3537 8092fc87-c524-0410-9efc-e669fe64eaf9
2010-04-24 20:59:07 +00:00
mcmartin 91fde6f5e7 verify_rmp.py now works on uqm files.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3536 8092fc87-c524-0410-9efc-e669fe64eaf9
2010-03-21 07:39:59 +00:00
avolkov 82b4fc7ac0 Let OpenAL pick the device on Windows (with new OpenAL version)
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3535 8092fc87-c524-0410-9efc-e669fe64eaf9
2010-03-21 01:47:56 +00:00
avolkov a9ec22e2be Removed old dead test code
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3534 8092fc87-c524-0410-9efc-e669fe64eaf9
2010-03-20 23:27:57 +00:00
mcmartin ff1cd00ac9 First cut at an RMP verification tool; checks types and keys of an addon against a base content map.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3533 8092fc87-c524-0410-9efc-e669fe64eaf9
2010-03-20 22:55:37 +00:00
mcmartin 0cf53407d4 Fixes to the build system for Snow Leopard, and for 0.7 content packaging.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3532 8092fc87-c524-0410-9efc-e669fe64eaf9
2010-03-15 04:39:40 +00:00
Meep-Eep ce534168c0 Updated
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3531 8092fc87-c524-0410-9efc-e669fe64eaf9
2010-02-13 22:17:14 +00:00
Meep-Eep 3a10fe65db Fix bounds checking errors relating to the fuel reserve aboard the flagship.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3530 8092fc87-c524-0410-9efc-e669fe64eaf9
2010-02-13 22:15:38 +00:00
avolkov 51c4e84b20 Properly signed math in SDL fillrect clipping; fixes a crash when filling fuel tanks over 10; bug #1082
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3529 8092fc87-c524-0410-9efc-e669fe64eaf9
2010-02-12 00:20:25 +00:00
avolkov 1df8a12111 MSVC project file fix for r3502
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3528 8092fc87-c524-0410-9efc-e669fe64eaf9
2010-01-26 21:30:13 +00:00