Inform the player of the result of applying a glowing crystal, and give the new charge level while we're at it.
122 lines of code changed in 2 files:
List of all scripts, with maps in which they appear.
169 lines of code changed in 13 files:
Some documentation.
19 lines of code changed in 2 files:
Use Qt's class instead of stat().
3 lines of code changed in 1 file:
Track scripts on a map.
366 lines of code changed in 13 files:
Put back item if a script prevented it being picked up.
14 lines of code changed in 1 file:
Log who plays with server shutdown.
3 lines of code changed in 1 file:
Use isqrt() as a wrapper around sqrt()
There is no evidence that sqrt() is significantly slower than the
original isqrt() implementation. Since isqrt() is often called on
numbers greater than 1000, isqrt() is in fact slower than sqrt() when
compiled without optimization flags.
3 lines of code changed in 1 file:
Fix documentation.
3 lines of code changed in 1 file:
Generate treasure from list.
53 lines of code changed in 4 files:
Show item probability.
4 lines of code changed in 1 file:
Ask for a C99 compiler
2 lines of code changed in 2 files:
Update ChangeLog
14 lines of code changed in 1 file:
Prevent shops from claiming 'worthless' sold items
When the player is offered nothing for an item, the shop should not
mark the item as unpaid even if it is worth something.
0 lines of code changed in 1 file:
Clean up sell_item() and fix payment message
23 lines of code changed in 1 file:
Fix issue on map /quests/saromok/castlesaromok_inside with a bullet wall.
1 lines of code changed in 1 file:
Remove useless logs, as find_archetype() will LOG() if the archetype does not exist.
1 lines of code changed in 2 files:
Remove non needed variable change.
0 lines of code changed in 1 file:
Fix documentation.
7 lines of code changed in 1 file:
Fix documentation.
26 lines of code changed in 1 file:
Update shop test
1 lines of code changed in 1 file:
Remove old shop functions from plugin interface
0 lines of code changed in 4 files:
Rewrite query_cost_string() and related functions
56 lines of code changed in 3 files:
Refactor query_cost() into separate functions
108 lines of code changed in 6 files:
Fix documentation.
3 lines of code changed in 4 files:
Add a face suffix for 'Holding' artifacts.
1 lines of code changed in 1 file:
Allow 'face_suffix' in artifacts.
42 lines of code changed in 2 files:
Display artifact animation or face.
39 lines of code changed in 4 files:
Improve artifact display.
60 lines of code changed in 2 files: