Age | Commit message (Expand) | Author | Files | Lines |
2016-01-06 | Replaced the remaining explicit casts with BL_CAST/BL_UCAST | Haru | 1 | -7/+4 |
2016-01-06 | Replaced some explicit casts with BL_UCAST | Haru | 1 | -10/+9 |
2016-01-06 | Replaced some map->id2sd calls with the proper map->id2XX function | Haru | 1 | -9/+10 |
2016-01-06 | Replaced some explicit casts with BL_UCAST/BL_UCCAST | Haru | 1 | -14/+26 |
2016-01-06 | Replaced some explicit casts with BL_UCAST/BL_UCCAST | Haru | 1 | -3/+3 |
2016-01-06 | Change all TBL_PET to struct pet_data as per style guidelines | hemagx | 1 | -1/+1 |
2016-01-06 | Change all TBL_MER to struct mercenary_data as per style guidelines | hemagx | 1 | -1/+1 |
2016-01-06 | Change all TBL_HOM to struct homun_data as per style guidelines | hemagx | 1 | -1/+1 |
2016-01-06 | Change all TBL_MOB to struct mob_data as per strly guidelines | hemagx | 1 | -2/+2 |
2016-01-06 | Change all TBL_PC to struct map_session_data as per style guidelines | hemagx | 1 | -11/+10 |
2016-01-05 | Added Support for BodyStyle | Dastgir | 1 | -0/+17 |
2016-01-03 | Rewritten skill_tree parser in a more robust way | Haru | 1 | -147/+243 |
2015-12-25 | Merge pull request #1009 from Jedzkie/ItemDB_Updates | Dastgir | 1 | -12/+27 |
2015-12-25 | Implemented NoViewID | Dastgir | 1 | -12/+14 |
2015-12-24 | Item Update: | Jedzkie | 1 | -6/+20 |
2015-12-23 | Update: | Jedzkie | 1 | -6/+7 |
2015-12-20 | Costume and Shadow items are not equip-able anymore on older clients that doe... | hemagx | 1 | -0/+5 |
2015-12-17 | Change all chat mute checks to use pc->can_talk instead of direct check. | hemagx | 1 | -2/+2 |
2015-12-17 | Add bAddMaxWeight bonus for increasing player's max weight | AnnieRuru | 1 | -0/+4 |
2015-12-15 | Added GPL-compliant header to all sources and build scripts | Haru | 1 | -4/+20 |
2015-12-14 | follow up f975f0a55ca930fd0f95a6209bea479ac9bc3a5d | hemagx | 1 | -1/+1 |
2015-12-14 | Players now will auto warped to random spot in the map upon login in-case the... | hemagx | 1 | -0/+3 |
2015-12-13 | ItemDB Updates: | Jedzkie | 1 | -0/+2 |
2015-12-13 | Fixed an issue in the bonus2 bAddMonsterDropChainItem implementation | Haru | 1 | -3/+3 |
2015-12-13 | Corrected an error in bonus3 bAddMonsterDropItem | Haru | 1 | -1/+1 |
2015-12-10 | Rename 'ITEMIDBATTLE_MANUAL100' to 'ITEMID_BATTLE_MANUAL100'. | Jedzkie | 1 | -1/+1 |
2015-12-06 | Fixed issues with compound races in bonuses where they're handled as arrays | Haru | 1 | -323/+203 |
2015-12-06 | Replaced RC_BOSS/RC_NONBOSS bitmask combinations with RC_ALL bitmasks | Haru | 1 | -25/+32 |
2015-12-06 | Refactored/fixed race handling for bonuses that store it as a bitmask | Haru | 1 | -63/+44 |
2015-12-04 | Merge pull request #910 from dastgir/idle | Andrei Karas | 1 | -0/+8 |
2015-12-04 | Added a function to update idle time | Dastgir | 1 | -0/+8 |
2015-11-14 | Changed struct map_session_data::queues into a VECTOR and renamed to ::script... | Haru | 1 | -6/+5 |
2015-11-14 | Standardized script-queue related commands | Haru | 1 | -1/+1 |
2015-11-14 | Fix @QMapChangeTo$ not usable when HQO_OnMapChange triggered | AnnieRuru | 1 | -1/+1 |
2015-11-14 | Renamed hQueue/hQueueIterator/hQueueOpt to latest standards | Haru | 1 | -6/+6 |
2015-11-08 | Fixes missing new RC_ constants in some bonuses. Fixes #815 | Dastgir | 1 | -25/+102 |
2015-10-19 | rename malloc.c/h to memmgr. | Andrei Karas | 1 | -1/+1 |
2015-10-13 | Return actual result from pc_insert_card. | Andrei Karas | 1 | -1/+5 |
2015-10-11 | Fixed another compiler warning (follow-up to 5c22b63) | Haru | 1 | -1/+1 |
2015-10-11 | Fixed various compiler warnings (follow-up to 5c22b63) | Haru | 1 | -17/+17 |
2015-10-11 | Cleanup of the HPluginData implementation (second part) | Haru | 1 | -4/+2 |
2015-10-11 | Cleanup of the HPluginData implementation (First part) | Haru | 1 | -18/+4 |
2015-09-25 | More aggressive whitespace cleanup. Follow up to 51329e6 | Haru | 1 | -228/+202 |
2015-09-24 | Add bl parameter to map_searchrandfreecell and map_addflooritem. | Andrei Karas | 1 | -2/+2 |
2015-09-24 | Add bl parameter to getcell functions. | Andrei Karas | 1 | -3/+3 |
2015-09-18 | Clarified the intent of several assignments inside conditional expressions | Haru | 1 | -5/+5 |
2015-09-09 | Autotrade Struct to HPM | dastgir | 1 | -1/+30 |
2015-08-15 | HPM compatibility improvements | Haru | 1 | -0/+1 |
2015-08-15 | Moved session array into the socket interface | Haru | 1 | -2/+2 |
2015-08-15 | Added showmsg HPM interface | Haru | 1 | -10/+4 |