Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-10-25 | Add 3 varieties of Healing and Mana Potions, add iron and concentration ↵ | Micksha | 1 | -0/+252 | |
potion. Only healing potions working for now. | |||||
2018-10-25 | Add the rowboat and Koga NPCs to Artis | Micksha | 6 | -2/+45 | |
2018-10-25 | Requested Re-naming | Micksha | 2 | -2/+2 | |
2018-10-24 | Fix a few scripts, improve two maps | Micksha | 6 | -15/+150 | |
2018-10-24 | Add Gumis scripts - delete placeholders. Disable debugs. | Micksha | 45 | -1474/+943 | |
2018-10-23 | fix Receptionist script *meh* | Micksha | 1 | -1/+1 | |
2018-10-23 | bugfix a few NPCs | Micksha | 3 | -5/+5 | |
2018-10-23 | Add Mundane and Sophialla | Micksha | 3 | -0/+42 | |
2018-10-23 | Add all the Hurns NPCs | Micksha | 52 | -35/+553 | |
2018-10-22 | Hurnscald mega-commit | gumi | 33 | -12/+2943 | |
2018-10-22 | fix synthax issues | Micksha | 2 | -4/+4 | |
2018-10-22 | Trying to add some NPCs for Hurns | Micksha | 16 | -4/+534 | |
2018-10-22 | Add Melinda NPC, fix some issues on dying the Fine Dress, fix of Necklace ↵ | Micksha | 8 | -14/+33 | |
pending | |||||
2018-10-21 | Add Items for Melinda: Fine Dress (dyeable), beer | Micksha | 1 | -9/+57 | |
2018-10-20 | fix zeny exploit error | Micksha | 1 | -1/+1 | |
2018-10-20 | add the make maps results, because I am stupid | Micksha | 1 | -0/+3 | |
2018-10-20 | add missing bows to item_db | Micksha | 4 | -1/+41 | |
2018-10-20 | add all the items required for hurns | Micksha | 1 | -23/+627 | |
2018-10-07 | Merge branch 'Bowfix' into 'master's20181102 | Micksha | 1 | -0/+7 | |
Base Attack Speed for bows: 200 → 80 See merge request evol/serverdata!129 | |||||
2018-10-07 | Base Attack Speed for bows: 200 → 80 | Jesusaves | 1 | -0/+7 | |
2018-09-25 | Update from hercules. | Andrei Karas | 10 | -29/+451 | |
new db files, sql updates. | |||||
2018-09-13 | Update maps after fixed wrong tiles on collision layer. | Andrei Karas | 1 | -0/+0 | |
2018-09-09 | Update map warps. | Andrei Karas | 3 | -4/+4 | |
2018-09-07 | Fix warp bugs again in tmx_map converter. | Andrei Karas | 10 | -10/+10 | |
Affected by tmwa broken warps logic... | |||||
2018-09-04 | Update translations. | Andrei Karas | 15 | -220/+8404 | |
2018-07-29 | fix some edge cases in relative_array_random() | gumi | 1 | -3/+7 | |
2018-07-28 | reduce the clutter in confused_tree_dict, make it use relative_array_random | gumi | 3 | -519/+500 | |
2018-07-27 | Fix syntax error in sql update 2018-07-24--03-23.sql | Andrei Karas | 1 | -1/+1 | |
2018-07-26 | Update from hercules. | Andrei Karas | 6 | -9/+44 | |
Update configs Add new sql update. | |||||
2018-07-26 | Update copyright year in config files. | Andrei Karas | 34 | -34/+34 | |
2018-07-13 | Update from hercules.s20180726 | Andrei Karas | 6 | -0/+41 | |
configs, dbs new sql update. | |||||
2018-07-09 | Merge valgrind and test stage in .gitlab-ci.ymls20180713 | Andrei Karas | 1 | -4/+3 | |
2018-07-09 | Disable gcc-8 build due enabled RTL_BIND flag in server. | Andrei Karas | 1 | -1/+2 | |
2018-07-09 | Add hercules only compiled flags for disable some warnings in gcc-7 and gcc-8. | Andrei Karas | 2 | -2/+4 | |
2018-07-09 | Move artifacts block into each job in .gitlab-ci.yml | Andrei Karas | 1 | -4/+72 | |
2018-07-09 | Add builds with different gcc versions into .gitlab-ci.yml | Andrei Karas | 1 | -2/+70 | |
2018-07-09 | Switch valgrind ci jobs to debian stretch due performance issue in unstable. | Andrei Karas | 1 | -5/+5 | |
2018-07-09 | Add some gitlab related variables into .gitlab-ci.yml | Andrei Karas | 1 | -0/+6 | |
Also add artifacts. | |||||
2018-07-08 | rearrange the anchors in 008-1 | gumi | 1 | -3/+3 | |
2018-07-08 | move confused tree to hurnscald | gumi | 1 | -2/+3 | |
2018-07-05 | sorry | gumi | 1 | -1/+1 | |
2018-07-05 | improve the shovel script | gumi | 2 | -22/+41 | |
Co-authored-by: Jesusaves <cpntb1@ymail.com> | |||||
2018-07-05 | improve the fishing script | gumi | 1 | -20/+16 | |
2018-07-05 | mesc() is a function to optimize mes(col(l())), saving parenthesis. | Jesusaves | 20 | -67/+72 | |
mesc() is a short for mes(col()). It should make coding colored code easier. The default color value is "9", same from narrator, but this default value is not used anymore. I assume mes* functions are legacy for this project, so fell free to reject the patch. | |||||
2018-07-05 | update maps and dbs for new items/mobs | Micksha | 16 | -95/+2048 | |
2018-06-25 | add relative_array_random() | gumi | 1 | -0/+35 | |
2018-06-14 | Reduce exp_group_db.conf and stylist_db.conf. | Andrei Karas | 2 | -164/+3 | |
2018-06-14 | Update from hercules. | Andrei Karas | 5 | -63/+498 | |
Changed messages.conf, job_db.conf New files: exp_group_db.conf, stylist_db.conf | |||||
2018-05-20 | Show client too old warning if client version < 24.s20180614 | Andrei Karas | 1 | -1/+1 | |
2018-05-18 | Rename Pumpkin mob into PumpkinMob. | Andrei Karas | 1 | -2/+2 | |