Scott Ehlert
9d65198786
Upgraded MSVC project files for VS 2010 and modified build tool to use them.
2011-06-29 00:50:14 -05:00
Seta00
49e3b748c3
Fix time drift on repeating tasks (bug 3302, r=dvander).
2010-12-12 18:36:59 -08:00
joaquimandrade
5324c7c620
Fix TrieSetArray reading the wrong parameter (bug 3816, r=dvander).
2010-09-11 23:02:43 -05: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
b706108ed6
Squashed commit of the following:
...
commit 011d9b6b07d904ad1e81ef7c747269903e2d47c4
Author: David Anderson <dvander@alliedmods.net>
Date: Mon Jan 11 00:17:08 2010 -0600
Initial import from Subversion (amxmodx/trunk rev 3757).
2014-02-06 23:06:54 -08:00
David Anderson
0f8c61c1e1
Re-added fflush function (bug 3355, r=sawce).
2009-02-07 23:43:07 +00:00
David Anderson
d97ab913cf
Fixed zero precision bug in atcprintf (bug 3242, r=sawce).
2009-01-08 20:00:38 +00:00
David Anderson
cdf3807955
Bumped version numbers.
2008-08-17 00:50:57 +00:00
David Anderson
6486c56a15
Bumped versions.
2008-08-16 22:47:59 +00:00
Scott Ehlert
0dc6a4a5dd
Whoa, amb1941: All of AMX Mod X is now officially moved over to Visual Studio 2005 (MSVC 8)
...
Also did the following:
* Removed -fPIC from all Linux makefiles
* AMXX build tool now also moved over to VS 2005
* AMXX build tool binary renamed from "AMXXRelease" to "builder"
* MSVC project files now can use environment variables to point to the paths of the Metamod headers and HL SDK: $(METAMOD) and $(HLSDK) respectively
2008-08-16 09:48:39 +00:00
David Anderson
36db059672
Fixed amb1163: float printing broke on large values.
2008-08-16 04:56:50 +00:00
Steve Dudenhoeffer
55d18da46c
Fix for amb1648: typo in validate_menu_text
2008-05-07 04:58:32 +00:00
Steve Dudenhoeffer
240c92e20f
Updated all module SDKs to stop the most annoying issue ever: amxxmodule.h required size_t but did not include stddef.h
...
Also stopped dodfun, dodx, tfcx and tsx from loading on games other than the ones they are designed for.
2008-04-29 06:53:55 +00:00
Steve Dudenhoeffer
f410ea743d
Added part of amb1604: unregister_message - OH GOD I HOPE I DIDNT BREAK IT
2008-04-29 02:18:39 +00:00
Steve Dudenhoeffer
9100ec753c
Added amb1167: menu_addtext(menu, const text[], slot=1)
2008-04-27 19:19:53 +00:00
Steve Dudenhoeffer
1d7cbd4203
Added check for mod game when a module loads: If the module has the optional function, and reports that it is not an expected game, the module will not load.
...
This should fix how some people seem to think the counter strike modules will work on games other than counter strike.
2008-04-27 00:07:06 +00:00
Steve Dudenhoeffer
e1dd514f15
msvc project files updated for trie_natives
2008-04-15 05:40:31 +00:00
Steve Dudenhoeffer
c52943b03c
oops, forgot a file i hope this broke the nightlies
2008-04-15 05:36:50 +00:00
Steve Dudenhoeffer
b33d2f559b
Fixed the debug builds having NDEBUG defined, causing stuff like asserts not working properly
2008-04-14 19:56:31 +00:00
Steve Dudenhoeffer
53ed817183
Added amb1600: trie natives
2008-04-14 19:52:11 +00:00
Steve Dudenhoeffer
683f453b6f
Fixed building a 32bit binary on a 64bit machine
...
Added a super cool new native
2008-04-13 22:54:47 +00:00
Steve Dudenhoeffer
313044fe89
Fix for amb1565 CCmdManager's gotAccess check was retardedly checking to make sure a user has all access flags instead of one of the access flags; this is inconsistent with how access is checked elsewhere
2008-04-10 05:42:06 +00:00
Steve Dudenhoeffer
be35cc9912
Fixed amb1267 - FlagManager caused a crash if the cmdaccess.ini was not writable
2008-03-04 18:02:16 +00:00
Christian Hammacher
60b3f30ab3
fixed fs1315 (fread_blocks broken due to typo)
2007-12-26 15:46:06 +00:00
David Anderson
521288dae0
added dlopen() failure logging to linux
2007-11-12 23:48:26 +00:00
David Anderson
cc99d6d1fb
finalized build numbers and all that other release crap
2007-10-26 02:23:21 +00:00
David Anderson
3750788893
fixed amxmodx makefile
2007-10-26 01:42:12 +00: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
David Anderson
212697b950
whoops, that was one terrible commit. the bug is really fixed now.
2007-10-26 01:09:08 +00:00
David Anderson
6a567f3c77
fixed a memory corruption bug in CVector
2007-10-26 01:03:23 +00:00
David Anderson
36241e2905
updated revision numbers
2007-10-26 00:28:17 +00:00
David Anderson
a2e3f8682f
fixed amb1069 - map prefixes still didn't work
2007-10-25 23:54:51 +00:00
David Anderson
2d737970d0
small fix for amb1024 - weird plugin dir choice
2007-10-22 20:06:28 +00:00
David Anderson
468e6fb9dd
added amb909 - LoadFileForMe()
2007-10-22 19:26:45 +00:00
David Anderson
b2b2c1d961
fixed a very nasty bug where the runtime stack/heap values appeared to simply be corrupted by the JIT initialization function. this probably never manifested in thiadmer's builds because the routine was broken at a higher level
2007-10-03 06:35:20 +00:00
Steve Dudenhoeffer
dd55716f15
Fix for bail breaking is_user_bot - amb914
...
This still doesn't cache since that proved to be buggy; this will check the flag first, and then auth second.
2007-09-06 16:37:57 +00:00
David Anderson
a749aad1b4
- inserted a nasty backwards compatibility shim specifically for war3ft 3.0-rc. this may be extended globally if i can find a way to generalize it without breaking menu_create().
...
- updated comment about player_menu_info() as it was wrong.
2007-09-02 18:35:53 +00:00
Steve Dudenhoeffer
0bb430b3eb
Reverted amb149
2007-08-16 15:16:41 +00:00
Steve Dudenhoeffer
3f1226e504
Fixed +/- cmds not being set in the flag manager.
2007-08-11 13:38:19 +00:00
Steve Dudenhoeffer
76a7cafe50
Changed the new %S format option to %a to hopefully prevent some confusion.
2007-08-08 02:40:40 +00:00
David Anderson
435766b2ef
reverted a bad change in fakenatives
2007-08-04 14:18:56 +00:00
David Anderson
750247e8a6
fixed a bug that broke creative natives from the last change
2007-08-04 14:17:19 +00:00
Steve Dudenhoeffer
226d188d19
Fix for amb257 - get_user_origin mode 4 false positives.
...
Most should be filtered out.
2007-08-04 03:34:34 +00:00
Steve Dudenhoeffer
b09bf4c532
Work around for amb228 - amxmod_compat caused set_user_hitzones to stop functioning.
...
Any plugins being emulated by amxmod_compat that still use the traceline forward will still cause the issue, but if no plugins use that forward it won't interfere.
(also, plugin_flags() can now specify a plid)
2007-08-03 06:48:08 +00:00
Steve Dudenhoeffer
83c82387e3
Changed ArrayGetCell() to return the cell value instead of byreferencing the value.
2007-07-26 16:22:29 +00:00
Steve Dudenhoeffer
9ce9b142e7
Implemented amb397 - amx_add{client}menuitem now accepts filenames as well as registered plugin names
...
(is_plugin_loaded() now has an optional second parameter to search for filenames)
2007-07-25 18:54:32 +00:00
Christian Hammacher
6f590c85f6
fixed bug where fwrite_blocks crashed the server
2007-06-29 21:46:24 +00:00
Steve Dudenhoeffer
16c17cff63
Undid portions of revision 3261: get_{pcvar,cvar}_num discrepancies, the added overhead just wasn't worth how stupidly rare the occurrences were.
2007-06-25 03:23:19 +00:00
Steve Dudenhoeffer
a45d98efea
Fix for amb421: get_user_weapons omitting a weapon in Day of Defeat.
2007-06-22 17:10:21 +00:00