Difference between revisions of "SourceMod 1.0.4 Release Notes"

From AlliedModders Wiki
Jump to: navigation, search
m
Line 1: Line 1:
 
'''SourceMod 1.0.4 is the current "stable development branch" and is not yet released.'''
 
'''SourceMod 1.0.4 is the current "stable development branch" and is not yet released.'''
  
Expected date for 1.0.4: Mid-July, let's keep this release small.
+
Expected date for 1.0.4: Mid-September.
  
Triaging: [http://bugs.alliedmods.net/index.php?do=index&tasks=&project=5&due=122 Things marked for 1.0.4]
+
=Changes=
 
+
*Added {{amb|1916}}: Threaded query delay is now 50ms instead of 500ms.
Stuff that would be nice to land from trunk to 1.0.4:
+
*Fixed {{amb|1986}}: Format() with very long strings could crash if the input and output buffers overlapped.
*Client Preferences
+
*Fixed {{amb|1938}}: The compiler ate too many characters in preprocessor macros.
*sm_revote
+
*Fixed {{amb|1935}}: Topmenu child names were not uncached when a category was deleted.
 
+
*Fixed {{amb|1918}}: Ban menu should compare userids, not client indexes
 
+
*Fixed {{amb|1899}}: Duplicate maps in auto generated maplists.
'''Commit Policy''':
+
*Fixed {{amb|1891}}: Basechat didn't check for blank message in private says.
Bug fixes go to 1.0.4 and then to trunk.
+
*Fixed {{amb|1853}}: Ternary operators with string assignments could chop strings off.
Feature commits only go to trunk.
+
*Fixed {{amb|1815}}: Custom admin menu wasn't escaping input.
 
+
*Fixed {{amb|1808}}: KickClient() is now delayed to prevent crashes, use KickClientEx for old functionality.
'''Translations?'''
+
*Fixed {{amb|1802}}: Possible crash when a client disconnected.
I might add some sort of basic translation exporting to the language tool, this would let us break the "no new translations" promise to land things like sm_revote and pRED's nextmap changes.
+
*Fixed {{amb|1801}}: Improved bot detection, and fixed bots crashing if inside an OrangeBox server.cfg.
 +
*Fixed {{amb|1780}}: admin-sql-threaded had a debug spew turned on.
 +
*Fixed {{amb|1779}}: Crash in GetTeamName() on mods that don't support it.
 +
*Fixed {{amb|1763}}: Function call status is now cleared on a new function call.
 +
*Fixed {{amb|1749}}: Updated and improved DoD:S SDKTools coverage.
 +
*Fixed team native crashes in SDKTools for mods like Insurgency.
 +
*Fixed various file handle leaks.

Revision as of 02:46, 8 September 2008

SourceMod 1.0.4 is the current "stable development branch" and is not yet released.

Expected date for 1.0.4: Mid-September.

Changes

  • Added amb1916: Threaded query delay is now 50ms instead of 500ms.
  • Fixed amb1986: Format() with very long strings could crash if the input and output buffers overlapped.
  • Fixed amb1938: The compiler ate too many characters in preprocessor macros.
  • Fixed amb1935: Topmenu child names were not uncached when a category was deleted.
  • Fixed amb1918: Ban menu should compare userids, not client indexes
  • Fixed amb1899: Duplicate maps in auto generated maplists.
  • Fixed amb1891: Basechat didn't check for blank message in private says.
  • Fixed amb1853: Ternary operators with string assignments could chop strings off.
  • Fixed amb1815: Custom admin menu wasn't escaping input.
  • Fixed amb1808: KickClient() is now delayed to prevent crashes, use KickClientEx for old functionality.
  • Fixed amb1802: Possible crash when a client disconnected.
  • Fixed amb1801: Improved bot detection, and fixed bots crashing if inside an OrangeBox server.cfg.
  • Fixed amb1780: admin-sql-threaded had a debug spew turned on.
  • Fixed amb1779: Crash in GetTeamName() on mods that don't support it.
  • Fixed amb1763: Function call status is now cleared on a new function call.
  • Fixed amb1749: Updated and improved DoD:S SDKTools coverage.
  • Fixed team native crashes in SDKTools for mods like Insurgency.
  • Fixed various file handle leaks.