Vincent Herbert
|
4e81779adb
|
Fix native_filter documentation (bug 5692, r=me)
Former-commit-id: b44616576f
|
2013-06-15 22:37:52 +02:00 |
|
connorr
|
de8257d7aa
|
Fix set_view altering pev properties instead of entity_state for rendering players (bug 5382, r=arkshine)
Former-commit-id: 89a65c6a7f
|
2013-06-15 22:02:24 +02:00 |
|
Vincent Herbert
|
f608ae76ed
|
Fix crash using [get|set]_usercmd (bug 5744, r=me)
Former-commit-id: 676952c02f
|
2013-06-15 20:59:11 +02:00 |
|
Scott Ehlert
|
950ef59319
|
Fixed crash regression in JIT compiler (r=dvander).
This regression was caused by the 16-byte stack alignment chageset: 5cb8a336b05c
Former-commit-id: 1c7d8ab157
|
2013-05-27 03:24:15 -05:00 |
|
hv contact
|
d010b126cd
|
Testing commit.
Former-commit-id: 4f768ad326
|
2013-05-26 22:29:20 +02:00 |
|
Scott Ehlert
|
369ed2adb7
|
Hopefully last build trigger.
Former-commit-id: 51f47cd70d
|
2013-05-25 23:12:32 -05:00 |
|
Scott Ehlert
|
2d74ae8f53
|
Trigger a build.
Former-commit-id: dbd5bd3f50
|
2013-05-25 20:42:26 -05:00 |
|
Scott Ehlert
|
1f69ffd2bc
|
Trigger a build.
Former-commit-id: c2c2521e59
|
2013-05-25 20:35:12 -05:00 |
|
Scott Ehlert
|
f53ab14afc
|
Trigger a build.
Former-commit-id: f8741164c7
|
2013-05-25 20:41:28 -05:00 |
|
Scott Ehlert
|
5f4524e385
|
Trigger a build.
Former-commit-id: 6c1d55d357
|
2013-05-25 20:19:48 -05:00 |
|
Scott Ehlert
|
5f132b0f1c
|
Trigger a build.
Former-commit-id: 870b548ae7
|
2013-05-25 20:06:24 -05:00 |
|
Scott Ehlert
|
6d1d20cbcb
|
Trigger a build.
Former-commit-id: 39fe66a68d
|
2013-05-25 19:15:55 -05:00 |
|
Scott Ehlert
|
ba4c28ca41
|
Trigger a build.
Former-commit-id: 661b176f46
|
2013-05-25 19:10:23 -05:00 |
|
Scott Ehlert
|
d64fa7cb7b
|
Trigger a build.
Former-commit-id: 7e2b688c6e
|
2013-05-25 18:56:59 -05:00 |
|
Scott Ehlert
|
f6bbb15e75
|
Trigger a build.
Former-commit-id: 9d468c4a0b
|
2013-05-25 18:12:32 -05:00 |
|
Scott Ehlert
|
ec9ae29be8
|
Trigger a build.
Former-commit-id: 2b65f8f4b6
|
2013-05-25 17:47:36 -05:00 |
|
Scott Ehlert
|
3a65722bff
|
Changed my handle for amxx client command.
Former-commit-id: 51b3160068
|
2013-05-25 00:05:34 -05:00 |
|
Scott Ehlert
|
c8ae274845
|
Hopefully triggering a build.
Former-commit-id: 57a6a70c09
|
2013-05-24 23:15:30 -05:00 |
|
Scott Ehlert
|
e54e1af413
|
Hopefully triggering a build.
Former-commit-id: c0064dfe38
|
2013-05-24 23:11:23 -05:00 |
|
Scott Ehlert
|
73ef98ca60
|
Hopefully triggering a build.
Former-commit-id: bb9724c4ab
|
2013-05-24 22:37:45 -05:00 |
|
Scott Ehlert
|
360477f209
|
Hopefully triggering a build.
Former-commit-id: f1d808cb8f
|
2013-05-24 22:40:31 -05:00 |
|
Scott Ehlert
|
7e64cbf543
|
Updated ham sandwich offsets for TFC.
Former-commit-id: 561e9d87df
|
2013-05-24 22:28:06 -05:00 |
|
Scott Ehlert
|
2c2de2169f
|
Updated hamsandwich offsets for DOD.
Former-commit-id: e65de8d409
|
2013-03-17 04:05:41 -05:00 |
|
Scott Ehlert
|
52178abe4d
|
Disable Next button if license agreement is not accepted.
Former-commit-id: 05edd66a34
|
2013-02-26 02:18:48 -06:00 |
|
Scott Ehlert
|
ad46732e12
|
Fixed version number.
Former-commit-id: fef9682efc
|
2013-02-24 01:31:35 -06:00 |
|
Scott Ehlert
|
7718aac519
|
Re-built Pawn assembly interpreter and JIT object files.
Former-commit-id: ac5b6b15f2
|
2013-02-24 01:04:09 -06:00 |
|
Scott Ehlert
|
ed1d061aa4
|
Re-enable JIT on Mac OS X (bug 5601, r=dvander).
Former-commit-id: b220d90bb4
|
2013-02-24 01:03:56 -06:00 |
|
Scott Ehlert
|
2a6486b78f
|
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.
Former-commit-id: fc08daf58b
|
2013-02-24 01:03:55 -06:00 |
|
Scott Ehlert
|
e5c92a2c30
|
Align address of asm_runJIT down to nearest page boundary instead of up for mprotect on Linux and OS X (bug 5601, r=dvander).
Former-commit-id: af6ba72b0b
|
2013-02-24 01:03:54 -06:00 |
|
Scott Ehlert
|
d8ddbb0687
|
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.
Former-commit-id: 895c856196
|
2013-02-24 01:03:53 -06:00 |
|
Scott Ehlert
|
e414ede098
|
Fixed clang warnings when neither the assembly interpreter nor JIT are enabled (bug 5601, r=dvander).
Former-commit-id: fd100b2fa7
|
2013-02-24 00:45:53 -06:00 |
|
Scott Ehlert
|
e3d750597a
|
Fixed module loading on OS X (bug 5601, r=dvander).
Former-commit-id: 3d0277c1f0
|
2013-02-24 00:45:53 -06:00 |
|
Scott Ehlert
|
fe2e9dbfc2
|
Removed patch file that was accidentally added in a previous changeset.
Former-commit-id: e3cb306a72
|
2013-02-24 00:45:53 -06:00 |
|
David Anderson
|
13db8fdf70
|
Filled out the license pane.
Former-commit-id: 8368f5728b
|
2013-02-23 21:54:49 -08:00 |
|
David Anderson
|
bd65a373ec
|
Fix back button.
Former-commit-id: 3a0937a2f7
|
2013-02-19 00:30:33 -08:00 |
|
David Anderson
|
14b1716be8
|
Fix build.
Former-commit-id: 489c275d88
|
2013-02-19 00:28:48 -08:00 |
|
David Anderson
|
a73ae02b7e
|
Switch to WPF.
Former-commit-id: e75aa871e3
|
2013-02-19 00:27:10 -08:00 |
|
David Anderson
|
0ffd9caaed
|
Initial import of C# installtool.
Former-commit-id: 072e304337
|
2013-02-17 01:34:05 -08:00 |
|
David Anderson
|
5c380e2310
|
Add AMXXStudio configs to the tree.
Former-commit-id: 2c97492322
|
2013-02-14 23:31:42 -08:00 |
|
David Anderson
|
7e7209d29a
|
Bump version to 1.8.3-dev.
Former-commit-id: 3dd030c4e3
|
2013-02-14 23:30:38 -08:00 |
|
David Anderson
|
afd0acd4a7
|
Fix build bustage (TM).
Former-commit-id: 58d6835c17
|
2013-02-14 02:00:29 -08:00 |
|
David Anderson
|
07aaf3713c
|
Fix build bustage.
Former-commit-id: 553dea80f2
|
2013-02-14 01:57:09 -08:00 |
|
David Anderson
|
1b908eeb9e
|
Disable JIT on Mac OS X due to crash.
Former-commit-id: bac92ddbc7
|
2013-02-14 01:52:29 -08:00 |
|
David Anderson
|
3db718799f
|
Bump version for release.
Former-commit-id: 4e0f69d842
|
2013-02-14 00:51:48 -08:00 |
|
Scott Ehlert
|
146d77f819
|
Fixed Windows tsx build.
Former-commit-id: 9ffe036541
|
2013-02-13 03:32:25 -06:00 |
|
Scott Ehlert
|
06a9241bcf
|
Changed my handle.
Former-commit-id: 9b29f18315
|
2013-02-13 03:23:27 -06:00 |
|
Scott Ehlert
|
ce4b23b41a
|
Fixed metamod paths in MSVC projects.
Former-commit-id: c99a90817f
|
2013-02-13 03:22:59 -06:00 |
|
David Anderson
|
3184d1466e
|
Backout changeset aa745bf0c347 (bug 3302) for regression reported in bug 5552.
Former-commit-id: 0d2385b004
|
2013-02-13 01:13:18 -08:00 |
|
arkshine
|
8793d8f8d5
|
Fix strfind ignoring its last parameter (bug 4070, r=dvander).
Former-commit-id: a31621dd0c
|
2013-02-13 00:54:26 -08:00 |
|
Fysiks
|
a26a98cb98
|
Fix incorrect result for replace_all (bug 5064, r=dvander).
Former-commit-id: e3824c4c87
|
2013-02-13 00:40:57 -08:00 |
|