Cosmetic changes to Temple to Ixalovh (santo_dominion/temples/ixalovh-temple) in Santo Dominion. World map (world/world_102_107) entrance coordinates updated due to size change of the temple map. No functional changes.
1152 lines of code changed in 2 files:
Clean up CMakeLists
11 lines of code changed in 1 file:
Mark all find_package() macros as REQUIRED
This makes missing dependencies fail at configure instead of compile
time and simplifies CMake logic.
12 lines of code changed in 1 file:
Remove client heartbeats
The server doesn't do anything useful with this information and this
feature has only been causing occasional crashes.
1 lines of code changed in 5 files:
Split random functions into its own file
This makes it possible for plugins to share the cf_random() function
without bringing in all the other symbols required in porting.c.
26 lines of code changed in 4 files:
Add porting.c to citylife plugin build
citylife uses RANDOM() which is implemented as cf_random() in porting.c.
This fixes an undefined symbol at load time.
Reported by: Jason Bergmann
2 lines of code changed in 1 file:
Correct wrong exit coordinates from Temple to Ixalovh (santo_dominion/temples/ixalovh-temple) in Santo Dominion to the world map.
2 lines of code changed in 1 file:
Specific faces for sorcerer's hat, based on wizard's hat.
16 lines of code changed in 5 files:
Correct a typo in the region setting to the Valkyrie and Ixalovh temple maps in (santo_dominion/temples/) in Santo Dominion.
4 lines of code changed in 2 files: