From: <mcm...@us...> - 2009-01-03 22:22:10
|
Revision: 3106 http://sc2.svn.sourceforge.net/sc2/?rev=3106&view=rev Author: mcmartin Date: 2009-01-03 22:22:06 +0000 (Sat, 03 Jan 2009) Log Message: ----------- Updated to reflect the past six weeks of commits Modified Paths: -------------- trunk/sc2/ChangeLog Modified: trunk/sc2/ChangeLog =================================================================== --- trunk/sc2/ChangeLog 2009-01-03 22:16:29 UTC (rev 3105) +++ trunk/sc2/ChangeLog 2009-01-03 22:22:06 UTC (rev 3106) @@ -1,4 +1,7 @@ Changes towards version 0.7: +- Index loading/saving now can operate on subtrees - Michael +- Videos vs. slide now controlled by a '3dovideo' addon - Michael +- New video resource type for 3DO videos - Michael - Allow reaching 999.9:999.9 in HyperSpace (bug #628), from Nic - Use system getopt_long() when available - SvdB - Added --addondir commandline option - Mika This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <av...@us...> - 2009-06-28 21:04:39
|
Revision: 3156 http://sc2.svn.sourceforge.net/sc2/?rev=3156&view=rev Author: avolkov Date: 2009-06-28 21:04:33 +0000 (Sun, 28 Jun 2009) Log Message: ----------- Content renames mostly complete Modified Paths: -------------- trunk/sc2/ChangeLog Modified: trunk/sc2/ChangeLog =================================================================== --- trunk/sc2/ChangeLog 2009-06-28 08:36:16 UTC (rev 3155) +++ trunk/sc2/ChangeLog 2009-06-28 21:04:33 UTC (rev 3156) @@ -1,4 +1,6 @@ Changes towards version 0.7: +- Content reorg: some race comm and ships renamed, ship files renamed, + many ani files renamed, new naming scheme for ani frames and voice - Alex - .cfg files are now kept as subtrees of the resource map - Michael - Flight control data no longer unnecessarily copied to config directory - Michael - Index loading/saving now can operate on subtrees - Michael This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <av...@us...> - 2009-07-07 00:53:18
|
Revision: 3172 http://sc2.svn.sourceforge.net/sc2/?rev=3172&view=rev Author: avolkov Date: 2009-07-07 00:22:52 +0000 (Tue, 07 Jul 2009) Log Message: ----------- Updated for bug #997 Modified Paths: -------------- trunk/sc2/ChangeLog Modified: trunk/sc2/ChangeLog =================================================================== --- trunk/sc2/ChangeLog 2009-07-04 15:39:33 UTC (rev 3171) +++ trunk/sc2/ChangeLog 2009-07-07 00:22:52 UTC (rev 3172) @@ -1,6 +1,6 @@ Changes towards version 0.7: - Fixed crashes and potential weirdness when loading savegames from - a Homeworld encounter screen - Alex + a Homeworld encounter screen (bug #997) - Alex - Cleanup of GLOBAL(ShipStamp.frame) abuse; fixes bug #1054 - Alex - Game attempts to exit cleanly under normal circustances (bug #52) - Alex - Fixed Mmrnmhrm's X-Form transformation without energy use (bug #1004) - Alex This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <Mee...@us...> - 2009-10-24 19:36:32
|
Revision: 3243 http://sc2.svn.sourceforge.net/sc2/?rev=3243&view=rev Author: Meep-Eep Date: 2009-10-24 19:36:24 +0000 (Sat, 24 Oct 2009) Log Message: ----------- Updated. Modified Paths: -------------- trunk/sc2/ChangeLog Modified: trunk/sc2/ChangeLog =================================================================== --- trunk/sc2/ChangeLog 2009-10-24 19:32:36 UTC (rev 3242) +++ trunk/sc2/ChangeLog 2009-10-24 19:36:24 UTC (rev 3243) @@ -1,4 +1,5 @@ Changes towards version 0.7: +- Unix build system cleanups, fix detection of SDL, libmikmod, pthread - SvdB - Make DoPopupWindow() work over faded out screens. - SvdB - Trackplayer rewrite; fixed many bugs - Alex - Source tree reorg: libs/ moved out of sc2code/, msvc++/ moved to This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <Mee...@us...> - 2009-12-07 19:56:40
|
Revision: 3396 http://sc2.svn.sourceforge.net/sc2/?rev=3396&view=rev Author: Meep-Eep Date: 2009-12-07 19:56:32 +0000 (Mon, 07 Dec 2009) Log Message: ----------- Updated. Modified Paths: -------------- trunk/sc2/ChangeLog Modified: trunk/sc2/ChangeLog =================================================================== --- trunk/sc2/ChangeLog 2009-12-05 23:27:06 UTC (rev 3395) +++ trunk/sc2/ChangeLog 2009-12-07 19:56:32 UTC (rev 3396) @@ -1,6 +1,8 @@ Changes towards version 0.7: - Fixed planet blinking when exiting scan (bug #799) - Alex - Restore menu sounds after editing a control set name (bug #1066) - Alex +- Use an own 'UniChar' rather than 'wchar_t', which may not be large + enough, depending on the platform - SvdB - Added 'COLOR' resource type - SvdB - All graphics operations use 24-bits colors at the game level too now, instead of 16 bits colors. - SvdB This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <Mee...@us...> - 2010-02-13 22:17:20
|
Revision: 3531 http://sc2.svn.sourceforge.net/sc2/?rev=3531&view=rev Author: Meep-Eep Date: 2010-02-13 22:17:14 +0000 (Sat, 13 Feb 2010) Log Message: ----------- Updated Modified Paths: -------------- trunk/sc2/ChangeLog Modified: trunk/sc2/ChangeLog =================================================================== --- trunk/sc2/ChangeLog 2010-02-13 22:15:38 UTC (rev 3530) +++ trunk/sc2/ChangeLog 2010-02-13 22:17:14 UTC (rev 3531) @@ -1,4 +1,5 @@ Changes towards version 0.7: +- Fixed fuel reserve bounds checks - SvdB - Fixed a crash when filling fuel tanks over 10 (bug #1082) - Alex - Got rid of many warnings - SvdB - Clean up and some refactoring of the SuperMelee code - SvdB This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mcm...@us...> - 2011-08-27 21:00:55
|
Revision: 3674 http://sc2.svn.sourceforge.net/sc2/?rev=3674&view=rev Author: mcmartin Date: 2011-08-27 21:00:49 +0000 (Sat, 27 Aug 2011) Log Message: ----------- update ChangeLog Modified Paths: -------------- trunk/sc2/ChangeLog Modified: trunk/sc2/ChangeLog =================================================================== --- trunk/sc2/ChangeLog 2011-08-27 20:55:32 UTC (rev 3673) +++ trunk/sc2/ChangeLog 2011-08-27 21:00:49 UTC (rev 3674) @@ -1,4 +1,8 @@ Changes towards version 0.8: +- Allow F6 as a default alternate search key, from related projects. +- "Player 1" and "Player 2" are now "Bottom" and "Top" player (#954) - McM +- Fix Utwig dialog inconsistency (#756) - McM +- Use a deterministic seed for Melnorme modules-for-fuel deals (#567) - McM - Various warnings cleanup (bug #50), from Scott A. Colcord - Fixed various Pkunk reincarnation and Shofixti Glory device interactions; Pkunk ditty plays in a simultaneous destruction (bug #666) - Alex This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <Mee...@us...> - 2011-08-28 20:22:50
|
Revision: 3677 http://sc2.svn.sourceforge.net/sc2/?rev=3677&view=rev Author: Meep-Eep Date: 2011-08-28 20:22:44 +0000 (Sun, 28 Aug 2011) Log Message: ----------- Update Modified Paths: -------------- trunk/sc2/ChangeLog Modified: trunk/sc2/ChangeLog =================================================================== --- trunk/sc2/ChangeLog 2011-08-28 20:15:45 UTC (rev 3676) +++ trunk/sc2/ChangeLog 2011-08-28 20:22:44 UTC (rev 3677) @@ -1,4 +1,6 @@ Changes towards version 0.8: +- Fixes to a few small bugs in UIO which shouldn't have had an impact on + UQM, but would in the future, from Alex - Allow F6 as a default alternate search key, from related projects. - "Player 1" and "Player 2" are now "Bottom" and "Top" player (#954) - McM - Fix Utwig dialog inconsistency (#756) - McM This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |