Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-07-06 | Blank blueprints handlingjesusalva/craft | Jesusaves | 1 | -1/+7 | |
2020-07-06 | Missin code | Jesusaves | 1 | -0/+16 | |
2020-07-06 | Sketch for MakeBlueprint() - Needed by Micksha | Jesusaves | 1 | -7/+16 | |
2020-07-06 | Fix compile bugs, sketch | Jesusaves | 3 | -3/+56 | |
2020-07-06 | I really don't want this variable | Jesusaves | 3 | -7/+5 | |
We might want to have CRAFT_SANDWICH though. Possibly as flag 2 - it is bitwise, we can have CRAFT_SANDWICH|CRAFT_COOKING | |||||
2020-07-06 | If this is unified, then I don't need getd() either | Jesusaves | 1 | -1/+1 | |
Part of Self-Made-Problems™ | |||||
2020-07-06 | There is no real reason to have multiple recipe arrays. | Jesusaves | 6 | -42/+20 | |
I mean, findcraftentry does a better job tracking it down. | |||||
2020-07-06 | Refactor code | Jesusaves | 1 | -26/+64 | |
2020-07-06 | First sketch of Recipe Book unification | Jesusaves | 2 | -38/+81 | |
2020-07-06 | SORRY D: D: D: %%i %%i %%i | Jesusaves | 1 | -1/+1 | |
2020-07-06 | Ops! Redesign Constants for evol-all#103 specification! | Jesusaves | 2 | -4/+7 | |
2020-07-06 | Override crafting skip-recipe-check behavior | Jesusaves | 1 | -6/+1 | |
2020-07-06 | Typos >.> | Jesusaves | 1 | -2/+2 | |
Micksha, remember to use @setskill command to your advantage | |||||
2020-07-06 | Prevent race condition in debug >__> | Jesusaves | 1 | -1/+1 | |
2020-07-06 | Debug for Micksha | Jesusaves | 1 | -0/+5 | |
2020-07-06 | I feel better in letting Micksha test this now | Jesusaves | 2 | -6/+11 | |
2020-07-06 | Extend crafting framework | Jesusaves | 2 | -14/+54 | |
2020-07-06 | Merge branch 'master' into jesusalva/craft | Jesusaves | 21 | -60/+2516 | |
2020-07-02 | Fix tiny bugs | Jesusaves | 1 | -3/+3 | |
2020-06-25 | Add a handy reference to item_db.conf | Jesusaves | 1 | -1/+19 | |
2020-06-18 | Merge branch 'content' into 'master' | Micksha | 15 | -45/+1684 | |
Content See merge request evol/serverdata!247 | |||||
2020-06-18 | Content | Micksha | 15 | -45/+1684 | |
2020-06-18 | Add EVOL_CRAFTING as defined in evol-all#103 | Jesusaves | 3 | -1/+15 | |
2020-06-17 | Merge branch 'kfahr' into 'master' | Jesusaves | 5 | -11/+810 | |
Kfahr Closes evol-all#11 See merge request evol/serverdata!237 | |||||
2020-06-17 | First version of the new kfahr script. | toams | 5 | -11/+810 | |
It is a rewrite from the tmw legacy script. Dialogs are the same and functionality is also intended to be the same. A part of the dialog was not done yet - the Setzer quest. | |||||
2020-06-17 | Debug option for Toichi, so Micksha can test it to his heart content | Jesusaves | 1 | -1/+5 | |
This is still a WIP | |||||
2020-06-17 | Example crafting recipe, DO NOT USE ON LIVE | Jesusaves | 1 | -0/+27 | |
2020-06-17 | Add the Crafting System to Candor - Toichi | Jesusaves | 1 | -4/+47 | |
2020-06-17 | This only creates the crafting workbench function | Jesusaves | 3 | -0/+78 | |
And allows it to be based with an override | |||||
2020-06-17 | Merge branch 'jesusalva/faction' into 'master' | Jesusaves | 3 | -34/+30 | |
Factions Utils - For Future Use See merge request evol/serverdata!245 | |||||
2020-06-17 | This will not cause any immediate change, but it is the definition for the ↵ | Jesusaves | 3 | -34/+30 | |
factions. Factions are internally recognized as "clans" and are often reffered as "guilds" (But in RO, a clan is also seldomly called Guild) NOTE: SI was not updated. | |||||
2020-06-17 | Merge branch 'jesusalva/selfmadeproblems001' into 'master' | Jesusaves | 15 | -144/+210 | |
Self Made Problems™ - Races, Guilds and Genders See merge request evol/serverdata!244 | |||||
2020-06-17 | Contains fixes/reordering for races, guilds and genders. | Jesusaves | 15 | -144/+210 | |
PS. Gender change is broken, I blame Gumi Note: Players will no longer be able to select Kralog and Raijin at start, because @WildX said they were rare. (This needs a patch to evol-tools) FIXME: We'll need better names for human/talpan/viro race. FIXME: Gumi's stock code did not work, rebirth is disabled. | |||||
2020-06-07 | Fix elemental attribute table. | Hocus | 1 | -12/+12 | |
2020-06-07 | Fix incorrect comment in attr_fix. | Jesusaves | 1 | -2/+2 | |
2020-05-27 | Merge branch 'jesusalva/serena' into 'master' | Jesusaves | 13 | -48/+319 | |
Serena's Challenge Closes evol-all#23 See merge request evol/serverdata!221 | |||||
2020-05-27 | At least, now you can reach Argaes. Poorly balanced. | Jesusaves | 13 | -48/+319 | |
2020-05-27 | Merge branch 'jesusalva/candor' into 'master' | Jesusaves | 20 | -59/+207 | |
Candor Placeholders See merge request evol/serverdata!241 | |||||
2020-05-27 | Placeholder for the NPCs at Candor | Jesusaves | 20 | -59/+207 | |
2020-05-24 | Merge branch 'thief' into 'master' | Jesusaves | 56 | -132/+1502 | |
Thief Closes evol-all#99 See merge request evol/serverdata!238 | |||||
2020-05-24 | Faction Core, Quest ID rewrite, Thieves Path. | Micksha | 56 | -132/+1502 | |
Part of Leaving Artis redesign. | |||||
2020-05-15 | [ci skip] Rouge doesn't like uppercase language identifiers | gumi | 1 | -1/+1 | |
2020-05-15 | [ci skip] make Rouge highlight scripts as if they were C | gumi | 1 | -1/+1 | |
2020-05-15 | [ci skip] make Linguist highlight scripts as if they were C | gumi | 1 | -0/+2 | |
2020-05-12 | Fix some minor styling | Jesusaves | 1 | -2/+2 | |
2020-05-11 | Merge branch 'marriage' into 'master' | gumi | 5 | -315/+1 | |
marriage system See merge request evol/serverdata!234 | |||||
2020-05-09 | remove the entire notion of marriage | gumi | 5 | -315/+1 | |
2020-05-07 | Merge branch 'jesusalva/treasure' into 'master' | Micksha | 10 | -29/+344 | |
Treasure! Closes evol-all#75 See merge request evol/serverdata!240 | |||||
2020-05-07 | Random, Wild Treasure Chests were sighted in Hurnscald Caves! | Jesusaves | 10 | -29/+344 | |
Watch out for them! | |||||
2020-05-07 | Merge branch 'manatree' into 'master' | Micksha | 1 | -1/+1 | |
update manatree See merge request evol/serverdata!239 |