Skip to content

Commit 6957bf5

Browse files
committed
Triggering a build.
1 parent d47dd70 commit 6957bf5

File tree

1 file changed

+253
-0
lines changed

1 file changed

+253
-0
lines changed

changelog.txt

+253
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,259 @@ SourceMod Changelog
22

33
----------------------------
44

5+
SourceMod 1.3.6 [2010-10-31]
6+
7+
URL: http://wiki.alliedmods.net/SourceMod_1.3.6_Release_Notes
8+
9+
User Changes:
10+
11+
- Updated support for latest Left 4 Dead 1 (bug 4681).
12+
13+
Developer Changes:
14+
15+
- Updated TF2 custom kill defines (bug 4682).
16+
17+
----------------------------
18+
19+
SourceMod 1.3.5 [2010-10-17]
20+
21+
URL: http://wiki.alliedmods.net/SourceMod_1.3.5_Release_Notes
22+
23+
User Changes:
24+
25+
- Updated support for CS:S, Garry's Mod, DoD:S, TF2, HL2DM.
26+
- Added support for Firearms: Source (bug 4537).
27+
- Added support for Fistful of Frags (bug 3883).
28+
- Added support for Alien Swarm (bug 4530).
29+
- Fixed living players hearing dead players if alltalk is disabled while deadtalk is on (bug 4533, thanks Zach Callear).
30+
- Fixed timeleft not getting reset on Game_Commencing in CS:S (bug 4557).
31+
- Fixed PlayerRunCmd being hooked when not used (bug 3990).
32+
- Fixed errors and missing effects caused by missing sprites on L4D2 (bug 4512).
33+
- Fixed 'sm plugins' public command skipping plugins in recommended listing (bug 4501).
34+
- Fixed corruption with large database.cfg files (bug 4286).
35+
36+
Developer Changes:
37+
38+
- Added TF2 object stocks (bug 4536).
39+
- Added TF2_MakeBleed native to TF2 ext (bug 4542).
40+
- Added support for logical entities in Synergy (bug 4534).
41+
- Updated TF2 conditions enum and defines (bug 4526).
42+
- Fixed potential crash with IMemUtils::FindPattern on Linux (bug 4554).
43+
44+
----------------------------
45+
46+
SourceMod 1.3.4 [2010-07-18]
47+
48+
URL: http://wiki.alliedmods.net/SourceMod_1.3.4_Release_Notes
49+
50+
User Changes:
51+
52+
- Support for latest TF update (bug 4506).
53+
- Support for latest L4D2 update (bug 4509).
54+
55+
Developer Changes:
56+
57+
- Added FindFlagChar native (bug 3776).
58+
- Added GetConVarDefault native (bug 4502).
59+
- Added forward for TF's GetHoliday function (bug 4462).
60+
61+
----------------------------
62+
63+
SourceMod 1.3.3 [2010-06-23]
64+
65+
URL: http://wiki.alliedmods.net/SourceMod_1.3.3_Release_Notes
66+
67+
User Changes:
68+
69+
- Added support for CS:S on Orange Box
70+
- Added gamedata for Resistance and Liberation (bug 4418).
71+
- Updated gamedata for SourceForts, Empires, Obsidian Conflict, Zombie Master.
72+
- Fixed memory corruption and leaks with some voice functionality (bug 4415).
73+
- Fixed UI bug in sm_motd (bug 4460).
74+
75+
Developer Changes:
76+
77+
- Added new player condition (TFCond_CritCola, bug 4447).
78+
- Fixed clientprefs deleting cookies twice in rare cases (bug 4412).
79+
- Fixed OnClientConnected forward not firing for bots (bug 4443).
80+
- Fixed sm_dump_datamaps crash (bug 4424).
81+
- Fixed switch case comparisons failing with large numbers (bug 4457).
82+
- Fixed rare crash in output hooks (bug 4422).
83+
- Fixed bug with dynamically sized arrays being sliced (bug 4428).
84+
- Fixed SendConVarValue() on TF2, DOD:S, L4D, and L4D2 (bug 4273).
85+
- Fixed TF2 natives not being marked optional (bug 4389).
86+
87+
----------------------------
88+
89+
SourceMod 1.3.2 [2010-05-02]
90+
91+
URL: http://wiki.alliedmods.net/SourceMod_1.3.2_Release_Notes
92+
93+
User Changes:
94+
95+
- Support for recent TF, DoD, and L4D2 updates (bug 4356, bug 4361, bug 4371, bug 4374, bug 4375).
96+
- Fixed rare crash when replicating cvars to clients (bug 4315).
97+
- Lots of extra game support for Insurgency, ZPS, CSProMod, PVKII, and FortressForever (thanks
98+
Nicholas "psychonic" hastings).
99+
100+
Developer Changes:
101+
102+
- Added TF functions for stunning, conditions, regeneration, and power play (bug 4166, bug 4331).
103+
104+
----------------------------
105+
106+
SourceMod 1.3.1 [2010-02-09]
107+
108+
URL: http://wiki.alliedmods.net/SourceMod_1.3.1_Release_Notes
109+
110+
User Changes:
111+
112+
- Added extended support for CSProMod (bug 4255).
113+
- Fixed client disconnect crash on many third party games (bug 4231).
114+
- Improved support for Battlegrounds 2 (bug 4146).
115+
- Improved support for Insurgency (bug 4180).
116+
- Improved support for Garry's Mod (bug 4230, bug 4268).
117+
- Improved support for Synergy (bug 4235).
118+
- Updated Day of Defeat support for 20010123 update (bug 4262).
119+
- Fixed Webternet extension not loading on Windows 2000 (bug 4234).
120+
121+
Developer Changes:
122+
123+
- Fixed compiler complaints when using |any| tag on array arguments (bug 4274).
124+
- Fixed GetClientCookieTime not being exported (bug 4237).
125+
- Fixed potential crash in entity handling code (bug 4249).
126+
127+
----------------------------
128+
129+
SourceMod 1.3.0 [2010-01-15]
130+
131+
URL: http://wiki.alliedmods.net/SourceMod_1.3.0_Release_Notes
132+
133+
Major Features:
134+
* Left 4 Dead 2 support
135+
* Non-networked entity support
136+
137+
User Changes:
138+
139+
- Added Left 4 Dead 2 support (bug 4075).
140+
- Added much richer voting progress feedback (bug 1997).
141+
- Improved support for various third-party games (Nicholas "psychonic" Hastings).
142+
- Added @spec target (bug 2718).
143+
- Added sm_resetcvar command (bug 3636).
144+
- Added "motd" chat trigger (bug 2694).
145+
- Updated GeoIP to OCT-2009.
146+
- Fixed rare map vote error (bug 3905).
147+
- Fixed small leak in the nominations plugin (bug 4104).
148+
- Fixed last client being excluded from some command effects (bug 3984).
149+
- Fixed crashes in plugin [|un|re]loading (bug 4034, bug 4038, bug 4044, bug 4153).
150+
- Special target "@me" is now filtered for certain statuses properly (bug 4000).
151+
- Improved non-admin to admin chat (bug 3844).
152+
- Removed "auto.*" extension folders (bug 3949).
153+
154+
Developer Changes:
155+
156+
- Added non-networked entity support (bug 2459).
157+
- Added improved random number generator (bug 3831).
158+
- Added GetClientCookieTime native (bug 3736).
159+
- Added AskPluginLoad2 callback (bug 3716).
160+
- Added PlayerRunCmd callback (bug 3289).
161+
- Added PointOutsideWorld native (bug 3906).
162+
- Added API for "blanket" command hooks (bug 4015).
163+
- Added ability to test for SourceMod features (bug 4021).
164+
- Added ability to change broadcast status on hooked events (bug 3886).
165+
- OnClientCommand no longer receives unconnected clients (bug 3732).
166+
- Fixed various bugs in client listening API (bug 3818).
167+
- Fixed crash in BanClient (bug 3912).
168+
- Fixed various crashes in self-removing callbacks (bug 4059).
169+
- Fixed rare HUD text crash on TF (bug 4016).
170+
- Fixed OnConfigsExecuted not running on EP1 games with large configs (bug 3828).
171+
- Fixed entity output hooks not working (bug 3988).
172+
- Gamedata folder matches are now case-insensitive (bug 3913).
173+
- Blocked plugins from hooking "sm" command (bug 4013).
174+
175+
----------------------------
176+
177+
SourceMod 1.2.4 [2009-10-03]
178+
179+
URL: http://wiki.alliedmods.net/SourceMod_1.2.4_Release_Notes
180+
181+
- Updated for L4D changes (bugs 4032, 4033, 4035).
182+
- Updated GeoLite Country database for GeoIP extension.
183+
- Fixed crash when block-loading more than eight plugins (bug 4034).
184+
- Fixed rare crash in hudtext code on TF (bug 4016).
185+
- Fixed crash when reloading a blocked plugin failed (bug 4038).
186+
- Fixed Huntsman not firing critical callback on TF (bug 3927).
187+
- Registering the "sm" command no longer has any effect (bug 4013).
188+
- Fixed translation bug in extension API (bug 4010).
189+
190+
----------------------------
191+
192+
SourceMod 1.2.3 [2009-08-28]
193+
194+
URL: http://wiki.alliedmods.net/SourceMod_1.2.3_Release_Notes
195+
196+
- Fix extension filename lookup. (bug 3975).
197+
198+
----------------------------
199+
200+
SourceMod 1.2.2 [2009-08-28]
201+
202+
URL: http://wiki.alliedmods.net/SourceMod_1.2.2_Release_Notes
203+
204+
- Removed auto folders. (bug 3949).
205+
- Added PointOutsideWorld native to sdktools. (bug 3906).
206+
- Added "motd" chat trigger to basetriggers. (bug 2694).
207+
- Added manual extension reloading command to root console menu. (bug 3934)
208+
- Fixed 'list' type custom menu entries overwriting admin restrictions. (bug 3783).
209+
- Added sm_resetcvar command to basecommands. (bug 3636).
210+
- Updated gamedata for DOD:S. (bug 3948).
211+
- Updated gamedata for TF2. (bug 3948).
212+
- Added new .ep2v build config for valve OB based games. (bug 3948).
213+
- Fixed incorrect escaping in clientprefs SQLite queries. (bug 3904)
214+
- Updated gamedata for Synergy. (bug 3315).
215+
- Upgraded to pcre-7.9 (bug 3923).
216+
- Switched Insurgency chat printing to SayText. (bug 3738).
217+
- Updated gamedata for Insurgency. (bug 3511).
218+
- Updated gamedata for ZM. (bug 3746).
219+
- Updated gamedata for Empires. (bug 3500).
220+
- Updated gamedata for ZPS. (bug 3877).
221+
- Updated gamedata for AoC. (bug 3891).
222+
- Fixed RemovePlayerDisguise signature for TF2. (bug 3892).
223+
224+
----------------------------
225+
226+
SourceMod 1.2.1 [2009-05-31]
227+
228+
URL: http://wiki.alliedmods.net/SourceMod_1.2.1_Release_Notes
229+
230+
- Updated SDKTools for latest Team Fortress update.
231+
- Added L4D handling to GuessSDKVersion() (bug 3842).
232+
- Updated Zombie Panic Source offsets (bug 3632).
233+
- Fixed crash when clientprefs saw disconnect from 64th client (bug 3821).
234+
- Fixed Plugin_Handled acting like a Stop in usermsg hooks (bug 3685).
235+
- Fixed early tv_enable causing crashes (bug 3766).
236+
- Fixed unhook event crash (bug 3814).
237+
- Fixed compiler reading uninitialized strings while processing varargs (bug 3811).
238+
- Fixed compiler choosing whether to emit stradjust.pri on dynamic arrays based on uninitialized memory (bug 3810).
239+
- Fixed Windows L4D CreateFakeClient signature (bug 3792).
240+
- Fixed sm_slap for EP1 games (bug 3768).
241+
- Fixed casting problems in TextParsers breaking TrimString for non-ASCII characters (bug 3800).
242+
- Fixed OnClientConnect rejectmsg handling, improved doc (bug 3690).
243+
- Fixed clientprefs not loading cookies for clients on late load (bug 3735).
244+
- Fixed GetCommandFlags on original engine games (bug 3759).
245+
- Fixed compiler asserting when returning a string literal (bug 3836).
246+
- Fixed compiler erroring when tagging functions for string return (bug 3837).
247+
- Fixed compiler not handling constant chained relational operators correctly (bug 3838).
248+
- Fixed revote bug and inflexibilities in RedrawClientVoteMenu (bug 3834).
249+
- Fixed auto update URL being set too late (bug 3699).
250+
- Disabled nextmap in Synergy and Dystopia (bug 3687, bug 3741).
251+
- Removed unnecessary SSE optimizations from msvc9 project files (bug 3756).
252+
- Removed short-lived tag system (bug 3751).
253+
- Removed the alive check from sm_rename. (bug 3698).
254+
- Switched FortressForever to Valve menus (bug 3819).
255+
256+
----------------------------
257+
5258
SourceMod 1.2.0 [2009-03-05]
6259

7260
URL: http://wiki.alliedmods.net/SourceMod_1.2.0_Release_Notes

0 commit comments

Comments
 (0)