Difference between revisions of "SourceMod 1.4.1 Release Notes"
(Created page with "''This is a work-in-progress changelog as SourceMod 1.4.1 has not yet been released'' __FORCETOC__ SourceMod 1.4.1 is a minor bug-fix update. For the full SourceMod 1.4 relea...") |
m (typo) |
||
Line 18: | Line 18: | ||
*Fixed sp MaxClients not being updated on map changes after load ({{bz|5160}}). | *Fixed sp MaxClients not being updated on map changes after load ({{bz|5160}}). | ||
*Removed GLIBC_2.7 dependency from spcomp. | *Removed GLIBC_2.7 dependency from spcomp. | ||
− | *Increased buffer for sm_rcon command to fit larger responses ({{5169}}). | + | *Increased buffer for sm_rcon command to fit larger responses ({{bz|5169}}). |
*BaseComm now properly registers a library allowing it to be required by other plugins ({{bz|5156}}). | *BaseComm now properly registers a library allowing it to be required by other plugins ({{bz|5156}}). | ||
*Added new TF2 deathflag and dmg custom defines ({{bz|5157}}). | *Added new TF2 deathflag and dmg custom defines ({{bz|5157}}). | ||
*Fixed TFHoliday enum values ({{bz|5155}}). | *Fixed TFHoliday enum values ({{bz|5155}}). | ||
*Updated TF2_OnIsHolidayActive ret behavior to match doc ({{bz|5155}}). | *Updated TF2_OnIsHolidayActive ret behavior to match doc ({{bz|5155}}). |
Revision as of 14:09, 7 December 2011
This is a work-in-progress changelog as SourceMod 1.4.1 has not yet been released
SourceMod 1.4.1 is a minor bug-fix update. For the full SourceMod 1.4 release notes, click here.
Contents
Changelog
User Changes:
- Updated support for latest OrangeBox engine changes (CS:S, DoD:S, TF2, HL2DM, GMod).
- Added gamedata for Adrenaline Gamer 2 and No More Room in Hell.
- Fixed "not connected" error in reserve slots plugin (bug 5158) (ostrel).
- Fixed ff trigger printing in triggerer's language to all (bug 5161).
- Fixed typo in one of basebans ban reasons (bug 5188).
Developer Changes:
- Fixed sp MaxClients not being updated on map changes after load (bug 5160).
- Removed GLIBC_2.7 dependency from spcomp.
- Increased buffer for sm_rcon command to fit larger responses (bug 5169).
- BaseComm now properly registers a library allowing it to be required by other plugins (bug 5156).
- Added new TF2 deathflag and dmg custom defines (bug 5157).
- Fixed TFHoliday enum values (bug 5155).
- Updated TF2_OnIsHolidayActive ret behavior to match doc (bug 5155).