Search found 392 matches

by C. Blue
Mon Feb 13, 2023 1:28 pm
Forum: Announcements
Topic: Client updates
Replies: 81
Views: 632693

Re: Client updates

Client-side changes in 4.9.0c maintenance release: Meta server list in GCU/commandline mode no longer gets blanked out. big_map can now be toggled, enabled and disabled via = b/M/n keys (instead of just toggled with =b). big_map can also be toggled via /opt commands even though it is not a real opti...
by C. Blue
Sun Feb 12, 2023 4:46 pm
Forum: Announcements
Topic: Client updates
Replies: 81
Views: 632693

Re: Client updates

Client-side changes in 4.9.0b maintenance release: Excess character from very long item names cleared in inventory/equipment window. big_map removed from options. Instead it is now a client-global toggle at = b that is account- and character-agnostic and is only saved in the currently used .ini (Win...
by C. Blue
Sun Feb 12, 2023 4:45 pm
Forum: Announcements
Topic: Server updates
Replies: 112
Views: 685927

Re: Server updates

Server-side changes in 4.9.0b maintenance release: Jail dungeons are now escape tunnels: At the final floor they have another (one-way) staircase in their traversal direction that will actually lead you out. Word-of-recall is not possible/required anymore. Halls of Mandos now comes with 3 of the 4 (...
by C. Blue
Sat Feb 04, 2023 2:28 pm
Forum: Announcements
Topic: Server updates
Replies: 112
Views: 685927

Re: Server updates

Server-side changes in 4.9.0a maintenance release: Healing now prints the actual mounts, much like damage messages print the damage done. Fixed a situational healing spell glitch for certain healing spells when used during active wraithform. Fixed a spell glitch for stasis-inducing spells when used ...
by C. Blue
Sat Feb 04, 2023 2:28 pm
Forum: Announcements
Topic: Client updates
Replies: 81
Views: 632693

Re: Client updates

Client-side changes in 4.9.0a maintenance release: Guide searching buffer overflow fixed; guide searching improved/fixed some collisions and bad results. Guide updated too, accordingly. lcrypt no longer needed to build the client. sound.cfg/music.cfg syntax more flexible regarding whitespaces. Serve...
by C. Blue
Fri Jan 06, 2023 8:27 am
Forum: General Discussion
Topic: TomeNET via SSH - certain characters look off
Replies: 2
Views: 4195

Re: TomeNET via SSH - certain characters look off

Hm, would be nice to know if turning off font_map_solid_walls helped him =_= but iirc we had the same problem once and it should be the solution, yes.
by C. Blue
Fri Jan 06, 2023 8:09 am
Forum: General Discussion
Topic: How to understand the config files?
Replies: 2
Views: 7010

Re: How to understand the config files?

There is practically no admin doc except for code/data file comments. Item flags that grant protection from destruction by elemental attacks are IGNORE_xxx (where xxx is the actual element), look in src/common/defines.h for these, for example. ALL flags are actually defined in this file. In general,...
by C. Blue
Fri Jan 06, 2023 7:56 am
Forum: Your creations
Topic: Alternate audio packs
Replies: 9
Views: 36020

Re: Alternate audio packs

pingggg
by C. Blue
Fri Jan 06, 2023 7:51 am
Forum: Bugs
Topic: EXPENSIVE_ITEM forces crash and panic save
Replies: 5
Views: 7931

Re: EXPENSIVE_ITEM forces crash and panic save

This should _not_ happen if the server is built correctly. Do not try to remove/workaround this just to silence this particular crash, as it actually indicates a deeper problem with the exectuable. It is very likely not an actual code bug. To me it seems that the server is linked from bad object fil...
by C. Blue
Mon Dec 26, 2022 11:27 pm
Forum: Announcements
Topic: Client updates
Replies: 81
Views: 632693

Re: Client updates

The 4.9.0 client migrated from SDL 1.2 to 2. Note that you need at least SDL2_mixer version 2.6 if you compile it yourself 4.9.0 client changes: Graphics tiles support, finally, thanks to jEzEk, including support for two tile masks: Foreground mask determines which pixels are drawn in 'attr' colour ...