-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathchangelog.txt
179 lines (155 loc) · 7.85 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
CS:S DM Changelog (Changelog from 0.1 to 0.5 lost.)
2.1.3 (stable) April 17, 2011
- Updated for the latest Orange Box engine.
- Added automated builds for Windows, Linux, Mac.
2.1.0.1 (stable) September 7, 2009
- Updated sourcemod/gamedata/cssdm.games.txt for latest CS:S update.
- Added more spawn files posted in the community forums.
2.1.0 (Stable) November 14, 2007
- Added the ability to translate equipment menus (translation file must
be updated if you upgrade).
- Added the ability to skip a weapon selection menu via "Exit."
- Added an experimental cssdm_remove_drops cvar for specifying whether
CS:S DM removes weapon drops.
- Fixed a bug where if you only selected one gun, you could not opt to
repeat the selection on the main equipment menu.
- Fixed a bug where dm_equipment could perform actions on players/bots
when cssdm_enable_equipment was 0.
- Fixed a bug where an unspecified primary or secondary weapon could be
given if the cssdm.equip.txt file specified none in the list and the
player selected "Random."
- Fixed a bug where bot_quota would stop working if cssdm_bots_balance
was set to "0".
- Fixed "nightvision" not being in the cssdm.equip.txt config file.
- Fixed bots always getting defuse kits.
- Fixed a bug where CS:S DM crashed if FFA mode was set on the latest
CS:S version.
- Updated some library code from SourceMod that had received bug fixes
since the last release.
2.0.0 Final - July 25, 2007
- Fixed a bug where infinite ammo was not disabled when DM was not running.
2.0.0 Beta 4 - July 1, 2007
- Enabling "buy" in cssdm.equip.txt now disables the equip menu.
- Fixed cssdm_bots_balance not working after mapchange.
- Fixed an RTE in spawn protection.
- Fixed a crashbug on mapchange.
- Fixed bug where FFA would not work after one mapchange.
- Fixed FFA not working entirely right on Windows.
2.0.0 Beta 1,2,3 - June 24, 2007
- Rewrote CS:S DM to be a SourceMod extension.
- CS:S DM is now open source, under the GNU General Public License.
- CS:S DM's spawning, equipment, and other features have been moved
to SourceMod plugins.
- Most configuration options are now cvars; a new per-map config system is
now in place.
- CS:S DM can now be translated to different languages.
- cssdm_enable/disable, cssdm_ffa_enable/disable are removed in favor of
cssdm_enabled/cssdm_ffa_enabled cvars.
- cssdm_password/cssdm_login are removed in favor of SourceMod's admin
system.
- Improved CS:S DM's removal of dropped items (including defusekits).
- Improved CS:S DM's spawning of late joined players, players joining
a team after spectating, and late joining of bots.
- Greatly improved the intelligence of the weapons menu. It will now
choose not to display if it knows only one or less items can be
chosen.
- Added a "Random Weapons" feature to the weapon menus.
- Removed the grenade and armor menus.
- Added a new interactive spawn point editor ("cssdm_spawn_menu").
- Added a plugin to manage bot_quota correctly.
- Removed cssdm_addspawn.
- Improved bot support for automatic items.
- Fixed a bug where C4 would be removed when CS:S DM was disabled.
- The "respawn" command will now properly obey spawn wait times.
- Updates are easier to patch; a text file holds all internal offsets.
0.97.1 Beta - February 14, 2007
- Fixed FFA mode not working on Windows.
0.97 Beta - December 11, 2006
- Added a new menu flag 'x' to disable Cs:S DM menus.
- Improved coloring of gun menus.
- Fixed a mapchange crash bug related to body_stay_time.
- Fixed a mapchange crash bug related to bots.
- Fixed a shutdown crash bug that occurred if bots were ingame.
0.96c Beta - November 19, 2006
- Fixed CS:S DM menus not working after a November 16th Valve update.
- Fixed CS:S DM not loading properly on some FreeBSD servers.
0.96 Beta - October 11, 2006
- Added option to use the old spawn protection mode method (protection_type = 1).
- Added an option to change the health points players get on respawn (respawn_health).
- Fixed player weapons not being removed from the world on disconnect.
- Fixed a respawn-as-spectator exploit.
- Fixed a debug message that was accidentally spamming the log files.
0.95 Beta - August 26, 2006
- Updated CS:S DM for the latest CS:S update (8-24).
- Spawn Protection is now rewritten. Players do not take damage until the protection time is over. If players press any movement, action, or weapon buttons, the protection time ends instantly.
- Added 'strip_weapons' option and an 'auto_weapons' section for tweaking spawn gun control.
- Added 'respawn_wait_time' option to change the death respawn interval.
- Added 'respawn_wait_method' option. Servers can now force players to fire +attack to respawn. This is experimental and may not work as expected due to spectator mode.
- Added 'allow_c4' option to toggle whether C4 is stripped from players and deleted on drop. Also fixed C4 not being removed correctly.
- Added 'auto_refill' option which lets players manually reload to refill their ammo.
- Added 'flash_num' option to change how many flashbang grenades are given.
- Added 'n' flag for auto_items to automatically give nightvision.
- Fixed a bug where auto mapchange files could change to the same map indefinitely.
- Fixed a bug where internal menu tracking was not cleared after menu selection.
- Internally replaced the weapon drop hook with a much faster and more stable method.
0.91 Beta - April 25, 2006
- Updated CS:S DM for the latest CS:S update (4-20).
- Added dir for map-specific config files.
- Added spawn files from forums (credits in credits.txt)
- Added option to force map changes for Stripper users.
- Added body_stay_time option for timed ragdoll removal.
- Fixed FFA not working on Linux.
- Fixed requiring a mapchange on late loading.
0.84a Beta - January 19, 2006
- Updated CS:S DM for the latest CS:S update.
0.84 Beta - January 14, 2006
- Fixed no lag compensation in FFA reducing hit registration.
- Fixed spawning before model selection.
- Fixed rare crash bug when server quit.
0.82 Beta - January 10, 2006
- Fixed a bug where using bots would crash CS:S DM.
0.81 Beta - January 7, 2007
- Updated CS:S DM for the latest CS:S update.
- Added Free-For-All mode with new option - free_for_all.
- Added commands cssdm_ffa_on and cssdm_ffa_off.
- Exposed server command cssdm_respawn to respawn a player by index.
- Fixed bot weapons.
- CS:S DM now requires Metamod:Source 1.2.
0.76 Beta - December 2, 2005
- Updated CS:S DM for the 12/1 CS:S update
- Fixed spawn protection.
- Added bomb removal option.
- Added objective removal option.
- Added round blocking option.
- Added cssdm_reload command for reloading config files.
- Added spawn points for de_nuke.
0.72 Beta - October 25, 2005
- Added cssdm_enable and cssdm_disable server commands.
- Fixed and improved "guns" command.
- Fixed bug where unloading CS:S DM caused a crash.
- Fixed "scout" mispelling in config file.
- Fixed a few register corruption bugs.
0.71 Beta - October 21, 2005
- Updated for Metamod:Source 1.1 API
- Updated to not use libstdc++
- Fixed menu parse bug on newlines
- Fixed bug where menus overflowed message buffer
- Temporarily removed round-blocking code
- Note, the above fixes map changing and weird CT score bugs
0.7 Beta - August 2005
- Greatly improved weapon deletion
- Added more spawn protection against telefragging
- Backported to Windows
- Fixed ragdoll deletion
- Addeed spawns for CAL maps and base maps
- Initial release
0.65 Alpha - August 2005
- Added spawn protection
- Moved menu to config file
- Fixed bugs in bot support
0.6 Alpha - August 2005
- Added bot support
- Added config file support
- Added dynamic spawning
0.5 Alpha - July 2005
- Ported to Linux