Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-07-05 | mesc() is a function to optimize mes(col(l())), saving parenthesis. | Jesusaves | 1 | -3/+3 | |
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 | |
2017-12-29 | rename closedialog to closeclientdialog | Thibault Payet | 1 | -1/+1 | |
2017-10-11 | what's up with this crazy syntax?s20171023 | gumi | 1 | -2/+2 | |
I blame Reid | |||||
2017-08-19 | Replace bit flags by constants on narrator and speech functions. | Reid | 1 | -1/+1 | |
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-07-17 | Because of translations, reworked several sentences in scripts, added ↵ | Alige | 1 | -7/+7 | |
missing words and M/F options. | |||||
2016-06-27 | Changed all item IDs by their aegisname in scripts. | Alige | 1 | -23/+23 | |
2016-02-20 | Add new food and a drunk label on alige from artis. | Reid | 1 | -0/+14 | |
2016-01-30 | Replace countitemcolor to countitem. | Andrei Karas | 1 | -17/+17 | |
2015-09-27 | Replace setnpcdistance to '.distance'. | Andrei Karas | 1 | -1/+1 | |
2015-09-27 | Replace calls to setnpcsex by assigning '.sex' variable. | Andrei Karas | 1 | -1/+1 | |
2015-09-04 | Fix some wrong IDs on alige's script. | Reid | 1 | -2/+2 | |
2015-08-11 | Use npc sprite names in all scripts. | Andrei Karas | 1 | -2/+2 | |
2015-06-20 | Replace NPC names by NPC IDs. | Reid | 1 | -15/+17 | |
2015-03-14 | Correct an issue with restorecam. | Reid | 1 | -1/+2 | |
2015-03-05 | rename function menu2 into menuint. | Andrei Karas | 1 | -1/+1 | |
2015-03-05 | Add function menu2 for return some missing features. | Andrei Karas | 1 | -1/+1 | |
Example: menu2 "test 1", 10, "test 2", 20; If select "test 1", will set @menuret to 10, and @menu to 1 If select "test 2", will set @menuret to 20, and @menu to 2 | |||||
2015-02-03 | Fix alige animation. | Reid | 1 | -13/+16 | |
2014-12-05 | Replace script function set to direct variable assignments. | Andrei Karas | 1 | -2/+2 | |
2014-12-02 | Fix case in all function names. | Andrei Karas | 1 | -1/+1 | |
2014-12-02 | Call all functions directly (without callfunc). | Andrei Karas | 1 | -1/+1 | |
2014-12-02 | Add new sex consts. | Reid | 1 | -1/+1 | |
2014-11-29 | Restore active distance to all npcs. | Andrei Karas | 1 | -1/+1 | |
2014-11-29 | Restore gender to most npcs. | Andrei Karas | 1 | -2/+4 | |
2014-11-21 | Replace temp variables into scope temp variables. | Andrei Karas | 1 | -11/+11 | |
2014-11-20 | Reassign npcs id in allowed range. | Andrei Karas | 1 | -1/+1 | |
2014-11-04 | convert server data for using with hercules. | Andrei Karas | 1 | -17/+20 | |
2014-02-11 | English fixes done Qwerty Dragon. | Alige | 1 | -14/+15 | |
2013-08-08 | Change every label names from l_ to L_ . | Reid Yaro | 1 | -45/+45 | |
2013-06-21 | Correct wrong item IDs on alige script. Reported by Kenny690. | Reid Yaro | 1 | -2/+2 | |
2013-06-12 | Clean up some files. | Reid Yaro | 1 | -2/+1 | |
2013-05-26 | Add argument on inventoryplace. | Reid Yaro | 1 | -4/+2 | |
2013-03-07 | NPC dialogue revamp. Alige script reviewed. | Hal9000 | 1 | -0/+1 | |
2013-03-04 | Fix code style. | Andrei Karas | 1 | -4/+1 | |
Add missing spaces, remove useless empty lines. | |||||
2013-02-03 | Improvements and bug fix in alige's script. | Alige | 1 | -5/+10 | |
2013-02-01 | Forgot a line in alige's script. | Alige | 1 | -0/+1 | |
2013-02-01 | Several fixes in alige's script. This is not a language fixing commit. | Alige | 1 | -6/+20 | |
2013-01-18 | Add loop on Alige script. | Reid Yaro | 1 | -4/+12 | |
2013-01-06 | Fixed newly added language in julia's script. | Alige | 1 | -1/+0 | |
Major consistency fixes: removing useless whitespaces and returns to next line. | |||||
2012-12-31 | Fix alige food selection. | Andrei Karas | 1 | -0/+1 | |
2012-12-27 | Renamed the 'Lettuce' item to 'Lettuce Leaf'. | Alige | 1 | -1/+1 | |
2012-12-24 | Fixed several things in the script of alige. | Alige | 1 | -5/+7 | |
Added the missing script for the headache created by the pumpkin seeds. Differenciated the scripts of the blobime and the seeds. | |||||
2012-12-24 | Fixed a bug in a script. | Alige | 1 | -1/+1 | |
2012-12-24 | Chef Gado now asks for 2 Half Croconuts instead of 1 Croconut. That'll make ↵ | Alige | 1 | -11/+13 | |
the player know he can use a Croconut. Major fixes about missing gender strings in npc dialogues. Other random fixes in some dialogues. | |||||
2012-12-19 | Added camera movement on alige.txt because this NPC is hidden and the player ↵ | Alige | 1 | -1/+27 | |
may not have noticed it. | |||||
2012-12-12 | Fix a bug in Alige script. | Hal9OOO | 1 | -1/+1 | |
2012-12-10 | First round-up of questchain cleaning. | Hal9OOO | 1 | -0/+1 | |
2012-12-09 | Correct close behaviour in many dialogues. Democratize l_Quit function. | Hal9OOO | 1 | -10/+4 | |