Commit Graph

3688 Commits

Author SHA1 Message Date
Scott Ehlert
39fe66a68d Trigger a build. 2013-05-25 19:15:55 -05:00
Scott Ehlert
661b176f46 Trigger a build. 2013-05-25 19:10:23 -05:00
Scott Ehlert
7e2b688c6e Trigger a build. 2013-05-25 18:56:59 -05:00
Scott Ehlert
9d468c4a0b Trigger a build. 2013-05-25 18:12:32 -05:00
Scott Ehlert
2b65f8f4b6 Trigger a build. 2013-05-25 17:47:36 -05:00
Scott Ehlert
51b3160068 Changed my handle for amxx client command. 2013-05-25 00:05:34 -05:00
Scott Ehlert
57a6a70c09 Hopefully triggering a build. 2013-05-24 23:15:30 -05:00
Scott Ehlert
c0064dfe38 Hopefully triggering a build. 2013-05-24 23:11:23 -05:00
Scott Ehlert
bb9724c4ab Hopefully triggering a build. 2013-05-24 22:37:45 -05:00
Scott Ehlert
f1d808cb8f Hopefully triggering a build. 2013-05-24 22:40:31 -05:00
Scott Ehlert
561e9d87df Updated ham sandwich offsets for TFC. 2013-05-24 22:28:06 -05:00
Scott Ehlert
e65de8d409 Updated hamsandwich offsets for DOD. 2013-03-17 04:05:41 -05:00
Scott Ehlert
05edd66a34 Disable Next button if license agreement is not accepted. 2013-02-26 02:18:48 -06:00
Scott Ehlert
fef9682efc Fixed version number. 2013-02-24 01:31:35 -06:00
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
Scott Ehlert
e3cb306a72 Removed patch file that was accidentally added in a previous changeset. 2013-02-24 00:45:53 -06:00
David Anderson
8368f5728b Filled out the license pane. 2013-02-23 21:54:49 -08:00
David Anderson
3a0937a2f7 Fix back button. 2013-02-19 00:30:33 -08:00
David Anderson
489c275d88 Fix build. 2013-02-19 00:28:48 -08:00
David Anderson
e75aa871e3 Switch to WPF. 2013-02-19 00:27:10 -08:00
David Anderson
072e304337 Initial import of C# installtool. 2013-02-17 01:34:05 -08:00
David Anderson
2c97492322 Add AMXXStudio configs to the tree. 2013-02-14 23:31:42 -08:00
David Anderson
3dd030c4e3 Bump version to 1.8.3-dev. 2013-02-14 23:30:38 -08: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
David Anderson
4e0f69d842 Bump version for release. 2013-02-14 00:51:48 -08:00
Scott Ehlert
9ffe036541 Fixed Windows tsx build. 2013-02-13 03:32:25 -06: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
Fysiks
e3824c4c87 Fix incorrect result for replace_all (bug 5064, r=dvander). 2013-02-13 00:40:57 -08:00
Scott Ehlert
ea2a4889fe Made amxxpc_osx executable. 2013-02-13 02:32:01 -06:00
Fysiks
e0bcbaeac7 Fix last map being duplicated for each blank line in maps file (bug 5005, r=dvander). 2013-02-13 00:29:54 -08:00
arkshine
c439946a34 Fix crash in EngFunc_TraceTexture (bug 4576, r=dvander). 2013-02-13 00:27:53 -08:00
Reuben Morais
e08f1dfccf Add hamsandwich support for Adrenaile Gamer (bug 4445, r=dvander). 2013-02-13 00:25:48 -08:00
Scott Ehlert
e04d44c851 Really fixed HLSDK paths in MSVC project files. 2013-02-13 02:08:29 -06:00
Lev2001
dfe1903ecf Directly kick players rather than use a loopback command (bug 3884, r=dvander). 2013-02-13 00:15:40 -08:00
David Anderson
65d97fe5f5 bug 3553 follow-up fix. 2013-02-13 00:09:34 -08:00
Reuben Morais
d10ef5e494 Increase the capacity of speech.ini (bug 3553, r=dvander). 2013-02-13 00:08:32 -08:00
Scott Ehlert
32516f18ee Fixed HLSDK paths in VS 2010 projects files. 2013-02-13 01:22:50 -06:00
Scott Ehlert
375e91c1d2 Fixed buildbot Perl scripts for Mac OS X build (bug 5601, r=dvander). 2013-02-13 01:22:40 -06:00
Scott Ehlert
c387cdeff8 Removed dlsym from Linux package.
Only dlsym64 is completely gone. The dlsym binary must remain to be used by the builder. It just won't appear in the Linux download pacakages anymore.
2013-02-13 01:22:15 -06:00