a11f687f2a
Oh, wow, removed some debug messages. Nice going DS.
Scott Ehlert2007-05-12 04:49:40 +00:00
a9abbed7dc
User message functions now fallback on IServerGameDLL::GetUserMessageInfo() if SourceMM was unable to get the message list for some reason.
Scott Ehlert2007-05-12 04:47:58 +00:00
ec13f1b998
Fixed an issue where unloading and then reloading a plugin that creates convars would make it's convar list blank
Scott Ehlert2007-05-09 20:14:56 +00:00
4432602e83
Oh forgot these, even though they don't matter much
Scott Ehlert2007-05-09 05:30:56 +00:00
9decd4196a
Whew, massive-ish reorgranization for extensions and such. I will inevitably be shot for this. (Yes, bail, it all compiles on both platforms)
Scott Ehlert2007-05-09 05:20:03 +00:00
3851dc9243
Renamed err_max to maxlength. Yes, I am crazy.
Scott Ehlert2007-05-08 00:21:44 +00:00
45d0589585
fixed a serious codegen bug where for loops with no variable declarations would misalign the internal stack tracker of the compiler
David Anderson2007-05-07 04:17:24 +00:00
3493467771
small rewrite of how keyvalues iterator and get deleted. phew!
David Anderson2007-05-07 02:58:58 +00:00
de9dc9ed99
Various pointless things of no importance: - Renamed ISourceMod::GetModPath() to GetGamePath() - Renamed ISourceMod::GetModFolderName() to GetGameFolderName() - Various spelling corrections (why did I do this?)
Scott Ehlert2007-05-03 03:45:53 +00:00
41e473a60c
- Removed GetConVarMin/Max() and replaced them with GetConVarBounds() - Added SetConVarBounds() to set convar constraints after convar has already been created
Scott Ehlert2007-05-01 05:29:37 +00:00
523e3d042d
Added paramater to CreateEvent to determine whether or not creation should be forced even if nothing is hooking/listening to the event.
Scott Ehlert2007-04-30 22:53:27 +00:00
7ce1ef6ea1
Wow, how did I forget this - exported IMemoryUtils interface
Scott Ehlert2007-04-21 17:03:28 +00:00
199d839122
Made libPtr param const. Doesn't get modified so why not. Also removed some unneccessary code (for now)
Scott Ehlert2007-04-20 18:50:52 +00:00
43856e7dc4
User message functions now use SourceMM 1.4's new API
Scott Ehlert2007-04-15 05:43:43 +00:00
93be4e29b8
Oh forgot this - QueryClientConVar returns 0 on bots now.
Scott Ehlert2007-04-14 04:49:08 +00:00
77e49c855f
Added client convar querying :o Also added ISourceMod::GetModFolderName() for returning the name of the mod directory by itself
Scott Ehlert2007-04-14 04:27:47 +00:00
c8f507561c
Empty strings can now properly be passed via PushString and StringToLocal
Scott Ehlert2007-04-14 04:19:58 +00:00