Commit Graph

3669 Commits

Author SHA1 Message Date
Vincent Herbet
4fcf93afb9 Fix typo in 3bcba0ef360b 2013-06-29 12:31:08 +02:00
Vincent Herbet
1983f45226 Update amx_show_activity documentation in amxx.cfg (bug 5774, r=me) 2013-06-28 23:46:10 +02:00
Vincent Herbet
9508f9f86d Add strtol native (bug 3233, r=joropito) 2013-06-27 18:55:19 +02:00
Vincent Herbet
1ded7ef669 Update Polish translations (bug 5570, r=me) 2013-06-27 18:16:20 +02:00
Vincent Herbet
21906adfdf Fix linux warnings (and build?) 2013-06-25 19:06:11 +02:00
Vincent HERBET
c343ecbe78 Add missing Bosnian/Croatian translations in 0f878ec60a69 2013-06-25 12:08:47 +02:00
Vincent HERBET
1e4d0e216e Fix user_slap/amx_slap unexpected behavior using large negative damage (bug 4975, r=joropito) 2013-06-25 11:45:00 +02:00
Vincent HERBET
ba56af8a71 Fix an overflow issue with ArrayInsert[Before|After] (bug 4330, r=joropito) 2013-06-22 12:34:38 +02:00
Vincent HERBET
cf7b8645fa Add GetFileTime returning a file timestamp as a unix timestamp (bug 4543, r=joropito) 2013-06-21 23:09:41 +02:00
Vincent HERBET
df7c045089 Add Bosnian language (bug 4528, r=me) 2013-06-21 00:30:34 +02:00
Vincent HERBET
4766f84864 Fix incomplete implementation of csstats_pause cvar (bug 5755, r=joropito) 2013-06-20 17:53:59 +02:00
Vincent HERBET
9624a8022d Add Croatian language (bug 4772, r=me) 2013-06-20 01:58:44 +02:00
Vincent HERBET
9bfdce3738 Add plugin version to debug trace information (bug 3649, r=joropito) 2013-06-17 17:49:20 +02:00
Vincent HERBET
ac896547f9 Fix duplicated native call (bug 5255, r=me) 2013-06-17 13:39:12 +02:00
Vincent HERBET
8a483130a5 Fix incorrect spanish translation 2013-06-17 12:57:12 +02:00
Vincent HERBET
064f100344 Add new command : amx_extendmap (bug 3068, r=sawce) 2013-06-17 12:18:11 +02:00
Vincent HERBET
96390761d3 Fix unexpected behaviors when a game menu is overlapped with custom one (bug 3199, r=me) 2013-06-16 22:33:48 +02:00
Vincent HERBET
4c3fc7eb97 Fix pev_blending not working with set_pev (bug 5758, r=me) 2013-06-16 22:15:19 +02:00
Scott Ehlert
6f39588049 Fixed Linux and Mac builds. 2013-06-16 12:55:22 -05:00
Vincent Herbert
3bae515741 Fix cs_user_spawn to properly respawn players (bug 3752, r=dvander) 2013-06-15 23:08:00 +02:00
Vincent Herbert
b44616576f Fix native_filter documentation (bug 5692, r=me) 2013-06-15 22:37:52 +02:00
connorr
89a65c6a7f Fix set_view altering pev properties instead of entity_state for rendering players (bug 5382, r=arkshine) 2013-06-15 22:02:24 +02:00
Vincent Herbert
676952c02f Fix crash using [get|set]_usercmd (bug 5744, r=me) 2013-06-15 20:59:11 +02:00
Scott Ehlert
1c7d8ab157 Fixed crash regression in JIT compiler (r=dvander).
This regression was caused by the 16-byte stack alignment chageset: 5cb8a336b05c
2013-05-27 03:24:15 -05:00
hv contact
4f768ad326 Testing commit. 2013-05-26 22:29:20 +02:00
Scott Ehlert
51f47cd70d Hopefully last build trigger. 2013-05-25 23:12:32 -05:00
Scott Ehlert
dbd5bd3f50 Trigger a build. 2013-05-25 20:42:26 -05:00
Scott Ehlert
c2c2521e59 Trigger a build. 2013-05-25 20:35:12 -05:00
Scott Ehlert
f8741164c7 Trigger a build. 2013-05-25 20:41:28 -05:00
Scott Ehlert
6c1d55d357 Trigger a build. 2013-05-25 20:19:48 -05:00
Scott Ehlert
870b548ae7 Trigger a build. 2013-05-25 20:06:24 -05:00
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