Some restructuring, removing of credits for individual items as before (they

are in ChangeLog), and removing of bug numbers (again ChangeLog).



git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3629 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
Meep-Eep
2011-07-04 17:51:45 +00:00
parent e175e54577
commit 605111de3e
+28 -30
View File
@@ -17,46 +17,41 @@ Changes are broadly classified into the following categories:
NEW FEATURES
- Added spoken Slylandro probe coordinates
- Added the missing bits to the no-voice versions of Mycon, Syreen and
Utwig dialogue
- New lander reports for Supox ruins and Ultron. The reports text
is new content from TFB.
- Added spoken Slylandro probe coordinates
- Remixes are now selectable from the setup menu
- "Safe mode", which will ignore settings. Useful if you've somehow
- Added a "safe mode", which will ignore settings. Useful if you've somehow
wrecked your configuration files.
- Added --addondir commandline option - Mika
- Added --addondir commandline option
- Added --keepaspectratio to keep correct aspect ratio when using
custom resolutions in OpenGL mode - Mika
custom resolutions in OpenGL mode
- New addon machanism allows greater flexibility for selecting which
resource goes with which game element.
- Joystick text input improved
- Unicode strings now could theoretically support UCS-4 on all platforms
- Experimental support for Symbian S60 3rd edition - Mika & SvdB
- Support for Windows CE. - SvdB with Pavel Chernikov
- Added fullscreen/windowed toggle key F11 (bug #578) - Mika
- Support for 3do "ship spin" videos
BALANCE/GAME FLOW CHANGES
- Cannot talk to Ilwrath with a 'caster anymore after they die off
- New lander reports for Supox ruins and Ultron. The reports text
is new content from TFB.
- Do not match singular stars when given a prefix in star search
- Properly account for simultaneous destruction in SuperMelee.
- Druuge no longer turn hostile after attempting a salvage
- Canceling load from the main menu returns to main menu
- Experimental support for Symbian S60 3rd edition
- Support for Windows CE
- Added fullscreen/windowed toggle key F11
- Support for 3DO "ship spin" videos
- Better location description in savegame summaries
- Fixed Mmrnmhrm's X-Form transformation without energy use (bug #1004) - Alex
- 999.9:999.9 is now reachable in HyperSpace
- Fuel and distance estimates are now more accurate
- Analog joysticks less sensitive to jitter
- Gas giants can no longer have negative masses
- Fixed enemy ships getting recrewed between encounters in HyperSpace
- Fixed wrong Sa-Matra guards icons after Kohr-Ah win (bug #1001) - Alex
- Cancel key will now quit out of the Manifest Menu (Bug #838) - Michael
- Cancel key will now quit out of the Manifest Menu
- Error boxes on MacOSX are now actually native to the OS - no need to check
Console.app anymore.
BUGFIXES
- Properly account for simultaneous destruction in SuperMelee.
- Ending a battle with a simultaneous death no longer triggers an
assertion
- Druuge no longer turn hostile after attempting a salvage
- Fixed Mmrnmhrm's X-Form transformation without energy use
- Fuel and distance estimates are now more accurate
- Analog joysticks less sensitive to jitter
- Cannot talk to Ilwrath with a 'caster anymore after they die off
- Fixed enemy ships getting recrewed between encounters in HyperSpace
- Old Windows installer was horribly obsolete; fixed now.
- Fixed rendering error when entering the orbit of a shielded planet
- Fixed planet blinking when exiting scan
@@ -69,7 +64,7 @@ BUGFIXES
- Fixed Melee menu timeout when both sides are Cyborgs
- Fixed AI ship not moving on warp in
- Revert gfx settings entirely when a mode switch fails
- Fix for weird colors problem on MacOSX w/ SDL 1.2.14
- Fix for weird colors problem on MacOSX with SDL 1.2.14
- Lander will no longer hang when killed on planets with a lot of
natural disasters
- Fixed crash when saving a game into the last slot while having
@@ -82,14 +77,17 @@ BUGFIXES
- Fixed rendering bug that would occasionally make a ship just be solid
blue all the time
- Objects in melee made of multiple "parts" no longer jitter during zoom
- Ending a battle with a simultaneous death no longer triggers an
assertion
- Fixed a crash on startup if uqm.cfg did not exist
- Extremely rapid key presses will no longer be lost at low framerates
- 3DO videos now work after a resolution change
- OpenGL texture loading uses surface pitch instead of screen width,
improving compatibility across older graphics cards.
- Miscellaneous conversational typo and timing fixes
- 999.9:999.9 is now reachable in HyperSpace
- Do not match singular stars when given a prefix in star search
- Fixed wrong Sa-Matra guards icons after Kohr-Ah win
- Canceling load from the main menu returns to main menu
- Gas giants can no longer have negative masses
INTERNAL CHANGES
@@ -100,8 +98,8 @@ INTERNAL CHANGES
- Code reorganization; old stuff removed, new stuff better set-up
- 32-bit graphics everywhere internally.
- Refactored universe generation
- Pthread support - Mika
- Removed the 256-frame limit on .ani files - Michael
- Pthread support
- Removed the 256-frame limit on .ani files
Version 0.6
-------------