Skip to content

Releases: NeotokyoRebuild/neo

Latest Master Build

08 Jun 11:57
b880939

Choose a tag to compare

Latest Master Build Pre-release
Pre-release
Change the marker cvars delimiter char (#1968)

* Change HUD marker delimiter from ';' to ','

Change the "cl_neo_...marker" cvars' delimiter character from ';' to
',', because the engine tokenizer uses the semicolon as a command-level
delimiter, and there is no escape character available. This causes
issues for nested semicolons in config file binds etc, where the inner
semicolon of the marker syntax is incorrectly intepreted as the
end-of-command token.

I'm taking the easy route of simply changing our marker delimiter
character to something better supported, because we don't have source
code access to the lexer internals, so else we'd have to detour or shim
the engine interface which gets ugly.

This has the one-time side effect of mauling people's marker configs for
the next patch, but that shouldn't be too much of an issue since the
config is trivially fixable for anyone with custom settings.

We might also want to revisit the crosshair code delimiters and any
other such serialized data in the future, and perhaps transfer them over
to a more suitable delimiter character as well.

* Only allow printable chars for marker cvars

* Add sanity check

v29.1-alpha

05 Jun 11:02
b4f3383

Choose a tag to compare

What's Changed

  • Fixup FF crosshair being shown in hipfire when hipfire off by @nullsystem in #1976
  • Fix missing script sound entries for VPK build by @Rainyan in #1950
  • Reduce instruction set baseline to just x86-64 (GCC, Linux only) by @nullsystem in #1978
  • Don't sort cloaked players with translucent entities when they're drawn opaque in thermals by @AdamTadeusz in #1966

Full Changelog: v29.0-alpha...v29.1-alpha

v28.5-alpha

06 Jun 18:10
21adaa1

Choose a tag to compare

What's Changed

  • Cherry-pick: Correct camera position when leaning in stv demos (#1933) by @Agiel in #1975

Full Changelog: v28.4-alpha...v28.5-alpha

v29.0-alpha

24 May 15:51
3655262

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v28.4-alpha...v29.0-alpha

v28.4-alpha

22 Mar 15:24
c493844

Choose a tag to compare

What's Changed

Full Changelog: v28.3-alpha...v28.4-alpha

v28.3-alpha

19 Mar 15:32
dddca63

Choose a tag to compare

What's Changed

Full Changelog: v28.2-alpha...v28.3-alpha

v28.2-alpha

19 Mar 12:02
0a7b05f

Choose a tag to compare

What's Changed

Full Changelog: v28.1-alpha...v28.2-alpha

v28.1-alpha

12 Mar 17:50
36087ff

Choose a tag to compare

What's Changed

Full Changelog: v28.0-alpha...v28.1-alpha

v28.0-alpha

10 Mar 14:55
3bae874

Choose a tag to compare

What's Changed

Full Changelog: v27.1-alpha...v28.0-alpha

v27.1-alpha

01 Mar 21:02
50f0f85

Choose a tag to compare

What's Changed

  • Fix viewmodel not disappearing when scoped. by @Agiel in #1767

Full Changelog: latest...v27.1-alpha