Commit Graph

  • 2331678312 fix for tortoisegit commit and overlay issues in dependencies/.gitignore Uleat 2013-07-15 23:22:17 -04:00
  • c216ece72c fir for lua get_spawn_condition Sorvani 2013-07-15 00:35:46 -05:00
  • 36e12110d5 Memset SpecialAbility before putting it into map. KimLS 2013-07-14 14:47:22 -07:00
  • aa5ac1518b Changelog for lua_packet KimLS 2013-07-13 14:03:55 -07:00
  • d472c05f5d Lua packet handler dispatch KimLS 2013-07-13 13:53:41 -07:00
  • 485fc2b2b7 Fix for bot compile KimLS 2013-07-13 13:53:13 -07:00
  • bdc83f4f37 Basic lua packet api, and it works too. Exciting I must say. KimLS 2013-07-12 22:21:43 -07:00
  • da178c9fba Compile error in AA.cpp KimLS 2013-07-12 18:57:49 -07:00
  • a1dc390f49 Windows compile error again, why wasn't this fixed on the second pass. I brought it up last time grr KimLS 2013-07-12 15:01:12 -07:00
  • dfe63f87c3 Merge pull request #78 from j883376/cleanups Alex 2013-07-12 13:36:02 -07:00
  • 239d4afb13 NPC Special Attacks should all work right: also huge explanation in changelog.txt KimLS 2013-07-11 13:44:45 -07:00
  • ab2c184b54 Merge branch 'master' of https://github.com/EQEmu/Server KimLS 2013-07-10 14:33:06 -07:00
  • 31ede315f2 Fix Database::GetZoneID() j883376 2013-07-08 19:02:54 -04:00
  • 3992ac02bb Rampage, Area Rampage, Flurry got new customizable effects. Part of that was adding a new set of stuff to attack. KimLS 2013-07-08 14:37:01 -07:00
  • e6ad26f03c Logfile cleanups. See changelog.txt. SecretsOTheP 2013-07-07 21:44:31 -07:00
  • 2f335372a0 Few warning and lua fixes, fix for summon not working on new system. Need to look at enrage as it doesn't appear to work right either and think it's timing related KimLS 2013-07-07 15:22:20 -07:00
  • 63d678ce29 Replaced npcspecialatk with special_attacks, needs more testing also gotta export new api for it as I can't remove the legacy one. Too many quests rely on the legacy functionality. KimLS 2013-07-06 03:45:06 -07:00
  • 0c675c33e2 Changelog too KimLS 2013-07-05 13:25:19 -07:00
  • 3c8d83f2a8 Perl will now capture return values (lua style), yeah I said I wouldn't be improving much of perl from here on but I said if I found a way I'd do it. KimLS 2013-07-05 02:56:53 -07:00
  • b11ed32bcf Removed quest queue from perl parser, should do events properly recursively KimLS 2013-07-05 01:46:24 -07:00
  • 9a63ee65c9 Added functions to eq to get the internals of the current quest_manager quest, also bug fix to a lua client function KimLS 2013-07-05 00:33:45 -07:00
  • 8b8742b242 Fix for Spell(int) not working in lua... KimLS 2013-07-03 15:20:42 -07:00
  • bccbc0f064 Merge branch 'master' of https://github.com/EQEmu/Server KimLS 2013-07-02 14:20:04 -07:00
  • b7fcd5b02a eq.follow() and eq.stop_follow() KimLS 2013-07-02 14:16:16 -07:00
  • 56b9dda60b Update README.md Alex 2013-07-01 14:12:31 -07:00
  • 1868d0e7a3 Lua changelog entry KimLS 2013-07-01 14:06:20 -07:00
  • 38b3433406 Merge branch 'master' into lua KimLS 2013-07-01 13:32:47 -07:00
  • 6d21823959 Prevent Monster Summoning from summoning a portal in bothunder Michael Cook 2013-07-01 16:03:04 -04:00
  • 02eb56a696 Fix Monster Summoning related to giants/cyclops Michael Cook 2013-07-01 15:22:07 -04:00
  • 6fe5c06fa0 Fix for trade being retained on logout/zone KimLS 2013-06-29 12:18:40 -07:00
  • 2c68e813e9 More selective filtering of lua libs, seed random set for lua interpreter, Release Canidate KimLS 2013-06-29 01:43:56 -07:00
  • e42c7a38a5 eq.attack_npc(npc_id) and eq.attack_npc_type(npc_type) added. KimLS 2013-06-28 16:43:57 -07:00
  • 7b5b1b2583 Added eq.attack(client_name) to lua. KimLS 2013-06-28 16:30:27 -07:00
  • 0578f45490 Revert "Revert "Merge pull request #77 from j883376/cleanups"" j883376 2013-06-28 04:25:44 -04:00
  • f46f7bd528 event_death_complete KimLS 2013-06-27 15:07:28 -07:00
  • 945cc2117f Fix for perl not loading events if they're chained, fix for items not being removed from inventory at an intuitive time in event_trade KimLS 2013-06-27 14:14:10 -07:00
  • a5db4310c6 Merge branch 'master' into lua KimLS 2013-06-27 12:53:47 -07:00
  • d25205d9d3 Revert "Merge pull request #77 from j883376/cleanups" KimLS 2013-06-27 12:50:20 -07:00
  • d12c700bbf missing lua mob function KimLS 2013-06-26 22:23:31 -07:00
  • db70ad37dd Fix for quest::depop and quest::respawn not functioning KimLS 2013-06-26 15:43:55 -07:00
  • 9e1115f899 Merge master, pretty close to RC atm KimLS 2013-06-26 12:52:00 -07:00
  • 82f4b4ee53 Merge pull request #76 from Zaela/respawn Alex 2013-06-26 10:13:56 -07:00
  • 4ff2efea43 Merge pull request #77 from j883376/cleanups Alex 2013-06-26 10:06:07 -07:00
  • d2a3c051e5 Added custom find lua cmake module to make building on windows easier KimLS 2013-06-26 09:57:06 -07:00
  • 16d3825df4 Fixed translocate, dispatch event now returns values properly, embparser now stores errors (what few it has) KimLS 2013-06-26 09:26:19 -07:00
  • 602b17f0e8 Fix for msvc compile, lua_bit.cpp wont try to compile if lua isn't set to build KimLS 2013-06-26 08:05:36 -07:00
  • 488b2888a8 Fix uses of uninitialized variables j883376 2013-06-25 23:40:05 -04:00
  • 1480b8911f Sorta hacky work around for doing nukeitem in item quests. Added lua bitop library. Made excluding io/os optional KimLS 2013-06-25 14:51:06 -07:00
  • 72ef7f6557 Made default-on-error a little less bad. Zaela 2013-06-25 11:05:03 -07:00
  • f35afed89a one eof newline Zaela 2013-06-25 10:45:07 -07:00
  • ffe6494147 Forgot a semicolon in an important spot. KimLS 2013-06-24 13:00:50 -07:00
  • 342a4c1b17 Fix for clickies not working, changed order of dispatch events to allow nuking items from regular item events. Changed the lua modules path. KimLS 2013-06-24 12:42:42 -07:00
  • b904689a98 Added Spawn object to lua and functions to manipulate them KimLS 2013-06-23 14:48:36 -07:00
  • 0dc66b3dd7 Added quest areas (only accessable in lua) which work similar to proximities except are not attached to any one npc. Also fixed up the proximity code a bit to comply and got rid of my stupid ass fix for the deleting lists thing KimLS 2013-06-22 20:47:11 -07:00
  • bb1282de30 encounter events can now watch all events by all npcs/items/quests by registering themselves to watch -1, fix #74 KimLS 2013-06-22 14:23:07 -07:00
  • c5e4cf35c0 Reworked RespawnFromHover framework to allow future customization (scripting) of respawn options. Added event_respawn to be triggered when a client respawns from hover into the current zone (may not be set up correctly!). Zaela 2013-06-22 08:35:33 -07:00
  • 2529a7700e Fix for luabind not compiling (jumbers), bunch of api upgrades for lua, changed where spells and items load quests from, removed some old code. etc etc. KimLS 2013-06-22 01:32:41 -07:00
  • 7e2806119b Fix some improper uses of printf formats j883376 2013-06-22 00:55:54 -04:00
  • 536e31d771 Change binary output path to use CMake variable j883376 2013-06-21 23:21:57 -04:00
  • 2a39449f6e Fix exit code values j883376 2013-06-21 22:54:28 -04:00
  • 7af04798fb Augment item events KimLS 2013-06-21 14:20:30 -07:00
  • 76e25f75fa Fix a few memory leaks j883376 2013-06-21 17:09:46 -04:00
  • 7b894a7c61 Added direct inventory access, and event_loot for items and event_weapon_proc for items KimLS 2013-06-20 14:03:22 -07:00
  • d8a1d84a49 Regression fixes, support for new lua arguments for many events KimLS 2013-06-19 22:56:46 -07:00
  • bb8d11a57b Merge from master KimLS 2013-06-17 11:47:45 -07:00
  • e811e3975b Mod functions should respect perl being turned off. v1.0.1 KimLS 2013-06-16 21:04:36 -07:00
  • 68261e0308 Fixed an issue with RoF items that have Rec/Req above 100. Forgot commit message/changelog.txt. SecretsOTheP 2013-06-16 13:07:48 -07:00
  • d03e8d05ec SecretsOTheP 2013-06-16 13:04:48 -07:00
  • 3f2815e30c Merge pull request #73 from hateborne/master Alex 2013-06-15 17:44:34 -07:00
  • 91b01c2fcc Image fix for OP_CastSpell exploit. KimLS 2013-06-15 13:08:32 -07:00
  • 179063c863 spell.max convert int16 to int32 Hateborne 2013-06-13 17:59:24 -04:00
  • 28eb80e27f Added changelog message for predated commit (Bot procs and AE buff casting) Uleat 2013-06-12 22:04:07 -04:00
  • c0d37b2e04 Many fixes to regressions in perl and cleaning up the final interface KimLS 2013-06-12 15:04:26 -07:00
  • 0dbd0478c0 Merge of hatebourne's stuff KimLS 2013-06-12 12:11:56 -07:00
  • 56b41c882b Redoing event item api KimLS 2013-06-07 02:26:17 -07:00
  • 8c3cce822a Added three new events KimLS 2013-06-06 14:29:45 -07:00
  • b87d4a3e5f Removed perl stuff from mod stuff KimLS 2013-06-05 17:00:59 -07:00
  • cec60feba9 Merge master KimLS 2013-06-05 16:58:11 -07:00
  • 29c0c4801c Merge pull request #70 from josheb/master Alex 2013-06-05 16:54:36 -07:00
  • a3738dc131 Changed EVENT_TRADE to pass iteminst instead of variable ids, perl will not have changed at all but lua now passes the iteminsts in the trade object. Also redid a bunch of the spell quest stuff KimLS 2013-06-05 16:47:49 -07:00
  • 6d0c0aee7d Last work to make lua parser feature complete, time to start fixing bugs and cleaning up design and maybe adding some features here and there. KimLS 2013-06-04 23:22:03 -07:00
  • 1b290b577d Fix for potential nullptr when using base lua class constructors in debug mode, also added eq.get_qglobals and removed automatic export of them (will do this for a lot of other automatic exports) KimLS 2013-06-04 16:48:32 -07:00
  • 85c7e1b059 Player event export plus lua_object api KimLS 2013-06-03 16:49:47 -07:00
  • a8de7e9ffc Removed comments from mod_client.cpp for erroneous 255 stat cap. root 2013-06-03 17:08:58 -05:00
  • bc82bff4b4 Lua doors api KimLS 2013-06-03 00:08:41 -07:00
  • ff091e940c Lua corpse API Tabasco 2013-06-02 18:58:44 -05:00
  • 55a964267e Raid/Group lua stuff, renamed corpses KimLS 2013-06-02 13:47:52 -07:00
  • d14608356d Added all lua objects i need for now, a ton of API too KimLS 2013-06-02 00:15:26 -07:00
  • 7fca5a7a89 Merge branch 'master' of https://github.com/EQEmu/Server into EQEmu-master root 2013-06-01 19:17:23 -05:00
  • ac5926bdfe Merge pull request #7 from josheb/dungeoncrawl josheb 2013-06-01 08:56:19 -07:00
  • b16cf57510 Cautionary XP mod update. root 2013-06-01 10:49:58 -05:00
  • 851c842529 Updated mod_functions and mod_functions_base with new hooks and descriptions root 2013-06-01 10:44:32 -05:00
  • a1080fdb2d Merge branch 'master' into lua KimLS 2013-05-31 16:41:44 -07:00
  • 344feb7484 Finished exporting lua general functions for now, also had to fix some const char* stuff KimLS 2013-05-31 16:40:55 -07:00
  • 567c17cc9e Berserker updates. root 2013-05-28 20:27:17 -05:00
  • 0ee54f1117 Added mod_spell_cast and various mod_functions fixes. root 2013-05-28 19:58:40 -05:00
  • 69f1187722 Small amount of general lua functions KimLS 2013-05-28 13:12:42 -07:00
  • 39426789f4 Merge pull request #69 from j883376/login-db-crash Alex 2013-05-27 17:33:57 -07:00
  • 49c3a81e18 More lua work, client should be completely exported barring any more bugs that crop up. Starting work on getting the rest of the general functions KimLS 2013-05-27 17:24:31 -07:00
  • fa0196b987 Fixed some mod function bugs and stat caps. Tabasco 2013-05-27 15:32:59 -05:00