Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-01-25 | Added source support for special comments in the constdb | Haru | 1 | -7/+33 | |
- To be used by the constdb2doc plugin Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-01-16 | Removed Hard Coded data for SC_ALL_RIDING. | Jedzkie | 1 | -1/+1 | |
2016-01-16 | set_constant the LOOK_ constants | AnnieRuru | 1 | -0/+16 | |
2016-01-16 | Add EQP_ = Equipment Position constants | AnnieRuru | 1 | -0/+23 | |
2016-01-13 | Added support to mark constants in db/constants.conf as deprecated | Haru | 1 | -91/+106 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-01-13 | Converted const.txt to libconfig format | Haru | 1 | -22/+50 | |
- This is necessary for upcoming improvements Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-01-12 | Whitespace cleanup (removed alignment tabs or trailing whitespace at line end) | Haru | 1 | -2/+2 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-01-12 | Replaced 22-bit mask entry with a regular uint32 in the noviewid mapflag ↵ | Haru | 1 | -2/+2 | |
implementation As per ultramage's suggestion in #926 Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-01-06 | Replaced the remaining explicit casts with BL_CAST/BL_UCAST | Haru | 1 | -6/+14 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-01-06 | Replaced some explicit casts with BL_UCAST | Haru | 1 | -26/+32 | |
- Replaced safe casts (bl type already checked) Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-01-06 | Replaced some map->id2sd calls with the proper map->id2XX function | Haru | 1 | -98/+96 | |
- Also added new map->id2XX convenience functions for the other bl types. Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-01-06 | Replaced some explicit casts with BL_UCAST/BL_UCCAST | Haru | 1 | -38/+97 | |
- Replaced casts in foreach callbacks. - Added assertions and nullpo checks where applicable. Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-01-06 | Replaced some explicit casts with BL_UCAST/BL_UCCAST | Haru | 1 | -5/+6 | |
- Replaced the map-iterator related casts. Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-01-06 | Change all TBL_NPC to struct npc_data as per style guidelines | hemagx | 1 | -37/+38 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-01-06 | Change all TBL_PET to struct pet_data as per style guidelines | hemagx | 1 | -3/+3 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-01-06 | Change all TBL_MER to struct mercenary_data as per style guidelines | hemagx | 1 | -2/+2 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-01-06 | Change all TBL_HOM to struct homun_data as per style guidelines | hemagx | 1 | -1/+1 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-01-06 | Change all TBL_MOB to struct mob_data as per strly guidelines | hemagx | 1 | -8/+9 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-01-06 | Change all TBL_PC to struct map_session_data as per style guidelines | hemagx | 1 | -483/+396 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-01-05 | Add *swap script command | AnnieRuru | 1 | -0/+71 | |
- extremely useful when writing algorithm functions Closes #1012 as merged Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-01-05 | Fixed an unused variable warning | Haru | 1 | -2/+0 | |
Follow-up to 5020a123570a7b263f6b742df5891a36434473a0 Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-01-05 | Added Support for BodyStyle | Dastgir | 1 | -0/+1 | |
Closes #974 as merged | |||||
2016-01-05 | Merge pull request #1053 from Jedzkie/Transformation_Scrolls_Update | Dastgir | 1 | -2/+0 | |
Monster Transform Update: | |||||
2016-01-05 | Removal of Hard coded showscript command for Monster Transform. | Jedzkie | 1 | -2/+0 | |
2016-01-03 | Fix *getitem2 and @item2 refine bug. | Emistry | 1 | -1/+1 | |
- Negative refine value isn't allowed. | |||||
2015-12-28 | Standardized (source) mob_id enum | Haru | 1 | -1/+1 | |
- MOBID_ constant names now follow the Mob DB spritenames. - The following names were changed: * MOBID_EMPERIUM => MOBID_EMPELIUM * MOBID_TREAS01 => MOBID_TREASURE_BOX1 * MOBID_TREAS40 => MOBID_TREASURE_BOX40 * MOBID_BARRICADE1 => MOBID_BARRICADE * MOBID_BARRICADE2 => MOBID_BARRICADE_ * MOBID_GUARIDAN_STONE1 => MOBID_S_EMPEL_1 * MOBID_GUARIDAN_STONE2 => MOBID_S_EMPEL_2 * MOBID_FOOD_STOR => MOBID_OBJ_A * MOBID_BLUE_CRYST => MOBID_OBJ_A2 * MOBID_PINK_CRYST => MOBID_OBJ_B2 * MOBID_TREAS41 => MOBID_TREASURE_BOX41 * MOBID_TREAS49 => MOBID_TREASURE_BOX49 - Added several missing items Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-12-26 | Add *setgroupid script commands. | Emistry | 1 | -0/+25 | |
Useful for scripts that temporary adjust the group id of players. | |||||
2015-12-25 | Fix various ShowWarning that doesn't tell the source of the error | AnnieRuru | 1 | -7/+7 | |
Closes #868 as merged | |||||
2015-12-25 | Implemented NoViewID | Dastgir | 1 | -0/+3 | |
(http://herc.ws/board/topic/10020-official-mapflag-to-disable-viewid/) Closes #926 as merged Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-12-22 | Throw error when variable name length too long | AnnieRuru | 1 | -0/+14 | |
2015-12-22 | Update *dispbottom script command to allow 0xRRGGBB color | AnnieRuru | 1 | -9/+21 | |
Closes #858 as merged Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-12-22 | Update *message script command to allow to use account ID | AnnieRuru | 1 | -8/+13 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-12-20 | *explode return array size. | Emistry | 1 | -0/+2 | |
http://herc.ws/board/topic/7489-explode-to-push-arraysize/ Closes #700 as merged Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-12-20 | Fixed a memory leak in the explode script command | Haru | 1 | -18/+16 | |
Minor refactoring Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-12-20 | Fix the *getcharip | AnnieRuru | 1 | -6/+13 | |
-> it uses the dirties method to search for player -> seriously ? why have to search account_id AND char_id ? -> if the char_id gone big enough, it can reach to account_id | |||||
2015-12-20 | Fix certain script command report source npc twice if player not attached | AnnieRuru | 1 | -146/+136 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-12-20 | Change map->nick2sd into script>nick2sd | AnnieRuru | 1 | -47/+46 | |
- *getcharid and *getmapxy is exempted to check the condition Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-12-20 | Change map->charid2sd into script->charid2sd | AnnieRuru | 1 | -12/+11 | |
- *charid2rid is exempted to check the condition Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-12-20 | Change map->id2sd into script->id2sd | AnnieRuru | 1 | -37/+33 | |
- these 4 commands are exempted, because they are meant to check the condition: *playerattached, *attachrid, *isloggedin, *sleep2 Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-12-20 | Add script->id2sd function to throw error properly if player not found | AnnieRuru | 1 | -0/+33 | |
- included script->charid2sd and script->nick2sd | |||||
2015-12-18 | Add *getunittype and update *getmapxy | AnnieRuru | 1 | -26/+91 | |
- unlike rathena, hercules' getunittype use the value from getmapxy - getmapxy now can search object position using GID Closes #871 as merged Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-12-15 | Added GPL-compliant header to all sources and build scripts | Haru | 1 | -4/+20 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-12-15 | Fixed some too long char buffer initializers. | Florian Wilkemeyer | 1 | -3/+3 | |
- While they don't really cause an overflow (in C), there's no point in initializing strings to "\0". - Original commit message was: Found some static-assignment overflows -> fixed. Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-12-13 | Fix double source script warning in-case of invalid battle config flag requested | hemagx | 1 | -1/+0 | |
2015-12-13 | - Fixed #723 now it's possible to retrieve Battle Config Settings from ↵ | Your Name | 1 | -1/+13 | |
plugins into scripts - Fixed Possible Crash when null parse function pointer passed to HPMi->addConf - Now it's possible to use same parse function for all config entries - Now Battle Config entries must have a return function | |||||
2015-11-21 | This reverts commit 3eb8f6cc123835fae6bbd847f02cdd45fcfccd60. | AnnieRuru | 1 | -2/+2 | |
2015-11-21 | Fix getitem/getitem2 give stacked items when ForceSerial on (#703) | AnnieRuru | 1 | -2/+2 | |
2015-11-14 | Changed struct map_session_data::queues into a VECTOR and renamed to ↵ | Haru | 1 | -12/+8 | |
::script_queues Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-11-14 | Changed struct script_queue_iterator::item into a VECTOR and Renamed to ↵ | Haru | 1 | -16/+20 | |
::entries Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-11-14 | Changed struct script_queue::item into a VECTOR and Renamed to ::entries | Haru | 1 | -83/+43 | |
Signed-off-by: Haru <haru@dotalux.com> |