Age | Commit message (Expand) | Author | Files | Lines |
2018-07-12 | Remove useless code from char_send_map_info. | Andrei Karas | 1 | -3/+1 |
2018-07-01 | Change functions to static where possible (Part 3 - char) | Haru | 1 | -214/+233 |
2018-06-30 | Move some non-mapif functionality from the mapif interface to the inter/char ... | Haru | 1 | -29/+66 |
2018-06-30 | Move some non-mapif functionality from the mapif interface to the inter_homun... | Haru | 1 | -1/+1 |
2018-06-30 | Move some non-mapif functionality from the mapif interface to the inter_guild... | Haru | 1 | -2/+2 |
2018-06-30 | Move some non-mapif functions from the mapif interface to the inter_elemental... | Haru | 1 | -1/+1 |
2018-06-30 | Move mapif functions from char.c to mapif.c | Haru | 1 | -149/+0 |
2018-06-29 | Add new field into packet char_send_map_info. | Andrei Karas | 1 | -2/+11 |
2018-06-13 | Fix job field size in function char_parse_char_create_new_char. | Andrei Karas | 1 | -1/+1 |
2018-04-22 | Remove the stat-reporting mechanism | Haru | 1 | -45/+1 |
2018-04-22 | Merge pull request #2007 from Jedzkie/PincodeUpdate | Haru | 1 | -1/+3 |
2018-04-07 | Implementation of Attendance system | Asheraf | 1 | -4/+7 |
2018-04-06 | Add support for packet 0xaf7 in zero clients. | Andrei Karas | 1 | -1/+1 |
2018-04-02 | Pincode Update | Jedzkie | 1 | -1/+3 |
2018-03-29 | Simplify version checks with new packet version defines. | Andrei Karas | 1 | -1/+1 |
2018-03-11 | Fix packet character name request reply for 20180221 clients. | Andrei Karas | 1 | -0/+5 |
2018-02-10 | Clean up trailing whitespace and non-indent tabs | Haru | 1 | -1/+1 |
2018-01-25 | Implementation of Official Clan System | Murilo Pereti Tavares | 1 | -4/+9 |
2017-11-25 | correct wrong conf file path in showerror | Asheraf | 1 | -1/+1 |
2017-11-18 | Pass the correct types and sizes to the StmtBind functions | Haru | 1 | -147/+152 |
2017-11-05 | Reduce confusion between skill IDs and skill DB indexes (part 2) | Haru | 1 | -5/+5 |
2017-09-21 | Change char server packets for 20170830 and newer clients. | Andrei Karas | 1 | -7/+20 |
2017-09-19 | remove trailing whitespaces from source | gumi | 1 | -1/+1 |
2017-09-17 | Move other view-related variables to `sd->status.look` | Haru | 1 | -17/+17 |
2017-09-17 | Differentiate variables that hold a ViewSprite and a Subtype (part 2) | Haru | 1 | -5/+5 |
2017-09-17 | Differentiate variables that hold a ViewSprite and a weapon Subtype | Haru | 1 | -5/+5 |
2017-07-30 | Implementation of RoDEX | KirieZ | 1 | -0/+4 |
2017-07-17 | Merge pull request #1760 from Smokexyz/memitemtosql-fix | Haru | 1 | -223/+240 |
2017-07-05 | Optimisation of char_memitemdata_to_sql() | smokexyz | 1 | -223/+240 |
2017-06-03 | Add packet 0xac5 for clients >= 20170329. | Andrei Karas | 1 | -7/+14 |
2017-05-31 | Fix a race condition when saving the storage on logout | Haru | 1 | -4/+0 |
2017-05-29 | Fix memory leak in storage item vector (Fixes #1751) | Andrei Karas | 1 | -1/+1 |
2017-05-22 | Add storage_data reception, parsing and sending to/from the map-server. | Smokexyz | 1 | -13/+7 |
2017-04-14 | Fix compilation warning in char.c | Andrei Karas | 1 | -1/+3 |
2017-04-09 | Merge pull request #1598 from Smokexyz/IRO | Haru | 1 | -9/+42 |
2017-04-04 | Implementation of Item Options System. | Smokexyz | 1 | -9/+42 |
2017-03-21 | Add support for sex based character creation for 2015-10+ clients. | Dastgir | 1 | -16/+28 |
2016-12-03 | Clarify some Job Class vs MapID confusion (1/2) | Haru | 1 | -34/+34 |
2016-11-19 | Add fixed-size versions of the _int64 libconfig getters/setters | Haru | 1 | -1/+1 |
2016-10-22 | Fix incorrect coding style used in char/char.c and map/skill.c | Dastgir Pojee | 1 | -2/+2 |
2016-10-22 | Added Summoner Class. | Dastgir Pojee | 1 | -4/+4 |
2016-10-22 | Added Packets for Several Clients: 2015-10-01, 2015-10-29, 2015-11-04 and | Dastgir Pojee | 1 | -19/+36 |
2016-10-16 | Dont send packets for known unsupported client versions. | Andrei Karas | 1 | -1/+5 |
2016-08-22 | Corrected an issue that caused the setting char_configuration/permission/disp... | Haru | 1 | -1/+6 |
2016-08-22 | Temporary quick-fix for a warning in the linux builds | Haru | 1 | -1/+1 |
2016-08-21 | Corrected some issues reported by coverity | Haru | 1 | -4/+7 |
2016-08-20 | Re-added HPM support for configuration settings | Haru | 1 | -2/+4 |
2016-08-19 | Ported socket.conf (was packet.conf) to libconfig | Haru | 1 | -0/+1 |
2016-08-19 | Ported inter-server.conf to libconfig | Haru | 1 | -99/+180 |
2016-08-19 | Ported char-server.conf to libconfig | Haru | 1 | -206/+541 |