Vincent Herbet
|
9bcabfeb1f
|
Add or adjust a bunch of safety checks (#433)
|
2018-08-26 17:18:39 +02:00 |
|
Karol Szuster
|
d6e71c8f4f
|
Little cleanup (#461)
* Remove FAKEMETA leftovers
* Move "require_module" native to where it belongs
* Remove broken AMX module support
* Remove useless natives
* Remove "alloc_amxmemory" and "free_amxmemory" functions
* Remove "strip_name" function
* Clean engine a bit
* Export "GiveFnptrsToDll" (Windows) (Core)
* memcpy -> ke::SafeStrcpy
* Export GiveFnptrsToDll in modules
* Update msvc project files
|
2017-12-07 18:45:16 +01:00 |
|
Artem Golubikhin
|
0689c664d7
|
Fixed passing a temporary string to LIGHT_STYLE (#464)
|
2017-10-08 21:57:12 +02:00 |
|
Artem Golubikhin
|
f5e734f636
|
Fixed is_visible native (#392)
|
2017-01-17 15:52:49 +01:00 |
|
Arkshine
|
1234528521
|
Engine: Replace ENTINDEX with TypeConversion
|
2016-02-11 22:07:01 +01:00 |
|
Arkshine
|
e52fc14114
|
Consistency: Replace INDEXENT2 with HLTypeConversion in engine module
|
2015-10-07 23:27:57 +02:00 |
|
Arkshine
|
c29eabec50
|
Fix max length inconsistencies + typo
|
2015-10-05 19:12:30 +02:00 |
|
Arkshine
|
138b9e1510
|
Remove UTIL_Format() and UTIL_VarArgs()
|
2015-10-05 19:12:08 +02:00 |
|
Valentin Grünbacher
|
a68df8de7f
|
Engine: Fix bcompat and consistency for CHECK_ENTITY
|
2015-07-13 15:38:37 +02:00 |
|
Valentin Grünbacher
|
7059f5b3b9
|
Engine: Detour LightStyle to catch all calls, restores set_lights() functionality
|
2015-06-11 20:49:00 +02:00 |
|
Valentin Grünbacher
|
8b6d85eb78
|
Engine: Add a bunch of missing CHECK_ENTITY() and CHECK_ENTITY_SIMPLE()
|
2015-05-11 16:15:44 +02:00 |
|
Valentin Grünbacher
|
7bf47f90d9
|
Engine: Use UTF-8 functions where KeyValueData is touched
|
2015-05-11 16:15:43 +02:00 |
|
Valentin Grünbacher
|
702f784e44
|
Engine: Fix get_info_keybuffer() not being able to retrieve local keybuffer
|
2015-05-11 16:15:43 +02:00 |
|
Valentin Grünbacher
|
ebdd015aae
|
Restore traceresult() functionality by writing to g_tr in trace functions
|
2015-05-11 16:15:42 +02:00 |
|
Valentin Grünbacher
|
3c1022af99
|
Engine: Add a destination parameter to trace_hull() to make it more useful
|
2015-05-11 16:15:42 +02:00 |
|
Valentin Grünbacher
|
d69fddf8b4
|
Engine/Core: Move precache_event() to core
|
2015-05-10 23:45:01 +02:00 |
|
Valentin Grünbacher
|
218fb9c794
|
Engine: Add unregister_[touch|think|impulse]()
|
2015-05-10 23:40:22 +02:00 |
|
Valentin Grünbacher
|
c531ad756d
|
Engine: Dynamically hook StartFrame for set_lights()
|
2015-05-10 23:21:12 +02:00 |
|
xPaw
|
e09f434ed8
|
Move dlls/ to modules/
|
2015-03-13 15:18:47 +02:00 |
|