summaryrefslogtreecommitdiff
path: root/src/common/mmo.h
AgeCommit message (Expand)AuthorFilesLines
2017-12-17Merge pull request #1923 from 4144/fixpacketsHaru1-0/+7
2017-12-08Merge pull request #1898 from Asheraf/homunafHaru1-0/+1
2017-12-02Add configure option --enable-packetver-zero for enable support for zero clie...Andrei Karas1-0/+7
2017-11-18Implement Homunculus autofeedingAsheraf1-0/+1
2017-11-05Reduce confusion between skill IDs and skill DB indexes (part 2)Haru1-3/+7
2017-10-21Add names for some unnamed enums.Andrei Karas1-2/+2
2017-10-21Add rodex 2017 packets.Andrei Karas1-0/+5
2017-09-21Change char server packets for 20170830 and newer clients.Andrei Karas1-1/+1
2017-09-17Move other view-related variables to `sd->status.look`Haru1-4/+6
2017-09-17Differentiate variables that hold a ViewSprite and a Subtype (part 2)Haru1-1/+1
2017-09-17Differentiate variables that hold a ViewSprite and a weapon SubtypeHaru1-1/+3
2017-09-17Split 'View' in two different fields in the item databaseHaru1-0/+1
2017-07-30Implementation of RoDEXKirieZ1-0/+47
2017-05-27Merge pull request #1722 from Smokexyz/mmo_charstatus-fixHaru1-3/+5
2017-05-22Add storage_data reception, parsing and sending to/from the map-server.Smokexyz1-3/+5
2017-04-23Coding-style Fixes and White space adjustmentsJedzkie1-1/+1
2017-04-19Implemented Official Summer 2 CostumeJedzkie1-1/+2
2017-04-09Merge pull request #1598 from Smokexyz/IROHaru1-0/+12
2017-04-04Implementation of Item Options System.Smokexyz1-0/+12
2017-03-16Increase Character Slots from 9 to 12Jedzkie1-1/+9
2016-12-03Add function to retrieve the appropriate fame list type for a job mapidHaru1-0/+1
2016-12-03Clarify some Job Class vs MapID confusion (1/2)Haru1-3/+5
2016-12-03Clarify the meaning of the MAPID_* constantsHaru1-6/+6
2016-10-22Increases MAX_SKILL to occupy Summoner SkillsDastgir Pojee1-1/+1
2016-10-22Added Packets for Several Clients: 2015-10-01, 2015-10-29, 2015-11-04 andDastgir Pojee1-0/+2
2016-08-19Ported char-server.conf to libconfigHaru1-4/+2
2016-07-14Changed mmo_charstatus::status_point and mmo_charstatus::skill_point to intHaru1-1/+1
2016-07-14Changed mmo_charstatus::base_level and mmo_charstatus::job_level to intHaru1-1/+1
2016-06-30Use item attribute as flags varible. Now only ATTR_BROKEN flag exists.Andrei Karas1-0/+5
2016-06-30Add #ifndef for different constants in mmo.hAndrei Karas1-0/+68
2016-04-16Rewrite client interface for login server (part 1)hemagx1-6/+1
2016-03-21Update Max Zeny to official value 2,147,483,647hemagx1-1/+1
2016-03-09Corrected some issues in the item data saving functionHaru1-0/+4
2016-03-06Check allowed range for "View" field in item_db for weapon items.Andrei Karas1-1/+2
2016-02-28Changed mob mode field to 32 bit, for future expansionHaru1-1/+1
2016-02-27Corrected wrong variable type of struct status_change_data::tickHaru1-4/+6
2016-01-31Move P2PTR Macro to socket header and split the macro into two macros for WFI...hemagx1-0/+5
2016-01-14Adjusted names in enum guild_permission to still make sense when additional c...ultramage1-1/+2
2016-01-12Replaced 22-bit mask entry with a regular uint32 in the noviewid mapflag impl...Haru1-0/+1
2016-01-09Added support for MC_CARTDECORATE skill.Jedzkie1-5/+11
2016-01-05Added Support for BodyStyleDastgir1-1/+1
2015-12-28Added elemental_id enum, replaced numeric elemental IDs with enum membersHaru1-3/+0
2015-12-28Added merc_id, replaced numeric mercenary IDs with enum membersHaru1-1/+0
2015-12-28Added homun_id enum, replaced numeric constants with enum membersHaru1-3/+0
2015-12-22Add a source constant SCRIPT_VARNAME_LENGTHAnnieRuru1-0/+2
2015-12-15Added GPL-compliant header to all sources and build scriptsHaru1-4/+20
2015-12-02Fixed compile errors on very old PACKETVERsHaru1-2/+4
2015-10-11Cleanup of the HPluginData implementation (second part)Haru1-3/+1
2015-10-11Cleanup of the HPluginData implementation (First part)Haru1-3/+2
2015-10-02Skip bound items in the mergeitem feature.Haru1-0/+1