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

Cleanup C includes in unit.go

github.com/noxworld-dev/opennox - 2d5eac1acad72bfc2c57ee0be1803a40d0d9fe47 authored about 3 years ago by Denys Smirnov <[email protected]>
Cleanup C includes in server.go

github.com/noxworld-dev/opennox - a5f5b5211cd8c37aa3cead50644417673b74b7a2 authored about 3 years ago by Denys Smirnov <[email protected]>
Cleanup C includes in quest.go

github.com/noxworld-dev/opennox - 22d8ed6555871b91b7dfeaaa3ab44b39d2237158 authored about 3 years ago by Denys Smirnov <[email protected]>
Cleanup C includes in wall.go

github.com/noxworld-dev/opennox - fbaf7956a09afeee838873003050b350a1a28623 authored about 3 years ago by Denys Smirnov <[email protected]>
Cleanup C includes in player.go

github.com/noxworld-dev/opennox - cdbb794719406507321746b22781255b8b405e7a authored about 3 years ago by Denys Smirnov <[email protected]>
Cleanup C includes in object_type.go

github.com/noxworld-dev/opennox - e1248a3f25cb28f6939522911b97dfe259c80b8a authored about 3 years ago by Denys Smirnov <[email protected]>
Cleanup C includes in object.go

github.com/noxworld-dev/opennox - f1021e9c6fb8b056e20160391c1b908ab76b83d1 authored about 3 years ago by Denys Smirnov <[email protected]>
Cleanup C includes in maps_download.go

github.com/noxworld-dev/opennox - 1c85509136fb4e9700279eb3fce826b081c59f26 authored about 3 years ago by Denys Smirnov <[email protected]>
Cleanup C includes in input_c.go

github.com/noxworld-dev/opennox - 791df35c1a871a3775f2e856cf9c3aa68edcdc02 authored about 3 years ago by Denys Smirnov <[email protected]>
Cleanup C includes in gui_widgets.go

github.com/noxworld-dev/opennox - f3a7a21f3f189f7b3311c77485e55e3856b6125e authored about 3 years ago by Denys Smirnov <[email protected]>
Cleanup C includes in gui_noxworld.go

github.com/noxworld-dev/opennox - d5ab1dbe5f8c85c2d1ca8ca1788692bb75cd9ddc authored about 3 years ago by Denys Smirnov <[email protected]>
Cleanup C includes in gui_dialog.go

github.com/noxworld-dev/opennox - 2c52ee3fcbb791f93b7c128f2a5c7c53e4e044c3 authored about 3 years ago by Denys Smirnov <[email protected]>
Cleanup C includes in gui.go

github.com/noxworld-dev/opennox - 359e9d8d736234068caed12d9916249be7f532a7 authored about 3 years ago by Denys Smirnov <[email protected]>
Cleanup C includes in gameloop_client.go

github.com/noxworld-dev/opennox - 2dc279db51fc939b74d159fc054f3c17949ee57a authored about 3 years ago by Denys Smirnov <[email protected]>
Cleanup C includes in gameloop.go

github.com/noxworld-dev/opennox - a551db9498e07ad429c10cd1663fb2487207d553 authored about 3 years ago by Denys Smirnov <[email protected]>
Cleanup C includes in game.go

github.com/noxworld-dev/opennox - 5e989e85d9a4fa339d60c02d1db0d285a26103ad authored about 3 years ago by Denys Smirnov <[email protected]>
Cleanup C includes in draw.go

github.com/noxworld-dev/opennox - ec3c4be4df2d52cafa284eea4976b970d24cbb11 authored about 3 years ago by Denys Smirnov <[email protected]>
Cleanup C includes in ctrlevent.go

github.com/noxworld-dev/opennox - 18bb5e29479397113833e6a5ecdf75702462d00a authored about 3 years ago by Denys Smirnov <[email protected]>
Remove unused C import.

github.com/noxworld-dev/opennox - 3ff9073798d6257cea114daa407ee4afa4c71b70 authored about 3 years ago by Denys Smirnov <[email protected]>
Cleanup C includes in main.go

github.com/noxworld-dev/opennox - fbb2af8fe5207423a1afd48a3eb8ecc4353c7c7e authored about 3 years ago by Denys Smirnov <[email protected]>
Move decls out of proto.h into proper h files

github.com/noxworld-dev/opennox - 904d30b263194a11bf47d4699f3a8dbea745e3d3 authored about 3 years ago by Anton Afanasyev <[email protected]>
Document server HTTP API.

github.com/noxworld-dev/opennox - 703b45e40bf7bbb9541e537b1add00f435dc4ccb authored about 3 years ago by Denys Smirnov <[email protected]>
Allow controlling the server via HTTP. Resolves #335.

github.com/noxworld-dev/opennox - 2435429005509eb10d508037b043e825bc6631db authored about 3 years ago by Denys Smirnov <[email protected]>
Fix LUA shutdown when reloading the same map.

github.com/noxworld-dev/opennox - f0beba597812cd02e67db6da801c511f91b54522 authored about 3 years ago by Denys Smirnov <[email protected]>
Expose basic server info API. Addresses #335.

github.com/noxworld-dev/opennox - bda103a839272e911b58888b018dda9a14c8f3ad authored about 3 years ago by Denys Smirnov <[email protected]>
Remove solved FIXME note.

github.com/noxworld-dev/opennox - 3c4800ad674edefaee9fe1291accfe14e54286bb authored about 3 years ago by Denys Smirnov <[email protected]>
Optimize rendering.

github.com/noxworld-dev/opennox - 5c68886b2ad5c3b74800e41ad09d7e5793a8a76c authored about 3 years ago by Denys Smirnov <[email protected]>
sub_53E3A0: apply nox_object_t type

github.com/noxworld-dev/opennox - 68947660c60b4d4b0ef3d476a75089564fda3dd2 authored about 3 years ago by Anton Afanasyev <[email protected]>
nox_xxx_itemApplyDisengageEffect_4F3030: apply nox_object_t type

github.com/noxworld-dev/opennox - 7578004bfa6e500d2b40dc7aa0469d2a288df996 authored about 3 years ago by Anton Afanasyev <[email protected]>
sub_415C90: apply nox_object_t type

github.com/noxworld-dev/opennox - 2df17aba42d790c27f9418dc552ce59bff2265e7 authored about 3 years ago by Anton Afanasyev <[email protected]>
Propagate nox_object_t parameter type further

github.com/noxworld-dev/opennox - cfb92de65306566401efacbeb74a155f804ac1d4 authored about 3 years ago by Anton Afanasyev <[email protected]>
nox_xxx_netReportDequip_4D84C0: apply nox_object_t type

github.com/noxworld-dev/opennox - 9d6952bd2cbcd745ea55751ee1380443f19dba2b authored about 3 years ago by Anton Afanasyev <[email protected]>
Clarify nox_object_t further

github.com/noxworld-dev/opennox - 5b63dcd83405bb3e193263efccad4f541c2a1f7f authored about 3 years ago by Anton Afanasyev <[email protected]>
sub_53E430: apply nox_object_t type

github.com/noxworld-dev/opennox - 827ddf97d00473aa06eb1def2020f677e80866bd authored about 3 years ago by Anton Afanasyev <[email protected]>
sub_4ED0C0: clarify nox_object_t type

github.com/noxworld-dev/opennox - 6e8a4872e5d6d6a5adef6ba676f9842440616f38 authored about 3 years ago by Anton Afanasyev <[email protected]>
nox_xxx_playerTryDequip_4F2FB0: clarify nox_object_t type

github.com/noxworld-dev/opennox - 2ab129bd9898d186a76f639e11015fba8f6a9142 authored about 3 years ago by Anton Afanasyev <[email protected]>
nox_xxx_playerTryDequip_4F2FB0: apply types

github.com/noxworld-dev/opennox - 9be156c30c46f074ecb35326cd96cff9a4ba4efb authored about 3 years ago by Anton Afanasyev <[email protected]>
sub_4ED0C0: apply nox_object_t type

github.com/noxworld-dev/opennox - 3c825a9cd470091661819e879d7c720bb02f2318 authored about 3 years ago by Anton Afanasyev <[email protected]>
sub_53E430: clarify nox_object_t type

github.com/noxworld-dev/opennox - 55c5717ba9a1e6563b6ec1c181eb484a55ebfb9d authored about 3 years ago by Anton Afanasyev <[email protected]>
Refactor nox_setProfiledMode_4445C0.

github.com/noxworld-dev/opennox - b1342d5389c6dcece75d642684c3b54bf162c70b authored about 3 years ago by Denys Smirnov <[email protected]>
Minor renames and preparations for unit tests.

github.com/noxworld-dev/opennox - fe9e34d60922cb6da2ee6e617baa3037b769f810 authored about 3 years ago by Denys Smirnov <[email protected]>
Cleanup nox_xxx_mapSetDataDefault_416500.

github.com/noxworld-dev/opennox - 677f9271a47c090fb92d79984f1be14adb13a156 authored about 3 years ago by Denys Smirnov <[email protected]>
Handle video.bag loading from Go.

github.com/noxworld-dev/opennox - f08cc82521bda9ff937aae63fa429efb1efb42de authored about 3 years ago by Denys Smirnov <[email protected]>
Remove unused function.

github.com/noxworld-dev/opennox - ded30cc905e116e2ca3410ded5dbae7df47e8890 authored about 3 years ago by Denys Smirnov <[email protected]>
Rename nox_init_sound_index_40AED0.

github.com/noxworld-dev/opennox - 6a1e1faf080993f795d5eaac33c977035cb5e133 authored about 3 years ago by Denys Smirnov <[email protected]>
Assume 16 bit depth.

github.com/noxworld-dev/opennox - 594893d0abc2e41fa5140783b93f494913d662d0 authored about 3 years ago by Denys Smirnov <[email protected]>
Clarify packet drop flag.

github.com/noxworld-dev/opennox - 903ec94d96c9ae2f3ae44380e530e2faf67dca35 authored about 3 years ago by Denys Smirnov <[email protected]>
Remove float rounding config.

github.com/noxworld-dev/opennox - c537b246949aff47d325fa34ce68854dc1bbf940 authored about 3 years ago by Denys Smirnov <[email protected]>
Refactor tick functions and variables.

github.com/noxworld-dev/opennox - 6d20cfaa357ae43ca37f6747b9e940ab997e4589 authored about 3 years ago by Denys Smirnov <[email protected]>
Add constants for game states.

github.com/noxworld-dev/opennox - b93ec2442b2bfdd35e06cba8977e69e1a1fc0381 authored about 3 years ago by Denys Smirnov <[email protected]>
Handle game GUI states in Go.

github.com/noxworld-dev/opennox - 80be68e407048809543447c08637c6c74880669a authored about 3 years ago by Denys Smirnov <[email protected]>
Extract nox_game_state_ind.

github.com/noxworld-dev/opennox - 3bee9e5f803f5a9a34bf45e59723aac69bda7aec authored about 3 years ago by Denys Smirnov <[email protected]>
Assume 16 bit everywhere when switching video modes.

github.com/noxworld-dev/opennox - 5764864333dd047810e79d77ed1e2e63214098bf authored about 3 years ago by Denys Smirnov <[email protected]>
Extract nox_game_state_arr.

github.com/noxworld-dev/opennox - 4eda7dcf18252391abc1987abac88a86237f3bb5 authored about 3 years ago by Denys Smirnov <[email protected]>
Refactor string drawing and cursor.

github.com/noxworld-dev/opennox - f417af5f7ba8ccab86bb62b137612b532af81efe authored about 3 years ago by Denys Smirnov <[email protected]>
Cleanup video mode changes.

github.com/noxworld-dev/opennox - 09dce7cd6ac6c908816dab4037ac18a43e97d52a authored about 3 years ago by Denys Smirnov <[email protected]>
Properly protect Go slices in renderer.

github.com/noxworld-dev/opennox - ab7f6d14474c95bd412e1646a75238220d9798e1 authored about 3 years ago by Denys Smirnov <[email protected]>
Refactor NoxRender.SetColorMode.

github.com/noxworld-dev/opennox - 009b28c16a0bb8892a914d86cae530310dccd927 authored about 3 years ago by Denys Smirnov <[email protected]>
Reconstruct the second rect field in nox_render_data_t.

github.com/noxworld-dev/opennox - 8c342b947344547c5bd45764ec9156bb33bd53f6 authored about 3 years ago by Denys Smirnov <[email protected]>
Refactor network-related functions.

github.com/noxworld-dev/opennox - 43fd0ba366e21dd0b667a73344ba769ac786c032 authored about 3 years ago by Denys Smirnov <[email protected]>
Properly change NAT port based on server port. Fixes #334.

github.com/noxworld-dev/opennox - d60a80d0a4db16130da999b8791b024224eecb02 authored about 3 years ago by Denys Smirnov <[email protected]>
Reconstruct flag field in nox_render_data_t.

github.com/noxworld-dev/opennox - 2eaeb8b489675fae73e44f44465e8c174c1e8201 authored about 3 years ago by Denys Smirnov <[email protected]>
Move nox_xxx_spriteAddQueue_475560_draw to Go.

github.com/noxworld-dev/opennox - f8c7f024866f2f8cad34593f67c397b1f825be4a authored about 3 years ago by Denys Smirnov <[email protected]>
Refactor nox_xxx_drawString_43FAF0.

github.com/noxworld-dev/opennox - 8ec07b631c5014bc947ae04dde710d3467591faf authored about 3 years ago by Denys Smirnov <[email protected]>
Fix NOX_ENGINE_DISABLE_SOFT_LIGHTS flag.

github.com/noxworld-dev/opennox - 58c870b4222cab701c265a7efe02ec7f1f6e9b36 authored about 3 years ago by Denys Smirnov <[email protected]>
Minor optimization for nox_xxx_tileDrawMB_481C20_C_textured.

github.com/noxworld-dev/opennox - 2f91a415bb13ac593cd0ce6b3e4df33d2e1db58c authored about 3 years ago by Denys Smirnov <[email protected]>
Split nox_xxx_tileDrawMB_481C20_C.

github.com/noxworld-dev/opennox - 9f5d4b5faf23cfc20b1450cbf1dd29c4f97b1c4f authored about 3 years ago by Denys Smirnov <[email protected]>
Move nox_xxx_tileDrawMB_481C20 to Go.

github.com/noxworld-dev/opennox - b976240190eb8ca986573ba59907b555930bb04a authored about 3 years ago by Denys Smirnov <[email protected]>
Split nox_xxx_tileDrawMB_481C20 even more.

github.com/noxworld-dev/opennox - 73682c01f998b53c52495ea5aae3e87199589ba7 authored about 3 years ago by Denys Smirnov <[email protected]>
Split nox_xxx_tileDrawMB_481C20 into smaller pieces.

github.com/noxworld-dev/opennox - d114d2285143060bacee968213963f03323a007b authored about 3 years ago by Denys Smirnov <[email protected]>
Handle drawable lists in Go.

github.com/noxworld-dev/opennox - 8aa355a40c6c091b845b0ef506b4cb800dc62dfe authored about 3 years ago by Denys Smirnov <[email protected]>
Move nox_arr2_853BC0 to Go.

github.com/noxworld-dev/opennox - 4b098bc101049ebf3f02170c4931b59686a89220 authored about 3 years ago by Denys Smirnov <[email protected]>
Move sub_4754F0 to Go.

github.com/noxworld-dev/opennox - 9bb8f1a9591573e010629f9be5c3b81f3f953094 authored about 3 years ago by Denys Smirnov <[email protected]>
Move 2D sprite index to Go.

github.com/noxworld-dev/opennox - 05db60ee4edebbd797dda898acabb26c9b77d7f1 authored about 3 years ago by Denys Smirnov <[email protected]>
Disable some unused code.

github.com/noxworld-dev/opennox - 9f1874b50ad29e2ce6ce4f72853f4bf217ec0c71 authored about 3 years ago by Denys Smirnov <[email protected]>
Fix server build.

github.com/noxworld-dev/opennox - 5f8a0b3501097468a558a6d94aa20b37ffa50ede authored about 3 years ago by Denys Smirnov <[email protected]>
Use OpenGL-based renderer.

github.com/noxworld-dev/opennox - c0ef075347cef922b53b0de1bf2274c52bc94b27 authored about 3 years ago by Denys Smirnov <[email protected]>
Render frames on a separate goroutine.

github.com/noxworld-dev/opennox - 9cd59d97c6c030b722ef7ba352a894e3032fecd1 authored about 3 years ago by Denys Smirnov <[email protected]>
Refactor Screen interface to allow multiple surfaces.

github.com/noxworld-dev/opennox - a54a9eb5406ae6ff0a495971574c16431c621f8f authored about 3 years ago by Denys Smirnov <[email protected]>
Move a few sprite functions to Go.

github.com/noxworld-dev/opennox - e2c112ec2e593891db028a64c4c07d3c965f7233 authored about 3 years ago by Denys Smirnov <[email protected]>
Move nox_draw_initColorTables_434CC0 to Go.

github.com/noxworld-dev/opennox - da7929bb965d932fee8c5112cc88eba6fae6641d authored about 3 years ago by Denys Smirnov <[email protected]>
Move nox_xxx_drawString_43FAF0 to Go.

github.com/noxworld-dev/opennox - fcc5d2cf392320b01e1a5f6a41b83016186d345b authored about 3 years ago by Denys Smirnov <[email protected]>
Split fields for nox_render_data_t.

github.com/noxworld-dev/opennox - 6b107635994d544747cfd7e7a14961be4a82087e authored about 3 years ago by Denys Smirnov <[email protected]>
Rename nox_render_data_t.

github.com/noxworld-dev/opennox - 4a2ba0c6df55fec031c7116451e0e20297efe2eb authored about 3 years ago by Denys Smirnov <[email protected]>
Reconstruct rect field in nox_render_data_t.

github.com/noxworld-dev/opennox - a69052b63a0a44d9147a04ac63c99f3bd0580b52 authored about 3 years ago by Denys Smirnov <[email protected]>
Move sub_4C86B0 to Go.

github.com/noxworld-dev/opennox - dbe9a3c244042a42f47aeca49aa63da4bb44f86c authored about 3 years ago by Denys Smirnov <[email protected]>
Rename nox_draw_colors_r_3804672.

github.com/noxworld-dev/opennox - f38270f322ef5c94c6f5069b42555f3b60dddced authored about 3 years ago by Denys Smirnov <[email protected]>
Optimize blob accesses.

github.com/noxworld-dev/opennox - 2756a117a167cb7020aa0b6e474273cdf06804ed authored about 3 years ago by Denys Smirnov <[email protected]>
Rename nox_draw_colors_g_3804656.

github.com/noxworld-dev/opennox - 7a2e274c54f2a46307c9560a637c162c36f6061c authored about 3 years ago by Denys Smirnov <[email protected]>
Refactor nox_client_draw_skip_4C8040.

github.com/noxworld-dev/opennox - ec696785df4e19b47a9e2e15c4d23d00fb92336f authored about 3 years ago by Denys Smirnov <[email protected]>
Move sub_4C8A30 to Go.

github.com/noxworld-dev/opennox - 43ff31134e0529eec8747932353fde893a02817d authored about 3 years ago by Denys Smirnov <[email protected]>
Control sprite drawing from Go.

github.com/noxworld-dev/opennox - 48bf2c9f40e4064f2a1ac300a1960f4052a6d070 authored about 3 years ago by Denys Smirnov <[email protected]>
Rename nox_draw_colors_b_3804664.

github.com/noxworld-dev/opennox - 917d60b867290f91195246d1600e39ba70ef45ff authored about 3 years ago by Denys Smirnov <[email protected]>
Fix a few bugs in nox_client_drawXxx_4C7C80.

github.com/noxworld-dev/opennox - 66d37892f3175b28904f2538cc57aed03b8a288b authored about 3 years ago by Denys Smirnov <[email protected]>
Remove a few unused variables.

github.com/noxworld-dev/opennox - 9306fc99f45d206c112965226169279bb8660078 authored about 3 years ago by Denys Smirnov <[email protected]>
Change type of nox_draw_sprite_dstPtr_3799540.

github.com/noxworld-dev/opennox - 5e86fa20ea2ad1cfe5d2d2c92730d9655de6c34d authored about 3 years ago by Denys Smirnov <[email protected]>
Rename nox_client_drawImg_bbb_4C7860.

github.com/noxworld-dev/opennox - dc256ba9c64cad1f07e17de2af4fde69fc5810e3 authored about 3 years ago by Denys Smirnov <[email protected]>
Refactor image draw operations.

github.com/noxworld-dev/opennox - add3346dd4b7fd618cdaa52a848982bf46bfd3db authored about 3 years ago by Denys Smirnov <[email protected]>
Clarify variables scope in sub_4C7860.

github.com/noxworld-dev/opennox - c473fa477d88ae3a24c9b6936973ff62c024365a authored about 3 years ago by Denys Smirnov <[email protected]>
Rename nox_draw_sprite_offsY_3799556.

github.com/noxworld-dev/opennox - a194484feaaa4720c2a129e2842c64fdaa33672b authored about 3 years ago by Denys Smirnov <[email protected]>