Ecosyste.ms: OpenCollective

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

github.com/CnCNet/xna-cncnet-client

XNA / MonoGame based client for playing classic Command & Conquer games both online and offline with a CnCNet game spawner.
https://github.com/CnCNet/xna-cncnet-client

Update Rampastring.XNAUI

a6917907ea5ee893ccf9fcac4a5cd94de81d33d9 authored over 4 years ago by Rampastring <[email protected]>
Merge pull request #165 from Metadorius/master

Update XNA Rampastring.XNAUI

6acf356db8b30de57cbf82b780935366b46141e4 authored over 4 years ago by Kerbiter <[email protected]>
Update XNA Rampastring.XNAUI

6dd2495c9808abc435285298f5990d5287d1b37a authored over 4 years ago by Meta (X230T) <[email protected]>
Update DX11 and OGL Rampastring.XNAUI and Rampastring.Tools

d9c49d208dccccfed7a52b1a19b76c7f33247567 authored over 4 years ago by Rampastring <[email protected]>
Improve wording consistency

ea482e18be6c5291d0e8c233d5aa50053bc4b294 authored over 4 years ago by Meta (X230T) <[email protected]>
Merge pull request #162 from Starkku/fix/name-validation

Improve player nickname validation on startup & on saving settings

1c24f678ae76bb1318c38ac47971e3abac9b4f17 authored over 4 years ago by Rami Pasanen <[email protected]>
Make invalid characters check for offline nicknames less strict.

d16d9bd4af641b7641fe296179abaa1acf0d9f8b authored over 4 years ago by Starkku <[email protected]>
Fix a few logic flaws in tunnel-related parts; improve comments

94afae93fc2ba9eb733ca6d4a98dcb2e8258a7fc authored over 4 years ago by Meta (X230T) <[email protected]>
Introduce `Audio` config section and stop alerting ready players

f800be395e287bfc09182b83f3b8de40d441618e authored over 4 years ago by Meta (X230T) <[email protected]>
Fix the issues addressed in review

8142734f7b0c7f29c844d635fb723669996bef8b authored over 4 years ago by Meta (X230T) <[email protected]>
Merge pull request #147 from Metadorius/feature/game-mode-disallowed-sides

Allow to disable sides per game mode

97061b382e1374df5e17c071939e9b2e6abe6955 authored over 4 years ago by Rami Pasanen <[email protected]>
Ping on lobby enter

6c0a0f4ffbce6ada5c1edaa4c8f22b384d68b100 authored over 4 years ago by Meta (X230T) <[email protected]>
Rewrite tunnel handling using async tasks logic

95ec52c2b0a3f17e48673b0644279ab7d84dad78 authored over 4 years ago by Meta (X230T) <[email protected]>
Rework tunnel server handling and interaction

Rework tunnel handling; add tunnel changing to game loading lobbies; improve lookup of tunnels b...

50c654cd954ad7f7ddc6786d6eda5f3177a14df1 authored over 4 years ago by Meta (X230T) <[email protected]>
Refactor game lobbies; fix default game version

5ba6dcfd43fd90c682ed161c448a5396f6a93e35 authored over 4 years ago by Meta (X230T) <[email protected]>
Fix issue with box persisting after player leaves

addcc8809540bbdaf14b5b16597b5385da625844 authored over 4 years ago by carter.hesterman <[email protected]>
Fix crash if a game has more than 8 players specified

0a7a0450c81a6bab078a98e39679bcfc06659ae7 authored over 4 years ago by Rampastring <[email protected]>
Merge branch 'master' into feature/pings-in-lobby

b42d606c39c60282a02ca97014bd2e6685dcb9a1 authored over 4 years ago by Meta (X230T) <[email protected]>
Update Rampastring.XNAUI

421f1b61f42b8a65b2eb847c5a6e30c57962829b authored over 4 years ago by Rampastring <[email protected]>
Update ping on tunnel change; small tweaks

9781d3d9466843a6b11967203aa2256cc352f728 authored over 4 years ago by Meta (X230T) <[email protected]>
remove commented code

12e8c16a5731d53df8aa92b946bb45370221a602 authored over 4 years ago by carter.hesterman <[email protected]>
Add in ping icons

7067639705d47c12055ba6247b8c550d3030cb0b authored over 4 years ago by carter.hesterman <[email protected]>
Get timer started

c0c24d67a2c4b313165790d37ddffa27683e2bff authored over 4 years ago by carter.hesterman <[email protected]>
Update the current implementatio according to the client code style

8bbb12fd9449352f8300f9bb33ab22fe0431ebeb authored over 4 years ago by Meta (X230T) <[email protected]>
Make interval longer

4c89afbef32b19711193497d94cc4140d8276374 authored over 4 years ago by carter.hesterman <[email protected]>
Fix bug with UI overwriting selections

051982004f7173fbdf9d5ec7fa4d66593f4c30ca authored over 4 years ago by carter.hesterman <[email protected]>
Initial version of ping showing

e64942d37849b0ee3dd4abf699728966450c7333 authored over 4 years ago by carter.hesterman <[email protected]>
Added option to only receive invitations from friends (default false). Tweaked popup dialog text.

65f89fc0e58c52941f359ca2310b08b00cd3bc97 authored over 4 years ago by yodathecoda <[email protected]>
Remove obsolete param docstring

55518bce910d17e8e41db90f3d5383e67115e6ca authored over 4 years ago by Meta (X230T) <[email protected]>
Improve player nickname validation on startup & on saving settings.

08abf0f73f495b24467ec563b370d34aa33db1dc authored over 4 years ago by Starkku <[email protected]>
Implement game filter text box; minor refactor

`tbGameSearch` filters by:
- game room name (partial match);
- map name (partial match);
- game ...

a2a63e034eeb8079788f11e3c33eb1e42cceee45 authored over 4 years ago by Meta (X230T) <[email protected]>
Fix user info request getting sent before the user has actually joined the channel

01f05919e362669ffc23c464adbba35d6ce3bac6 authored over 4 years ago by Rampastring <[email protected]>
Invitations now remain indefinitely until acted upon or the game is closed. Invitations can now be sent to and accepted by users in other game lobbies. No more than one invitation from a given user can be displayed at the same time. Reworded dialog text based on user feedback during testing.

b2f3135423610a57e3a9aba0b4ab4f85199398a2 authored over 4 years ago by yodathecoda <[email protected]>
Code cleanup and allow infinite choice notification timeouts

e4932373c207a72de02fa2137292a962ed5ed25a authored over 4 years ago by yodathecoda <[email protected]>
Further cosmetic tweaks and minor protocol change to include human-friendly game name

0c142e5b0e86307d76c2be7de8a6b87658148713 authored over 4 years ago by yodathecoda <[email protected]>
Cosmetic tweaks for consistency

7a8f7aa3412d22423c159948b66f713a893c0826 authored over 4 years ago by yodathecoda <[email protected]>
Treat usernames as case-insensitive in user collections

b067187ab38370ff3836aa0e875d22995d5187cd authored over 4 years ago by Rampastring <[email protected]>
Make FindChannel truly case-insensitive

a38c33cda57e2c57ab580ffcbd0f942b70749e0d authored over 4 years ago by Rampastring <[email protected]>
Changed to use channel name instead of game name, and changed to use top-left notification instead of modal dialog for invitation.

2a6fa3064fcf4ec85e843f203c1b3f1dfb978ddc authored over 4 years ago by yodathecoda <[email protected]>
Merge pull request #155 from CnCNet/channel-optimization

Use better-scaling data structures instead of lists for channel users

f32ee823c7980f2b850121efd5cb457eef0fbe0f authored over 4 years ago by Rami Pasanen <[email protected]>
Fix channel thinking an user left from it when a user left any channel

ed24d7e6e8b69f8330b4dac64ebb9a152b6244f9 authored over 4 years ago by Rampastring <[email protected]>
Code cleanup

b4a824524e97105a83d565c40bcc55a91458fc4b authored over 4 years ago by Rampastring <[email protected]>
Use better-scaling data structures instead of lists for channel users

- Non-chat channels (such as game broadcast channels) use a dictionary, because there's no need ...

2fde3c68e99849b8f57a621ba04fa55cbe5e3437 authored over 4 years ago by Rampastring <[email protected]>
Initial commit for invite-to-game feature

60abc42c338ed41756f80143e1d30dedf5668388 authored over 4 years ago by yodathecoda <[email protected]>
Force join and quit messages off for YR

f215fe58a1bf4d24b69f5797cadff0e3f4496298 authored over 4 years ago by Rampastring <[email protected]>
Don't broadcast game rooms while in-game for very popular games

9d6452ad0fa62eea5e5672627e77797770a5a030 authored over 4 years ago by Rampastring <[email protected]>
Update build instructions with better guides; mention MSBuild support

9e1b48c8a3a9a5d7a12339d5136dd3b73afc8c4e authored over 4 years ago by Meta (X230T) <[email protected]>
Adds delayed IRC message sending that's compatible with XNA and MonoGame.

13e1fe1495f9126fac04e6d4ec6110d8bfaf7a7c authored over 4 years ago by Daniel Keeton Jr <[email protected]>
Revert "Adds a random wait time when joining IRC channels to prevent join/part floods."

This reverts commit cf71d46bf68f94dd39e87dcde224ad8c25d62d40.

6f6931d404afb8f4f394e415bf4a47eee03fced1 authored over 4 years ago by Daniel Keeton Jr <[email protected]>
Correct capitalization in the ClientCore resource file.

440573f8e872414fd43013006ee19e7b75953898 authored over 4 years ago by Daniel Keeton Jr <[email protected]>
Adds missing dependency to build.sh

e0972391a4a42d5c12d4f607bee7da16cb9a7476 authored over 4 years ago by Daniel Keeton Jr <[email protected]>
Adds a random wait time when joining IRC channels to prevent join/part floods.

cf71d46bf68f94dd39e87dcde224ad8c25d62d40 authored over 4 years ago by Daniel Keeton Jr <[email protected]>
Fixes some exceptions that might happen on a linux system.

1dfb79142b12df9a09804e62de109eca13b62d1d authored over 4 years ago by Daniel Keeton Jr <[email protected]>
Merge pull request #126 from Metadorius/improvement/legal-stuff

Legal stuff improvements

7d36882969509abb640669cab742333a7bce2351 authored over 4 years ago by Rami Pasanen <[email protected]>
Add null-check for GameMode

9a7b015123860738792b3ba5e462a0a9e656f943 authored over 4 years ago by Meta (X230T) <[email protected]>
Implement game mode disallowed sides; minor refactor

3bd6ebaf3c34486528ca1570982e31c736254e20 authored over 4 years ago by Meta (X230T) <[email protected]>
Revert build-breaking refactor

2492e205231f4ceed6a60f965c676d1325248b9d authored over 4 years ago by Meta (X230T) <[email protected]>
Make sure that MainMenuDarkeningPanel always covers the entire client window

f338516fbc176e178c172e0d0f5a373a3cc91af0 authored over 4 years ago by Rampastring <[email protected]>
Revert "Implement Discord Privacy Notice message"

This reverts commit 9b462e17491c182db7ee0b41ace3d2cd732bf8e6.

32c1858515a560fde09c5c933e0bb7bdd818fbee authored over 4 years ago by Meta (X230T) <[email protected]>
Fix crash when joining LAN game

02e82aba899546d06ea7a01c1e0dd8c23b80c7ee authored over 4 years ago by Rampastring <[email protected]>
Update DTAUpdater.dll

651a6567b364e4fa6d92ab3388a44f0ec64abb49 authored over 4 years ago by Rampastring <[email protected]>
Fix MapPreviewBox texture offset being wrong when its parent is centered

e84677cc67de686bda267027574321dab0398c85 authored over 4 years ago by Rampastring <[email protected]>
Make MapPreviewBox react to size changes

a09b95d72094767d0e2c49912b0f1271f141793c authored over 4 years ago by Rampastring <[email protected]>
Fix ToolTip transparency effects

dc4b74d55e7c5be28becfa97706ed2d92e99985c authored over 4 years ago by Rampastring <[email protected]>
Add privacy policy notification

caa6ada54719cddf54cb05f7ad44bfdabadc1b8a authored over 4 years ago by Rampastring <[email protected]>
Increase version

a32dc953bd39e6c434adf4def33e40d1b4d38fbd authored over 4 years ago by Rampastring <[email protected]>
Remove unnecessary musicVolume field

7c6328aa328a1b11156511b226f0423bb7f5e7f1 authored over 4 years ago by Rampastring <[email protected]>
Merge branch 'master' of https://github.com/CnCNet/xna-cncnet-client

d9b3bd8e597093fde38abcbec5ebbefad613078d authored over 4 years ago by Rampastring <[email protected]>
Fix music volume being 1.0 on startup regardless of ClientVolume setting

51fec1235ae9abd541c818f693bcb4217f22d477 authored over 4 years ago by Rampastring <[email protected]>
Merge pull request #138 from Starkku/fix/misc-ui-options

Fixes to various UI-related problems

375468cf38ee01650fe2b042c18d926905b07e8d authored over 4 years ago by Rami Pasanen <[email protected]>
Fix main menu button access modifiers.

e81b104018df5b4b8dd7946b599a775b2ede43a6 authored over 4 years ago by Starkku <[email protected]>
Merge pull request #139 from Starkku/fix/hardware-logging

Remove unnecessary whitespaces from hardware info logging

c5d115dccd72aeb4bf914b723cfbfca1e63375ae authored over 4 years ago by Rami Pasanen <[email protected]>
Merge pull request #136 from Starkku/feature/fhc-improvements

A number of proposed improvements & fixes to FileHashCalculator

b7de39df758476f2bbac12fd56e1c7557060372e authored over 4 years ago by Rami Pasanen <[email protected]>
Implement more flexible custom setting file controls, add options refresh support

344d3054c05ad67deb7dfb42718edd7b02c32537 authored over 4 years ago by Meta (X230T) <[email protected]>
Minor refactors across the affected files

04626d2dc73b51ea701dd0a5504ab3e658aa585c authored over 4 years ago by Meta (X230T) <[email protected]>
Fix custom controls accepting input under MainMenuDarkeningPanel

0da2cf7d9061675ff9c3e7d9c9b23dfca99dbdde authored over 4 years ago by Rampastring <[email protected]>
Fix issue where MainMenu ExtraControls remain active and clickable through MainMenuDarkeningPanel.

0392475c120e006509f3bdd8f59f99297f19ebd4 authored over 4 years ago by Starkku <[email protected]>
Remove unnecessary whitespaces from hardware info logging.

53151440e9491c071cb865ec9868e6bd3db38fa8 authored over 4 years ago by Starkku <[email protected]>
Immediately restore previously saved client sound volume setting if options window was exited without saving.

b822f48d13c815b3b6b2450b1f86d48969e59917 authored over 4 years ago by Starkku <[email protected]>
Tooltips fixes / improvements.

- Tooltips are now added as children of their immediate XNAWindow-derived parent, rather than as...

15169645cc5ac071e586517a32ab4f5cfbb4f60a authored over 4 years ago by Starkku <[email protected]>
Do not change top bar status text if CnCNet connect attempt is terminated after entering LAN mode.

8f54f33dbc9eeaaebcd9c05195e4b7d304d5b0e0 authored over 4 years ago by Starkku <[email protected]>
Disable Force Update button when options are opened outside main menu.

51c443424ad98b615196cd7cf88cd0a833d2e2e2 authored over 4 years ago by Starkku <[email protected]>
Disable top bar buttons and main menu hotkeys during update process.

4296fcca43d7d80df527a80953e08273eb8a939f authored over 4 years ago by Starkku <[email protected]>
Don't allow clicking options button in top bar when options window is already open.

74bb820f811375a93d71cd93a32702bda5de8e87 authored over 4 years ago by Starkku <[email protected]>
Improve custom component button text updating.

b4b925d7616f19cca05ac2ac9fda294197222b6c authored over 4 years ago by Starkku <[email protected]>
Merge branch 'master' of https://github.com/CnCNet/xna-cncnet-client

2c2b22bc68bd1e6db9b789ecb14d835b7464341a authored over 4 years ago by Rampastring <[email protected]>
Fix UpdateDiscordPresence crash on startup

2ebe432ff98a7d98b9e90359bac5d5c34b652eff authored over 4 years ago by Rampastring <[email protected]>
Merge pull request #137 from Starkku/fix/custom-map-gamemode-case-sensitivity

A fix to custom map game mode name capitalization

e04b11e10de8afe448428f9cfaae437932c09bcf authored over 4 years ago by Rami Pasanen <[email protected]>
A small cleanup of code in commit 5266411578b30c795e240974c3437ccf31e0ce0d.

b34d4d9cc9f58164364d31c7c950cc0681ca647f authored over 4 years ago by Starkku <[email protected]>
Restore automatic capitalization of game mode names read from custom maps.

5266411578b30c795e240974c3437ccf31e0ce0d authored over 4 years ago by Starkku <[email protected]>
Add setting to disable calculating a hash for game executable file.

c62d72bcbf806f0063315f13dd09e4375030de1e authored over 4 years ago by Starkku <[email protected]>
Extend FileHashCalculator logging to cover all file hashes.

4a1d776a34bd28b89047ea58545459599a6eac49 authored over 4 years ago by Starkku <[email protected]>
Improvements & refactoring to FileHashCalculator & FHCConfig.ini parsing.

- Now reads entries using proper INI format (key=value) under [FilenameList]. Old format also st...

e4b23df2d5e9f7f5f8826d1d2ae01a5ddad976d8 authored over 4 years ago by Starkku <[email protected]>
Increase version

80a89da619ad378d3aa103e70c667bf72b86244d authored over 4 years ago by Rampastring <[email protected]>
Update Rampastring.Tools

51183a6f6f1a5beeadbce02cbf7fc6b09e71dfc2 authored over 4 years ago by Rampastring <[email protected]>
Fix XNAClienButton ParseAttributeFromINI

963810b78c2d5acfef6243d8f653e73fa8c0013b authored over 4 years ago by Rampastring <[email protected]>
Center game lobbies after window initialization

bae0992eb73faa4c8be2f24c452ef5f24637df9c authored over 4 years ago by Rampastring <[email protected]>
Add MatchTextureSize key to XNAClientButton

4ada8e36cff80be7cdac11c14fd23e81ff4aacca authored over 4 years ago by Rampastring <[email protected]>
Update Rampastring.Tools

678648ec498a5ece0a20d37a63fc90fa9f4b6e07 authored over 4 years ago by Rampastring <[email protected]>
Skip transition when switching between windows through the top bar

1a908004cf9bde422203764eb99ac2cc52c6850e authored over 4 years ago by Rampastring <[email protected]>