Commit Graph

  • ce63503bab Changed a bunch of lua stuff, as well as modified a bunch of generic item quest stuff KimLS 2013-05-23 12:43:21 -07:00
  • 815c3dc73f Merge branch 'master' of https://github.com/EQEmu/Server into string KimLS 2013-05-23 12:35:21 -07:00
  • efe7092995 Merge and a few cleanup / bug fixes KimLS 2013-05-23 12:35:00 -07:00
  • 5000add92a Merge 5255c236c3b5f0f66e4c0577e3bc6327580f69ac into 12ddd30f678e664ced5386dfe581c0a6fda2bbb6 #59 Arthur Ice 2013-05-23 12:30:13 -07:00
  • 12ddd30f67 Merge pull request #64 from af4t/master Alex 2013-05-23 12:30:06 -07:00
  • 4644842848 Merge 879ddb208b32e1f173eac28943a222c1e6d9e116 into 320494c83dc48854b1baa50de556498aa2446d12 #64 Kemmler 2013-05-23 09:22:19 -07:00
  • 879ddb208b Windows compile fixes (bots) #64 af4t 2013-05-23 12:17:30 -04:00
  • d761aee57c Merge 7251d1783c791ebe2e6ff953ddc7f0ccd6e10993 into 320494c83dc48854b1baa50de556498aa2446d12 #63 Kemmler 2013-05-23 05:24:59 -07:00
  • 7251d1783c Windows compile fix (bots) #63 af4t 2013-05-23 08:18:07 -04:00
  • 5c6ac00eba Merge 480a761b753de6c2265218c6257efb2d2c607df0 into 320494c83dc48854b1baa50de556498aa2446d12 #62 Kemmler 2013-05-23 04:35:36 -07:00
  • 480a761b75 Windows compile fix (BOTS) #62 af4t 2013-05-23 07:31:21 -04:00
  • 70dab7d920 Merge pull request #6 from EQEmu/master Kemmler 2013-05-23 03:53:22 -07:00
  • 2840e32853 Merge branch 'master' into string KimLS 2013-05-23 00:56:27 -07:00
  • 320494c83d Windows compile fix KimLS 2013-05-23 00:55:29 -07:00
  • e6fba5ba82 Merging KimLS 2013-05-23 00:31:02 -07:00
  • 5255c236c3 added std:: to a lot of locations which where missed and added NOMINMAX to cmakelist #59 Arthur Ice 2013-05-22 23:01:43 -07:00
  • e5d4b35a32 Spelling fix in a comment. Nothing else. Arthur Ice 2013-05-22 22:21:28 -07:00
  • b4e65a8840 tabbify and cleaned up std issues and min/max problems. Arthur Ice 2013-05-22 19:52:48 -07:00
  • ac78841e55 Removed MakeUpperString since it's not used anywhere. Arthur Ice 2013-05-22 19:41:16 -07:00
  • 54914a970e Merge branch 'StringFormatting' into small_stage_cleanup Arthur Ice 2013-05-22 18:36:07 -07:00
  • ea2a1651d5 Merge branch 'master' into StringFormatting Arthur Ice 2013-05-22 18:01:16 -07:00
  • 5c6e95f921 Merge branch 'master' of https://github.com/EQEmu/Server Arthur Ice 2013-05-22 17:38:26 -07:00
  • 555e21c3c7 Merge pull request #5 from EQEmu/master Kemmler 2013-05-22 16:31:52 -07:00
  • 0fdfe025cb Remove 'using namespaces std' fixes #61 Michael Cook 2013-05-22 16:17:19 -04:00
  • 930fda07c9 Added exp for level mod, misc fixes. root 2013-05-22 07:19:09 -05:00
  • 41dcd5bc29 Should only need dumpItemCollection and dumpBagContents internally so made them protected. Arthur Ice 2013-05-21 23:02:15 -07:00
  • d7546e09ee broke up dumpInventory into methods, changed it to dumpEntireInventory (dumpInventory now only dumps a small peice) Arthur Ice 2013-05-21 22:51:35 -07:00
  • e9577db9c2 removed DBMemLeak.cpp and DBMemLeak.h, unused. Arthur Ice 2013-05-21 18:08:21 -07:00
  • cdc7b2a000 weird #ifdef pattern, reorganized and cleaned it up. easier to understand now. Arthur Ice 2013-05-21 00:25:12 -07:00
  • a7084b4d6c reorganized includes to allow for consolidation and cleanup. Arthur Ice 2013-05-21 00:12:28 -07:00
  • 64212176ec removed unneeded defines. snprintf and friends are used within StringUtil.h Arthur Ice 2013-05-21 00:04:45 -07:00
  • 70eb226fea changed from using a preset char buffer to string. Arthur Ice 2013-05-20 23:59:41 -07:00
  • c18d868d03 set many pointers to nullptr instead of 0. Arthur Ice 2013-05-20 23:25:08 -07:00
  • 9002bfb9a0 corrected incorrect use of StringFormat and did basic indenting fix. Arthur Ice 2013-05-20 23:16:02 -07:00
  • 26143750f3 removed visual studio 5,6,7 specific code except in tinyxml and StackWalker. Arthur Ice 2013-05-20 22:40:10 -07:00
  • 3c11f8f26b simplified the includes to be a bit clearer. Arthur Ice 2013-05-20 22:20:01 -07:00
  • dcec112b91 reordering includes to make it easier to simplify. Arthur Ice 2013-05-20 22:17:56 -07:00
  • 7b0de551e1 removed char buffer in 'UpdateWindowTitle" Arthur Ice 2013-05-20 22:13:19 -07:00
  • d41331d948 Apparently the original implementation from facebook was incorrect. Fixed it, sadly this does mean we need to call vsnprintf twice. Once to find out the size involved, a second time to apply. Arthur Ice 2013-05-20 17:51:08 -07:00
  • 1e5d6b0e34 Chat filter tests Tabasco 2013-05-20 16:24:10 -05:00
  • 1363d5d209 Lua fixes, need to get perl working again D= KimLS 2013-05-19 23:39:18 -07:00
  • f1a487f606 Merge branch 'master' into StringFormatting. Arthur Ice 2013-05-19 18:56:21 -07:00
  • fca9c1458b Merge branch 'master' of https://github.com/EQEmu/Server Arthur Ice 2013-05-19 16:19:22 -07:00
  • 69bad31019 Cleanup of some lua code, initial work on encounter_quests KimLS 2013-05-19 12:13:44 -07:00
  • 17954dd8fe Exported a ton of functions to mob KimLS 2013-05-18 14:42:54 -07:00
  • 7b21e3be72 Added server man quest events and command parsing. Tabasco 2013-05-18 11:21:19 -05:00
  • 7adcf6d3e5 Some quest item and spell work, took out that stupid multiquesting code -> use your brains that's completely doable entirely in quests even perl KimLS 2013-05-17 17:10:38 -07:00
  • bec6acc01e Hatelist will now use a std::list so i can avoid a list copy when exporting it to quests. Cause frankly two copies was absurd KimLS 2013-05-17 10:48:59 -07:00
  • 1b9647f57e Updated mod_functions with DC examples root 2013-05-17 12:27:18 -05:00
  • 2d1805c983 Mod function updates - better documentation root 2013-05-17 12:20:49 -05:00
  • 1f265af1e7 Hate list stuff, need to make it more efficient KimLS 2013-05-17 09:49:02 -07:00
  • 3ddc61420b Added id to spells so i can export them to lua correctly. Also made the lua_classes less messy by having them all derive from Lua_Ptr instead of reimplementing functionality KimLS 2013-05-16 23:24:47 -07:00
  • b10de6f4e7 More work on lua parser - gonna get all events firing correctly by end of week also put all arguments into an event table object KimLS 2013-05-16 15:35:55 -07:00
  • 7185ff25be Merge pull request #4 from EQEmu/master Kemmler 2013-05-16 05:11:13 -07:00
  • f2e0f9cca5 Changed a bunch of event names, made event_death returning more seamless and fixed up trading quests to have them always face target outside the parser KimLS 2013-05-15 18:43:06 -07:00
  • 55c66022eb Merge pull request #6 from EQEmu/master josheb 2013-05-15 17:00:08 -07:00
  • b26df187e6 Merge from master terrible KimLS 2013-05-15 16:01:13 -07:00
  • 312100e1c6 Azone fix for new compilers and possible fix for x64 KimLS 2013-05-15 14:37:30 -07:00
  • f51f6e00c4 Add install paths to CMakeLists j883376 2013-05-15 17:04:08 -04:00
  • 9e13a2271c Merge conflicts KimLS 2013-05-15 13:22:46 -07:00
  • 6887ae18ae Merge branch 'master' into lua KimLS 2013-05-15 13:07:30 -07:00
  • 2336aa0e4f Changed quests/templates to quests/global. Changed default location for plugins to quests/plugins instead of quests. Added a single interpreter for lua instead of multiple ones. KimLS 2013-05-15 13:00:46 -07:00
  • 3cc1065873 more lua, gonna work on single interpreter soon KimLS 2013-05-14 19:05:49 -07:00
  • 38521e0009 Lua - basic npc quests work and i need a damned break for a bit KimLS 2013-05-13 21:56:42 -07:00
  • 20fc585b5e Cleaned up lua glue macro a bit KimLS 2013-05-13 14:40:15 -07:00
  • 7b23c8dc75 Working on last of Mob:: that can be implemented atm, added safety checks to the lua functions that will be optional later in dev mode. Also changed quest return types to integers instead of doubles as that was non-intuitive KimLS 2013-05-13 14:29:50 -07:00
  • b0fb8aa4be Merge pull request #3 from EQEmu/master Kemmler 2013-05-12 20:00:28 -07:00
  • b9a32185d7 Merge pull request #60 from josheb/master josheb 2013-05-12 19:44:07 -07:00
  • 8232ab449b Merge 0f880177e4bc22a5c1fc74aeacd934ded9045a49 into 73a4e8737913528569fecb72a21301c3b0dce254 #60 josheb 2013-05-12 19:42:23 -07:00
  • 0f880177e4 Merge branch 'master' of https://github.com/josheb/Server #60 root 2013-05-12 21:36:13 -05:00
  • 7683252896 CHA scribe rule logic fix root 2013-05-12 21:35:21 -05:00
  • ca9a1de44c Merge pull request #2 from EQEmu/master Kemmler 2013-05-11 21:49:12 -07:00
  • 2445576ae8 Merge branch 'master' into lua KimLS 2013-05-11 20:35:49 -07:00
  • 7648f071f1 More lua work - more mob implementation KimLS 2013-05-11 20:34:04 -07:00
  • 60c93595f5 Missed a file save KimLS 2013-05-11 16:39:22 -07:00
  • 70998d25e3 More lua work - changed how i get return values off the stack and do calls KimLS 2013-05-11 16:37:03 -07:00
  • fa908040ca Lua work on api - entity and mob, lots more to go KimLS 2013-05-11 13:51:57 -07:00
  • 73a4e87379 FreeBSD support and clean up of unnecessary ifdef FREEBSD Michael Cook 2013-05-11 14:32:14 -04:00
  • 3a31ad55fb Merge pull request #5 from EQEmu/master josheb 2013-05-11 07:03:50 -07:00
  • d1f7935ee2 ...trying out boost with luabind KimLS 2013-05-11 01:29:58 -07:00
  • b19755a313 For windows compile, moved definve of va_copy Arthur Ice 2013-05-11 00:46:46 -07:00
  • 9e8d39fe2c Merge 273cb928bf6a5a6d37c45c9dcc461076680949a8 into 9ea71dd94f7fb2f6f36214abb5ece55626459b35 #55 Arthur Ice 2013-05-11 00:20:19 -07:00
  • 9a139a7604 missed two string conversion functions. Moved them to StringUtil Arthur Ice 2013-05-11 00:17:02 -07:00
  • 373ff66240 moved string functions from MiscFunctions to StringUtil Arthur Ice 2013-05-11 00:05:11 -07:00
  • babd3949f6 Added StringUtil h/cpp which contains StringFormat Arthur Ice 2013-05-10 23:18:00 -07:00
  • 3521472942 Merge branch 'master' of https://github.com/EQEmu/Server Arthur Ice 2013-05-10 22:55:15 -07:00
  • dc045591e4 Lua work - loading works, I think checking for sub works. Calling subs is in the beginning stages and binding is starting KimLS 2013-05-10 20:13:35 -07:00
  • 9ea71dd94f Merge pull request #58 from EQEmu/botproc Uleat 2013-05-10 19:38:14 -07:00
  • 479273882d Merge 7a4cac84ac93c39d27920a1951a79a630665c144 into 7a9396615858264f1f18538f7d520dc559128ddf #58 Uleat 2013-05-10 19:25:27 -07:00
  • 7a4cac84ac -- Added missing wrapper to bot update message -- Added notes to AESpell() update #58 Uleat 2013-05-10 22:24:56 -04:00
  • 43d0350870 Cleanup perl parsers KimLS 2013-05-09 21:25:50 -07:00
  • c98c115cb6 -- Added Bot primary weapon proc (secondary and ranged already exist) -- Added Bard Bot Instrumentation bonuses -- Added checks to avoid AE Buff casting on enemy mobs -- Fixed a few typos in 'Vah Shir'-related code Uleat 2013-05-09 20:57:02 -04:00
  • 4dad77dcd1 Merge 273cb928bf6a5a6d37c45c9dcc461076680949a8 into 7a9396615858264f1f18538f7d520dc559128ddf #57 Arthur Ice 2013-05-09 17:06:03 -07:00
  • 0e4ac63b6b Perl parser works, still needs a little cleanup KimLS 2013-05-09 14:52:20 -07:00
  • 74f374710b Merge 4bdd8b2502c36afcbfea4d514b1bbe878849a219 into 7a9396615858264f1f18538f7d520dc559128ddf #56 j883376 2013-05-09 10:58:30 -07:00
  • 4bdd8b2502 Change space indentation to tabs #56 j883376 2013-05-09 10:44:08 -04:00
  • ffcff4aea1 Remove trailing whitespace j883376 2013-05-06 13:07:41 -04:00
  • 56b15f558c Merge pull request #4 from EQEmu/master josheb 2013-05-09 06:19:29 -07:00
  • 6ea9c9218d Merge branch 'master' of git://github.com/EQEmu/Server af4t 2013-05-09 09:07:16 -04:00
  • b6c0e7c302 perl changes KimLS 2013-05-09 03:22:56 -07:00