6cff249b5cFixed tabs, hopefully...
Scott Ehlert
2007-02-12 09:00:55 +0000
afd3d3dc88fixed a silly bug in translation
David Anderson
2007-02-12 08:28:35 +0000
7b8eaf4f75Specified more error scenarios...
Scott Ehlert
2007-02-12 07:22:25 +0000
c83b9236b0Fixed return value on UnhookConVarChange
Scott Ehlert
2007-02-12 07:11:00 +0000
1ac8d82d90--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40477
David Anderson
2007-02-12 05:56:27 +0000
ce7f2ae23bMore error message fix-ups: removed periods from single sentence native errors - did I miss any? Probably...
Scott Ehlert
2007-02-12 05:53:49 +0000
dd9b575853Fixed up some error messages...
Scott Ehlert
2007-02-12 05:46:00 +0000
2747f06eb7totally wrong place, i'm stupid --bail
David Anderson
2007-02-12 05:43:14 +0000
c5e98f7dc2added ability to specify extra options to the build line
David Anderson
2007-02-12 05:13:53 +0000
efff395182Fixed Linux build...
Scott Ehlert
2007-02-11 11:20:38 +0000
0d54b19b8eMore convar insanity 1) Added natives: HookConVarChange(), UnhookConVarChange(), and GetConVarName() 2) Fixed bug(s) where ConVar handles were being created when they didn't need to be 3) Fixed bug where convars not created by SourceMod would be unregistered
Scott Ehlert
2007-02-11 11:09:38 +0000
682e7d4ab6fixed build on linux problems
David Anderson
2007-02-11 00:17:54 +0000
1d44bdf37aadded makefile for build tool
David Anderson
2007-02-10 23:34:30 +0000
09236c2d7aFixed native errors not being logged - hope I did this correctly...
Scott Ehlert
2007-02-10 10:38:23 +0000
47acc11df7expanded data pack natives
Borja Ferrer
2007-02-09 22:12:39 +0000
57c1f0dd4dadded and tested admin authentication. WOOT. only steam-based works for now.
David Anderson
2007-02-09 04:41:03 +0000
18aabecfd3fixed a bug where early returns could cause the stack to not pop properly
David Anderson
2007-02-09 04:38:57 +0000
1c80875ea3initial import of binding user admin ids to players in game
David Anderson
2007-02-09 01:08:59 +0000
fdba3e1f66Initial import of convar stuff 1) Natives to create, find, set, and get convars 2) "cvars" option added to sm menu 3) Some internal additions to CPlugin to store a convar list Still some things left to do...
Scott Ehlert
2007-02-08 21:41:28 +0000
471da79fa5added a wrapper for getclientconvarvalue fixed a bug in the player manager
David Anderson
2007-02-08 20:37:24 +0000
1300048946Typo fix and removal of a semicolon in the name of consistency?
Scott Ehlert
2007-02-08 04:56:08 +0000
db676e8bfcCorrected parameter order for FloatToString
Scott Ehlert
2007-02-08 04:53:56 +0000
67c76a9380added gameevents to the publicly available interfaces
David Anderson
2007-02-08 01:11:45 +0000
7a29aad6faremoved an old todo
David Anderson
2007-02-08 01:11:09 +0000
d2887a8c3dfixed the parameter order here
David Anderson
2007-02-08 01:10:48 +0000
6908858807fixed a bug where mapupdated plugins would not get unloaded on deletion
David Anderson
2007-02-07 19:34:58 +0000
4ad7f36207fixed auth string being returned as true if not available
David Anderson
2007-02-07 19:30:53 +0000
03fd3139c5added steamid auth functions added better bot detection added gameframe hook for timer renamed more playermanager stuff
David Anderson
2007-02-07 08:44:48 +0000
085264e837Execute result pointer is now optional fixed a bug where result could be filled with no executions
David Anderson
2007-02-07 08:42:48 +0000
06fa51700ftested and fixed a few issues in the flat file reader fixed the admin_levels.cfg file
David Anderson
2007-02-07 03:34:24 +0000
8c8b240617fixed a bug in group reading fixed an error in the group config file
David Anderson
2007-02-07 03:16:44 +0000
64f9ff3022added user reading
David Anderson
2007-02-07 02:17:19 +0000
70ae8ad8b6fixed a small bug
David Anderson
2007-02-06 23:39:25 +0000
d2a3c7f0f7ignores bad groups safely now cleaned up code a bit, removed redundancy
David Anderson
2007-02-06 23:30:50 +0000
9969243266added data pack functions
David Anderson
2007-02-06 19:05:45 +0000
e9204c0bf4added interface spec for data packs
David Anderson
2007-02-06 19:00:58 +0000
0c56f71a61cleaned up levels in both the admin plugin and the source code overrides use full flag bits now
David Anderson
2007-02-06 05:48:52 +0000
8860ff6224changed how the admin cache is rebuilt renamed the plugin and fixed compilation errors
David Anderson
2007-02-06 05:13:24 +0000
0186e26344renamed this plugin
David Anderson
2007-02-06 05:07:49 +0000
4e5311d9f2added+implemented the rest of the admin natives so far fixed a bug where flags could not be unset
David Anderson
2007-02-06 01:14:32 +0000
b596e10304heavily cleaned up the player API exposed player API as an interface added client event listeners to API
David Anderson
2007-02-05 20:32:34 +0000
6858d12ad9added some access helper functions
David Anderson
2007-02-05 10:34:58 +0000
b018cd9d3ainitial import of the new admin api restructuring
David Anderson
2007-02-05 09:14:40 +0000
6a7f216615Worst commit ever, but I have removed some unnecessary things
Scott Ehlert
2007-02-05 08:58:03 +0000
fcb8c35eecremoved InvalidateGroup() - it was a bad idea
David Anderson
2007-02-05 02:16:33 +0000
c21bfe57c1Optimized forwards, now paused functions are stored in a temp list so we dont have to check if they're runnable on each function execution.
Borja Ferrer
2007-02-04 22:41:44 +0000
4f5edf7b1fwhat
David Anderson
2007-02-04 08:01:07 +0000
8649e57ebcadded API spec sample for data packs
David Anderson
2007-02-04 08:00:44 +0000
485692e6a4fixed type reported at am50751
Borja Ferrer
2007-02-03 14:33:43 +0000
02ffffe05aOi, consistency...
Scott Ehlert
2007-02-02 22:47:14 +0000
3efb158754Code clean-up on aisle nana! Well, barely any code was touched here actually... 1) Fixed a few minor warnings 2) Removed MM build configs from geoip 3) Made sure that every project and build config had its Character Set set to Multi-Byte and that Detect 64-Bit Portability Issues was set to No.
Scott Ehlert
2007-02-02 11:27:22 +0000
54a574c104Fixed annoying bug in builder where executing svnversion command on a path containing spaces would cause a crash
Scott Ehlert
2007-02-02 11:08:51 +0000
66e9205ab5fixed typo
David Anderson
2007-01-30 18:34:43 +0000
5c90acd7befinalized translation routines and formatting
Borja Ferrer
2007-01-30 18:04:53 +0000
bf145be826implemented more of the group reader eliminated the pointless "inherit" directive
David Anderson
2007-01-30 06:43:34 +0000
5085521b54initial import of group reader (unfinished)
David Anderson
2007-01-30 05:42:57 +0000
d52aaa81d9oh god I hate GNU make so much hate hate hate yes I hate HATE what a sucky system who designed this anyway, a squirrel a radioactive squirrel? I tihnk it was a dead radioactive squirrel
David Anderson
2007-01-30 02:38:12 +0000
7b5886d511updated todo list
David Anderson
2007-01-30 00:38:56 +0000
619c15cac9moved these to includes
David Anderson
2007-01-30 00:38:15 +0000
3091462dffclarified parameter indexing
David Anderson
2007-01-29 23:54:46 +0000
3f0de65cc6added override parser
David Anderson
2007-01-29 23:54:04 +0000
221de124e9finished level reading
David Anderson
2007-01-29 23:09:11 +0000
afd52e1611fixed a crash bug from not initializing properly
David Anderson
2007-01-29 22:37:37 +0000
003fa1371eexposed VFormat() native
David Anderson
2007-01-29 22:35:06 +0000
8db394c85dAdded VFormat() native
David Anderson
2007-01-29 22:34:53 +0000
726498833eFixed a bug where decl was essentially broken when using arrays
David Anderson
2007-01-29 22:33:57 +0000
701cda8f0bsplit this baby up
David Anderson
2007-01-29 19:36:02 +0000
831344d353fixed a bug where line numbers were not reset
David Anderson
2007-01-29 19:34:28 +0000
4299828211whoot, broke the build >:\
David Anderson
2007-01-29 07:01:26 +0000
52b45354e8multiple input files feature now works again
David Anderson
2007-01-29 06:43:27 +0000
af651e15f3finished implementing admin interface
David Anderson
2007-01-29 05:02:44 +0000
c66632776finitial import of finished admin api
David Anderson
2007-01-29 04:19:14 +0000
7a8d164b25Added compression support
David Anderson
2007-01-28 04:19:46 +0000
0234b51a9ffixed error in JIT version header
David Anderson
2007-01-27 09:28:48 +0000
d9742cb67dfixed this using /MD in release mode
David Anderson
2007-01-27 09:25:07 +0000
32679b7d48fixed license mistakes (greentryst)
David Anderson
2007-01-27 05:38:23 +0000
cb1e84781dfixed line endings
David Anderson
2007-01-27 05:25:47 +0000
9b88f80d0efixed a bug in the admin plugin
David Anderson
2007-01-27 04:50:48 +0000
aea1073d13added autoloading of extensions
David Anderson
2007-01-27 04:50:33 +0000
b3b1978d10exposed translation natives and fixed build
David Anderson
2007-01-27 04:21:11 +0000
ad403d62a2changed .psrc to .sp
David Anderson
2007-01-27 03:55:59 +0000
8cea528978fixed compiler not getting includes right on linux
David Anderson
2007-01-27 03:55:33 +0000
8f64370954updated core's makefile
David Anderson
2007-01-27 03:46:48 +0000
7d33bf0098added linux support
David Anderson
2007-01-27 03:40:05 +0000
8434c25bd8added compiler's version file
David Anderson
2007-01-27 03:38:52 +0000
49c6e38ffaadded version file
David Anderson
2007-01-27 03:35:42 +0000
aa8bf86dc1added %T format support added a new lang native
Borja Ferrer
2007-01-27 03:25:34 +0000
7f44c014aeadded build tool
David Anderson
2007-01-27 03:10:31 +0000
17389981a0fixed directory structure
David Anderson
2007-01-27 02:58:24 +0000
1ada31ad1eadded version info
David Anderson
2007-01-27 02:25:23 +0000
d16e592dd1turned /W64 off
David Anderson
2007-01-27 00:50:59 +0000
d72eef6196changed how versioning is done
David Anderson
2007-01-27 00:06:21 +0000
21123f4c74fixed plugins being loaded twice if they were loaded previously
Borja Ferrer
2007-01-27 00:03:34 +0000
326ac67c68changed around translation API a bit
David Anderson
2007-01-26 22:37:54 +0000
b489378b9cnearly finished my exams!!! :D library table is no longer needed
Borja Ferrer
2007-01-26 19:35:33 +0000
4bea89f6e7removed IThreader.h from the project file
David Anderson
2007-01-26 04:35:38 +0000
fcc5f00a2bchanged license header once again
David Anderson
2007-01-26 04:35:08 +0000
cb8829b009corrected line endings
David Anderson
2007-01-26 04:26:47 +0000
f5b969c551added license
David Anderson
2007-01-26 04:25:59 +0000
51d1aa70acchanged license header again
David Anderson
2007-01-26 02:50:48 +0000