Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-11-13 | Change body type back to gendergenderfix | Andrei Karas | 7 | -7/+7 | |
2020-10-24 | CONTENT III SUPER MERGE REQUEST | Jesusaves | 1 | -0/+15 | |
Included: * Tulimshar Casino * Placeholder fixing/filling * Food Questline * Rossy Quest * Galimatia Quest (mostly by Livio) * Edourard bugs * Blood Donor Quest (from Moubootaur Legends) * Merchant Guild Quest * Mundane Bugfix * La Marine * Hurns Doctor easter eggs * Sailing to Argaes with Legion * Other things not relevant enough to be noted down, I guess | |||||
2020-08-28 | Regenerate maps | Jesusaves | 1 | -4/+4 | |
2020-08-06 | partly rewrite the intro to add a referral system | Jesusaves | 1 | -3/+3 | |
Co-authored-by: gumi <git@gumi.ca> | |||||
2020-08-05 | remove the all mentions of sex or gender from scripts | gumi | 8 | -11/+11 | |
2020-05-09 | remove the entire notion of marriage | gumi | 1 | -1/+1 | |
2020-04-11 | Add the [Clothes Pack], containing the destroyed equipment from the player. | Jesusaves | 1 | -0/+26 | |
This item is obtained from Doomsday event epilogue. “Contains merge items which can be restored by a skilled NPC”. The name of this NPC is... Perhaps, Gumi? %%M :> | |||||
2020-02-01 | Give players 5 seconds to collect the loot. | Jesusaves | 1 | -0/+1 | |
Inform them of victory with a dispbottom, and increase OnTimeout in 5 seconds to prevent accidental explosion. Please note that player could run to ship hold's door and really mess the quest. (It would cause a double-warp effect, and Peter would ask, “I am broken?”). | |||||
2019-10-20 | remove useless zeny calculations | gumi | 3 | -4/+4 | |
2019-04-13 | Reimplement INN system and add Rusty Pick Inn | Jesusaves | 1 | -4/+20 | |
2019-04-03 | Update Alige script file for better user experience. | Jesusaves | 1 | -33/+35 | |
Code-style-wise, this is what we call "legacy" and needs "total rewrite". I'm not willing to totally rewrite it, only to improve user experience. Total rewrite can be done by real coders later, if they want. | |||||
2019-03-09 | Replace eight calls for warp on npc/000-2-1 by slide calls (in legacy syntax) | Jesusaves | 1 | -4/+4 | |
Just wanted to say I'm still alive, although this may improve game performance. | |||||
2019-03-05 | ... That's why you shouldn't code with an empty stomach and without taking an | Jesusaves | 1 | -241/+204 | |
Afternoon nap %%O | |||||
2019-03-01 | Remove extra white spaces | Andrei Karas | 1 | -1/+1 | |
2019-02-28 | Guide players by hand to get started on the game. | Jesusaves | 1 | -1/+8 | |
2018-12-06 | Remove extra parameter from function getnpcid | Andrei Karas | 1 | -2/+2 | |
2018-07-05 | mesc() is a function to optimize mes(col(l())), saving parenthesis. | Jesusaves | 4 | -16/+16 | |
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-05-16 | fix wildx's commits20180518 | gumi | 1 | -1/+1 | |
2018-01-26 | Fix typo with a semicolon in Dan NPC scripts20180208 | Dan Sagunov | 1 | -1/+1 | |
2017-12-29 | rename closedialog to closeclientdialog | Thibault Payet | 4 | -5/+5 | |
2017-10-11 | what's up with this crazy syntax?s20171023 | gumi | 2 | -3/+3 | |
I blame Reid | |||||
2017-08-19 | Replace bit flags by constants on narrator and speech functions. | Reid | 3 | -5/+5 | |
2017-06-05 | remove misceffect usage from scripts | gumi | 1 | -2/+2 | |
2017-01-31 | regenerate mob spawns with tmw converter. | Andrei Karas | 1 | -1/+1 | |
2017-01-15 | fix lg misuse | gumi | 1 | -1/+2 | |
2017-01-15 | rectify the indentation | gumi | 1 | -1/+1 | |
2017-01-08 | remove .gat suffix everywhere | gumi | 3 | -19/+19 | |
2017-01-08 | Consistency of the authors in scripts. | Alige | 1 | -2/+2 | |
2017-01-06 | make the chests automatically close | gumi | 1 | -5/+22 | |
2017-01-06 | add a delay on close/open chest | omatt | 1 | -33/+32 | |
2016-11-24 | Add auto-gen files in | wushin | 4 | -7/+49 | |
2016-11-22 | Remove hand written generic saves | wushin | 2 | -29/+1 | |
2016-11-05 | chest 000-1, typo name, add sound | omatt | 1 | -2/+4 | |
2016-09-20 | Revert "Changed "Pumpkish Juice" to "Pumpkin Juice" in Alige script" | Andrei Karas | 1 | -1/+1 | |
This reverts commit ca69ddac66c1bc5fcd914bb98a4394d4ec9f0685. | |||||
2016-09-19 | Changed "Pumpkish Juice" to "Pumpkin Juice" in Alige script | WildX | 1 | -1/+1 | |
2016-08-20 | Convert npc directory into new format. | Andrei Karas | 1 | -14/+14 | |
2016-08-07 | Sentence in peter's script way too long, cut in several strings. | Alige | 1 | -1/+5 | |
2016-07-20 | Removed male/female uncessary translation in arpan's script. | Alige | 1 | -1/+1 | |
2016-07-19 | change the arpan dialogue about money in old habit | omattornot | 1 | -2/+16 | |
2016-07-19 | Continued fixing typos and rewording sentences, after reading the translations. | Alige | 3 | -4/+4 | |
2016-07-17 | Because of translations, reworked several sentences in scripts, added ↵ | Alige | 2 | -8/+8 | |
missing words and M/F options. | |||||
2016-07-11 | Made it clearer for the player to get his new clothes from the chest, at the ↵ | Alige | 1 | -1/+1 | |
beginning. Some people didn't understand. | |||||
2016-07-06 | Fixed few bugs in NPC scripts: | Alige | 1 | -11/+11 | |
Changed item IDs to their aegisname Added missing 's' after @@ when needed Few other fixes in english | |||||
2016-06-27 | Changed all item IDs by their aegisname in scripts. | Alige | 4 | -35/+35 | |
2016-06-18 | Introduced the name of the Drasil Island in npc scripts. | Alige | 1 | -1/+1 | |
Also fixed some english issues in some npc dialogues. | |||||
2016-06-14 | Fixed some missings girl/boy feature in some scripts. | Alige | 1 | -1/+1 | |
2016-06-14 | Fixed the line with value names in _mobs.txt files. | Alige | 1 | -2/+1 | |
2016-06-14 | Added a line to describe the different values, in all _mobs.txt files. | Alige | 1 | -0/+2 | |
Also preparing to add a name to all of the maps. | |||||
2016-03-28 | Remove useless variabled before inventoryplace. | Andrei Karas | 2 | -4/+0 | |
2016-02-21 | Fix the long time bug on peter that respawn the dead player on the wall. | Reid | 1 | -1/+1 | |