Age | Commit message (Expand) | Author | Files | Lines |
2014-11-23 | Impliment script command getnpcdir. | Andrei Karas | 3 | -1/+30 |
2014-11-23 | map: send player own extended slots equipped items. | Andrei Karas | 4 | -2/+13 |
2014-11-23 | map: show most slots to other players on warp or enter visible area. | Andrei Karas | 5 | -0/+57 |
2014-11-22 | map: show most slots on item equip/unequip. | Andrei Karas | 3 | -0/+82 |
2014-11-21 | map: add missing include in script.c. | Andrei Karas | 1 | -0/+1 |
2014-11-21 | Impliment lg script function. | Andrei Karas | 3 | -0/+8 |
2014-11-21 | map: translate also npc names. | Andrei Karas | 4 | -3/+44 |
2014-11-20 | Fix languages initialisation. | Andrei Karas | 3 | -3/+10 |
2014-11-20 | Add missing interface initialisation again. | Andrei Karas | 1 | -0/+1 |
2014-11-20 | Use format script function in 'l' script function. | Andrei Karas | 4 | -2/+118 |
2014-11-20 | Use translation in implimented script commands. | Andrei Karas | 1 | -13/+4 |
2014-11-20 | Add lang.c with translation related functionality. | Andrei Karas | 3 | -0/+228 |
2014-11-20 | Extend setq/getq to using objectives to storing quest value. | Andrei Karas | 7 | -34/+207 |
2014-11-19 | Impliment script commands setq and getq. | Andrei Karas | 4 | -3/+58 |
2014-11-17 | Allow continue npc script execution if distance to npc bigger than limit. | Andrei Karas | 4 | -0/+60 |
2014-11-17 | map: fix buffer usage in send_local_message. | Andrei Karas | 1 | -4/+4 |
2014-11-17 | Fix compilation warnings in script command requestlang. | Andrei Karas | 1 | -5/+0 |
2014-11-17 | fix some issues in script command npcTalk3. | Andrei Karas | 1 | -4/+4 |
2014-11-17 | char: init all interfaces. | Andrei Karas | 1 | -0/+31 |
2014-11-17 | Use all common interface initialisation in all servers. | Andrei Karas | 3 | -6/+11 |
2014-11-17 | Move common interfaces initialisation into separate file. | Andrei Karas | 5 | -13/+44 |
2014-11-17 | map: init all interfaces. | Andrei Karas | 2 | -6/+67 |
2014-11-17 | map: add missing interface initialisation. | Andrei Karas | 1 | -0/+1 |
2014-11-17 | In make file add copy plugins option also if sources located in symlinked dir... | Andrei Karas | 1 | -2/+2 |
2014-11-17 | In build script add command line options. | Andrei Karas | 1 | -2/+13 |
2014-11-17 | Add workaround in build script for outdated build tools. | Andrei Karas | 1 | -0/+2 |
2014-11-17 | login: fix memory leak on exit. | Andrei Karas | 3 | -0/+8 |
2014-11-16 | map: add missing interfaces initialization. | Andrei Karas | 1 | -0/+4 |
2014-11-16 | Impliment script command requestLang. | Andrei Karas | 3 | -4/+59 |
2014-11-15 | Impliment script function getItemLink. | Andrei Karas | 3 | -1/+48 |
2014-11-15 | Impliment shop script command. | Andrei Karas | 3 | -1/+16 |
2014-11-15 | Impliment script command closeDialog. | Andrei Karas | 3 | -1/+9 |
2014-11-15 | Fix returns from script functions. | Andrei Karas | 1 | -6/+11 |
2014-11-15 | Impliment script function npctalk3. | Andrei Karas | 5 | -1/+68 |
2014-11-15 | map: move script defines into separate file. | Andrei Karas | 3 | -27/+36 |
2014-11-15 | Simplify sd usage in scripts. | Andrei Karas | 1 | -8/+7 |
2014-11-15 | Impliment script command restoreCam. | Andrei Karas | 3 | -1/+12 |
2014-11-15 | Impliment script command setcamnpc. | Andrei Karas | 3 | -1/+41 |
2014-11-15 | map: add functions to send npc command. | Andrei Karas | 3 | -0/+60 |
2014-11-14 | Mark script functions getlang and setlang as deprecated. | Andrei Karas | 1 | -2/+2 |
2014-11-14 | store character language in script variables. | Andrei Karas | 3 | -0/+23 |
2014-11-14 | Mark script command getclientversion as deprecated. | Andrei Karas | 1 | -1/+1 |
2014-11-14 | Add internal variable with client version. | Andrei Karas | 5 | -0/+50 |
2014-11-14 | Add function to get session extended data by sd. | Andrei Karas | 2 | -1/+10 |
2014-11-14 | fix typo in make file. | Andrei Karas | 1 | -1/+1 |
2014-11-13 | Add configure option --enable-sanitize. | Andrei Karas | 3 | -3/+27 |
2014-11-12 | In build script return build result to caller. | Andrei Karas | 1 | -0/+1 |
2014-11-12 | In configure add flag for semi static build. | Andrei Karas | 2 | -0/+25 |
2014-11-12 | Add to configure check for setrlimit. | Andrei Karas | 1 | -0/+2 |
2014-11-12 | login: add packet 0x027c for register with email. | Andrei Karas | 5 | -4/+95 |