summaryrefslogtreecommitdiff
path: root/modules/jsonrpc
AgeCommit message (Collapse)Author
2020-01-01Update copyright statements to 2020RĂ©mi Verschelde
Happy new year to the wonderful Godot community! We're starting a new decade with a well-established, non-profit, free and open source game engine, and tons of further improvements in the pipeline from hundreds of contributors. Godot will keep getting better, and we're looking forward to all the games that the community will keep developing and releasing with it.
2019-10-02Add missing semicolons to `BIND_ENUM_CONSTANT` macro usesHugo Locurcio
2019-09-01Make JSONRPC constants uppercase for consistency with other classesHugo Locurcio
2019-08-11Add JSONRPC-2.0 implementation as a modulegeequlim