Age | Commit message (Expand) | Author | Files | Lines |
2020-07-29 | extend the player cache system | gumi | 2 | -42/+212 |
2020-07-27 | add a reusable event dispatching systems20200729 | gumi | 2 | -24/+173 |
2020-07-27 | add the player cache system | gumi | 2 | -0/+375 |
2020-07-20 | add functions to get legacy storage and inventory items | gumi | 1 | -0/+76 |
2020-07-20 | add functions to get Legacy and Vault account data | gumi | 3 | -1/+239 |
2020-07-20 | add a function shorthand to convert a char name to id | gumi | 1 | -0/+19 |
2020-07-20 | add bitwise abstraction functions | gumi | 1 | -0/+23 |
2020-07-18 | Drop support for all languages below 70% translation | Jesusaves | 2 | -28/+5 |
2020-07-10 | Implements Crafting Core system | Jesusaves | 3 | -7/+120 |
2020-06-17 | First version of the new kfahr script. | toams | 1 | -0/+31 |
2020-06-17 | Contains fixes/reordering for races, guilds and genders. | Jesusaves | 4 | -43/+86 |
2020-05-27 | At least, now you can reach Argaes. Poorly balanced. | Jesusaves | 2 | -0/+24 |
2020-05-24 | Faction Core, Quest ID rewrite, Thieves Path. | Micksha | 18 | -14/+356 |
2020-05-09 | remove the entire notion of marriage | gumi | 1 | -293/+0 |
2020-05-07 | Random, Wild Treasure Chests were sighted in Hurnscald Caves! | Jesusaves | 2 | -3/+151 |
2020-04-25 | update scripts following a hardcoded enum change | gumi | 2 | -2/+2 |
2020-04-25 | add a gender change option to Edouard | gumi | 1 | -0/+15 |
2020-04-25 | add a changesex pseudo-atcommand | gumi | 1 | -0/+13 |
2020-04-22 | finalize changes in boss.txt, update TF_POISON a bit (note to self: add parti... | Micksha | 1 | -2/+2 |
2020-04-11 | Add the [Clothes Pack], containing the destroyed equipment from the player. | Jesusaves | 1 | -1/+2 |
2020-02-28 | Beanie Copter Quest, by @WildX request | Jesusaves | 1 | -0/+2 |
2020-01-10 | Fix Hall Of Acorns. | Jesusaves | 1 | -15/+15 |
2020-01-10 | Scoreboards. Done upon request (and popularity) | Jesusaves | 2 | -0/+225 |
2020-01-10 | Global Event Handler. | Jesusaves | 4 | -14/+72 |
2020-01-08 | Housekeeping patches, they should not have any visible effect ingame (unless ... | Jesusaves | 1 | -15/+12 |
2019-10-21 | These are the new GM permissions, levels, and clearances for rEvolt. | Jesusaves | 1 | -1/+1 |
2019-10-10 | Change Slime-Littleslime to LittleSlime | Micksha | 1 | -1/+1 |
2019-10-01 | instance for training room, training npc, new quest id | toams | 1 | -0/+28 |
2019-05-13 | Update from hercules | Andrei Karas | 4 | -12/+12 |
2019-05-01 | Make Mundane walk, instead of jumping. | Jesusaves | 3 | -2/+47 |
2019-04-27 | Alpha version of spotlight system - requires a fixed clientdata!119 or won't ... | Jesusaves | 2 | -0/+103 |
2019-04-26 | Address race concerns of evol-all#35 because I wanted something pretty. | Jesusaves | 1 | -0/+36 |
2019-04-16 | Package Legion for travel. | Jesusaves | 2 | -1/+29 |
2019-04-13 | Reimplement INN system and add Rusty Pick Inn | Jesusaves | 2 | -14/+15 |
2019-04-09 | Change Legion Main Hall Map Mask System | Jesusaves | 1 | -47/+21 |
2019-04-04 | Implement `@tutorial` and add the tutorial book in 001-2-5. | Jesusaves | 1 | -0/+4 |
2019-03-05 | ... That's why you shouldn't code with an empty stomach and without taking an | Jesusaves | 2 | -6/+53 |
2019-03-05 | Update the quest to address Micksha notes. | Jesusaves | 1 | -0/+51 |
2019-03-01 | Remove extra white spaces | Andrei Karas | 3 | -3/+3 |
2019-02-28 | The four sewer mouths in Artis. They all behave differently. | Jesusaves | 1 | -0/+73 |
2018-12-06 | Remove extra parameter from function getnpcid | Andrei Karas | 4 | -7/+7 |
2018-11-05 | Hurnscald mega-commit | gumi | 6 | -0/+304 |
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 | 2 | -493/+459 |
2018-07-05 | improve the shovel script | gumi | 1 | -2/+2 |
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 | 1 | -0/+5 |
2018-06-25 | add relative_array_random() | gumi | 1 | -0/+35 |
2018-05-20 | Show client too old warning if client version < 24.s20180614 | Andrei Karas | 1 | -1/+1 |
2018-04-22 | we don't need strcmp for string < string | gumi | 1 | -11/+3 |