Commit Graph

1395 Commits

Author SHA1 Message Date
David Anderson
80b8591295 Fixed a few bugs, added makefile 2004-10-05 08:04:13 +00:00
David Anderson
f94aa52974 Switched includes (bigballer) 2004-10-05 07:41:14 +00:00
David Anderson
ef8ad4a894 *** empty log message *** 2004-10-05 07:18:09 +00:00
David Anderson
41b6f6bd4a Initial import (untested!) 2004-10-05 07:17:49 +00:00
David Anderson
9e8f380121 changed is_valid_ent 2004-10-05 00:45:15 +00:00
David Anderson
39070081d1 fixed empty log message on debug trace 2004-10-04 22:56:36 +00:00
David Anderson
00d8ffe503 Fixed a debug trace output 2004-10-04 20:36:21 +00:00
David Anderson
4ef8530bba removed 2004-10-04 20:34:43 +00:00
David Anderson
77aa0f4f8e Fixed bad error checking routine 2004-10-04 20:32:26 +00:00
David Anderson
766246648d Fixed runtime error bugs 2004-10-04 20:10:27 +00:00
David Anderson
7963eb1cde added ms.net projs 2004-10-04 12:39:03 +00:00
David Anderson
02d8b2c523 Added makefile 2004-10-04 08:15:06 +00:00
David Anderson
227fb0411e Moved to other dirs 2004-10-04 08:11:28 +00:00
David Anderson
027ae6dc7e *** empty log message *** 2004-10-04 08:09:52 +00:00
David Anderson
334905e16e new configuration files for CSX 2004-10-04 08:08:18 +00:00
David Anderson
e3fad723b8 New CSX 2004-10-04 08:04:50 +00:00
David Anderson
5e52c45968 New SDK + debugging engine 2004-10-04 08:00:32 +00:00
David Anderson
e3a2a2bc17 Merged CSX versions 2004-10-04 07:30:39 +00:00
David Anderson
18b75cb07c Updated a bunch of SDKs and moved the rest to the new debugging system. 2004-10-04 06:14:30 +00:00
David Anderson
4e1c5a3e02 *** empty log message *** 2004-10-04 05:51:48 +00:00
David Anderson
5db290890f Fixed debugging stuff 2004-10-04 05:51:27 +00:00
David Anderson
b9c83aa4a2 Reworked SDK LogError() to include module names
improved debugging output
2004-10-04 05:50:28 +00:00
David Anderson
bb12f71137 made worldspawn a valid ent 2004-10-03 23:21:54 +00:00
David Anderson
0a3911231b made worldspawn a valid ent 2004-10-03 22:49:29 +00:00
David Anderson
846ef95c58 Added debugging engine 2004-10-03 22:33:55 +00:00
David Anderson
601bb30b7e Added debugging engine 2004-10-03 21:54:27 +00:00
David Anderson
9728b79c33 Fixed configuration error 2004-10-03 21:44:48 +00:00
David Anderson
90baf98057 Added debugging engine 2004-10-03 21:43:03 +00:00
David Anderson
8ad6437dd8 Added debugging engine 2004-10-03 21:33:09 +00:00
David Anderson
02bf904467 Added debugging support 2004-10-03 21:10:10 +00:00
David Anderson
62e4bbcfe9 Added new debug mode to fun module, also cleaned up error checking code 2004-10-03 20:19:47 +00:00
David Anderson
fc15ac1f41 Added debugging engine 2004-10-03 20:00:23 +00:00
Pavol Marko
01770f0e5b Fixed possible problem where a file handle could stay open on memory allocation failure 2004-10-03 17:04:29 +00:00
Pavol Marko
87ff81a499 Added important comment 2004-10-03 17:03:14 +00:00
Pavol Marko
981f41aee0 Fixed problem where file handles could possible stay open 2004-10-03 16:55:12 +00:00
Pavol Marko
605ca152c2 Fixed 2 possible crashbugs 2004-10-03 16:49:09 +00:00
Lukasz Wlasinksi
0fc8f0b489 fixed bug in create pwup function 2004-10-03 11:07:49 +00:00
David Anderson
c511d80da7 Added delay to map changes 2004-10-03 07:33:49 +00:00
David Anderson
8304fc143c Increased a format buffer 2004-10-03 07:19:35 +00:00
David Anderson
f3cfd31668 Added AlertMessage to fakemeta 2004-10-03 07:04:08 +00:00
David Anderson
ef90960121 Fixed ADMIN_ALL bug 2004-10-03 06:23:25 +00:00
David Anderson
3700b8b39f Fixed bomb count bug 2004-10-03 06:08:09 +00:00
Pavol Marko
b83f2f5257 - Fixed bug where metamod was reporting "Could not find memloc for cvar xx" when modules registered cvars (fix by ghost_of_evilspy) 2004-10-02 08:18:54 +00:00
Pavol Marko
06f61cf92a Added more debugging info to case where CForwardMngr::m_PreparedArrays is >= (max params num) 2004-10-02 08:11:33 +00:00
Johnny Bergström
5a5ff6d8ea Fixed parameter type in FN_PvAllocEntPrivateData (from long to int32) 2004-10-01 08:52:25 +00:00
Steve Dudenhoeffer
bbe2626fd1 :gyar: a couple minor improvements :attack:
Global pointer for function tables
Better support for compiling under Cygwin gcc

:avast:
2004-09-30 06:18:23 +00:00
Lukasz Wlasinksi
d5646ae238 update .. 2004-09-29 17:43:25 +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
Steve Dudenhoeffer
687a0f23da Added MSG_ONE_UNRELIABLE 2004-09-28 17:29:22 +00:00
Steve Dudenhoeffer
aa0dc4dbaf Fixed a few issues (Damaged Soul) 2004-09-28 07:29:48 +00:00