Commit Graph

  • 6cff249b5c Fixed tabs, hopefully... Scott Ehlert 2007-02-12 09:00:55 +0000
  • afd3d3dc88 fixed a silly bug in translation David Anderson 2007-02-12 08:28:35 +0000
  • 7b8eaf4f75 Specified more error scenarios... Scott Ehlert 2007-02-12 07:22:25 +0000
  • c83b9236b0 Fixed 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
  • ce7f2ae23b More 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
  • dd9b575853 Fixed up some error messages... Scott Ehlert 2007-02-12 05:46:00 +0000
  • 2747f06eb7 totally wrong place, i'm stupid --bail David Anderson 2007-02-12 05:43:14 +0000
  • c5e98f7dc2 added ability to specify extra options to the build line David Anderson 2007-02-12 05:13:53 +0000
  • efff395182 Fixed Linux build... Scott Ehlert 2007-02-11 11:20:38 +0000
  • 0d54b19b8e More 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
  • 682e7d4ab6 fixed build on linux problems David Anderson 2007-02-11 00:17:54 +0000
  • 1d44bdf37a added makefile for build tool David Anderson 2007-02-10 23:34:30 +0000
  • 09236c2d7a Fixed native errors not being logged - hope I did this correctly... Scott Ehlert 2007-02-10 10:38:23 +0000
  • 47acc11df7 expanded data pack natives Borja Ferrer 2007-02-09 22:12:39 +0000
  • 57c1f0dd4d added and tested admin authentication. WOOT. only steam-based works for now. David Anderson 2007-02-09 04:41:03 +0000
  • 18aabecfd3 fixed a bug where early returns could cause the stack to not pop properly David Anderson 2007-02-09 04:38:57 +0000
  • 1c80875ea3 initial import of binding user admin ids to players in game David Anderson 2007-02-09 01:08:59 +0000
  • fdba3e1f66 Initial 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
  • 471da79fa5 added a wrapper for getclientconvarvalue fixed a bug in the player manager David Anderson 2007-02-08 20:37:24 +0000
  • 1300048946 Typo fix and removal of a semicolon in the name of consistency? Scott Ehlert 2007-02-08 04:56:08 +0000
  • db676e8bfc Corrected parameter order for FloatToString Scott Ehlert 2007-02-08 04:53:56 +0000
  • 67c76a9380 added gameevents to the publicly available interfaces David Anderson 2007-02-08 01:11:45 +0000
  • 7a29aad6fa removed an old todo David Anderson 2007-02-08 01:11:09 +0000
  • d2887a8c3d fixed the parameter order here David Anderson 2007-02-08 01:10:48 +0000
  • 6908858807 fixed a bug where mapupdated plugins would not get unloaded on deletion David Anderson 2007-02-07 19:34:58 +0000
  • 4ad7f36207 fixed auth string being returned as true if not available David Anderson 2007-02-07 19:30:53 +0000
  • 03fd3139c5 added 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
  • 085264e837 Execute 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
  • 06fa51700f tested 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
  • 8c8b240617 fixed a bug in group reading fixed an error in the group config file David Anderson 2007-02-07 03:16:44 +0000
  • 64f9ff3022 added user reading David Anderson 2007-02-07 02:17:19 +0000
  • 70ae8ad8b6 fixed a small bug David Anderson 2007-02-06 23:39:25 +0000
  • d2a3c7f0f7 ignores bad groups safely now cleaned up code a bit, removed redundancy David Anderson 2007-02-06 23:30:50 +0000
  • 9969243266 added data pack functions David Anderson 2007-02-06 19:05:45 +0000
  • e9204c0bf4 added interface spec for data packs David Anderson 2007-02-06 19:00:58 +0000
  • 0c56f71a61 cleaned 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
  • 8860ff6224 changed how the admin cache is rebuilt renamed the plugin and fixed compilation errors David Anderson 2007-02-06 05:13:24 +0000
  • 0186e26344 renamed this plugin David Anderson 2007-02-06 05:07:49 +0000
  • 4e5311d9f2 added+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
  • b596e10304 heavily 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
  • 6858d12ad9 added some access helper functions David Anderson 2007-02-05 10:34:58 +0000
  • b018cd9d3a initial import of the new admin api restructuring David Anderson 2007-02-05 09:14:40 +0000
  • 6a7f216615 Worst commit ever, but I have removed some unnecessary things Scott Ehlert 2007-02-05 08:58:03 +0000
  • fcb8c35eec removed InvalidateGroup() - it was a bad idea David Anderson 2007-02-05 02:16:33 +0000
  • c21bfe57c1 Optimized 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
  • 4f5edf7b1f what David Anderson 2007-02-04 08:01:07 +0000
  • 8649e57ebc added API spec sample for data packs David Anderson 2007-02-04 08:00:44 +0000
  • 485692e6a4 fixed type reported at am50751 Borja Ferrer 2007-02-03 14:33:43 +0000
  • 02ffffe05a Oi, consistency... Scott Ehlert 2007-02-02 22:47:14 +0000
  • 3efb158754 Code 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
  • 54a574c104 Fixed 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
  • 66e9205ab5 fixed typo David Anderson 2007-01-30 18:34:43 +0000
  • 5c90acd7be finalized translation routines and formatting Borja Ferrer 2007-01-30 18:04:53 +0000
  • bf145be826 implemented more of the group reader eliminated the pointless "inherit" directive David Anderson 2007-01-30 06:43:34 +0000
  • 5085521b54 initial import of group reader (unfinished) David Anderson 2007-01-30 05:42:57 +0000
  • d52aaa81d9 oh 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
  • 7b5886d511 updated todo list David Anderson 2007-01-30 00:38:56 +0000
  • 619c15cac9 moved these to includes David Anderson 2007-01-30 00:38:15 +0000
  • 3091462dff clarified parameter indexing David Anderson 2007-01-29 23:54:46 +0000
  • 3f0de65cc6 added override parser David Anderson 2007-01-29 23:54:04 +0000
  • 221de124e9 finished level reading David Anderson 2007-01-29 23:09:11 +0000
  • afd52e1611 fixed a crash bug from not initializing properly David Anderson 2007-01-29 22:37:37 +0000
  • 003fa1371e exposed VFormat() native David Anderson 2007-01-29 22:35:06 +0000
  • 8db394c85d Added VFormat() native David Anderson 2007-01-29 22:34:53 +0000
  • 726498833e Fixed a bug where decl was essentially broken when using arrays David Anderson 2007-01-29 22:33:57 +0000
  • 701cda8f0b split this baby up David Anderson 2007-01-29 19:36:02 +0000
  • 831344d353 fixed a bug where line numbers were not reset David Anderson 2007-01-29 19:34:28 +0000
  • 4299828211 whoot, broke the build >:\ David Anderson 2007-01-29 07:01:26 +0000
  • 52b45354e8 multiple input files feature now works again David Anderson 2007-01-29 06:43:27 +0000
  • af651e15f3 finished implementing admin interface David Anderson 2007-01-29 05:02:44 +0000
  • c66632776f initial import of finished admin api David Anderson 2007-01-29 04:19:14 +0000
  • 7a8d164b25 Added compression support David Anderson 2007-01-28 04:19:46 +0000
  • 0234b51a9f fixed error in JIT version header David Anderson 2007-01-27 09:28:48 +0000
  • d9742cb67d fixed this using /MD in release mode David Anderson 2007-01-27 09:25:07 +0000
  • 32679b7d48 fixed license mistakes (greentryst) David Anderson 2007-01-27 05:38:23 +0000
  • cb1e84781d fixed line endings David Anderson 2007-01-27 05:25:47 +0000
  • 9b88f80d0e fixed a bug in the admin plugin David Anderson 2007-01-27 04:50:48 +0000
  • aea1073d13 added autoloading of extensions David Anderson 2007-01-27 04:50:33 +0000
  • b3b1978d10 exposed translation natives and fixed build David Anderson 2007-01-27 04:21:11 +0000
  • ad403d62a2 changed .psrc to .sp David Anderson 2007-01-27 03:55:59 +0000
  • 8cea528978 fixed compiler not getting includes right on linux David Anderson 2007-01-27 03:55:33 +0000
  • 8f64370954 updated core's makefile David Anderson 2007-01-27 03:46:48 +0000
  • 7d33bf0098 added linux support David Anderson 2007-01-27 03:40:05 +0000
  • 8434c25bd8 added compiler's version file David Anderson 2007-01-27 03:38:52 +0000
  • 49c6e38ffa added version file David Anderson 2007-01-27 03:35:42 +0000
  • aa8bf86dc1 added %T format support added a new lang native Borja Ferrer 2007-01-27 03:25:34 +0000
  • 7f44c014ae added build tool David Anderson 2007-01-27 03:10:31 +0000
  • 17389981a0 fixed directory structure David Anderson 2007-01-27 02:58:24 +0000
  • 1ada31ad1e added version info David Anderson 2007-01-27 02:25:23 +0000
  • d16e592dd1 turned /W64 off David Anderson 2007-01-27 00:50:59 +0000
  • d72eef6196 changed how versioning is done David Anderson 2007-01-27 00:06:21 +0000
  • 21123f4c74 fixed plugins being loaded twice if they were loaded previously Borja Ferrer 2007-01-27 00:03:34 +0000
  • 326ac67c68 changed around translation API a bit David Anderson 2007-01-26 22:37:54 +0000
  • b489378b9c nearly finished my exams!!! :D library table is no longer needed Borja Ferrer 2007-01-26 19:35:33 +0000
  • 4bea89f6e7 removed IThreader.h from the project file David Anderson 2007-01-26 04:35:38 +0000
  • fcc5f00a2b changed license header once again David Anderson 2007-01-26 04:35:08 +0000
  • cb8829b009 corrected line endings David Anderson 2007-01-26 04:26:47 +0000
  • f5b969c551 added license David Anderson 2007-01-26 04:25:59 +0000
  • 51d1aa70ac changed license header again David Anderson 2007-01-26 02:50:48 +0000