Age | Commit message (Expand) | Author | Files | Lines |
2017-06-03 | remove specialeffect2 from npcs | gumi | 112 | -619/+619 |
2017-06-03 | remove specialeffect2 from databases | gumi | 4 | -266/+266 |
2017-06-03 | update the documentation for specialeffect() | gumi | 1 | -7/+20 |
2017-06-03 | allow to use specialeffect() on any unit, and to send to any player | gumi | 1 | -10/+26 |
2017-06-03 | Documenation for <URL> browser dimensions. (#1755) | marky291 | 1 | -1/+5 |
2017-06-03 | Constants Documentation Sync | Hercules.ws | 1 | -0/+7 |
2017-06-03 | Merge pull request #1684 from Smokexyz/refine-update | Haru | 12 | -257/+579 |
2017-06-03 | Merge pull request #1747 from mekolat/param2 | Haru | 2 | -9/+15 |
2017-06-03 | Merge pull request #1753 from mekolat/string2 | Haru | 2 | -0/+61 |
2017-06-03 | Merge pull request #1742 from 4144/packetsupdate | Haru | 4 | -7/+382 |
2017-06-03 | Add packet 0xac5 for clients >= 20170329. | Andrei Karas | 1 | -7/+14 |
2017-06-03 | Add packet 0x0ac4 for 2017-03-15+ based on 3CeAM commit: | Andrei Karas | 2 | -0/+12 |
2017-06-03 | Add packets for client 2017-05-17aRagexeRE. | Andrei Karas | 1 | -0/+38 |
2017-06-03 | Add packets for client 2017-04-05bRagexeRE. | Andrei Karas | 1 | -0/+38 |
2017-06-03 | Add packets for client 2017-03-29dRagexeRE. | Andrei Karas | 1 | -0/+38 |
2017-06-03 | Add packets for client 2017-03-22aRagexeRE. | Andrei Karas | 1 | -0/+38 |
2017-06-03 | Add packets for client 2017-03-15cRagexeRE. | Andrei Karas | 1 | -0/+38 |
2017-06-03 | Add packets for client 2017-03-08bRagexeRE. | Andrei Karas | 1 | -0/+38 |
2017-06-03 | Add packets for client 2017-02-28aRagexeRE. | Andrei Karas | 1 | -0/+38 |
2017-06-03 | Add packets for client 2017-02-08aRagexeRE. | Andrei Karas | 1 | -1/+39 |
2017-06-03 | Add shuffle packets for client 2017-01-25aRagexeRE. | Andrei Karas | 1 | -0/+37 |
2017-06-03 | Add non shuffle packets for clients 2017-04-26dRagexeRE and 2017-05-02dRagexeRE. | Andrei Karas | 1 | -0/+15 |
2017-06-03 | Merge pull request #1736 from mekolat/group2 | Haru | 4 | -19/+84 |
2017-06-03 | ItemDB SQL Sync | Hercules.ws | 2 | -57/+57 |
2017-06-03 | Merge pull request #1739 from mekolat/pow2 | Haru | 8 | -85/+117 |
2017-06-03 | Add tests for the exponentiation operator | Haru | 1 | -0/+13 |
2017-06-02 | Merge pull request #1759 from Smokexyz/mmo_charstatus-fix | smokexyz | 1 | -3/+3 |
2017-06-02 | Fix replace statement formatting in storage save function. | smokexyz | 1 | -3/+3 |
2017-06-01 | add documentation for getarrayindex() | gumi | 1 | -0/+11 |
2017-06-01 | add buildin getarrayindex() | gumi | 1 | -0/+17 |
2017-06-01 | add documentation for isstr() | gumi | 1 | -0/+12 |
2017-06-01 | add buildin isstr() | Andrei Karas | 1 | -0/+21 |
2017-05-31 | HPM Hooks Update | Hercules.ws | 4 | -121/+8 |
2017-05-31 | Merge pull request #1757 from HerculesWS/storagefix | smokexyz | 3 | -82/+18 |
2017-05-31 | Fix a race condition when saving the storage on logout | Haru | 3 | -82/+18 |
2017-05-30 | Fix saving of storage for non-stackable items. | smokexyz | 1 | -0/+2 |
2017-05-30 | Merge pull request #1756 from Smokexyz/mmo_charstatus-fix | smokexyz | 2 | -7/+8 |
2017-05-30 | Fix storage saving checks and amount update. | smokexyz | 2 | -7/+8 |
2017-05-30 | HPM Hooks Update | Hercules.ws | 4 | -0/+33 |
2017-05-30 | Merge pull request #1752 from 4144/fix1751 | Haru | 3 | -1/+16 |
2017-05-29 | Fix memory leak in storage item vector (Fixes #1751) | Andrei Karas | 3 | -1/+16 |
2017-05-28 | update documentation for add_group_command | gumi | 1 | -1/+17 |
2017-05-28 | add support for custom atcommands in can_use_command | gumi | 1 | -14/+17 |
2017-05-28 | add buildin add_group_command() | gumi | 1 | -0/+40 |
2017-05-28 | allow custom atcommands to have different permissions for each group | gumi | 2 | -4/+10 |
2017-05-28 | flag the pow() buildin as deprecated | gumi | 2 | -1/+9 |
2017-05-28 | remove the pow buildin from item databases | gumi | 2 | -66/+66 |
2017-05-28 | remove the pow buildin from existing scripts | gumi | 2 | -6/+6 |
2017-05-28 | update documentation for the exponentiation operator | gumi | 1 | -12/+16 |
2017-05-28 | add exponentiation operator | gumi | 2 | -0/+7 |