Age | Commit message (Expand) | Author | Files | Lines |
2017-04-08 | Merge pull request #1663 from Smokexyz/bow-unequip-fix | Haru | 1 | -0/+5 |
2017-04-04 | Unequip arrows when a bow is unequipped. (RE only) | Smokexyz | 1 | -0/+5 |
2017-03-11 | Remove a duplicate comment line | Haru | 1 | -1/+0 |
2016-12-03 | Remove the platform-dependent variables from struct status_data | Haru | 1 | -6/+6 |
2016-12-03 | Add function to retrieve the appropriate fame list type for a job mapid | Haru | 1 | -7/+27 |
2016-12-03 | Change the argument to pc->famerank() to a rank type (instead of job mapid) | Haru | 1 | -15/+33 |
2016-12-03 | Ensure that pc->addfame() increments the correct fame points | Haru | 1 | -13/+30 |
2016-12-03 | Clarify some Job Class vs MapID confusion (2/2) | Haru | 1 | -123/+156 |
2016-12-03 | Clarify some Job Class vs MapID confusion (1/2) | Haru | 1 | -103/+106 |
2016-11-20 | Synchronized the AegisNames to the in-source ITEMID_ constants | Haru | 1 | -5/+5 |
2016-10-22 | Implemented SC_BITESCAR: | Dastgir Pojee | 1 | -0/+3 |
2016-10-22 | Implemented SU_SPRITEMABLE Skill. | Dastgir Pojee | 1 | -0/+6 |
2016-10-22 | Implemented SU_HIDE Skill. | Dastgir Pojee | 1 | -0/+1 |
2016-10-22 | Implemented SU_BASIC_SKILL Skill of Summoner | Dastgir Pojee | 1 | -1/+17 |
2016-10-22 | Added Summoner Class. | Dastgir Pojee | 1 | -2/+9 |
2016-09-30 | Add different fixes for gcc 7 warnings. | Andrei Karas | 1 | -1/+1 |
2016-08-14 | Update pc_steal_coin parameter | Emistry | 1 | -6/+7 |
2016-07-25 | Added a missing entry into messages.conf and added some comments where missin... | epuncker | 1 | -4/+4 |
2016-07-14 | Merge pull request #1361 from HerculesWS/coverity-fixes | Andrei Karas | 1 | -60/+59 |
2016-07-14 | Fixes warp facing direction. | KirieZ | 1 | -0/+5 |
2016-07-14 | Changed mmo_charstatus::status_point and mmo_charstatus::skill_point to int | Haru | 1 | -6/+7 |
2016-07-14 | Changed map_session_data::change_level_2nd and map_session_data::change_level... | Haru | 1 | -22/+19 |
2016-07-14 | Changed mmo_charstatus::base_level and mmo_charstatus::job_level to int | Haru | 1 | -24/+24 |
2016-07-14 | Changed various functions to take a const sd | Haru | 1 | -6/+6 |
2016-07-14 | Changed pc->maxbaselv() and pc->maxjoblv() to return signed int and take cons... | Haru | 1 | -11/+12 |
2016-07-14 | Fixed Coverity CID 150315: Integer overflowed argument | Haru | 1 | -13/+13 |
2016-07-02 | Trivialities: indentation fixes | Haru | 1 | -4/+4 |
2016-07-01 | Merge pull request #1328 from HerculesWS/exp_fixes | Haru | 1 | -25/+61 |
2016-06-30 | Use item attribute as flags varible. Now only ATTR_BROKEN flag exists. | Andrei Karas | 1 | -1/+1 |
2016-06-29 | Fix EXP modifiers to match aegis modifiers calclution. | hemagx | 1 | -25/+61 |
2016-06-24 | Add missing checks in pc.c | Andrei Karas | 1 | -9/+115 |
2016-05-08 | Fixed various issues pointed out by cppcheck | Haru | 1 | -11/+12 |
2016-04-30 | Corrected truncation of the last letter in whisper messages | Haru | 1 | -1/+1 |
2016-04-23 | Corrected the type of the 'length' argument of other message-related functions | Haru | 1 | -1/+1 |
2016-04-23 | Removed the 'len' argument from clif_disp_onlyself() and clif->disp_message() | Haru | 1 | -6/+6 |
2016-04-23 | Corrected the type of the 'length' argument of various broadcast-related func... | Haru | 1 | -3/+3 |
2016-04-23 | Changed map_session_data::chatID to int (and renamed to chat_id) | Haru | 1 | -2/+2 |
2016-04-23 | Removed some code duplication in chat processing functions | Haru | 1 | -0/+31 |
2016-04-23 | Split supernovice angel call message detection to its own function | Haru | 1 | -0/+53 |
2016-03-20 | Dropped typedefs from union DBKey and struct DBData | Haru | 1 | -4/+5 |
2016-03-20 | Removed unnecessary typedefs from sql.h | Haru | 1 | -0/+1 |
2016-03-10 | Add new logging types. | Andrei Karas | 1 | -8/+8 |
2016-03-06 | Show call stacks if try to apply unknown bonus. | Andrei Karas | 1 | -0/+5 |
2016-03-03 | Add missing initialisation in sd. | Andrei Karas | 1 | -0/+1 |
2016-02-28 | Changed mob mode field to 32 bit, for future expansion | Haru | 1 | -5/+12 |
2016-02-24 | Added const qualifier to several variable/argument pointers | Haru | 1 | -1/+2 |
2016-02-23 | Corrected some warnings in Visual Studio | Haru | 1 | -2/+2 |
2016-02-21 | Changing Job field to 'int64' | Dastgir | 1 | -2/+2 |
2016-02-19 | Fix all known warnings from compiler flags -Wformat* | Andrei Karas | 1 | -6/+6 |
2016-02-17 | Removed unnecessary typedefs from libconfig | Haru | 1 | -5/+5 |