Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-09-06 | Switch to using C version c11. | Andrei Karas | 1 | -1/+1 | |
2018-04-06 | Revert "Add new packet version constants."s20180417 | Andrei Karas | 1 | -3/+0 | |
This reverts commit 3ebc9e4191d4a06e759371afb7f65be360ecc58c. | |||||
2018-04-06 | Add new packet version constants. | Andrei Karas | 1 | -0/+3 | |
2018-02-13 | Update for all players clan join/leave state. | Andrei Karas | 1 | -0/+2 | |
Other players will see if player joined or left clan. | |||||
2018-01-05 | Add packet types flag into version packet (0x7531).s20180116 | Andrei Karas | 1 | -1/+2 | |
Current support flags: 1 - for RE packets. 2 - for Zero packets. | |||||
2017-08-16 | Add evol packets id offset. For now offset is 0. | Andrei Karas | 1 | -1/+2 | |
This allow to change evol packets id if they start conflicting with hercules packets in future. | |||||
2017-04-20 | Drop support for client protocol version 15 (Oct 26 2015). | Andrei Karas | 1 | -1/+0 | |
2017-04-19 | Change packet version to 20150513. | Andrei Karas | 1 | -1/+1 | |
2017-04-04 | Change packet version from not existing 20150000 to 20141022.s20170411 | Andrei Karas | 1 | -1/+1 | |
2016-08-10 | Add console command serverexit. | Andrei Karas | 1 | -0/+2 | |
It works in same way with gm command serverexit. | |||||
2016-08-10 | Add gm command for send restart events to all servers. | Andrei Karas | 1 | -0/+2 | |
For now it support only one char and one map server. For support this actions need use hercules wrapper. | |||||
2016-07-31 | Add into item_db.conf support for attribute AllowAmmo for bows. | Andrei Karas | 1 | -0/+2 | |
This allow limit any arrow/ammo for any bows/guns. | |||||
2016-07-27 | Add homunculus exp packet (0xb22) | Andrei Karas | 1 | -0/+2 | |
2016-07-10 | Add bit field 0x100 into sc_config.txt for allow see sc effect for all players. | Andrei Karas | 1 | -0/+2 | |
Also move status based enums into separate files. And add sc shield into constants. | |||||
2016-07-09 | Add array and functions for skill extended data. | Andrei Karas | 1 | -0/+4 | |
2016-07-05 | add Physical Shield Skill (id 20001) | Joseph Botosh | 1 | -0/+2 | |
2016-07-01 | Add effects enum. Use provoke effect on provoked targets in EVOL_MASSPROVOKE ↵ | Andrei Karas | 1 | -0/+1 | |
skill. | |||||
2016-07-01 | Add files for skill constants and ground skills handlers. | Andrei Karas | 1 | -0/+4 | |
For now add one ground skill EVOL_MASSPROVOKE. | |||||
2016-06-28 | Remove visiblity hidden flag from make file. | Andrei Karas | 1 | -1/+1 | |
2016-06-27 | map: duplicate npc view data for each new npc. | Andrei Karas | 1 | -1/+1 | |
This allow use full npc copies in instances. For duplicate npc untested. | |||||
2016-06-15 | add hashtable functions | Joseph Botosh | 1 | -0/+2 | |
htnew, htdelete, htput, htget, htclear, htsize htiterator, htinextkey, hticheck, htidelete | |||||
2016-05-02 | Add -O3 into compilation flags. | Andrei Karas | 1 | -1/+1 | |
2016-05-02 | Enable sanity flags only if they supported. | Andrei Karas | 1 | -18/+4 | |
2016-04-28 | Rename static configure flag, look like clang have issues with this flag ↵ | Andrei Karas | 1 | -2/+2 | |
enabled. | |||||
2016-04-28 | Add configure flag --enable-werror. | Andrei Karas | 1 | -0/+4 | |
If enabled it will report any warning as error. | |||||
2016-03-30 | Split script.c into buildins and other script functions. | Andrei Karas | 1 | -0/+2 | |
2016-02-22 | Add support for warn_missing_translation configuration option. | Andrei Karas | 1 | -0/+2 | |
2016-02-21 | Add same compiler flags what was used in hercules. | Andrei Karas | 1 | -1/+1 | |
2016-01-23 | Move craft conf related things into separate file. | Andrei Karas | 1 | -0/+4 | |
Also move itempair struct into separate file. | |||||
2016-01-11 | Add script command for convert craft string into craft object. | Andrei Karas | 1 | -1/+6 | |
New script command: initcraft var$ Return value: craft object id. | |||||
2016-01-05 | Reimpliment packet 0x915 for old clients. | Andrei Karas | 1 | -0/+1 | |
2015-10-19 | Add fixed bonuses for new mounts. | Andrei Karas | 1 | -0/+2 | |
2015-10-12 | Add mob db field 'WalkMask' for now unused. | Andrei Karas | 1 | -0/+3 | |
2015-09-28 | Add support for team id for battleground players. | Andrei Karas | 1 | -0/+2 | |
New script function: setbgteam bgid, num It set for 'bgid' team id to 'num'. | |||||
2015-09-28 | Add functions for support battleground extension object. | Andrei Karas | 1 | -0/+3 | |
2015-09-09 | Change server version to 8. Send packet version to client. | Andrei Karas | 1 | -3/+6 | |
2015-08-19 | Enforce gnu90 standard. | Andrei Karas | 1 | -1/+1 | |
2015-08-16 | Fix compilation after HPM update in server. | Andrei Karas | 1 | -1/+3 | |
2015-07-05 | Remove inter server ip check because it moving to upstream. | Andrei Karas | 1 | -6/+2 | |
2015-07-04 | Add include paths for new hercules into make file. | Andrei Karas | 1 | -1/+2 | |
2015-07-04 | Rename login/char/map dirs to elogin/echar/emap for avoid conflicts with ↵ | Andrei Karas | 1 | -85/+85 | |
hercules. | |||||
2015-05-01 | Use extended sanity checks and gcc 5. | Andrei Karas | 1 | -2/+15 | |
2015-04-30 | Remove checking for gm command in mail read packet. | Andrei Karas | 1 | -0/+2 | |
2015-03-07 | map: translate server to client text messages. | Andrei Karas | 1 | -1/+3 | |
2015-02-26 | login: add way to check hashed passwords in old tmw/evol way. | Andrei Karas | 1 | -0/+6 | |
2015-02-24 | On each success skill invoke call event OnSkillInvoke. | Andrei Karas | 1 | -0/+2 | |
Alos set variables @skillId and @skillLv to skill id and skill level. | |||||
2015-02-21 | Add gprof build flag. | Andrei Karas | 1 | -0/+4 | |
2015-02-15 | map: add attribute for mobs for stand slaves alive after muster was dead | Andrei Karas | 1 | -0/+2 | |
New mob attribute: 0x8000 | |||||
2015-01-31 | Read default map and position from config. | Andrei Karas | 1 | -0/+6 | |
2015-01-10 | Add support for sending group id to client. | Andrei Karas | 1 | -0/+2 | |
Add permission send_gm_flag. |