Scott Ehlert
ac5b6b15f2
Re-built Pawn assembly interpreter and JIT object files.
2013-02-24 01:04:09 -06:00
Scott Ehlert
b220d90bb4
Re-enable JIT on Mac OS X (bug 5601, r=dvander).
2013-02-24 01:03:56 -06:00
Scott Ehlert
fc08daf58b
Align stack on 16-byte boundary for native calls in the JIT compiler (bug 5601, r=dvander).
...
This alignment is needed if a native calls a library function on OS X or uses SSE instructions.
2013-02-24 01:03:55 -06:00
Scott Ehlert
af6ba72b0b
Align address of asm_runJIT down to nearest page boundary instead of up for mprotect on Linux and OS X (bug 5601, r=dvander).
2013-02-24 01:03:54 -06:00
Scott Ehlert
895c856196
Align stack on 16-byte boundary for native calls in the assembly interpreter (bug 5601, r=dvander).
...
This alignment is needed if a native calls a library function on OS X or uses SSE instructions.
2013-02-24 01:03:53 -06:00
Scott Ehlert
fd100b2fa7
Fixed clang warnings when neither the assembly interpreter nor JIT are enabled (bug 5601, r=dvander).
2013-02-24 00:45:53 -06:00
Scott Ehlert
3d0277c1f0
Fixed module loading on OS X (bug 5601, r=dvander).
2013-02-24 00:45:53 -06:00
David Anderson
58d6835c17
Fix build bustage (TM).
2013-02-14 02:00:29 -08:00
David Anderson
553dea80f2
Fix build bustage.
2013-02-14 01:57:09 -08:00
David Anderson
bac92ddbc7
Disable JIT on Mac OS X due to crash.
2013-02-14 01:52:29 -08:00
Scott Ehlert
9b29f18315
Changed my handle.
2013-02-13 03:23:27 -06:00
Scott Ehlert
c99a90817f
Fixed metamod paths in MSVC projects.
2013-02-13 03:22:59 -06:00
David Anderson
0d2385b004
Backout changeset aa745bf0c347 (bug 3302) for regression reported in bug 5552.
2013-02-13 01:13:18 -08:00
arkshine
a31621dd0c
Fix strfind ignoring its last parameter (bug 4070, r=dvander).
2013-02-13 00:54:26 -08:00
Scott Ehlert
e04d44c851
Really fixed HLSDK paths in MSVC project files.
2013-02-13 02:08:29 -06:00
Scott Ehlert
32516f18ee
Fixed HLSDK paths in VS 2010 projects files.
2013-02-13 01:22:50 -06:00
Scott Ehlert
37f7975416
Rebuilt compiler binaries and built new binaries for OS X.
2013-02-13 01:16:41 -06:00
Scott Ehlert
40c1fee55a
Added support for Mac OS X and building with clang (bug 5601, r=dvander).
2013-02-13 01:14:37 -06:00
arkshine
b0fe6c83e2
Fix get_team() sometimes being wrong for dead players (bug 4656, r=dvander).
2013-02-12 23:17:24 -08:00
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