Skip to content

Massively improved Commandhandler:

Arjen Stens requested to merge simplification into master
  • Camelcasing
  • Way faster communication
  • More failsafe than before
  • CommandBuffer stores Commands instead of strings
  • Minimized memory usage
  • General code improvements
  • CommandHandler is now a singleton
  • Commands have been simplified, ensuring future scalability
  • Changed Strings with integers
  • Made a code range for different commands

Merge request reports