summaryrefslogtreecommitdiff
path: root/src/char/char.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-08-19Ported socket.conf (was packet.conf) to libconfigHaru1-0/+1
2016-08-19Ported inter-server.conf to libconfigHaru1-99/+180
2016-08-19Ported char-server.conf to libconfigHaru1-206/+541
2016-08-19Renamed some char and inter server variablesHaru1-41/+39
2016-08-16Add missing quote chars in char.cAndrei Karas1-1/+1
2016-08-10Fix login and char servers null pointer access if packet handler in plugin in...Andrei Karas1-1/+4
2016-07-14Changed mmo_charstatus::status_point and mmo_charstatus::skill_point to intHaru1-5/+5
2016-07-14Changed mmo_charstatus::base_level and mmo_charstatus::job_level to intHaru1-9/+9
2016-07-03Add into travis configure option --enable-buildbot.Andrei Karas1-0/+2
2016-07-03Add --run-once flag into char server.Andrei Karas1-0/+14
2016-05-08Fixed various issues pointed out by cppcheckHaru1-1/+1