Guild icon
Teeworlds
discord.gg/teeworlds / development
For discussions around the development of the official Teeworlds
Between 2022-03-23 00:00:00Z and 2022-03-24 00:00:00Z
Avatar
The CLineInputBuffered is a CLineInput that owns its own char array with the size of the array being configured by a template parameter, so there is no dynamic memory allocation. The char array is encapsulated, so any string access/manipulation must go through the CLineInput functions when using this class. The CLineInputBuffered is now used in every case where a static buffer was previously used. Other changes:
  • Minor usability improvement: Activate the editor new folder input...
Exported 1 message(s)