Search found 412 matches
- Mon Feb 13, 2023 1:28 pm
- Forum: Announcements
- Topic: Client updates
- Replies: 83
- Views: 917685
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...
- Sun Feb 12, 2023 4:46 pm
- Forum: Announcements
- Topic: Client updates
- Replies: 83
- Views: 917685
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...
- Sun Feb 12, 2023 4:45 pm
- Forum: Announcements
- Topic: Server updates
- Replies: 113
- Views: 934645
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 (...
- Sat Feb 04, 2023 2:28 pm
- Forum: Announcements
- Topic: Server updates
- Replies: 113
- Views: 934645
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 ...
- Sat Feb 04, 2023 2:28 pm
- Forum: Announcements
- Topic: Client updates
- Replies: 83
- Views: 917685
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...
- Fri Jan 06, 2023 8:27 am
- Forum: General Discussion
- Topic: TomeNET via SSH - certain characters look off
- Replies: 2
- Views: 13852
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.
- Fri Jan 06, 2023 8:09 am
- Forum: General Discussion
- Topic: How to understand the config files?
- Replies: 2
- Views: 17244
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,...
- Fri Jan 06, 2023 7:56 am
- Forum: Your creations
- Topic: Alternate audio packs
- Replies: 15
- Views: 68006
Re: Alternate audio packs
pingggg
- Fri Jan 06, 2023 7:51 am
- Forum: Bugs
- Topic: EXPENSIVE_ITEM forces crash and panic save
- Replies: 5
- Views: 23055
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...
- Mon Dec 26, 2022 11:27 pm
- Forum: Announcements
- Topic: Client updates
- Replies: 83
- Views: 917685
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 ...