KaidoRen
32c7e6bf0f
Fix getting url
2019-05-18 13:06:42 +05:00
KaidoRen
a784ae1c0f
Quotation marks replaced by square brackets and change arg name to id
2019-05-15 10:05:30 +05:00
KaidoRen
1f63a30bf0
Displaying the URL of the plugin if it is present
2019-05-15 10:02:29 +05:00
KaidoRen
0de45b63d0
Revert "Displaying the URL of the plugin if it is present"
...
This reverts commit 9e31230368449966d16635c696d97c04adadeaa9.
2019-05-15 08:34:22 +05:00
KaidoRen
0f5cf26270
Revert "Creating a variable inside an if statement (C++17)"
...
This reverts commit b2c1e7c77576c02a00c8c3f103457000d3298ceb.
2019-05-15 08:19:54 +05:00
KaidoRen
3991cb1165
Revert "Creating a variable inside an if statement (C++17)"
...
This reverts commit 835e0bc6c413f11b1bbf964daea87b57f653f5d7.
2019-05-15 08:19:06 +05:00
KaidoRen
b2c1e7c775
Creating a variable inside an if statement (C++17)
2019-05-14 17:16:08 +05:00
KaidoRen
5f66e7f190
Getting an ID only with more than three arguments
2019-05-14 17:06:59 +05:00
KaidoRen
9e31230368
Displaying the URL of the plugin if it is present
2019-05-14 17:02:33 +05:00
KaidoRen
835e0bc6c4
Creating a variable inside an if statement (C++17)
2019-05-14 16:59:54 +05:00
KaidoRen
7701c313e0
Add new command to display info about the plugin and add url to amxx plugins command
2019-05-09 14:03:03 +05:00
Karol Szuster
123246cc84
Port code to AMTL ( #427 )
...
* Remove CQueue
* Remove duplicated files
* Move sh_tinyhash to public/
* Remove sm_queue
Make NVault use of ke::Deque
* Remove sh_string (unused)
* Remove CList dependency from CTask
* Remove CList dependency from CEvent
* Remove CList dependency from modules' functions
* Remove CList dependency ForceObject
* Remove CList dependency Player Auth
* Remove left CList dependencies
* Fix msvc project files
* Update AMTL
* Use InlineList for CScript
* Use InlineList for CModule
* Use Vector for Player Auth
2017-04-14 19:36:59 +02:00
KliPPy
a53e7905db
Extend amxx list command ( #377 )
2016-06-26 14:04:33 +02:00
Vincent Herbet
4ec11496e6
Fix missing new lines in "amxx version" command
2015-02-12 10:46:20 +01:00
Arkshine
1488b9747f
Cvars: De-frenchify by Nextra
2015-01-29 21:44:53 +01:00
Arkshine
d75b14d4af
Cvars: Extend "amxx cvars" command output
2015-01-27 15:07:17 +01:00
Arkshine
cdc7d550eb
Cvars: Rearrange a bit some code
...
Changed class CCVar -> struct CvarInfo
Added CvarManager class and moved some code there
Code of registering a cvar is rewritten
Cvars datas are stored in a hashtable for fast lookup
For natives compatibility, an inline list is kept (though CList -> ke::InlineList)
Replace some CVAR_GET/SEt_ by FindVar
2015-01-23 19:05:32 +01:00
Arkshine
7c96c30be8
Replace old SVN_* defines by the new ones
2014-12-08 01:42:42 +01:00
Scott Ehlert
9c08b11a75
Update 'amxx gpl' server command with new license text.
2014-08-04 14:31:28 -05:00
Scott Ehlert
1bb54f839e
Update license headers for AMXX core.
2014-08-04 13:18:19 -05:00
David Anderson
1f15fdd6cb
Update versioning for AMBuild and git.
...
Former-commit-id: ea473061ef1f3b52716decfb4dafcfd66167730d
2014-02-08 20:37:33 -08:00
Scott Ehlert
06a9241bcf
Changed my handle.
...
Former-commit-id: 9b29f183153a23dbf0f830cb4580dc4dd2853143
2013-02-13 03:23:27 -06:00
David Anderson
56b676eafb
Fixed core build.
2010-04-04 17:37:05 -07:00
David Anderson
73e3e52057
Updated version files for HG.
2010-04-04 17:22:45 -07:00
David Anderson
993b6e6c74
added 3 more spaces to version output so our version numbers look nice
2007-10-26 01:41:45 +00:00
Steve Dudenhoeffer
6c0300801f
Added amb32 - amxx {cvars,cmds} now takes an optional parameter to filter plugins by plugin filename
2007-06-21 15:26:02 +00:00
Steve Dudenhoeffer
d45c3aeb96
Fixed am51050 - "amxx {pause,unpause" had misleading output
2007-02-19 06:57:26 +00:00
David Anderson
c67e19a62f
updated credits + look for 1.76
2006-09-10 06:35:54 +00:00
David Anderson
db175082ad
Fixed some bugs/warnings that GCC caught
2006-08-17 16:41:41 +00:00
David Anderson
f600a96657
Initial massive import of the new code module auto-loading code
...
Important difference - pubtags table is used instead of library table!
2006-05-10 02:32:34 +00:00
David Anderson
6c6389ba65
oh, last credits bit. wee <-- gaben?
2006-03-04 08:52:08 +00:00
David Anderson
f336585d4f
Fixed GCC compatibility for now.
...
Removed ps_locked and replaced with ps_error.
Added set_fail_state.
Fixed md5_file.
2005-12-01 13:42:28 +00:00
Pavol Marko
c8d69c41bc
Hello quickfix 64bit negative values to executeForwards -> now upcasting everything 32bit to cell before passing to executeForwards
2005-10-18 21:05:52 +00:00
Borja Ferrer
76760b221d
more cleaned-up code
2005-09-10 20:09:14 +00:00
David Anderson
4e8eff3e04
Fixed bug at17021.
2005-08-17 16:41:38 +00:00
David Anderson
4609cb409b
Whoa! Merged in Pawn! (Small 3.0)
...
Removed debug handling (will add back in soon)
Ported all amx_Exec()s to forward systems
Deprecated AMX Mod module support (incompatible with Pawn anyway!)
Deprecated many file natives (unused)
Deprecated some functionality of pause/unpause
Fixed some memory deallocation bugs (thanks fysh)
Bumped module API version to 3 (no new M/SDK yet!)
Bumped AMX Mod X version to 1.5!
Merged in CVector changes
2005-07-25 06:03:43 +00:00
David Anderson
0513dae63e
Added better credits ^^
2004-11-10 05:38:23 +00:00
David Anderson
d3751054da
New debugging engine
2004-09-15 21:21:46 +00:00
David Anderson
1082ef31c7
Modules no longer need to have the correct extension (requested by UgLyPuNk)
2004-09-12 03:48:21 +00:00
David Anderson
3ec4ccd9da
Added new "amxx plugins" plugin fail message
2004-09-10 15:52:48 +00:00
David Anderson
cd6e51271c
Added more build information
2004-09-06 22:27:55 +00:00
David Anderson
32b07e4c0c
Fixed JIT on Linux
2004-09-02 08:25:48 +00:00
Felix Geyer
c003f90713
removed type from "amxx modules"
2004-08-22 11:36:24 +00:00
Pavol Marko
88cc9156fe
added "gpl" to the "amxx" comand list
2004-06-29 15:58:44 +00:00
Pavol Marko
8c600f90c3
nothing important
2004-05-28 11:28:42 +00:00
Pavol Marko
be5276dde6
stuff
2004-05-03 19:46:49 +00:00
Pavol Marko
8c4e8e20a5
stuff
2004-04-22 08:07:22 +00:00
Pavol Marko
0612e67e2d
using new function names and parameters
2004-03-27 17:06:08 +00:00
David Anderson
f711baf3df
new file names
2004-03-24 01:35:44 +00:00
Felix Geyer
7cf7fce86d
changed header
2004-03-05 21:03:14 +00:00