Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

OpenNox

Creating a modern implementation of Nox game engine.
Collective - Host: opensource - https://opencollective.com/opennox - Code: https://github.com/noxworld-dev/opennox

Move wall destroy handler to the client.

github.com/noxworld-dev/opennox - 58923bcc6611d85329edbaac518e7d379a2d60c3 authored 11 months ago by Denys Smirnov <[email protected]>
Simplify fade begin handler.

github.com/noxworld-dev/opennox - 4435f66f10ee7142bf6b925a623032fc9c301007 authored 11 months ago by Denys Smirnov <[email protected]>
Use new message send helpers.

github.com/noxworld-dev/opennox - 4462d0b4ebb85fb041791bc68f67709e72163145 authored 11 months ago by Denys Smirnov <[email protected]>
Parse client text messages with noxnet.

github.com/noxworld-dev/opennox - d03d780e083ed84a3573bfa55090ea4c39ece420 authored 11 months ago by Denys Smirnov <[email protected]>
Parse MSG_STAT_MULTIPLIERS with noxnet.

github.com/opennox/opennox - 6517895ac6f89ec03d7cc7b52bcbc95aa9c4ac67 authored 11 months ago by Denys Smirnov <[email protected]>
Parse MSG_FADE_BEGIN with noxnet.

github.com/opennox/opennox - 72a000438d53b48d814ce44eda8ae67725d5b3fc authored 11 months ago by Denys Smirnov <[email protected]>
Move stats multiplier handler to the client.

github.com/opennox/opennox - fe4c3c0e302f6fbf16c28ac9398a886c8e8dc6c5 authored 11 months ago by Denys Smirnov <[email protected]>
Move jiggle fx handler to the client.

github.com/noxworld-dev/opennox - 6a8bd0b66830ef54a54c558e2e25561396885dd9 authored 11 months ago by Denys Smirnov <[email protected]>
Start moving client net handlers to the client package.

github.com/opennox/opennox - 79b81dff2038c4d2d5f29bcaca9afd2ad2bbb24e authored 11 months ago by Denys Smirnov <[email protected]>
Add ByNetCode for client.

github.com/opennox/opennox - 0d5c43a79e7e53a443c941f30a9cba60f187ba2c authored 11 months ago by Denys Smirnov <[email protected]>
Use new message send helpers.

github.com/opennox/opennox - 4462d0b4ebb85fb041791bc68f67709e72163145 authored 11 months ago by Denys Smirnov <[email protected]>
Parse server text messages with noxnet. Allow replacing text.

github.com/opennox/opennox - 1f8386bd8fc158f123568c813c376dff0c6a791e authored 11 months ago by Denys Smirnov <[email protected]>
Parse client text messages with noxnet.

github.com/opennox/opennox - d03d780e083ed84a3573bfa55090ea4c39ece420 authored 11 months ago by Denys Smirnov <[email protected]>
Move wall destroy handler to the client.

github.com/opennox/opennox - 58923bcc6611d85329edbaac518e7d379a2d60c3 authored 11 months ago by Denys Smirnov <[email protected]>
Move jiggle fx handler to the client.

github.com/opennox/opennox - 6a8bd0b66830ef54a54c558e2e25561396885dd9 authored 11 months ago by Denys Smirnov <[email protected]>
Simplify fade begin handler.

github.com/opennox/opennox - 4435f66f10ee7142bf6b925a623032fc9c301007 authored 11 months ago by Denys Smirnov <[email protected]>
Cleanup modifiers.

github.com/noxworld-dev/opennox - ee8efac8f0aebfc34630e289b5776fc4137e2aeb authored 11 months ago by Denys Smirnov <[email protected]>
Port and move armor and weapon tables to server.

github.com/noxworld-dev/opennox - 14eb5edfe86f686fdd71ac28073e0f8b7da81639 authored 11 months ago by Denys Smirnov <[email protected]>
Move modifier init to server.

github.com/noxworld-dev/opennox - a5b957b59515fa582b7dab4cabbff3553e0968c8 authored 11 months ago by Denys Smirnov <[email protected]>
Cleanup client type index lookups.

github.com/opennox/opennox - a70fb2dd98a79c69cb63182402cf11eb886c2142 authored 11 months ago by Denys Smirnov <[email protected]>
Move modifier init to server.

github.com/opennox/opennox - a5b957b59515fa582b7dab4cabbff3553e0968c8 authored 11 months ago by Denys Smirnov <[email protected]>
Port player draw parsing.

github.com/noxworld-dev/opennox - 2e626512951f7b7137f6141cb610227037bd8881 authored 11 months ago by Denys Smirnov <[email protected]>
Add type for drawable union.

github.com/noxworld-dev/opennox - b1a5ae0229e7373e66877470b9406b14b6b3c88f authored 11 months ago by Denys Smirnov <[email protected]>
Cleanup client type index lookups.

github.com/noxworld-dev/opennox - a70fb2dd98a79c69cb63182402cf11eb886c2142 authored 11 months ago by Denys Smirnov <[email protected]>
Handle client net text messages from Go.

github.com/noxworld-dev/opennox - 574ae9133f85cac6a60a7bfb1b79e143f1ffb510 authored 11 months ago by Denys Smirnov <[email protected]>
Add interface for Player and NPC for getting armor and weapon info.

github.com/noxworld-dev/opennox - 0d75e0f56344eaf25909b4334f21a52f34f3d7f7 authored 11 months ago by Denys Smirnov <[email protected]>
Add type for drawable union.

github.com/opennox/opennox - b1a5ae0229e7373e66877470b9406b14b6b3c88f authored 11 months ago by Denys Smirnov <[email protected]>
Port monster drawing. Type gameplay flags.

github.com/opennox/opennox - bb7b711e4bb0a52a6cbfec8cfb36f4e5d4c5332d authored 11 months ago by Denys Smirnov <[email protected]>
Handle client net text messages from Go.

github.com/opennox/opennox - 574ae9133f85cac6a60a7bfb1b79e143f1ffb510 authored 11 months ago by Denys Smirnov <[email protected]>
Port player draw parsing.

github.com/opennox/opennox - 2e626512951f7b7137f6141cb610227037bd8881 authored 11 months ago by Denys Smirnov <[email protected]>
Minor renames and a few comments.

github.com/opennox/opennox - cfe77642c3b6b3b5717ff55fbbffb398290e814c authored 11 months ago by Denys Smirnov <[email protected]>
Add comment for game flag 22.

github.com/opennox/opennox - 95435338a26e5e96af7a61f42dfcfd7ebd1e12fe authored 11 months ago by Denys Smirnov <[email protected]>
Remove duplicate functions for host's client code.

github.com/noxworld-dev/opennox - f7b118a7534f67e8db3aeac7cb389703c48847f8 authored 11 months ago by Denys Smirnov <[email protected]>
Port monster and maiden draw parsing.

github.com/opennox/opennox - ef65c5080b1b2b89d09374ac66448fbc317a8664 authored 11 months ago by Denys Smirnov <[email protected]>
Port NPC array.

github.com/opennox/opennox - 041c7f403ef981d45de2f58331390f2e8ae5bf59 authored 11 months ago by Denys Smirnov <[email protected]>
Port monster drawing. Type gameplay flags.

github.com/noxworld-dev/opennox - bb7b711e4bb0a52a6cbfec8cfb36f4e5d4c5332d authored 11 months ago by Denys Smirnov <[email protected]>
Remove duplicate functions for host's client code.

github.com/opennox/opennox - f7b118a7534f67e8db3aeac7cb389703c48847f8 authored 11 months ago by Denys Smirnov <[email protected]>
Remove C drawable func table.

github.com/noxworld-dev/opennox - 2a0ad70217f8d42a7f4e7a4edff8bfa638566e98 authored 11 months ago by Denys Smirnov <[email protected]>
Add interface for Player and NPC for getting armor and weapon info.

github.com/opennox/opennox - 0d75e0f56344eaf25909b4334f21a52f34f3d7f7 authored 11 months ago by Denys Smirnov <[email protected]>
Port NPC array.

github.com/noxworld-dev/opennox - 041c7f403ef981d45de2f58331390f2e8ae5bf59 authored 11 months ago by Denys Smirnov <[email protected]>
Add comment for game flag 22.

github.com/noxworld-dev/opennox - 95435338a26e5e96af7a61f42dfcfd7ebd1e12fe authored 11 months ago by Denys Smirnov <[email protected]>
Rename Drawable fields.

github.com/opennox/opennox - 637d46e7b43d27dbab742710ec66f801d0d1055f authored 11 months ago by Denys Smirnov <[email protected]>
Port monster and maiden draw parsing.

github.com/noxworld-dev/opennox - ef65c5080b1b2b89d09374ac66448fbc317a8664 authored 11 months ago by Denys Smirnov <[email protected]>
Minor renames and a few comments.

github.com/noxworld-dev/opennox - cfe77642c3b6b3b5717ff55fbbffb398290e814c authored 11 months ago by Denys Smirnov <[email protected]>
Port and move armor and weapon tables to server.

github.com/opennox/opennox - 14eb5edfe86f686fdd71ac28073e0f8b7da81639 authored 11 months ago by Denys Smirnov <[email protected]>
Remove C drawable func table.

github.com/opennox/opennox - 2a0ad70217f8d42a7f4e7a4edff8bfa638566e98 authored 11 months ago by Denys Smirnov <[email protected]>
Cleanup modifiers.

github.com/opennox/opennox - ee8efac8f0aebfc34630e289b5776fc4137e2aeb authored 11 months ago by Denys Smirnov <[email protected]>
Rename Drawable fields.

github.com/noxworld-dev/opennox - 637d46e7b43d27dbab742710ec66f801d0d1055f authored 11 months ago by Denys Smirnov <[email protected]>
Port Player and NPC draw.

github.com/noxworld-dev/opennox - 29b1a883c552ec6c5e5ad958738cb16f63c9cab2 authored 11 months ago by Denys Smirnov <[email protected]>
Port Player and NPC draw.

github.com/opennox/opennox - 29b1a883c552ec6c5e5ad958738cb16f63c9cab2 authored 11 months ago by Denys Smirnov <[email protected]>
Update dependencies.

github.com/opennox/opennox - 1dbf6fa5a1c32ee2a2b556ebcba2ef5649acd24f authored 11 months ago by Denys Smirnov <[email protected]>
Set default name for storage if not specified.

github.com/opennox/opennox - 9d8d3163c9658fa498b6c272dfbd52e4b93e7cd7 authored 11 months ago by Denys Smirnov <[email protected]>
Update dependencies.

github.com/noxworld-dev/opennox - 1dbf6fa5a1c32ee2a2b556ebcba2ef5649acd24f authored 11 months ago by Denys Smirnov <[email protected]>
Set default name for storage if not specified.

github.com/noxworld-dev/opennox - 9d8d3163c9658fa498b6c272dfbd52e4b93e7cd7 authored 11 months ago by Denys Smirnov <[email protected]>
Add newly reconstructed structures.

github.com/opennox/opennox - 7dfece3bc651c5f24105ca84a0fd32a1b54c38af authored 11 months ago by Denys Smirnov <[email protected]>
Add newly reconstructed structures.

github.com/noxworld-dev/opennox - 7dfece3bc651c5f24105ca84a0fd32a1b54c38af authored 11 months ago by Denys Smirnov <[email protected]>
Parse draw functions from Go.

github.com/opennox/opennox - 03fa4851c0650081212f73f5a021713967eace32 authored 11 months ago by Denys Smirnov <[email protected]>
Parse draw functions from Go.

github.com/noxworld-dev/opennox - 03fa4851c0650081212f73f5a021713967eace32 authored 11 months ago by Denys Smirnov <[email protected]>
Implement store and player events. Save serial in config.

github.com/opennox/opennox - 9afbfe53de1f8d1b01a3495748366692aea116d7 authored 11 months ago by Denys Smirnov <[email protected]>
Implement store and player events. Save serial in config.

github.com/noxworld-dev/opennox - 9afbfe53de1f8d1b01a3495748366692aea116d7 authored 11 months ago by Denys Smirnov <[email protected]>
Allow setting level for a specific spell.

github.com/opennox/opennox - 344f0eb745cc5bf1d8eef8efea958785969205d7 authored 11 months ago by Denys Smirnov <[email protected]>
Allow setting level for a specific spell.

github.com/noxworld-dev/opennox - 344f0eb745cc5bf1d8eef8efea958785969205d7 authored 11 months ago by Denys Smirnov <[email protected]>
Add a few commands useful in multiplayer campaign.

github.com/opennox/opennox - d588d9e980b9dd34b8e670d8f3a8f109ea3f9d23 authored 11 months ago by Denys Smirnov <[email protected]>
Add a few commands useful in multiplayer campaign.

github.com/noxworld-dev/opennox - d588d9e980b9dd34b8e670d8f3a8f109ea3f9d23 authored 11 months ago by Denys Smirnov <[email protected]>
Ignore window-change event on rcon.

github.com/opennox/opennox - f6dce9c5fa8b08378ac97f9cd2fb8c2fecb7b556 authored 11 months ago by Denys Smirnov <[email protected]>
Ignore window-change event on rcon.

github.com/noxworld-dev/opennox - f6dce9c5fa8b08378ac97f9cd2fb8c2fecb7b556 authored 11 months ago by Denys Smirnov <[email protected]>
prevent server.go PlayerUnit crash on server mode

github.com/opennox/opennox - 57827e6476e283fe3c2b5a0dd625a9038f1b9b0e authored 12 months ago by nox <[email protected]>
prevent server.go PlayerUnit crash on server mode

github.com/noxworld-dev/opennox - 57827e6476e283fe3c2b5a0dd625a9038f1b9b0e authored 12 months ago by nox <[email protected]>
Fix crash when copying empty strings. Fixes #655.

github.com/opennox/opennox - 5730df24bc433ea7cf874b0917bca2cf0344a28d authored 12 months ago by Denys Smirnov <[email protected]>
Fix crash when copying empty strings. Fixes #655.

github.com/noxworld-dev/opennox - 5730df24bc433ea7cf874b0917bca2cf0344a28d authored 12 months ago by Denys Smirnov <[email protected]>
Prevent crash for spells higher than level 5. Fixes #656.

github.com/opennox/opennox - f1a58374a607641f2b522515e0e07f5d3494d9d7 authored 12 months ago by Denys Smirnov <[email protected]>
Prevent crash for spells higher than level 5. Fixes #656.

github.com/noxworld-dev/opennox - f1a58374a607641f2b522515e0e07f5d3494d9d7 authored 12 months ago by Denys Smirnov <[email protected]>
Remove player wrapper type.

github.com/opennox/opennox - 5c540c12de5899210266b4640154a2b2b06f546b authored 12 months ago by Denys Smirnov <[email protected]>
Further cleanup.

github.com/opennox/opennox - 98ab8050b968ff92dee81b12dafef5baf7075729 authored 12 months ago by Denys Smirnov <[email protected]>
Cleanup.

github.com/opennox/opennox - d316cf49037aec70c64774ea2d9515bd11de03a3 authored 12 months ago by Denys Smirnov <[email protected]>
Port class stats.

github.com/opennox/opennox - 9fae40d4d8b457063c2059031c390ead8da49abd authored 12 months ago by Denys Smirnov <[email protected]>
Call modifier init.

github.com/opennox/opennox - 4b3c311914a9c8d3d0640299e6d5d7ea7db90162 authored 12 months ago by Denys Smirnov <[email protected]>
Add type shortcut for Flag.

github.com/opennox/opennox - 2b84fd3d7cabc56f3fba4a6baeb31bf5d618911b authored 12 months ago by Denys Smirnov <[email protected]>
Call nox_client_onClassStats directly.

github.com/opennox/opennox - 3cdb92369034c5417f905aa24039934cf7eee113 authored 12 months ago by Denys Smirnov <[email protected]>
Extract stats mult vars from blob.

github.com/opennox/opennox - ac6b3846cbd5594e1c3783618f1d423e77c73d5d authored 12 months ago by Denys Smirnov <[email protected]>
Fix potential out-of-bounds error.

github.com/noxworld-dev/opennox - 2b2a5aa52691d6653cdea6abb3eeefea22a431d9 authored 12 months ago by Denys Smirnov <[email protected]>
Add accessor for modifier init.

github.com/noxworld-dev/opennox - 485d48cb96d9265cbf6c38a0b5e5064756af49a7 authored 12 months ago by Denys Smirnov <[email protected]>
Port remaining stats mult vars.

github.com/noxworld-dev/opennox - 5f0ca53eb495d87e631cb5496dda7ac277dd0fe8 authored 12 months ago by Denys Smirnov <[email protected]>
Save both host player and host unit.

github.com/noxworld-dev/opennox - 2ca112dbb3094211b66ab5f1f66f4ae3c3230824 authored 12 months ago by Denys Smirnov <[email protected]>
Remove replace directive for yaegi.

github.com/noxworld-dev/opennox - 11f4ce6748d187fa33cddcbbd98ca77a3f82592f authored 12 months ago by Denys Smirnov <[email protected]>
Extract stats mult vars from blob.

github.com/noxworld-dev/opennox - ac6b3846cbd5594e1c3783618f1d423e77c73d5d authored 12 months ago by Denys Smirnov <[email protected]>
Port class stats.

github.com/noxworld-dev/opennox - 9fae40d4d8b457063c2059031c390ead8da49abd authored 12 months ago by Denys Smirnov <[email protected]>
Call modifier init.

github.com/noxworld-dev/opennox - 4b3c311914a9c8d3d0640299e6d5d7ea7db90162 authored 12 months ago by Denys Smirnov <[email protected]>
Remove unsafe access to light color.

github.com/noxworld-dev/opennox - 28aa415eec5c25c0a6d3dfc943394dbbee59c3f8 authored 12 months ago by Denys Smirnov <[email protected]>
Port remaining stats mult vars.

github.com/opennox/opennox - 5f0ca53eb495d87e631cb5496dda7ac277dd0fe8 authored 12 months ago by Denys Smirnov <[email protected]>
Further cleanup.

github.com/noxworld-dev/opennox - 98ab8050b968ff92dee81b12dafef5baf7075729 authored 12 months ago by Denys Smirnov <[email protected]>
Move PlayerActionPhoneme to the server.

github.com/noxworld-dev/opennox - 34c55a381ccd9785d47a6b997c8ae49d5080aeee authored 12 months ago by Denys Smirnov <[email protected]>
Add type shortcut for Flag.

github.com/noxworld-dev/opennox - 2b84fd3d7cabc56f3fba4a6baeb31bf5d618911b authored 12 months ago by Denys Smirnov <[email protected]>
Add new constants.

github.com/noxworld-dev/opennox - dbb5f6a22d8aac4a88e148e8256fc2c46d7def58 authored 12 months ago by Denys Smirnov <[email protected]>
Call nox_client_onClassStats directly.

github.com/noxworld-dev/opennox - 3cdb92369034c5417f905aa24039934cf7eee113 authored 12 months ago by Denys Smirnov <[email protected]>
Expose team ID.

github.com/noxworld-dev/opennox - eacc56e1d5e32ee54c31e804fa1afeb81643b485 authored 12 months ago by Denys Smirnov <[email protected]>
Change to an older Snapcraft version.

github.com/noxworld-dev/opennox - e8fa67fa6d9a786f3545ab211b00c32671737f90 authored 12 months ago by Denys Smirnov <[email protected]>
Fix potential crash in net streams.

github.com/noxworld-dev/opennox - a4246df6089284bc826c876ea1764eed07a7914a authored 12 months ago by Denys Smirnov <[email protected]>
Move Object.ChangeScore.

github.com/opennox/opennox - 19cb38444f6ce0d9c4eba0123c09423e756cf423 authored 12 months ago by Denys Smirnov <[email protected]>