Commit Graph
42 Commits
Author SHA1 Message Date
Mason SciottiandGitHub 963aa9f3e5 [Maintenance PR for Legacy Gamedevs] Add party privacy enum (#306)
* Add party privacy enum

* Add party privacy enum

* Possible unreal working

* Cast to int
2020-09-21 14:51:48 -07:00
msciotti e4c0c569ec Clarify deprecation 2019-11-27 11:26:13 -08:00
msciotti eff23a770a add deprecation note to readme 2019-07-10 14:39:38 -07:00
msciotti c59fd6df20 Revert "Choose pipe number on initialize (#250)"
This reverts commit 4824b20f28.
2019-01-24 13:23:35 -08:00
Mason SciottiandGitHub 4824b20f28 Choose pipe number on initialize (#250)
* Choose pipe number on initialize

* Get pipe from base connection instance

* UE4 support

* Warnings as errors yelling

* Fix windows connection

* Oops all variables

* maybe this fixes it

* This one actually works!!!!

* Fix double function declaration
2019-01-14 00:16:22 -08:00
Mason SciottiandGitHub 4e53fa0392 Fix code signing for macOS 10.10 (#260)
* Fix code signing for macOS 10.10
- Fixes #259

* Maybe this works
2018-12-19 08:40:51 -08:00
Mason SciottiandGitHub e6390c8c41 Unity il2cpp support (#249)
* Initial il2cpp support attempts

* Fix crashes

* Different variable name

* Fix indenting

* Change back unneeded stuff
- callbackCalls didnt seem to do anything
2018-11-27 09:19:14 -08:00
Mason SciottiandGitHub 2fec0b6dec Wrong name for macOS DLL file for Unity 2018-11-26 09:03:44 -08:00
msciotti e32d001809 readme nits 2018-08-17 05:19:17 -07:00
msciotti 2cb9813eb6 Unity specific DLL setup 2018-08-17 05:17:57 -07:00
Mason SciottiandGitHub af380116a0 Check C# strings against UTF8 bytes instead of clamping (#221) 2018-08-16 11:23:28 -07:00
msciotti 5df1c5ae6d copy the whole folder UE4 2018-05-30 09:40:39 -07:00
Mason Sciotti aa02012c14 alphabetize libs 2018-05-04 15:13:16 -07:00
Mason SciottiandGitHub 64027b336f Adding user object to READY event (#159)
* Pass the READY event data down in onConnect

* Changes made for UE4 and Unity wrappers

* Changing object name from joinRequest to DiscordUser
2018-04-16 10:25:44 -07:00
Mason Sciotti be8a8e9380 ACTUALLY register the handlers on init 2018-03-29 14:33:46 -07:00
Mason Sciotti c70acbe7d1 Fix Unity buildhelper for linux
- Fixes #157
2018-03-26 10:56:05 -07:00
Mason Sciotti d97e6b48ed Note to install cmake
- Fixes #149
2018-03-26 10:37:03 -07:00
Mason SciottiandGitHub 087282cd4b Dynamic Event Handler Registration (#135)
- Discord_RegisterHandlers() exported
- C# wrapper updated
- Dynamically sub/unsub to events
- Better mutex locking, for safety!
2018-03-23 10:25:28 -07:00
Mason SciottiandGitHub f3bd411b99 Update README.md 2018-03-19 10:29:11 -07:00
Mason Sciotti d9caf72e9a Add missing timestamps in UE4 example
Fixes #137
2018-03-06 09:51:31 -08:00
Mason Sciotti e8091f5137 Changing kebab case filenames in source to snake case for consistency 2018-02-27 13:33:00 -08:00
Mason SciottiandGitHub f5f2d69a72 Update Unreal Example to include Ask to Join (#125) 2018-02-12 13:47:38 -08:00
Mason SciottiandGitHub 453222075b partyMax is mandatory if partySize is included (#122) 2018-02-12 13:44:49 -08:00
Mason SciottiandGitHub c4201806cf Update build.py to properly build and copy libraries for Unity and Unreal (#120) 2018-02-12 13:40:41 -08:00
Mason SciottiandGitHub ccf04d21f5 Moving buildhelper to editor folder (#118) 2018-02-02 16:02:11 -08:00
Mason Sciotti 085e0e7326 Click dependency in build.py 2017-12-14 13:58:03 -08:00
Mason Sciotti 5438d6bf22 Clarify js rp wrapper 2017-12-11 17:22:08 -08:00
Mason Sciotti 051a1eeb70 Added ATJ for unity example 2017-12-04 15:16:59 -08:00
Mason Sciotti 8cae35ea46 Added community wrapper/implementation table 2017-11-29 11:24:39 -08:00
Mason SciottiandGitHub 767b15184f What's build.py for 2017-11-14 20:40:32 -08:00
Mason SciottiandGitHub 127eadcb89 Added VS2015 C++ redist dependency info 2017-11-07 09:59:04 -08:00
Mason SciottiandChris Marsh dafd85c39f Rename avatarUrl -> avatar for API consistency 2017-10-17 13:34:03 -07:00
Mason SciottiandGitHub 0144c8200c RPC SET_ACTIVITY payload documentation fixes
* `pid` is a mandatory field of your application's process id
* `data` -> `args`
2017-08-18 15:32:25 -07:00
Mason SciottiandGitHub 9b07431476 Incorrect RPC payload argument name 2017-08-18 15:07:13 -07:00
Mason SciottiandGitHub ad86b14b79 Added documentation link to readme 2017-08-16 14:00:00 -07:00
Mason SciottiandGitHub 93510d492e Delete rich-presence-guide.md
Removing outdated documentation
2017-08-16 13:58:54 -07:00
Mason Sciotti b87c6c9b5b Renamed hard mode integration. Outlined subscribing to events 2017-08-07 16:59:52 -07:00
Mason Sciotti f45eb6c443 Clarified partyID and timestamps 2017-08-07 16:12:54 -07:00
Mason Sciotti 759af3a89e Merge branch 'master' of github.com:hammerandchisel/discord-rpc 2017-08-07 13:43:26 -07:00
Mason Sciotti d102b33ed3 Added rpc-only documentation 2017-08-07 13:43:18 -07:00
Mason SciottiandGitHub c0899fd512 Properly link to documentation dashboard image 2017-08-07 11:25:55 -07:00
Mason Sciotti dbb7b626b0 Added documentation guide + images 2017-08-07 11:00:57 -07:00