Pavol Marko
d925dc6e41
bugfix: correct string length computation in replace_all
2006-09-12 13:26:40 +00:00
David Anderson
651c5d9f01
added more api to help with amxmod compat layer
...
cleaned up some more bcompat stuff
2006-09-12 07:59:56 +00:00
David Anderson
3c379469d5
added get_cmdaccess()
2006-09-10 22:16:04 +00:00
David Anderson
14aff9b19b
added simple access level wrappers (Obbin)
2006-09-10 10:14:58 +00:00
David Anderson
c294b91ca4
fixed up module support
2006-09-10 09:21:09 +00:00
David Anderson
d95f794844
rewrote replace_all()
...
added replace_all() tests
2006-09-10 08:15:00 +00:00
David Anderson
3754604686
Fixed a serious bug in replace_all() that could make replaces fail or corrupt random data
2006-09-10 07:23:08 +00:00
David Anderson
96c29d5376
merged linux build of latest compiler
2006-09-10 06:35:19 +00:00
David Anderson
1b9ef4d268
2006-09-10 05:16:26 +00:00
David Anderson
02fb807a0b
Added request am44517 (jRaven, spectator team)
2006-09-10 05:13:03 +00:00
David Anderson
f6f6bcc356
added a note to hostage natives for CZ
2006-09-10 04:36:44 +00:00
David Anderson
4f95899d2e
Added request am44580 (simple query w/ formatting)
2006-09-10 03:46:35 +00:00
David Anderson
adf12bf348
potential fix for am44179 (array is too small)
2006-09-10 03:32:46 +00:00
David Anderson
77e4d85002
fixed up a callfunc issue and added copyback parameter
2006-09-10 02:30:10 +00:00
David Anderson
418efa4088
fixed bug am44544 (log forward broken)
2006-09-10 01:08:29 +00:00
David Anderson
4599b59834
corrected issue am44595
2006-09-10 00:51:35 +00:00
David Anderson
8df33abd70
initial import of the bcompat plugins (userland layer)
2006-09-08 14:49:54 +00:00
David Anderson
621c120b71
finished merging in the glorious bcompat changes
2006-09-08 14:11:29 +00:00
David Anderson
78956f3d89
merged bcompat changed into trunk
...
removed amxmod compat files for now
2006-09-01 03:29:27 +00:00
David Anderson
35a96176fa
Fixed bug am43881: hideslots not working on first map
2006-09-01 01:40:37 +00:00
David Anderson
6a28bc602a
Request am43716 - moved IVecFVec and FVecIVec around
2006-09-01 01:34:43 +00:00
David Anderson
9bd22661ff
Added SQL_GetInsertId()
2006-08-28 19:17:26 +00:00
David Anderson
388711e969
Synced bcompat tree additions and fixes found so far
2006-08-28 11:08:18 +00:00
David Anderson
b4767cb99e
fixed amxxpc builds
2006-08-27 02:34:03 +00:00
David Anderson
af5a7f5434
fixed am43858 (beta report)
2006-08-25 22:06:59 +00:00
David Anderson
3878c7492a
fixed these for gcc-4.1
2006-08-25 00:26:51 +00:00
Scott Ehlert
58abc3a655
Request am28110 - Added tfc_get_user_goalitem native to determine if player is carrying a goal item (such as a flag or keycard)
2006-08-22 21:50:27 +00:00
Scott Ehlert
74d3d23f13
Added tfc_get/setweaponammo to set ammo in weapon's clip (not backpack ammo)
2006-08-21 13:50:51 +00:00
David Anderson
5b47da7cee
Finalized binlogging update by removing another unnecessary opcode and updating the reader
2006-08-21 04:18:13 +00:00
David Anderson
d21a352167
expanded comment for get_players()
2006-08-21 03:07:25 +00:00
Borja Ferrer
4fc2c9cebb
fixed bug am41259
2006-08-21 02:08:01 +00:00
Borja Ferrer
4692335abb
bumped version
2006-08-21 02:01:57 +00:00
David Anderson
deefc504e1
Added request am29544 (nvault_touch)
2006-08-20 21:23:38 +00:00
David Anderson
df7ee94b83
Committed sorting natives as per request am23838
2006-08-20 04:46:34 +00:00
Borja Ferrer
afe7df87d2
Added request am40169
2006-08-20 00:20:47 +00:00
Borja Ferrer
adad1384ff
now it compiles
2006-08-19 23:18:11 +00:00
Borja Ferrer
fb0d728720
optimized a stock and created message_stocks.inc (am29627)
2006-08-19 23:02:01 +00:00
Borja Ferrer
a1e8701236
added request at40243
2006-08-19 22:33:02 +00:00
David Anderson
df5c6ccb95
added format test
2006-08-19 22:23:45 +00:00
David Anderson
b572cdff2f
Updated SQLX test suite for plugin_end() bug
2006-08-19 19:39:57 +00:00
David Anderson
042b9f7f4b
Fixed bug am42307 (nvault_open did not return -1 on failure)
2006-08-18 22:46:07 +00:00
David Anderson
a8b4ebbe70
Fixed bug am42097 (FM disabling hooks too early)
2006-08-18 22:17:51 +00:00
David Anderson
9093a178f1
Fixed bug am41900 (command name too long)
2006-08-18 20:31:23 +00:00
David Anderson
4fe8c71d62
Added request am41375 (animation toggling on silenced weapons)
2006-08-18 20:12:20 +00:00
David Anderson
659448ce29
clarified the API
2006-08-18 06:00:26 +00:00
David Anderson
d7d0d72ceb
fixed a serious bug with byref values and callfunc_push*() where the heap was used incorrectly, causing passed data to be easily corrupted.
...
added callfunc_push_array() (am42810)
2006-08-18 05:52:21 +00:00
David Anderson
b7076fc572
Committed implementation of request am42697
2006-08-18 02:19:38 +00:00
David Anderson
a03cd1385d
clarified this
2006-08-15 20:21:25 +00:00
Scott Ehlert
4306c4f5b6
Fixed am42013
...
TFC plmenu - team menu didn't allow changing from blue team
All plmenu - Team change message was always in language of the admin that changed the player
2006-07-26 00:53:45 +00:00
David Anderson
c2d2e8aef5
Fixed issue am41768 (wrong plugin name)
2006-07-21 06:45:37 +00:00