Vincent Herbet
|
ddacdb0ab2
|
Add set_ent_rendering native (bug 5773, r=Nextra)
Former-commit-id: d322cd2e79497eae463e941973db952079219c80
|
2013-08-10 14:16:26 +02: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 |
|
Scott Ehlert
|
fd8489d088
|
Fixed amb116 - DispatchKeyValue didn't work with worldspawn (entity 0)
|
2007-04-28 16:19:04 +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
|
ec83efbdf3
|
These did not sync to trunk properly (SDK fix and some updates)
|
2006-08-28 19:29:20 +00:00 |
|
David Anderson
|
388711e969
|
Synced bcompat tree additions and fixes found so far
|
2006-08-28 11:08:18 +00:00 |
|
Borja Ferrer
|
43bd5fc732
|
removed unused stuff
|
2006-08-18 14:02:07 +00:00 |
|
David Anderson
|
6636c20336
|
Fixed bug at18250
|
2005-09-02 03:44:15 +00:00 |
|
David Anderson
|
c5aae0d8aa
|
little bug fix
|
2005-07-23 07:07:41 +00:00 |
|
David Anderson
|
b9131293c5
|
entity_set_owner accepts anything now
|
2005-07-22 20:47:13 +00:00 |
|
David Anderson
|
db293cc451
|
Fixed memory leaks
Optimized message handling a bit
|
2005-07-14 04:50:46 +00:00 |
|
Johnny Bergström
|
66386cca59
|
Fixed entity_set_byte
|
2004-10-24 15:41:25 +00:00 |
|
Johnny Bergström
|
3efa25a5fb
|
Fixed entity_set_edict
|
2004-10-14 08:15:41 +00:00 |
|
David Anderson
|
9e8f380121
|
changed is_valid_ent
|
2004-10-05 00:45:15 +00:00 |
|
David Anderson
|
fc15ac1f41
|
Added debugging engine
|
2004-10-03 20:00:23 +00:00 |
|
Johnny Bergström
|
df43d897df
|
Fioxed call_think:
if (!is_ent_valid(iEnt)) {
EngineError(amx, "Invalid Entity %d", iEnt);
return 0;
}
was
if (is_ent_valid(iEnt)) {
EngineError(amx, "Invalid Entity %d", iEnt);
return 0;
}
|
2004-09-29 06:17:44 +00:00 |
|
David Anderson
|
e7cd31b1d5
|
*** empty log message ***
|
2004-09-11 21:13:02 +00:00 |
|
Steve Dudenhoeffer
|
17faf3af1f
|
woops
|
2004-09-08 22:05:01 +00:00 |
|
David Anderson
|
8d0b5360c2
|
Fix for find_ent
|
2004-09-06 18:59:59 +00:00 |
|
Johnny Bergström
|
b040f4474b
|
Fixed sending 0 to find_ent_by_owner.
|
2004-09-06 08:21:13 +00:00 |
|
David Anderson
|
b34179e997
|
Fixed memory leak in detach
|
2004-08-31 02:05:27 +00:00 |
|
David Anderson
|
2134a7e36d
|
Messages can now be registered by multiple plugins (thanks fsfod)
|
2004-08-30 22:24:43 +00:00 |
|
David Anderson
|
9a3e53478e
|
Added better error reporting
Added new SDK version
|
2004-08-29 17:55:11 +00:00 |
|
David Anderson
|
76684e68c2
|
Fixed parameter bug
|
2004-08-15 06:20:01 +00:00 |
|
Steve Dudenhoeffer
|
f4ed94a9da
|
INDEXENT() fix (Use INDEXENT2() now)
Stop forwarding after ServerActivate() has been called (until next map)
|
2004-08-12 04:14:47 +00:00 |
|
David Anderson
|
8973af479c
|
Fixed ent bugs from JGHG
Changed MAKE_STRING to ALLOC_STRING
|
2004-07-06 17:02:31 +00:00 |
|
David Anderson
|
221d5b623d
|
Fixed ent bugs from JGHG
Changed MAKE_STRING to ALLOC_STRING
|
2004-07-06 16:48:20 +00:00 |
|
David Anderson
|
9c59ece7a4
|
New registers for impulse, think, and touch.
Fixed DispatchKeyValue related natives and forwards.
|
2004-06-25 22:51:18 +00:00 |
|
David Anderson
|
136873b9ea
|
Fixed meta set bug in ServerActivate
Added linux options to pvPrivateData natives
|
2004-06-25 20:51:48 +00:00 |
|
David Anderson
|
d17945c087
|
Fixed inhook bug.
Fixed entity_set_size bug.
Switched non-blocking forwards to POST.
|
2004-06-24 07:36:43 +00:00 |
|
David Anderson
|
8b256eb8bb
|
Some minor changes:
Changed offsets from linux to windows.
Removed DispatchKeyValue forward.
|
2004-05-26 07:54:01 +00:00 |
|
David Anderson
|
37a08f66b0
|
New version of Engine.
|
2004-05-26 05:15:40 +00:00 |
|