summaryrefslogtreecommitdiff
path: root/src/char/char.c
AgeCommit message (Expand)AuthorFilesLines
2018-07-24Implemented Title System.Dastgir1-4/+9
2018-07-24Implementation of the official Achievement System.smokexyz1-2/+12
2018-07-17Replace item id shorts to int in char server.Andrei Karas1-17/+17
2018-07-12Remove useless code from char_send_map_info.Andrei Karas1-3/+1
2018-07-01Change functions to static where possible (Part 3 - char)Haru1-214/+233
2018-06-30Move some non-mapif functionality from the mapif interface to the inter/char ...Haru1-29/+66
2018-06-30Move some non-mapif functionality from the mapif interface to the inter_homun...Haru1-1/+1
2018-06-30Move some non-mapif functionality from the mapif interface to the inter_guild...Haru1-2/+2
2018-06-30Move some non-mapif functions from the mapif interface to the inter_elemental...Haru1-1/+1
2018-06-30Move mapif functions from char.c to mapif.cHaru1-149/+0
2018-06-29Add new field into packet char_send_map_info.Andrei Karas1-2/+11
2018-06-13Fix job field size in function char_parse_char_create_new_char.Andrei Karas1-1/+1
2018-04-22Remove the stat-reporting mechanismHaru1-45/+1
2018-04-22Merge pull request #2007 from Jedzkie/PincodeUpdateHaru1-1/+3
2018-04-07Implementation of Attendance systemAsheraf1-4/+7
2018-04-06Add support for packet 0xaf7 in zero clients.Andrei Karas1-1/+1
2018-04-02Pincode UpdateJedzkie1-1/+3
2018-03-29Simplify version checks with new packet version defines.Andrei Karas1-1/+1
2018-03-11Fix packet character name request reply for 20180221 clients.Andrei Karas1-0/+5
2018-02-10Clean up trailing whitespace and non-indent tabsHaru1-1/+1
2018-01-25Implementation of Official Clan SystemMurilo Pereti Tavares1-4/+9
2017-11-25correct wrong conf file path in showerrorAsheraf1-1/+1
2017-11-18Pass the correct types and sizes to the StmtBind functionsHaru1-147/+152
2017-11-05Reduce confusion between skill IDs and skill DB indexes (part 2)Haru1-5/+5
2017-09-21Change char server packets for 20170830 and newer clients.Andrei Karas1-7/+20
2017-09-19remove trailing whitespaces from sourcegumi1-1/+1
2017-09-17Move other view-related variables to `sd->status.look`Haru1-17/+17
2017-09-17Differentiate variables that hold a ViewSprite and a Subtype (part 2)Haru1-5/+5
2017-09-17Differentiate variables that hold a ViewSprite and a weapon SubtypeHaru1-5/+5
2017-07-30Implementation of RoDEXKirieZ1-0/+4
2017-07-17Merge pull request #1760 from Smokexyz/memitemtosql-fixHaru1-223/+240
2017-07-05Optimisation of char_memitemdata_to_sql()smokexyz1-223/+240
2017-06-03Add packet 0xac5 for clients >= 20170329.Andrei Karas1-7/+14
2017-05-31Fix a race condition when saving the storage on logoutHaru1-4/+0
2017-05-29Fix memory leak in storage item vector (Fixes #1751)Andrei Karas1-1/+1
2017-05-22Add storage_data reception, parsing and sending to/from the map-server.Smokexyz1-13/+7
2017-04-14Fix compilation warning in char.cAndrei Karas1-1/+3
2017-04-09Merge pull request #1598 from Smokexyz/IROHaru1-9/+42
2017-04-04Implementation of Item Options System.Smokexyz1-9/+42
2017-03-21Add support for sex based character creation for 2015-10+ clients.Dastgir1-16/+28
2016-12-03Clarify some Job Class vs MapID confusion (1/2)Haru1-34/+34
2016-11-19Add fixed-size versions of the _int64 libconfig getters/settersHaru1-1/+1
2016-10-22Fix incorrect coding style used in char/char.c and map/skill.cDastgir Pojee1-2/+2
2016-10-22Added Summoner Class.Dastgir Pojee1-4/+4
2016-10-22Added Packets for Several Clients: 2015-10-01, 2015-10-29, 2015-11-04 andDastgir Pojee1-19/+36
2016-10-16Dont send packets for known unsupported client versions.Andrei Karas1-1/+5
2016-08-22Corrected an issue that caused the setting char_configuration/permission/disp...Haru1-1/+6
2016-08-22Temporary quick-fix for a warning in the linux buildsHaru1-1/+1
2016-08-21Corrected some issues reported by coverityHaru1-4/+7
2016-08-20Re-added HPM support for configuration settingsHaru1-2/+4