Nicholas Hastings
11bf32f6f1
Enable finding mapcycle in cfg dir on sdk2013 and bms.
2015-05-13 06:49:37 -07:00
Nicholas Hastings
55dee2d847
Trigger build for hl2sdk-bms update.
2015-05-12 21:03:36 -04:00
Nicholas Hastings
ae78acf97a
Remove harmless remnant of reverted change.
2015-05-12 13:39:06 -04:00
Nicholas Hastings
fda0978225
Merge pull request #338 from alliedmodders/nuke-address-minvalid
...
Remove Address_MinimumValid entry from sp incs
2015-05-12 13:05:31 -04:00
Nicholas Hastings
227323c96d
Merge pull request #336 from alliedmodders/link-libm
...
Link libm in all bin, not just engine-specific ones.
2015-05-12 11:54:52 -04:00
Nicholas Hastings
51344262c6
Merge pull request #333 from TheMadSword/IncreasedPrintToBufferSize
...
Increased PrintToChat, PrintCenter & PrintHint w/ "all" version, buffer sizes from 192 to 254.
2015-05-12 09:23:25 -04:00
Nicholas Hastings
4152e05dcd
Fix indentation.
2015-05-12 06:21:32 -07:00
Nicholas Hastings
5574acda3d
Remove Address_MinimumValid entry from sp incs
...
We have this defined in core for error checking, but it's useless in sp since unsigned comparisons are not supported.
2015-05-12 06:35:48 -04:00
Nicholas Hastings
75a93314a2
Rename PlayerManager::m_FirstPass to m_bServerActivated for clarity.
2015-05-11 20:42:26 -04:00
Nicholas Hastings
91b2ab8be1
Fixed some badness with the player initialization moving.
2015-05-11 20:29:00 -04:00
Nicholas Hastings
8fc689c89a
Populate MaxClients before OnPluginStart is called.
2015-05-11 19:31:22 -04:00
Nicholas Hastings
b3efc36487
Link libm in all bin, not just engine-specific ones.
...
This fixes the "undefined symbol: floorf" error that some people were getting in sourcemod.logic.so.
2015-05-11 18:59:12 -04:00
Nicholas Hastings
71cb002bc1
Merge branch 'master' of https://github.com/alliedmodders/sourcemod
2015-05-11 06:54:55 -04:00
Nicholas Hastings
78dcb8a0f3
Add gamedata file missing in PackageScript.
2015-05-11 06:52:56 -04:00
Nicholas Hastings
9d6cbfe0cc
Remove unused gamedata.
2015-05-11 06:52:21 -04:00
Nicholas Hastings
7ab3d76c9f
Merge pull request #331 from alliedmodders/support-bms
...
Add support for Black Mesa Multiplayer.
2015-05-10 18:44:20 -04:00
TheMadSword
6686badc93
Increased PrintHint and PrintCenter buffer
2015-05-09 09:22:07 -04:00
Asher Baker
1b47b68cc7
Correct NameHashSet::add() return type.
2015-05-09 11:57:49 +01:00
TheMadSword
b70873e046
Changed buffer size for games with ChatSayText='yes', tested in CSS&CSGO w/ adding the kv in engine.cs*.txt
2015-05-07 22:55:15 -04:00
Asher Baker
f7c6fc9d1f
Restore check_thunks error message.
2015-05-07 21:53:38 +01:00
TheMadSword
f57dbeb60f
Increased PrintToChat & PrintToChatAll buffer size from 192 to 254; works in CSS/CSGO; dunno for the rest
2015-05-07 09:38:25 -04:00
Nicholas Hastings
397c45457a
Fix spacing in PackageScript.
2015-05-06 22:18:43 -04:00
Nicholas Hastings
909598920b
Disable nextmap on Black Mesa for now. (Doesn't ship with mapcycle.txt).
2015-05-06 22:01:57 -04:00
Nicholas Hastings
dac3d1c988
Remove leftover debug code.
2015-05-06 22:01:39 -04:00
Nicholas Hastings
9164730b07
Add gamedata for Black Mesa.
2015-05-06 22:01:29 -04:00
Nicholas Hastings
64f9aedebc
Add basic support for Black Mesa.
...
(Basically a copy of SDK 2013's support, but against BMS SDK).
2015-05-06 21:12:13 -04:00
Yed
5694a759ce
Add IsFree check to FindEntityByNetClass in SDKTools (PR #330 ).
2015-05-04 18:13:11 -07:00
Nicholas Hastings
ffedae66f4
Trigger build for hl2sdk-dota changes.
2015-05-03 15:07:07 -04:00
Nicholas Hastings
a480bf0014
Trigger build for hl2sdk-dota changes.
2015-05-03 10:01:00 -04:00
Nicholas Hastings
2432540d6e
Merge branch 'set-client-name'
2015-04-17 04:50:13 -07:00
Nicholas Hastings
16eeaf625f
Enable the "name %s" command blocking on CS:GO as well.
2015-04-17 06:51:48 -04:00
Kyle Sanderson
f421278166
Merge pull request #325 from VoiDeD/setfailstate-crash
...
Notify plugin listeners of SetFailState'd plugins on unload. (bug 6347)
2015-04-15 15:34:12 -07:00
Ryan Stecker
03e0c7317d
Notify plugin listeners of SetFailState'd plugins on unload. (bug 6347)
2015-04-12 19:25:07 -05:00
Nicholas Hastings
fee99f3629
Sourcepawn fix.
2015-04-12 18:35:57 -04:00
Nicholas Hastings
35c81365be
Update Sourcepawn submodule to get fix for bug 6329.
...
- Fix bug where complex |this| values could be corrupted while evaluating function arguments. (bug 6329)
2015-04-12 16:52:28 -04:00
Nicholas Hastings
8ff1a9daf3
Merge pull request #322 from alliedmodders/fix-coreconf-order
...
Fix CoreConfig init to happen after SMGlobalClasses from logic bin are added (r=asherkin).
2015-04-05 10:43:17 -04:00
Nicholas Hastings
6c6ed241d3
Fix CoreConfig init to happen after SMGlobalClasses from logic bin are added.
...
This fixes OnSourceModConfigChanged not being called for logic classes when
config is first read, matching behavior for core classes. The function is still called
before each class's OnSourceModStartup func.
2015-04-05 10:06:30 -04:00
Nicholas Hastings
b84114bc8e
Update sourcepawn submodule to version with --gen=vs fix.
2015-04-05 09:32:59 -04:00
Bara
1748a411e1
Added GetEntityRenderColor
2015-04-04 01:38:30 +02:00
Kyle Sanderson
aa99eb803b
Allow GetMapHistorySize to return numbers greater than 20.
2015-04-02 13:50:47 -07:00
Kyle Sanderson
47eabfb7fb
Spaces
2015-04-02 10:46:49 -07:00
Kyle Sanderson
a6ab14f28e
Add errno.
2015-04-02 10:46:11 -07:00
Kyle Sanderson
a42cfed39c
Enable travis-ci container environment.
2015-04-02 10:38:34 -07:00
Kyle Sanderson
88c4618230
Merge pull request #320 from KyleSanderson/dust
...
Remove Project Files from older outdated build systems.
2015-04-02 10:34:57 -07:00
Kyle Sanderson
de58944140
Change checkout-deps.sh to do a user install instead of sudo.
2015-04-01 23:51:18 -07:00
Kyle Sanderson
7341bd184e
Remove Project Files from older outdated build systems.
2015-04-01 19:54:34 -07:00
Kyle Sanderson
7a8bf78f39
Merge pull request #229 from powerlord/menuactions_all_warning_fix
...
Stop MENU_ACTIONS_ALL from tossing warnings with #pragma newdecls required
2015-04-01 19:39:52 -07:00
Nicholas Hastings
7268987461
Merge pull request #301 from alliedmodders/get-team-entity
...
Add GetTeamEntity native to SDKTools.
2015-04-01 22:30:18 -04:00
Nicholas Hastings
ce56680fff
Merge pull request #315 from alliedmodders/direxists-empty
...
Make DirExists("") throw an error.
2015-04-01 22:30:03 -04:00
Nicholas Hastings
ea7d5ad8f1
Merge pull request #314 from alliedmodders/tfconds-reducks
...
Pass a handle instead of entptr to ProcessCondChange for stability.
2015-04-01 22:29:55 -04:00