5aabd81406moved a whole crapload of code into a BaseMenuStyle so I can keep my precious sanity
David Anderson
2007-05-13 03:38:36 +0000
c07bfbe9bdfixed some re-entrancy bugs removed debug commands
David Anderson
2007-05-13 00:42:39 +0000
0eae31dd4afixed this file not having our header
David Anderson
2007-05-13 00:19:05 +0000
abb434f63afixed an issue with fastlink iterators not working right
David Anderson
2007-05-13 00:18:04 +0000
e3b3d89bc8test of properties
David Anderson
2007-05-12 23:50:04 +0000
3d80580adbfixed properties
David Anderson
2007-05-12 23:49:27 +0000
d7b2f9a721behold with your eyes and view upon what are MENUS
David Anderson
2007-05-12 23:45:52 +0000
30f50e6dedInitial import of menu API
David Anderson
2007-05-12 23:45:36 +0000
e76b4cd255whoa, added a new template function
David Anderson
2007-05-12 22:52:25 +0000
a11f687f2aOh, wow, removed some debug messages. Nice going DS.
Scott Ehlert
2007-05-12 04:49:40 +0000
a9abbed7dcUser message functions now fallback on IServerGameDLL::GetUserMessageInfo() if SourceMM was unable to get the message list for some reason.
Scott Ehlert
2007-05-12 04:47:58 +0000
47e359d195fixed typo
David Anderson
2007-05-12 02:14:12 +0000
1274c0b8bdFixed linux build
Scott Ehlert
2007-05-11 20:00:29 +0000
4ae67c9213added debug code for leak detection on plugins
Borja Ferrer
2007-05-10 22:51:56 +0000
a4d07a2d40stupid bug
David Anderson
2007-05-10 14:13:50 +0000
a6c9fa470dfixed __DATE__ showing up wrong
David Anderson
2007-05-09 21:35:24 +0000
ec13f1b998Fixed an issue where unloading and then reloading a plugin that creates convars would make it's convar list blank
Scott Ehlert
2007-05-09 20:14:56 +0000
4432602e83Oh forgot these, even though they don't matter much
Scott Ehlert
2007-05-09 05:30:56 +0000
9decd4196aWhew, massive-ish reorgranization for extensions and such. I will inevitably be shot for this. (Yes, bail, it all compiles on both platforms)
Scott Ehlert
2007-05-09 05:20:03 +0000
9d9369079afixed bug for amb266
Borja Ferrer
2007-05-08 22:26:30 +0000
3851dc9243Renamed err_max to maxlength. Yes, I am crazy.
Scott Ehlert
2007-05-08 00:21:44 +0000
45d0589585fixed a serious codegen bug where for loops with no variable declarations would misalign the internal stack tracker of the compiler
David Anderson
2007-05-07 04:17:24 +0000
3493467771small rewrite of how keyvalues iterator and get deleted. phew!
David Anderson
2007-05-07 02:58:58 +0000
2f14014f3foops, how did this happen
David Anderson
2007-05-07 00:11:10 +0000
ca7ebffc8aoops
David Anderson
2007-05-07 00:03:37 +0000
e69edf05ebadded amb260
David Anderson
2007-05-07 00:02:33 +0000
67a0cdf1c3added StrCat stock
David Anderson
2007-05-06 23:35:45 +0000
eb5b94ec44more string natives
David Anderson
2007-05-06 23:12:54 +0000
ffe0867d1afixed amb254
David Anderson
2007-05-06 19:52:00 +0000
a247f402cabuilder now creates a data folder
David Anderson
2007-05-06 19:45:46 +0000
b8e2b6cf68fixed bug amb259
David Anderson
2007-05-06 19:13:39 +0000
16fa9e0fa6Oh, I forgot about this
Scott Ehlert
2007-05-06 06:44:18 +0000
7013072236added request amb251
David Anderson
2007-05-06 06:15:48 +0000
8137f2d29dFixed calling thiscall functions with 0 parameters
Scott Ehlert
2007-05-06 05:28:45 +0000
a994857444Couple of random of things
Scott Ehlert
2007-05-06 03:24:54 +0000
b97dfd3204added linux support
Borja Ferrer
2007-05-04 22:53:40 +0000
1592f77fc3added new function calling module, wow
Borja Ferrer
2007-05-04 21:39:05 +0000
1205de4e67Normal daily and error logs now use YYYYMMDD date format in their file names (like AMXX 1.8 will)
Scott Ehlert
2007-05-04 21:21:55 +0000
cc7a4904c5Added missing return...
Scott Ehlert
2007-05-04 20:52:35 +0000
b91f1b21bafixed bug in amb249
Borja Ferrer
2007-05-04 20:03:51 +0000
539d09c9b0bumped version no
David Anderson
2007-05-04 02:45:10 +0000
1f97a66fbffixed makefile for jit/sp stuff
David Anderson
2007-05-04 02:36:11 +0000
d8c7af77a3exposed the sourcepawn and JIT interfaces with pointers
Borja Ferrer
2007-05-04 01:28:08 +0000
01b0432776changed LANG_ENGLISH to CORELANG_ENGLISH
David Anderson
2007-05-03 05:27:22 +0000
44d1ea5f09added LANG_ENGLISH define
David Anderson
2007-05-03 05:26:10 +0000
dc6a5fc4d9This averted my eyes...
Scott Ehlert
2007-05-03 03:54:44 +0000
de9dc9ed99Various pointless things of no importance: - Renamed ISourceMod::GetModPath() to GetGamePath() - Renamed ISourceMod::GetModFolderName() to GetGameFolderName() - Various spelling corrections (why did I do this?)
Scott Ehlert
2007-05-03 03:45:53 +0000
39110a7a51added a translation helper
David Anderson
2007-05-02 22:49:28 +0000
b8d3ea5196attempted fix for amb243, timers now simulate ticks if gameframe doesn't give changed curtimes
David Anderson
2007-05-02 22:35:51 +0000
9219fbb96cfixed a bug where KvJumpToKey did not obey the internal path stack
David Anderson
2007-05-02 21:00:13 +0000
45d5518b11these should be default as the comments imply so
David Anderson
2007-05-02 20:51:28 +0000
2489044d8boops, we can reference this implicitly now
David Anderson
2007-05-02 20:46:21 +0000
a5c018724aadded amb217 (server.cfg forward)
David Anderson
2007-05-02 20:44:35 +0000
f498af0190removed debug code
David Anderson
2007-05-02 20:30:29 +0000
3cdd3c0d0dAdded GetGameFolderName() native
Scott Ehlert
2007-05-02 19:33:51 +0000
5c6ba68e4buserid cache gets repopulated now
David Anderson
2007-05-02 19:20:34 +0000
4f66cfbf9ffixed issue amb235
David Anderson
2007-05-02 19:14:26 +0000
3c3906b494added request amb234 (OnMapEnd)
David Anderson
2007-05-02 17:49:23 +0000
d57f543820renamed OnServerLoad to OnMapStart
David Anderson
2007-05-02 17:45:09 +0000
d432dc0cbdfixups to a few include files
David Anderson
2007-05-02 02:15:45 +0000
462fe04f95added SOURCEMOD_BUILD define for extensions
David Anderson
2007-05-02 02:13:15 +0000
41e473a60c- Removed GetConVarMin/Max() and replaced them with GetConVarBounds() - Added SetConVarBounds() to set convar constraints after convar has already been created
Scott Ehlert
2007-05-01 05:29:37 +0000
523e3d042dAdded paramater to CreateEvent to determine whether or not creation should be forced even if nothing is hooking/listening to the event.
Scott Ehlert
2007-04-30 22:53:27 +0000
473e1d4135Removed flags from FireEvent()
Scott Ehlert
2007-04-30 22:03:28 +0000
1b5bcc4836Fixed amb238 - BuildPath native didn't accept format arguments properly
Scott Ehlert
2007-04-30 18:02:28 +0000
ba17aafb8asynced linux build
Borja Ferrer
2007-04-27 11:25:30 +0000
d7cf6dbba9fixed a bug where typedescription_t searching could crash
David Anderson
2007-04-27 01:51:34 +0000
053029af87fixed comment
David Anderson
2007-04-27 00:21:21 +0000
d30f82d3faupdated linux build to new layout
David Anderson
2007-04-26 22:42:39 +0000
960bee31dajit helpers are now public
David Anderson
2007-04-26 22:20:39 +0000
453d636cc9added jit layout
David Anderson
2007-04-26 22:16:58 +0000
cc44e1416aadded menu control strings
David Anderson
2007-04-26 03:50:06 +0000
b0e21c9da0added game config file natives
Borja Ferrer
2007-04-22 18:25:10 +0000
7ce1ef6ea1Wow, how did I forget this - exported IMemoryUtils interface
Scott Ehlert
2007-04-21 17:03:28 +0000
199d839122Made libPtr param const. Doesn't get modified so why not. Also removed some unneccessary code (for now)
Scott Ehlert
2007-04-20 18:50:52 +0000
efa6067669Basic signature scanning has arrived!
Scott Ehlert
2007-04-20 18:32:33 +0000
5811c5b29ffixed a re-entrancy bug
David Anderson
2007-04-16 16:53:48 +0000
43856e7dc4User message functions now use SourceMM 1.4's new API
Scott Ehlert
2007-04-15 05:43:43 +0000
93be4e29b8Oh forgot this - QueryClientConVar returns 0 on bots now.
Scott Ehlert
2007-04-14 04:49:08 +0000
77e49c855fAdded client convar querying :o Also added ISourceMod::GetModFolderName() for returning the name of the mod directory by itself
Scott Ehlert
2007-04-14 04:27:47 +0000
c8f507561cEmpty strings can now properly be passed via PushString and StringToLocal
Scott Ehlert
2007-04-14 04:19:58 +0000