richard
56b58bc2ba
Added tag zr-2.5.1.14 for changeset d633fcc08a17
2009-05-13 16:53:02 +02:00
richard
ef94e1f184
Added tag zr-2.5.1.13 for changeset 0c926b99ee96
2009-05-13 16:53:02 +02:00
richard
cad56dd7c8
Added tag zr-2.5.1.12 for changeset d5da985dfba8
2009-05-13 16:53:02 +02:00
richard
8710f91bc6
Added tag zr-2.5.1.11 for changeset 1ab02f8544fe
2009-05-13 16:53:01 +02:00
richard
6a374db673
Added tag zr-2.5.1.10 for changeset dafbb1557460
2009-05-13 16:53:01 +02:00
richard
b7b1094f9d
Added tag zr-2.5.1.9 for changeset f9d36b5495e0
2009-05-13 16:53:01 +02:00
richard
db164732b8
Added tag zr-2.5.1.8 for changeset 7e4b988a2593
2009-05-13 16:53:01 +02:00
richard
5986511eae
Added tag zr-2.5.1.7 for changeset 22d1509d7f9b
2009-05-13 16:53:01 +02:00
richard
5a3474e6dc
Added tag zr-2.5.1.6 for changeset 1dbe1b853428
2009-05-13 16:53:00 +02:00
richard
d1c609f39d
Added tag zr-2.5.1.5 for changeset 6678adf1156b
2009-05-13 16:53:00 +02:00
richard
3a08219d67
Added tag zr-2.5.1.4 for changeset 18725be2a1bd
2009-05-13 16:53:00 +02:00
richard
10279ac5b4
Added tag zr-2.5.1.3 for changeset 137e9cac8cf6
2009-05-13 16:53:00 +02:00
richard
f76096639a
Added tag zr-2.5.1.2 for changeset 721f697abb64
2009-05-13 16:53:00 +02:00
richard
f2fba7bf72
Added tag zr-2.5.1.1 for changeset 282e96413835
2009-05-13 16:52:59 +02:00
Greyscale
8f9a66e366
Added bunnyhop protection.
2009-05-12 04:56:03 +02:00
Greyscale
8aa9b7dcc7
Added zspawn team override cvar.
2009-05-12 04:30:16 +02:00
Greyscale
77fd4b00a8
Created serial number api, put client serials in adt array instead of 64-slot array.
2009-05-12 04:12:13 +02:00
Greyscale
0ca296731b
Fixed default alpha values.
2009-05-12 03:58:43 +02:00
Greyscale
0a9d1d9035
Merged heads.
2009-05-12 03:14:13 +02:00
Greyscale
14c5acf0bf
Fixed typo in playerclasses.inc with logging defines, add updated weaponalpha module to track weapon alphas.
2009-05-12 03:12:05 +02:00
Greyscale
f46b774492
Updated gamedata file for zrtools and removed hacks.inc
2009-05-11 07:12:13 +02:00
Greyscale
67ec1f8433
Merged heads.
2009-05-11 04:47:56 +02:00
Greyscale
7c643c5d66
Integrated zrtools and removed hacks extension dependency (don't forget zrtools.inc), and I'll make a repos for the source code and binary. No linux binary yet. Gunna be a pain in the ass.
2009-05-11 04:47:09 +02:00
richard
b32219fec5
Merged heads.
2009-05-10 18:50:28 +02:00
richard
4117519b39
Added command for modifying or scaling class attributes. Minior fixes, see details.
...
Fixed error getting default classes on early player connect (bots, source tv, etc.).
Fixed jump boost not resetting height velocity. Changed to add to velocity. Jump from boost platform still doesn't work because the velocity is set too early.
Added check for reserved class names when validating.
Updated class default attributes and jump limits.
2009-05-10 18:49:47 +02:00
richard
e145e8cd0e
Fixed logic mistake.
2009-05-10 01:32:53 +02:00
richard
969aa19b85
Added support for post map configs (with workaround for SourceMod bug 3803). Log cleanup. Minior fixes.
...
Removed log check in fatal errors. Those must always log.
Stored LogCheckFlag result in a boolean where log is executed more than once.
Fixed invalid translation string used in menu title.
Fixed index out of bounds in zspawn when a client disconnects.
2009-05-09 17:45:19 +02:00
Greyscale
e9c611b476
ToolsSetClientAlpha now has option to change weapon alpha too. weaponsalpha module needed to track weapon alphas on pickup and drop. Removed alpha offsets, as it's already supposed by SM natives.
2009-05-08 07:37:07 +02:00
Greyscale
a6e55b6653
Updated translations, converted the menu to use keyword defines instead of hardcoded names.
2009-05-08 04:57:21 +02:00
Greyscale
f0a975b431
Fixed bug in ambience that disabled sound being added to download table if logging was disabled.
2009-05-07 03:06:08 +02:00
Greyscale
3fb7163fb5
Visual effects are all now updated real-time, and defaulted to semi-dark with a borealis sky.
2009-05-06 08:29:34 +02:00
Greyscale
e1b1a21873
Put spawn protect attributes into cvars.
2009-05-06 07:13:05 +02:00
Greyscale
a89f98cc38
Added a way to quiet any sayhook if it wasn't successfully executed, fixed double-ztele'ing. (Note: Linux can't compile the plugin anymore.)
2009-05-06 05:31:48 +02:00
Greyscale
cec31406d0
Added a timelimit to zspawn.
2009-05-06 03:04:55 +02:00
Greyscale
2ac56b1969
Updated all file headlines, and added phrases for zspawn abuse.
2009-05-06 02:28:09 +02:00
Greyscale
476eface23
Fixed ambience.
2009-05-05 07:40:15 +02:00
Greyscale
a36e0dab5a
Recoded ztele, removed old ztele, made conversion function.
2009-05-05 06:56:34 +02:00
richard
dca8aa330b
Reverted unnecessary changes. Compile still works without errors in this revision, confirmed 2009.05.02 18:00 +2.
...
Initializing blank strings on function declaration had no effect. Also the parameter can be treated as optional when it's actually not. Reverted to avoid confusion.
2009-05-02 18:08:33 +02:00
Greyscale
460b6ddf6d
Merged heads.
2009-05-02 07:11:05 +02:00
Greyscale
2ec263f2a0
Fixed compiler warning (check SM forums for details), fixed compiler crash, seemed to be caused by the string parameter not being defaulted to an empty string, using new String:... had no effect, so I went through and defaulted all String parameters to (not uncluding constant expressions).
2009-05-02 07:09:55 +02:00
richard
3cc2087dce
Changed limits on class attributes.
...
Allowing negative numbers on jump boost. Limiting to +-500 because that's already really fast (distance to move on next server
frame).
2009-05-01 11:34:07 +02:00
richard
fcd3a2e48e
Added blank lines on the end of all files to get rid of warning from diff tool.
2009-05-01 11:22:45 +02:00
Greyscale
0404230fc8
Fixed humans winning on round end when no humans present, removed classes file cvar and made it use the config module, replaced SetFailState with LogMessageFormatted with fail flag, made the base config manipulator function.
2009-05-01 07:09:18 +02:00
Greyscale
8da309e4f4
Made config module, recoded models.inc and added validations, added a cvar to flag any sayhook as quiet to hide from chat, hooked mp_limitteams, fixed menu handle function, moved file paths into cvars and updated all modules but classes to use it
2009-04-30 07:36:57 +02:00
richard
1a638cfbac
Merge test.
2009-04-30 07:18:38 +02:00
Greyscale
20b63d9bc5
Removed offsets.inc
2009-04-29 03:07:51 +02:00
Greyscale
f5f9158941
Uploaded manually merged code.
2009-04-29 02:50:25 +02:00
Greyscale
1b8bcc9141
(Updated translations file), added cvar to drop or strip weapons on infect, moved jumpboost to own module (and fixed it), create tools/tools_functions.inc for offset finding and wrapper functions, added SetFailState alternative to LogMessageFormatted, replaced some tabs with spaces, fixed neverending round bug, fixed no zombie bug, recoded menu.inc, fixed classmenu reopening main menu when closing it with 0.
2009-04-29 02:41:53 +02:00
test
5556218f7e
test
2009-04-29 02:34:49 +02:00
test
fd129e561b
test
2009-04-29 01:58:41 +02:00