Age | Commit message (Expand) | Author | Files | Lines |
2015-01-20 | fix compilation warnings. | Andrei Karas | 2 | -3/+2 |
2015-01-20 | map: add support for sending npc activate distance to client | Andrei Karas | 3 | -4/+49 |
2015-01-17 | map: change exp table validation for only used classes. | Andrei Karas | 3 | -0/+19 |
2015-01-15 | Fix lg function. | Andrei Karas | 1 | -3/+15 |
2015-01-15 | char: validate player look value on char creation. | Andrei Karas | 4 | -0/+26 |
2015-01-15 | char: add support for player look in char creation. | Andrei Karas | 1 | -3/+6 |
2015-01-14 | char: send correct error code if on char creation class or sex is wrong. | Andrei Karas | 3 | -2/+33 |
2015-01-10 | Add support for sending group id to client. | Andrei Karas | 7 | -2/+69 |
2015-01-10 | Fix compilation with visual studio. | Andrei Karas | 1 | -1/+3 |
2015-01-10 | Revert "map: overload job/class related functions." | Andrei Karas | 3 | -57/+0 |
2015-01-10 | map: overload job/class related functions. | Andrei Karas | 3 | -0/+57 |
2015-01-07 | char: check minimal char race id. | Andrei Karas | 1 | -1/+3 |
2015-01-07 | char: add option min_char_class. | Andrei Karas | 3 | -0/+9 |
2015-01-05 | char: allow set in char creation race and gender only if client version >= 4. | Andrei Karas | 1 | -17/+27 |
2015-01-05 | char: allow set gender from char creation dialog. | Andrei Karas | 1 | -8/+19 |
2015-01-04 | char: read max char class from char server config. | Andrei Karas | 4 | -0/+15 |
2015-01-04 | add support for race selection in char creation packet. | Andrei Karas | 4 | -1/+32 |
2015-01-02 | Reimpliment script function getareadropitem with additional parameter. | Andrei Karas | 3 | -0/+61 |
2015-01-02 | Add script command to call timer on players in area. | Andrei Karas | 3 | -0/+39 |
2015-01-01 | add script function for check is player dead or not. | Andrei Karas | 3 | -1/+13 |
2015-01-01 | Add script function for unequip item by id. | Andrei Karas | 3 | -2/+29 |
2015-01-01 | map: allow use npc with any id in allowed range. | Andrei Karas | 3 | -0/+9 |
2014-12-31 | add script function what return current map name. | Andrei Karas | 3 | -0/+15 |
2014-12-24 | Impliment AllowPickup item_db.conf option. | Andrei Karas | 3 | -0/+23 |
2014-12-24 | Add into item_db.conf option AllowPickup, by default true. | Andrei Karas | 3 | -0/+7 |
2014-12-24 | Fix compilation warnings. | Andrei Karas | 5 | -11/+24 |
2014-12-24 | map: If FloorLifeTime < 0 put item on ground forever. | Andrei Karas | 1 | -1/+2 |
2014-12-23 | Fix hookStop usage. | Andrei Karas | 7 | -15/+40 |
2014-12-23 | map: if got buy command for market npc, show market instead of buy shop. | Andrei Karas | 3 | -0/+62 |
2014-12-19 | Allow move from sit state. | Andrei Karas | 4 | -0/+145 |
2014-12-18 | Impliment FloorLifeTime in item_db.conf | Andrei Karas | 6 | -0/+66 |
2014-12-18 | Read paramater FloorLifeTime from item_db. | Andrei Karas | 3 | -4/+23 |
2014-12-18 | Add itemdb plugin structure. | Andrei Karas | 4 | -0/+68 |
2014-12-17 | Remove script function getnpcclass because it already in upstream. | Andrei Karas | 3 | -30/+0 |
2014-12-17 | Allow "use" pet eggs. | Andrei Karas | 4 | -0/+41 |
2014-12-07 | Remove script functions setpcsit/getpcsit. | Andrei Karas | 3 | -63/+0 |
2014-12-07 | Remove script command getnpcdir because going to upstream. | Andrei Karas | 3 | -30/+0 |
2014-12-07 | Remove npc distance checks because it going to upstream. | Andrei Karas | 3 | -25/+0 |
2014-12-04 | Remove script command setnpcdistance and area distance variable. | Andrei Karas | 6 | -45/+2 |
2014-12-03 | map: add part channel packet. | Andrei Karas | 3 | -2/+45 |
2014-12-03 | map: add join channel packets. | Andrei Karas | 5 | -8/+82 |
2014-12-02 | map: dont send additional byte in npc names | Andrei Karas | 1 | -1/+1 |
2014-12-01 | char: init missing interface. | Andrei Karas | 1 | -0/+2 |
2014-11-30 | char: add init default map. | Andrei Karas | 6 | -12/+21 |
2014-11-30 | add map flag what prevent from attacking mobs. | Andrei Karas | 6 | -0/+35 |
2014-11-30 | Add script command for change npc dialog title. | Andrei Karas | 5 | -0/+33 |
2014-11-30 | Add script command for change music. | Andrei Karas | 6 | -1/+34 |
2014-11-30 | map: send full moving path to client. | Andrei Karas | 5 | -5/+55 |
2014-11-30 | login: Fix possible overflow issue. | Andrei Karas | 1 | -3/+3 |
2014-11-29 | Add script command for request multiply items from client to npc. | Andrei Karas | 3 | -1/+56 |