David Anderson
d9216cc599
Remove references to non-mapupdated plugins.
2015-09-20 20:31:30 -07:00
David Anderson
d551338510
Merge pull request #400 from alliedmodders/mv-srvcmds-x
...
Remove sm_srvcmds.cpp.
2015-09-20 15:15:43 -07:00
David Anderson
8a7dfdbc11
Move the "sm" command to core/logic.
2015-09-20 14:33:17 -07:00
David Anderson
1a7b708df8
Split command buffer peeking hacks out of the "sm" command.
2015-09-20 14:33:14 -07:00
David Anderson
168b779786
Move sm_dump_handles to core/logic.
2015-09-20 14:33:10 -07:00
David Anderson
c853050265
Move sm_reload_translations to Translator.
2015-09-20 14:33:06 -07:00
David Anderson
c614d19af0
Move sm_dump_admcache to AdminCache.
2015-09-20 14:33:02 -07:00
David Anderson
8b4f27a038
Add infrastructure to let logic define ConCommands.
2015-09-20 14:32:58 -07:00
Ruben Gonzalez
48eee4db9b
Sync GDC symbols.txt to match one currently used (NPOTB).
2015-09-20 15:28:33 -04:00
David Anderson
c66d14605a
Merge pull request #397 from alliedmodders/rm-old-mms
...
Remove code that handles long-dead Metamod:Source versions.
2015-09-18 14:38:52 -07:00
Nicholas Hastings
ac8a7ecad7
Merge pull request #416 from alliedmodders/rip-s1dota
...
Stop building Source 1 Dota 2 build.
2015-09-18 15:48:59 -04:00
Nicholas Hastings
292df5010f
Stop building Source 1 Dota 2 build.
2015-09-18 15:36:46 -04:00
Nicholas Hastings
5f3f9e869e
Trigger build for hl2sdk TF2/CS:S/DoD:S/HL2:DM CUserCmd changes.
...
Fixes mouse values in OnPlayerRunCommand.
2015-09-18 15:32:52 -04:00
Nicholas Hastings
e748d49343
In package script, set binmode for geoip out file (bug 6415).
...
This fixes newline conversion happening on Windows.
2015-09-18 10:08:39 -04:00
Nicholas Hastings
c085444a03
In packaging, use API for gunzip instead of executable (bug 6415).
2015-09-18 08:27:28 -04:00
Nicholas Hastings
c982cc9991
Merge pull request #354 from powerlord/findmap-plugins
...
GetMapDisplayName and associated core plugin changes.
2015-09-17 11:17:40 -04:00
Ruben Gonzalez
249be7ad56
Merge pull request #411 from alliedmodders/terminate-fix
...
Add shim for TerminateRound for CS:GO
2015-09-16 19:31:52 -04:00
Ruben Gonzalez
6268abe2c3
Untab #ifdef's
2015-09-16 19:21:58 -04:00
Ruben Gonzalez
6aa776eab7
Add comments to VIP RoundEnd reasons. Fix typo.
2015-09-16 19:21:21 -04:00
Ruben Gonzalez
c86a6abdc5
Add shim for TerminateRound for CS:GO
2015-09-16 19:03:40 -04:00
Nicholas Hastings
0e4edd4419
Merge pull request #401 from alliedmodders/css-sync
...
Updated gamedata for CS:S, DoD:S, and HL2:DM.
2015-09-16 18:14:58 -04:00
David Anderson
2a6b37dc81
Merge pull request #410 from alliedmodders/fix-static
...
Fix temporary parameter list being static.
2015-09-16 10:01:39 -07:00
David Anderson
485975fd99
Fix temporary parameter list being static.
2015-09-16 00:27:36 -07:00
David Anderson
c36f80b93d
Don't use server commands to flush plugin unloads.
2015-09-15 19:43:41 -07:00
David Anderson
08cadcdda6
Merge pull request #372 from alliedmodders/rm-pausing
...
Cleanup some PluginSys idiosyncracies.
2015-09-15 19:15:26 -07:00
David Anderson
d473b0441d
Allow plugin info fields to outlive their runtime.
2015-09-15 19:07:22 -07:00
Ruben Gonzalez
189369fcf3
Fix GDC byte offset check printing for linux (NPOTB)
2015-09-15 21:59:24 -04:00
Ruben Gonzalez
a01a63cb71
Update CS:GO gamedata.
2015-09-15 19:23:28 -04:00
Ross Bemrose
10a95cfdce
Add new function: GetMapDisplayName.
...
This function will resolve the name of a map using FindMap, then (if applicable), will turn a workshop map name into a nicely formatted name.
Currently only TF2 and CS:GO Map Workshops are supported. More can be added at a later date.
This function returns false if a map was not found, but true in any other instance even if FindMap could not resolve the map name.
This patch also updates the following core plugins to use this GetMapDisplayName:
BaseTriggers
BaseVotes
MapChooser
NextMap
Nominations
RandomCycle
RockTheVote
2015-09-15 16:16:58 -04:00
David Anderson
653dd36020
Merge pull request #378 from powerlord/fix-convar
...
Fix ConVar .IntValue, .BoolValue, and .FloatValue assignments (Bug 6405)
2015-09-15 12:33:51 -07:00
Nicholas Hastings
28bf744a18
Merge pull request #399 from alliedmodders/tf2branch-nontf2-ismapvalid
...
Fix IsMapValid call on non-TF2 TF2-branch games to use old behavior requiring only map name
2015-09-14 20:44:24 -04:00
Nicholas Hastings
e7d9795fc1
Fix IsMapValid call on non-TF2 TF2-branch games to use old behavior requiring only map name.
2015-09-14 19:24:28 -04:00
David Anderson
2adae27557
Clean up CPlugin member variables.
2015-09-14 12:55:42 -07:00
David Anderson
3430962cbe
Simplify required libs handling and make sure they create dependency links.
2015-09-14 12:53:23 -07:00
David Anderson
0aaa659e29
Fix how the mark-serial is used.
...
The mark-serial is a generation number to optimize dependency tracking. It did not actually get
applied correctly, meaning that in rare cases we could miss dependencies. This patch removes the
incorrect serial propagation and ensures that we don't double-count a dependent plugin.
Additionally, this patch ensures that all callers of BindNativeToPlugin() will update the mark
serial, as is required to correctly track dependencies.
2015-09-14 12:50:50 -07:00
David Anderson
9ef8cc7064
Separate the top of UnloadPlugin into a precursor function.
2015-09-14 12:50:39 -07:00
Nicholas Hastings
44bacdc067
Fix recent regression with finding engine ptr on CS:S, DoD:S, HL2:DM.
...
They are still only have engine v21, not yet v22 (let alone v23).
2015-09-14 09:56:06 -04:00
Nicholas Hastings
7d2c0bd962
Merge pull request #408 from alliedmodders/css-sync2
...
Update metamod-attached extensions to use same engine ptr lookup as core
2015-09-13 17:45:13 -04:00
Ruben Gonzalez
bb39c54f17
Merge pull request #403 from alliedmodders/gdc-fix
...
Fix Makefile for GDC and improve output (NPOTB)
2015-09-13 17:23:24 -04:00
Nicholas Hastings
8f8c00c66d
Update metamod-attached extensions to use same engine ptr lookup as core.
...
(On TF2-branch games, always search for engine v23 first, falling back to v22.)
2015-09-13 17:18:33 -04:00
Kyle Sanderson
5b3b17799f
Merge pull request #407 from Thordin/FindEntityByNetClass
...
Added IsFree() edict check to FindEntityByNetClass
2015-09-13 14:02:38 -07:00
thordin
3a59baab2c
Added IsFree() edict check to FindEntityByNetClass.
2015-09-13 13:49:31 -07:00
David Anderson
fc947c68f7
Merge pull request #404 from alliedmodders/fix-crash
...
Fix a regression from the ConCmdManager refactoring that causes a crash using SourceMod commands in the server console.
2015-09-12 22:53:09 -07:00
Ruben Gonzalez
cfd116b93b
Removed public/sourcepawn from include. Add -Wno-unused for unused variables.
2015-09-12 20:30:53 -04:00
Kyle Sanderson
afc88694fd
Merge pull request #305 from KyleSanderson/filetranshooks
...
Add File Transfer hooks to SDKTools (Bug 4222).
2015-09-12 13:12:50 -07:00
Kyle Sanderson
274e7bd329
Add FileTransfer Hooks to SDKTools (r=Drifter).
2015-09-12 13:01:33 -07:00
Nicholas Hastings
8777d0d0da
Use unlink() instead of rm
in packaging script for Windows compat.
2015-09-12 15:12:45 -04:00
Nicholas Hastings
8ce41407dd
When downloading translations for packaging, bypass certificate check.
...
It will fail on the slaves and we're resolving to internal addressing anyway.
2015-09-12 14:16:38 -04:00
David Anderson
bcd80d3e84
Fix a regression from the ConCmdManager refactoring that causes a crash using SourceMod commands in the server console.
2015-09-12 00:26:47 -07:00
Nicholas Hastings
cfa09f22c1
Merge pull request #390 from alliedmodders/pkg-more
...
Add translation files and updated GeoIP data to snapshots (bug 5728)
2015-09-11 15:53:38 -04:00