Remove freelist remnants
0 lines of code changed in 1 file:
Make function static
1 lines of code changed in 2 files:
Remove item free list
2 lines of code changed in 3 files:
Fix direction of stairs
2 lines of code changed in 1 file:
Resurrect setup for extendedTextInfos
Although the extendedTextInfos setup command is now deprecated because
servers use 'drawextinfo' instead of 'drawinfo' by default, old servers
are still in active use. Resurrect extendedTextInfos so that
'drawextinfo' is used on any server that supports it.
14 lines of code changed in 2 files:
Fix null dereference
Some objects might not have names, even though they are valid objects.
Prevent a null dereference from crashing the server if the server tries
to play sounds for these objects.
3 lines of code changed in 1 file:
Improve package sending help text in the IPO
Submitted by: DraugTheWhopper (patch #391)
2 lines of code changed in 1 file:
Allow subdirectory builds
Submitted by: Steven Johnson (patch #390)
84 lines of code changed in 29 files:
Some changes to Ali's Cave near Navar
- No_spells area is expanded a little, and has a new floor to indicate
something might be different.
- Unholy_ground area no longer covers the whole cave, instead only the
same area as the no_spells.
- A little more treasure in the intermediate room
- Reworked entrance area to look nicer, and move exits to the edge of
the map.
- Swapped positions of the rats and tigers, to scale difficulty
correctly as you push further into the cave This should help deter
low-level characters without instantly killing them when they
encounter tigers
- The djinn is now a vanilla major djinn, and no longer has special
buffs.
Submitted by: DraugTheWhopper (patch #389)
741 lines of code changed in 2 files:
Fix format string warning
1 lines of code changed in 1 file:
Include project headers first
In the case that some system package installs a system-wide header file
named config.h, it will override our config.h, causing our build to
break. Prevent this from happening by changing the header file order to
bring in our header files first.
6 lines of code changed in 2 files:
Fall back to searching for python3
python3-embed does not exist as a pkg-config package on many systems,
including Ubuntu and FreeBSD. Fall back to searching for python3,
replacing the (now incorrect) fall back to python-2.7.
6 lines of code changed in 1 file:
Update README
6 lines of code changed in 1 file:
Do not clear FLAG_REMOVED when loading archetypes
Tracker: bugs/886
0 lines of code changed in 1 file:
Add configure checks for arch and maps
6 lines of code changed in 1 file:
Fix collect targets
15 lines of code changed in 1 file:
Lower log level for missing new highscore files
1 lines of code changed in 1 file:
Bump version string to 1.75.0
2 lines of code changed in 2 files:
Remove unused variable
0 lines of code changed in 1 file:
Hide map mechanisms
370 lines of code changed in 1 file:
(1192 more)