Age | Commit message (Expand) | Author | Files | Lines |
2018-08-27 | Fix a race condition in the storage saving code | Haru | 1 | -3/+4 |
2018-07-30 | always set the type when doing script->add_str | gumi | 1 | -2/+2 |
2018-07-24 | Implemented Title System. | Dastgir | 1 | -0/+1 |
2018-07-24 | Implementation of the official Achievement System. | smokexyz | 1 | -1/+101 |
2018-07-19 | Replace item id shorts to int in map server. | Andrei Karas | 1 | -16/+16 |
2018-07-01 | Change functions to static where possible (Part 4 - map) | Haru | 1 | -162/+214 |
2018-05-31 | 2012-2018 ! | Maytichai Saowa | 1 | -1/+1 |
2018-04-03 | Merge pull request #1986 from Megasantos/login_date_guild | Haru | 1 | -2/+2 |
2018-03-14 | - Implemented login date for guild members. | Jônatas Andreta | 1 | -2/+2 |
2018-03-08 | Fixed a nullpo error when user tried to do an action in an unloaded mail in r... | Guilherme G. Menaldo | 1 | -4/+7 |
2018-03-08 | Fixed RoDEX mail return not working correctly | Guilherme G. Menaldo | 1 | -1/+2 |
2018-02-10 | Clean up trailing whitespace and non-indent tabs | Haru | 1 | -7/+7 |
2018-01-25 | Implementation of Official Clan System | Murilo Pereti Tavares | 1 | -1/+85 |
2017-12-28 | Added an extra check | Guilherme Guiguer Menaldo | 1 | -0/+5 |
2017-12-28 | Fixed rodex loading mails when it requires multiple packets. | Guilherme Guiguer Menaldo | 1 | -6/+11 |
2017-10-21 | Add rodex 2017 packets. | Andrei Karas | 1 | -0/+6 |
2017-09-19 | remove trailing whitespaces from source | gumi | 1 | -1/+1 |
2017-08-11 | Whitespace fixes | Haru | 1 | -1/+1 |
2017-08-11 | Fix various issues detected by coverity in rodex-related code | Haru | 1 | -1/+1 |
2017-07-30 | Implementation of RoDEX | KirieZ | 1 | -1/+231 |
2017-05-22 | Add storage_data reception, parsing and sending to/from the map-server. | Smokexyz | 1 | -1/+136 |
2016-12-03 | Clarify some Job Class vs MapID confusion (1/2) | Haru | 1 | -3/+3 |
2016-10-28 | Fixed copyright year for 2016 | Lemongrass3110 | 1 | -1/+1 |
2016-05-01 | Fixed truncation of `@request` messages | Haru | 1 | -2/+2 |
2016-04-30 | Changed the name of two intif functions, incorrectly named mapif_* | Haru | 1 | -5/+6 |
2016-04-30 | Corrected truncation of the last letter in whisper messages | Haru | 1 | -3/+3 |
2016-04-23 | Corrected the type of the 'length' argument of other message-related functions | Haru | 1 | -2/+2 |
2016-04-23 | Removed the 'len' argument from clif_disp_onlyself() and clif->disp_message() | Haru | 1 | -1/+1 |
2016-04-23 | Corrected the type of the 'length' argument of various broadcast-related func... | Haru | 1 | -3/+3 |
2016-04-23 | Corrected the type for several variables through the code | Haru | 1 | -2/+4 |
2016-03-20 | Dropped typedef from DBIterator | Haru | 1 | -2/+3 |
2016-03-20 | Dropped typedefs from union DBKey and struct DBData | Haru | 1 | -2/+2 |
2016-03-20 | Added const qualifier to some typecasts | Haru | 1 | -2/+2 |
2016-02-29 | Fix buffer overflow in guild notice change packet. | Andrei Karas | 1 | -2/+2 |
2016-02-27 | Replaced various '-1' with the correct constant | Haru | 1 | -1/+1 |
2016-02-24 | Removed several unnecessary explicit casts of the WFIFOP result | Haru | 1 | -4/+4 |
2016-02-24 | Removed several unnecessary RFIFOP typecasts | Haru | 1 | -35/+37 |
2016-02-24 | Added const qualifier to several variable/argument pointers | Haru | 1 | -10/+14 |
2016-02-19 | Fix all known warnings from compiler flags -Wformat* | Andrei Karas | 1 | -15/+15 |
2016-01-06 | Replaced the remaining explicit casts with BL_CAST/BL_UCAST | Haru | 1 | -1/+1 |
2016-01-06 | Change all TBL_PC to struct map_session_data as per style guidelines | hemagx | 1 | -4/+6 |
2015-12-22 | Not allow send too big variable names to char server from map server (Closes ... | Andrei Karas | 1 | -0/+4 |
2015-12-22 | Ensured 32+1 bytes for all buffers that hold variable names | Haru | 1 | -11/+15 |
2015-12-15 | Added GPL-compliant header to all sources and build scripts | Haru | 1 | -3/+20 |
2015-12-05 | Removed some unnecessary assertions | Haru | 1 | -1/+1 |
2015-12-04 | Add missing checks to intif.c | Andrei Karas | 1 | -2/+55 |
2015-10-19 | rename malloc.c/h to memmgr. | Andrei Karas | 1 | -1/+1 |
2015-09-25 | More aggressive whitespace cleanup. Follow up to 51329e6 | Haru | 1 | -53/+45 |
2015-08-15 | HPM compatibility improvements | Haru | 1 | -0/+1 |
2015-08-15 | Moved session array into the socket interface | Haru | 1 | -3/+3 |