Skip to content
Snippets Groups Projects
Xonotic Admin User's avatar
pushed to branch master at Xonotic / DarkPlaces
  • af1e5c03 · Allow prvm_edictset to return the current value (#228)
Xonotic Admin User's avatar
pushed to branch master at Xonotic / DarkPlaces
  • 0c163009 · fs: fix memory leak when zlib's inflateInit fails (#245)
terencehill's avatar
commented on merge request !1474 "Fix weapon impulses being taken up by special attacks" at Xonotic / xonotic-data.pk3dir

Implemented my idea in !1497, this thread can be resolved.

terencehill's avatar
opened merge request !1497 "Reduce the number of weapon impulses used, restore the Ball Stealer alias" at Xonotic / xonotic-data.pk3dir
Xonotic Admin User's avatar
pushed to branch master at Xonotic / Daemon
Mario's avatar
commented on merge request !1474 "Fix weapon impulses being taken up by special attacks" at Xonotic / xonotic-data.pk3dir

It's not that I don't like the idea, it's that doing so is feature creep and would be best deferred until after this change is in place. The Overki...

Mario's avatar
  • b242074f · Revert "Filter out Overkill weapons from weapon impulse alias creat...
terencehill's avatar
commented on merge request !1474 "Fix weapon impulses being taken up by special attacks" at Xonotic / xonotic-data.pk3dir

It doesn't look good to me, my idea was to allow having unique aliases for all weapons, you removed all the weapon_ok* aliases and added the ball s...

Mario's avatar
commented on merge request !1474 "Fix weapon impulses being taken up by special attacks" at Xonotic / xonotic-data.pk3dir

Alright, I've made that change.

Mario's avatar
  • df5e7bc6 · Filter out Overkill weapons from weapon impulse alias creation
Mario's avatar
commented on merge request !1474 "Fix weapon impulses being taken up by special attacks" at Xonotic / xonotic-data.pk3dir

Indeed, that would the ideal outcome, as noted previously:...

Mario's avatar
Mario's avatar
commented on merge request !1474 "Fix weapon impulses being taken up by special attacks" at Xonotic / xonotic-data.pk3dir

Done....

terencehill's avatar
commented on merge request !1474 "Fix weapon impulses being taken up by special attacks" at Xonotic / xonotic-data.pk3dir

Since Overkill weapons aren't mean to be used together with the normal weapons, what about giving okmachinegun, oknex and okshotgun the same .m_uni...

terencehill's avatar
commented on merge request !1474 "Fix weapon impulses being taken up by special attacks" at Xonotic / xonotic-data.pk3dir

To remove ambiguity with .impulse I suggest renaming .m_impulse to .m_unique_impulse.

Mario's avatar
commented on merge request !1474 "Fix weapon impulses being taken up by special attacks" at Xonotic / xonotic-data.pk3dir

Given the thread was resolved I'm going to assume the Ball Stealer/Overkill issue is not a roadblock. A TODO note is in place so that it doesn't ge...

Mario's avatar
commented on merge request !1473 "Fix broken mod icons in the server list" at Xonotic / xonotic-data.pk3dir

Has a consensus been reached that this is a rejected approach to solving the problem? If so, please advise so that it can be closed.

Mario's avatar
closed merge request !1449 "Draft: Make models and sounds selectively precached" at Xonotic / xonotic-data.pk3dir
Mario's avatar
commented on merge request !1449 "Draft: Make models and sounds selectively precached" at Xonotic / xonotic-data.pk3dir

Recently I discovered that every networked entity and every cached sound/model needs to be sent to the client while connecting, and with enough sou...