Age | Commit message (Expand) | Author | Files | Lines |
2016-06-23 | Interface clif_bl_type now it's clif->bl_type | hemagx | 1 | -0/+1 |
2016-06-23 | Interface disguised function, now it's clif->isdisguised. | hemagx | 1 | -1/+2 |
2016-06-23 | Fix Possible Crash on clif_bl_type now it checks if vd is null | hemagx | 1 | -4/+21 |
2016-04-23 | Corrected the type of the 'length' argument of other message-related functions | Haru | 1 | -1/+1 |
2016-04-23 | Removed the 'len' argument from various message-related functions | Haru | 1 | -1/+1 |
2016-04-23 | Removed the 'len' argument from clif_disp_onlyself() and clif->disp_message() | Haru | 1 | -2/+2 |
2016-04-23 | Corrected the type of the 'length' argument of various broadcast-related func... | Haru | 1 | -2/+2 |
2016-04-23 | Refactored the chat message packet processing functions | Haru | 1 | -1/+2 |
2016-03-19 | Implemented new function clif_get_bl_name | Dastgir | 1 | -2/+4 |
2016-02-24 | Edited npc->market_buylist() to use the new struct itemlist | Haru | 1 | -1/+2 |
2016-02-24 | Added const qualifier to various variable/argument pointers | Haru | 1 | -2/+2 |
2016-02-24 | Added const qualifier to several variable/argument pointers | Haru | 1 | -2/+2 |
2016-01-31 | Move P2PTR Macro to socket header and split the macro into two macros for WFI... | hemagx | 1 | -7/+0 |
2016-01-16 | Added OneClickIdentify packet | Dastgir | 1 | -0/+1 |
2016-01-09 | Sanitized various macros | Haru | 1 | -1/+1 |
2016-01-09 | Added support for MC_CARTDECORATE skill. | Jedzkie | 1 | -0/+3 |
2015-12-17 | Dressroom Packet implemented | Dastgir | 1 | -0/+1 |
2015-12-15 | Added GPL-compliant header to all sources and build scripts | Haru | 1 | -4/+20 |
2015-10-04 | Added clif->packet() to retrieve info about a packet. | Haru | 1 | -5/+1 |
2015-09-15 | Add missing checks into clif.c | Andrei Karas | 1 | -0/+2 |
2015-08-27 | Hotkey Rotate Packet Implemented | Dastgir | 1 | -0/+1 |
2015-08-17 | Merge pull request #619 from dastgir/2015-3ceam | Haruna | 1 | -0/+2 |
2015-08-16 | New EquipPackets Support | Dastgir | 1 | -0/+2 |
2015-08-15 | HPM compatibility improvements | Haru | 1 | -8/+8 |
2015-07-08 | Update Unique ID system to match official now it cover all cash items include... | Ibrahim Hossam | 1 | -0/+21 |
2015-06-19 | Cleaned up some #includes | Haru | 1 | -15/+13 |
2015-06-19 | Removed ".." from include directives | Haru | 1 | -6/+6 |
2015-06-02 | Re-implemented clif->colormes to accept arbitrary colors | Haru | 1 | -13/+8 |
2015-06-01 | Replaced some of the hardcoded values with constants (map) | Haru | 1 | -0/+14 |
2015-05-18 | Removed duplicates of clif->msgtable | Haru | 1 | -9/+27 |
2015-01-24 | Moved the Hercules Channel System to its own file/interface | Haru | 1 | -63/+4 |
2015-01-23 | Cleaned up spirit charms implementation (optimized memory and CPU usage) | Haru | 1 | -2/+2 |
2015-01-12 | Blocked compilation of plugins that use unavailable functions | Haru | 1 | -0/+2 |
2014-12-26 | Updated KG/OB Spirit Charms to official behavior | malufett | 1 | -1/+1 |
2014-12-10 | RENEWAL Updates: | malufett | 1 | -0/+1 |
2014-12-06 | add channels config into clif interface. | Andrei Karas | 1 | -2/+3 |
2014-12-06 | Add function for actual packet sending from clif_send_sub. | Andrei Karas | 1 | -0/+1 |
2014-12-06 | Move actual 0xc3 and 0x1d7 packets sending into one function. | Andrei Karas | 1 | -0/+1 |
2014-11-16 | Whitespace cleanup (no code changes) | Haru | 1 | -35/+35 |
2014-11-10 | Fix interfaces methods usage. | Andrei Karas | 1 | -1/+1 |
2014-11-03 | Introducing 2014-10-22, Roulette and Per-Char Gender! | shennetsind | 1 | -0/+46 |
2014-10-25 | Added some missing variable initializations | Haru | 1 | -2/+0 |
2014-09-21 | Fixed Bug 8293 | shennetsind | 1 | -0/+1 |
2014-08-07 | Corrected several format-string errors through the code | Haru | 1 | -1/+1 |
2014-07-11 | Fixed reserved __identifier violations | Haru | 1 | -3/+3 |
2014-05-30 | Fixed typos inside src/ | Shido | 1 | -1/+1 |
2014-05-10 | Re-commit of "Fixed order of includes in all source files" | Haru | 1 | -5/+4 |
2014-05-10 | Revert "Fixed order of includes in all source files" | panikon | 1 | -4/+5 |
2014-05-10 | Optimized THQS_TTShop.txt and corrected a minor mistake | panikon | 1 | -1/+1 |
2014-05-09 | Added documentation regarding trader objects in script_commands.txt | panikon | 1 | -0/+16 |