Commit Graph

  • 84771f11a7 updated makefile David Anderson 2004-08-24 05:00:23 +00:00
  • 8b35ce2145 Added amx_FindNative to module API David Anderson 2004-08-24 04:46:15 +00:00
  • 9d3ea5513b Fixed a crash bug in FormatAmxString() Added amx_FindNative to module API Changed LZO->GZ in .amxx format David Anderson 2004-08-24 04:30:13 +00:00
  • 94219ae71a New compiler (compression changed, dependencies removed) David Anderson 2004-08-23 21:57:37 +00:00
  • f4130105b0 fixed team menu Lukasz Wlasinksi 2004-08-23 21:17:59 +00:00
  • e4d11b321d Small fix for backwards compat Steve Dudenhoeffer 2004-08-23 18:25:45 +00:00
  • c53f54fe20 Changed from LZO to GZ compression David Anderson 2004-08-23 18:21:09 +00:00
  • c95e1d8ae3 fixed: plmenu and get_user_team bugs Lukasz Wlasinksi 2004-08-23 18:10:50 +00:00
  • 4ee81cd1ca New compiler David Anderson 2004-08-23 17:13:12 +00:00
  • 9a98b20d1b gcc David Anderson 2004-08-23 14:25:31 +00:00
  • ff9bce89f2 new makefile David Anderson 2004-08-23 14:22:25 +00:00
  • 2d9e405b18 Important bug fixes David Anderson 2004-08-23 14:14:58 +00:00
  • 4a74dce0cd updated for karlos's changes David Anderson 2004-08-23 13:38:09 +00:00
  • 473699e7c8 updated for mahnsawce's changes David Anderson 2004-08-23 12:35:21 +00:00
  • a23712bb19 updated is_plugin_loaded() to expect the plugin title Felix Geyer 2004-08-22 20:59:46 +00:00
  • 586fcbc21a 64bit library David Anderson 2004-08-22 18:10:28 +00:00
  • 91f0f8786e new makefile David Anderson 2004-08-22 17:57:42 +00:00
  • 2e247acdad Updates David Anderson 2004-08-22 17:57:23 +00:00
  • 909460a58f Fixed a bug that gcc 3 picks up David Anderson 2004-08-22 17:56:58 +00:00
  • 5d8353326a updated David Anderson 2004-08-22 16:36:06 +00:00
  • a0562ce437 added Portuguese Felix Geyer 2004-08-22 15:58:50 +00:00
  • ed5093ae42 fixed accidental -lstdc++ David Anderson 2004-08-22 15:17:32 +00:00
  • 160f52ec39 better detection for available menus Felix Geyer 2004-08-22 14:54:07 +00:00
  • 293486ff12 new cvar David Anderson 2004-08-22 14:50:35 +00:00
  • d101d94209 fix error David Anderson 2004-08-22 14:49:04 +00:00
  • 9b5ce4c2bb added eng/callfunc David Anderson 2004-08-22 14:46:13 +00:00
  • 628993f249 how about now David Anderson 2004-08-22 12:44:29 +00:00
  • 4112c78c11 Bad merge! David Anderson 2004-08-22 12:42:47 +00:00
  • ae01b71078 new makefile David Anderson 2004-08-22 12:41:00 +00:00
  • d966983354 Fixed makefiles for 64bit error, clean error, and output error ADDED NEWLINES!! OMG Corrected some AMD64 casts on ns_amxx David Anderson 2004-08-22 12:40:24 +00:00
  • c392f3cbbc fixed description of is_module_loaded() and is_plugin_loaded() Felix Geyer 2004-08-22 12:31:37 +00:00
  • 9419fdecc9 fixed a tiny bug Felix Geyer 2004-08-22 11:49:12 +00:00
  • b822b91c75 Fixed makefile bugs Fixed newline bug Removed some unnecessary stuff from amx.cpp David Anderson 2004-08-22 11:46:04 +00:00
  • c003f90713 removed type from "amxx modules" Felix Geyer 2004-08-22 11:36:24 +00:00
  • 19fb29c688 Added new CVAR David Anderson 2004-08-22 10:53:49 +00:00
  • e94e4ce068 new makefiles David Anderson 2004-08-22 10:37:00 +00:00
  • 141336817e new makefile David Anderson 2004-08-22 10:11:15 +00:00
  • 6be1f51be2 added new makefile David Anderson 2004-08-22 10:07:47 +00:00
  • db48f4c382 Added new makefile David Anderson 2004-08-22 09:58:22 +00:00
  • 1cfd5a587a fixed bad merge? David Anderson 2004-08-22 09:47:40 +00:00
  • 72a7e9d849 Fixed bugs David Anderson 2004-08-22 09:43:35 +00:00
  • 3818987c33 Fixed a few bugs, added new Makefile in perl David Anderson 2004-08-22 09:28:09 +00:00
  • 6f8c2b828a Added JIT object file (thanks malex) David Anderson 2004-08-22 08:22:33 +00:00
  • f1a6938441 dupe bugs David Anderson 2004-08-22 04:47:03 +00:00
  • 9b12979b05 More duplication bugs David Anderson 2004-08-22 04:41:03 +00:00
  • ff8eec09e1 More duplication fixes David Anderson 2004-08-22 04:36:44 +00:00
  • a9cb464a33 Fixed duplicate keys David Anderson 2004-08-22 04:25:55 +00:00
  • 3a78aff06d Added includes and some other mysterious changes Steve Dudenhoeffer 2004-08-22 03:58:31 +00:00
  • 51caf26399 Fixed a couple issues with gcc Steve Dudenhoeffer 2004-08-22 02:52:27 +00:00
  • 722cd23065 Added NS module incs David Anderson 2004-08-21 21:55:57 +00:00
  • e9ebf6bf59 fixes David Anderson 2004-08-21 21:54:04 +00:00
  • d4ad09619e Prevented keys from overwriting each other David Anderson 2004-08-21 21:39:21 +00:00
  • 11952467e1 Initial import Felix Geyer 2004-08-21 21:12:15 +00:00
  • b63ae4eed8 added GetLangR, which doesn't construct a CLang object when not found; GetDef now uses GetLangR, so when users set their language to an invalid value, no such language is created. Pavol Marko 2004-08-21 21:08:30 +00:00
  • 2f3950b548 Added sasm David Anderson 2004-08-21 21:04:58 +00:00
  • a653808e9b Added fakemeta David Anderson 2004-08-21 20:59:11 +00:00
  • a2cf062aeb New AMXxSTL files David Anderson 2004-08-21 20:35:52 +00:00
  • 67f81dec2a Added 1.02 binary for linux Fixed ending newlines David Anderson 2004-08-21 18:57:47 +00:00
  • 4bf0a0c6c3 removed Felix Geyer 2004-08-21 18:47:33 +00:00
  • 2b87e6d585 many more fixes Felix Geyer 2004-08-21 16:55:39 +00:00
  • cf6e1598d5 Updated for -o.. fix David Anderson 2004-08-21 06:41:31 +00:00
  • 1d860645c2 Fixed -o.. bug David Anderson 2004-08-21 06:38:30 +00:00
  • 051657714c Fixed queue prediction bug for labels and procs Fixed problem parsing "-" with single number expressions Uploaded 1.02 win32 binary David Anderson 2004-08-21 06:20:27 +00:00
  • 49ee255fa4 fixed amx_reloadadmins output Felix Geyer 2004-08-20 21:40:17 +00:00
  • bb9160e21f various improvements Felix Geyer 2004-08-20 20:54:47 +00:00
  • b35214cce9 fixed many bugs Felix Geyer 2004-08-20 20:53:19 +00:00
  • dca58b7356 Single-threaded Felix Geyer 2004-08-20 17:23:19 +00:00
  • c4af0ff664 Initial import Felix Geyer 2004-08-20 14:05:46 +00:00
  • 09b3306dc2 added version information to the dll Felix Geyer 2004-08-20 13:25:19 +00:00
  • 8d86d078c3 new always up-to-date project file Felix Geyer 2004-08-20 13:24:23 +00:00
  • d9f5d9dc32 removed Felix Geyer 2004-08-20 13:23:33 +00:00
  • f512ff25d8 added default file pathes Felix Geyer 2004-08-20 13:20:53 +00:00
  • 40b5e7e817 updated plugin extension to .amxx Felix Geyer 2004-08-20 13:18:04 +00:00
  • f2a2b95013 Initial import Felix Geyer 2004-08-20 12:27:13 +00:00
  • ee1144338b small fix Felix Geyer 2004-08-20 12:26:39 +00:00
  • 58422ceb29 better German translations Felix Geyer 2004-08-20 12:26:24 +00:00
  • d50ede5492 removed "J" from amxmodx_version cvar Felix Geyer 2004-08-19 22:27:47 +00:00
  • 25071dce26 small changes Felix Geyer 2004-08-19 22:21:53 +00:00
  • 4f371ccb6c fixed missing menu text Felix Geyer 2004-08-19 22:21:11 +00:00
  • d19d570758 fixed show_menu (thx PM :) Felix Geyer 2004-08-19 20:34:16 +00:00
  • b6d142f481 Lang strings can now contain ^n (newline), ^t (tabulator) and ^^ (^). Pavol Marko 2004-08-19 19:34:49 +00:00
  • 16c406fe1a Fixed bugs Pavol Marko 2004-08-19 18:35:18 +00:00
  • 3af9ae8927 Fixed bugs Pavol Marko 2004-08-19 16:37:55 +00:00
  • 213694cccc Added comments Pavol Marko 2004-08-19 16:37:32 +00:00
  • 008474fbe5 Fixed bugs: client_print: if used with index=0, the message was printed many times show_hudmessage: correct language handling for index index=0 Pavol Marko 2004-08-19 16:37:15 +00:00
  • 36aa331530 updated module name Felix Geyer 2004-08-19 16:11:32 +00:00
  • 204e8b7850 Single-threaded Felix Geyer 2004-08-19 16:09:27 +00:00
  • ef0fb41bfd updated module info Felix Geyer 2004-08-19 16:03:53 +00:00
  • e648b19651 Single-threaded Felix Geyer 2004-08-19 15:06:21 +00:00
  • 365d3ab538 updated module info Felix Geyer 2004-08-19 14:59:57 +00:00
  • ada99a3067 updated module info Felix Geyer 2004-08-18 17:13:08 +00:00
  • 0899098cd8 fixed compiling errors when using sql Felix Geyer 2004-08-18 16:08:16 +00:00
  • 2c13271b10 Initial import Felix Geyer 2004-08-18 15:50:53 +00:00
  • e6dbc065d1 now really updated to use the multi-lingual system Felix Geyer 2004-08-18 15:50:12 +00:00
  • c622e1b6c7 More error reporting David Anderson 2004-08-18 15:30:06 +00:00
  • 5f4d791129 Updated to August Felix Geyer 2004-08-18 15:12:03 +00:00
  • bf553e6ce0 Linux fix of -o bug (devnull reported) David Anderson 2004-08-18 14:32:29 +00:00
  • 9fc68b6d94 Fixed -o bug (reported by devnull) David Anderson 2004-08-18 14:15:46 +00:00
  • 73516f8772 updated so everyone can use it Felix Geyer 2004-08-18 13:07:15 +00:00
  • f0c7c37a59 added msvc 7 project file Felix Geyer 2004-08-18 12:59:34 +00:00